tracebox-0.4.4
691 | operator==(const unique_ptr<_T1, _D1>& __x, nullptr_t) _NOEXCEPT {| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__memory/unique_ptr.h:697:35: note: candidate template ignored: could not match 'unique_ptr<_T1, _D1>' against 'int'
697 | inline _LIBCPP_HIDE_FROM_ABI bool operator==(nullptr_t, const unique_ptr<_T1, _D1>& __x) _NOEXCEPT {| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__memory/shared_ptr.h:1013:35: note: candidate template ignored: could not match 'shared_ptr' against '__bind'
1013 | inline _LIBCPP_HIDE_FROM_ABI bool operator==(const shared_ptr<_Tp>& __x, const shared_ptr<_Up>& __y) _NOEXCEPT {| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__memory/shared_ptr.h:1059:35: note: candidate template ignored: could not match 'shared_ptr' against '__bind'
1059 | inline _LIBCPP_HIDE_FROM_ABI bool operator==(const shared_ptr<_Tp>& __x, nullptr_t) _NOEXCEPT {| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__memory/shared_ptr.h:1066:35: note: candidate template ignored: could not match 'shared_ptr<_Tp>' against 'int'
1066 | inline _LIBCPP_HIDE_FROM_ABI bool operator==(nullptr_t, const shared_ptr<_Tp>& __x) _NOEXCEPT {| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/string:3840:1: note: candidate template ignored: could not match 'basic_string' against '__bind'
3840 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs,
| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/string:3848:1: note: candidate template ignored: could not match 'basic_string' against '__bind'
3848 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT {| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/string:3866:1: note: candidate template ignored: could not match 'const _CharT *' against '__bind<int &, sockaddr *, unsigned long>'
3866 | operator==(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) _NOEXCEPT {| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/array:447:1: note: candidate template ignored: could not match 'array' against '__bind'
447 | operator==(const array<_Tp, _Size>& __x, const array<_Tp, _Size>& __y) {| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/deque:2544:35: note: candidate template ignored: could not match 'deque' against '__bind'
2544 | inline _LIBCPP_HIDE_FROM_ABI bool operator==(const deque<_Tp, _Allocator>& __x, const deque<_Tp, _Allocator>& __y) {| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__functional/function.h:1020:35: note: candidate template ignored: could not match 'function' against '__bind'
1020 | inline _LIBCPP_HIDE_FROM_ABI bool operator==(const function<_Rp(_ArgTypes...)>& __f, nullptr_t) _NOEXCEPT {| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__functional/function.h:1027:35: note: candidate template ignored: could not match 'function<_Rp (_ArgTypes...)>' against 'int'
1027 | inline _LIBCPP_HIDE_FROM_ABI bool operator==(nullptr_t, const function<_Rp(_ArgTypes...)>& __f) _NOEXCEPT {| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/unordered_map:1815:28: note: candidate template ignored: could not match 'unordered_map' against '__bind'
1815 | _LIBCPP_HIDE_FROM_ABI bool operator==(const unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __x,
| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/unordered_map:2511:28: note: candidate template ignored: could not match 'unordered_multimap' against '__bind'
2511 | _LIBCPP_HIDE_FROM_ABI bool operator==(const unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __x,
| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__vector/comparison.h:27:1: note: candidate template ignored: could not match 'vector' against '__bind'
27 | operator==(const vector<_Tp, _Allocator>& __x, const vector<_Tp, _Allocator>& __y) {| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/queue:466:35: note: candidate template ignored: could not match 'queue' against '__bind'
466 | inline _LIBCPP_HIDE_FROM_ABI bool operator==(const queue<_Tp, _Container>& __x, const queue<_Tp, _Container>& __y) {| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/stack:322:35: note: candidate template ignored: could not match 'stack' against '__bind'
322 | inline _LIBCPP_HIDE_FROM_ABI bool operator==(const stack<_Tp, _Container>& __x, const stack<_Tp, _Container>& __y) {| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/map:1590:1: note: candidate template ignored: could not match 'map' against '__bind'
1590 | operator==(const map<_Key, _Tp, _Compare, _Allocator>& __x, const map<_Key, _Tp, _Compare, _Allocator>& __y) {| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/map:2111:1: note: candidate template ignored: could not match 'multimap' against '__bind'
2111 | operator==(const multimap<_Key, _Tp, _Compare, _Allocator>& __x, const multimap<_Key, _Tp, _Compare, _Allocator>& __y) {| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/set:968:1: note: candidate template ignored: could not match 'set' against '__bind'
968 | operator==(const set<_Key, _Compare, _Allocator>& __x, const set<_Key, _Compare, _Allocator>& __y) {| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/set:1435:1: note: candidate template ignored: could not match 'multiset' against '__bind'
1435 | operator==(const multiset<_Key, _Compare, _Allocator>& __x, const multiset<_Key, _Compare, _Allocator>& __y) {| ^
1 warning and 1 error generated.
make[5]: *** [Makefile:1215: crafter/Utils/RawSocket.lo] Error 1
make[5]: *** Waiting for unfinished jobs....
In file included from crafter/Utils/PacketContainer.cpp:28:
In file included from crafter/Utils/PacketContainer.h:40:
In file included from crafter/Utils/../Crafter.h:32:
In file included from crafter/Utils/../Layer.h:46:
In file included from crafter/Utils/../Fields/Field.h:46:
crafter/Utils/../Fields/BitsField.h:211:23: warning: ISO C++ requires the name after '::~' to be found in the same scope as the name before '::~' [-Wdtor-name]
211 | Crafter::BitFlag<nbit>::~BitFlag() { /* */ }| ~~~~~~~~~~~~~~~~~~~~~~^~
| ::BitFlag
In file included from crafter/Utils/PacketContainer.cpp:28:
In file included from crafter/Utils/PacketContainer.h:40:
In file included from crafter/Utils/../Crafter.h:103:
In file included from crafter/Utils/../Protocols/DHCP.h:32:
crafter/Utils/../Protocols/DHCPOptions.h:449:30: warning: ISO C++ requires the name after '::~' to be found in the same scope as the name before '::~' [-Wdtor-name]
449 | Crafter::DHCPOptionsNumber<T>::~DHCPOptionsNumber() { }| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
| ::DHCPOptionsNumber
In file included from crafter/Utils/PacketContainer.cpp:28:
In file included from crafter/Utils/PacketContainer.h:31:
In file included from /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/iostream:45:
In file included from /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/ios:223:
In file included from /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__locale:27:
In file included from /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/string:611:
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__memory/allocator.h:156:81: warning: destructor called on non-final 'Crafter::IPv6SegmentRoutingHeader::IPv6ByteArray' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor]
156 | _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_HIDE_FROM_ABI void destroy(pointer __p) { __p->~_Tp(); }| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__memory/allocator_traits.h:324:9: note: in instantiation of member function 'std::allocator<Crafter::IPv6SegmentRoutingHeader::IPv6ByteArray>::destroy' requested here
324 | __a.destroy(__p);
| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__vector/vector.h:749:23: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<Crafter::IPv6SegmentRoutingHeader::IPv6ByteArray>>::destroy<Crafter::IPv6SegmentRoutingHeader::IPv6ByteArray, 0>' requested here
749 | __alloc_traits::destroy(this->__alloc_, std::__to_address(--__soon_to_be_end));
| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__vector/vector.h:531:5: note: in instantiation of member function 'std::vector<Crafter::IPv6SegmentRoutingHeader::IPv6ByteArray>::__base_destruct_at_end' requested here
531 | __base_destruct_at_end(this->__begin_);
| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__vector/vector.h:248:16: note: in instantiation of member function 'std::vector<Crafter::IPv6SegmentRoutingHeader::IPv6ByteArray>::clear' requested here
248 | __vec_.clear();
| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__utility/exception_guard.h:86:7: note: in instantiation of member function 'std::vector<Crafter::IPv6SegmentRoutingHeader::IPv6ByteArray>::__destroy_vector::operator()' requested here
86 | __rollback_();
| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__utility/exception_guard.h:137:10: note: in instantiation of member function 'std::__exception_guard_exceptions<std::vector<Crafter::IPv6SegmentRoutingHeader::IPv6ByteArray>::__destroy_vector>::~__exception_guard_exceptions' requested here
137 | return __exception_guard<_Rollback>(std::move(__rollback));
| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__vector/vector.h:263:5: note: in instantiation of function template specialization 'std::vector<Crafter::IPv6SegmentRoutingHeader::IPv6ByteArray>::__init_with_size<Crafter::IPv6SegmentRoutingHeader::IPv6ByteArray *, Crafter::IPv6SegmentRoutingHeader::IPv6ByteArray *>' requested here
263 | __init_with_size(__x.__begin_, __x.__end_, __x.size());
| ^
crafter/Utils/../Protocols/IPv6SegmentRoutingHeader.h:206:13: note: in instantiation of member function 'std::vector<Crafter::IPv6SegmentRoutingHeader::IPv6ByteArray>::vector' requested here
206 | Segments(srh.Segments),
| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__memory/allocator.h:156:87: note: qualify call to silence this warning
156 | _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_HIDE_FROM_ABI void destroy(pointer __p) { __p->~_Tp(); }| ^
3 warnings generated.
In file included from crafter/Utils/ARPSpoofing.cpp:29:
In file included from crafter/Utils/ARPSpoofing.h:42:
In file included from crafter/Utils/../Crafter.h:32:
In file included from crafter/Utils/../Layer.h:46:
In file included from crafter/Utils/../Fields/Field.h:46:
crafter/Utils/../Fields/BitsField.h:211:23: warning: ISO C++ requires the name after '::~' to be found in the same scope as the name before '::~' [-Wdtor-name]
211 | Crafter::BitFlag<nbit>::~BitFlag() { /* */ }| ~~~~~~~~~~~~~~~~~~~~~~^~
| ::BitFlag
In file included from crafter/Utils/ARPSpoofing.cpp:29:
In file included from crafter/Utils/ARPSpoofing.h:42:
In file included from crafter/Utils/../Crafter.h:103:
In file included from crafter/Utils/../Protocols/DHCP.h:32:
crafter/Utils/../Protocols/DHCPOptions.h:449:30: warning: ISO C++ requires the name after '::~' to be found in the same scope as the name before '::~' [-Wdtor-name]
449 | Crafter::DHCPOptionsNumber<T>::~DHCPOptionsNumber() { }| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
| ::DHCPOptionsNumber
In file included from crafter/Utils/ARPSpoofing.cpp:29:
In file included from crafter/Utils/ARPSpoofing.h:32:
In file included from /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/iostream:45:
In file included from /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/ios:223:
In file included from /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__locale:27:
In file included from /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/string:611:
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__memory/allocator.h:156:81: warning: destructor called on non-final 'Crafter::IPv6SegmentRoutingHeader::IPv6ByteArray' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor]
156 | _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_HIDE_FROM_ABI void destroy(pointer __p) { __p->~_Tp(); }| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__memory/allocator_traits.h:324:9: note: in instantiation of member function 'std::allocator<Crafter::IPv6SegmentRoutingHeader::IPv6ByteArray>::destroy' requested here
324 | __a.destroy(__p);
| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__vector/vector.h:749:23: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<Crafter::IPv6SegmentRoutingHeader::IPv6ByteArray>>::destroy<Crafter::IPv6SegmentRoutingHeader::IPv6ByteArray, 0>' requested here
749 | __alloc_traits::destroy(this->__alloc_, std::__to_address(--__soon_to_be_end));
| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__vector/vector.h:531:5: note: in instantiation of member function 'std::vector<Crafter::IPv6SegmentRoutingHeader::IPv6ByteArray>::__base_destruct_at_end' requested here
531 | __base_destruct_at_end(this->__begin_);
| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__vector/vector.h:248:16: note: in instantiation of member function 'std::vector<Crafter::IPv6SegmentRoutingHeader::IPv6ByteArray>::clear' requested here
248 | __vec_.clear();
| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__utility/exception_guard.h:86:7: note: in instantiation of member function 'std::vector<Crafter::IPv6SegmentRoutingHeader::IPv6ByteArray>::__destroy_vector::operator()' requested here
86 | __rollback_();
| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__utility/exception_guard.h:137:10: note: in instantiation of member function 'std::__exception_guard_exceptions<std::vector<Crafter::IPv6SegmentRoutingHeader::IPv6ByteArray>::__destroy_vector>::~__exception_guard_exceptions' requested here
137 | return __exception_guard<_Rollback>(std::move(__rollback));
| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__vector/vector.h:263:5: note: in instantiation of function template specialization 'std::vector<Crafter::IPv6SegmentRoutingHeader::IPv6ByteArray>::__init_with_size<Crafter::IPv6SegmentRoutingHeader::IPv6ByteArray *, Crafter::IPv6SegmentRoutingHeader::IPv6ByteArray *>' requested here
263 | __init_with_size(__x.__begin_, __x.__end_, __x.size());
| ^
crafter/Utils/../Protocols/IPv6SegmentRoutingHeader.h:206:13: note: in instantiation of member function 'std::vector<Crafter::IPv6SegmentRoutingHeader::IPv6ByteArray>::vector' requested here
206 | Segments(srh.Segments),
| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__memory/allocator.h:156:87: note: qualify call to silence this warning
156 | _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_HIDE_FROM_ABI void destroy(pointer __p) { __p->~_Tp(); }| ^
3 warnings generated.
In file included from crafter/Utils/ARPPing.cpp:28:
In file included from crafter/Utils/ARPPing.h:33:
In file included from crafter/Utils/../Crafter.h:32:
In file included from crafter/Utils/../Layer.h:46:
In file included from crafter/Utils/../Fields/Field.h:46:
crafter/Utils/../Fields/BitsField.h:211:23: warning: ISO C++ requires the name after '::~' to be found in the same scope as the name before '::~' [-Wdtor-name]
211 | Crafter::BitFlag<nbit>::~BitFlag() { /* */ }| ~~~~~~~~~~~~~~~~~~~~~~^~
| ::BitFlag
In file included from crafter/Utils/ARPPing.cpp:28:
In file included from crafter/Utils/ARPPing.h:33:
In file included from crafter/Utils/../Crafter.h:103:
In file included from crafter/Utils/../Protocols/DHCP.h:32:
crafter/Utils/../Protocols/DHCPOptions.h:449:30: warning: ISO C++ requires the name after '::~' to be found in the same scope as the name before '::~' [-Wdtor-name]
449 | Crafter::DHCPOptionsNumber<T>::~DHCPOptionsNumber() { }| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
| ::DHCPOptionsNumber
In file included from crafter/Utils/ARPPing.cpp:28:
In file included from crafter/Utils/ARPPing.h:31:
In file included from /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/string:611:
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__memory/allocator.h:156:81: warning: destructor called on non-final 'Crafter::IPv6SegmentRoutingHeader::IPv6ByteArray' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor]
156 | _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_HIDE_FROM_ABI void destroy(pointer __p) { __p->~_Tp(); }| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__memory/allocator_traits.h:324:9: note: in instantiation of member function 'std::allocator<Crafter::IPv6SegmentRoutingHeader::IPv6ByteArray>::destroy' requested here
324 | __a.destroy(__p);
| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__vector/vector.h:749:23: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<Crafter::IPv6SegmentRoutingHeader::IPv6ByteArray>>::destroy<Crafter::IPv6SegmentRoutingHeader::IPv6ByteArray, 0>' requested here
749 | __alloc_traits::destroy(this->__alloc_, std::__to_address(--__soon_to_be_end));
| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__vector/vector.h:531:5: note: in instantiation of member function 'std::vector<Crafter::IPv6SegmentRoutingHeader::IPv6ByteArray>::__base_destruct_at_end' requested here
531 | __base_destruct_at_end(this->__begin_);
| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__vector/vector.h:248:16: note: in instantiation of member function 'std::vector<Crafter::IPv6SegmentRoutingHeader::IPv6ByteArray>::clear' requested here
248 | __vec_.clear();
| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__utility/exception_guard.h:86:7: note: in instantiation of member function 'std::vector<Crafter::IPv6SegmentRoutingHeader::IPv6ByteArray>::__destroy_vector::operator()' requested here
86 | __rollback_();
| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__utility/exception_guard.h:137:10: note: in instantiation of member function 'std::__exception_guard_exceptions<std::vector<Crafter::IPv6SegmentRoutingHeader::IPv6ByteArray>::__destroy_vector>::~__exception_guard_exceptions' requested here
137 | return __exception_guard<_Rollback>(std::move(__rollback));
| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__vector/vector.h:263:5: note: in instantiation of function template specialization 'std::vector<Crafter::IPv6SegmentRoutingHeader::IPv6ByteArray>::__init_with_size<Crafter::IPv6SegmentRoutingHeader::IPv6ByteArray *, Crafter::IPv6SegmentRoutingHeader::IPv6ByteArray *>' requested here
263 | __init_with_size(__x.__begin_, __x.__end_, __x.size());
| ^
crafter/Utils/../Protocols/IPv6SegmentRoutingHeader.h:206:13: note: in instantiation of member function 'std::vector<Crafter::IPv6SegmentRoutingHeader::IPv6ByteArray>::vector' requested here
206 | Segments(srh.Segments),
| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__memory/allocator.h:156:87: note: qualify call to silence this warning
156 | _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_HIDE_FROM_ABI void destroy(pointer __p) { __p->~_Tp(); }| ^
3 warnings generated.
In file included from crafter/Utils/CrafterUtils.cpp:42:
In file included from crafter/Utils/../Crafter.h:32:
In file included from crafter/Utils/../Layer.h:46:
In file included from crafter/Utils/../Fields/Field.h:46:
crafter/Utils/../Fields/BitsField.h:211:23: warning: ISO C++ requires the name after '::~' to be found in the same scope as the name before '::~' [-Wdtor-name]
211 | Crafter::BitFlag<nbit>::~BitFlag() { /* */ }| ~~~~~~~~~~~~~~~~~~~~~~^~
| ::BitFlag
In file included from crafter/Utils/CrafterUtils.cpp:42:
In file included from crafter/Utils/../Crafter.h:103:
In file included from crafter/Utils/../Protocols/DHCP.h:32:
crafter/Utils/../Protocols/DHCPOptions.h:449:30: warning: ISO C++ requires the name after '::~' to be found in the same scope as the name before '::~' [-Wdtor-name]
449 | Crafter::DHCPOptionsNumber<T>::~DHCPOptionsNumber() { }| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
| ::DHCPOptionsNumber
In file included from crafter/Utils/CrafterUtils.cpp:42:
In file included from crafter/Utils/../Crafter.h:32:
In file included from crafter/Utils/../Layer.h:32:
In file included from /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/iostream:45:
In file included from /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/ios:223:
In file included from /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__locale:27:
In file included from /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/string:611:
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__memory/allocator.h:156:81: warning: destructor called on non-final 'Crafter::IPv6SegmentRoutingHeader::IPv6ByteArray' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor]
156 | _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_HIDE_FROM_ABI void destroy(pointer __p) { __p->~_Tp(); }| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__memory/allocator_traits.h:324:9: note: in instantiation of member function 'std::allocator<Crafter::IPv6SegmentRoutingHeader::IPv6ByteArray>::destroy' requested here
324 | __a.destroy(__p);
| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__vector/vector.h:749:23: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<Crafter::IPv6SegmentRoutingHeader::IPv6ByteArray>>::destroy<Crafter::IPv6SegmentRoutingHeader::IPv6ByteArray, 0>' requested here
749 | __alloc_traits::destroy(this->__alloc_, std::__to_address(--__soon_to_be_end));
| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__vector/vector.h:531:5: note: in instantiation of member function 'std::vector<Crafter::IPv6SegmentRoutingHeader::IPv6ByteArray>::__base_destruct_at_end' requested here
531 | __base_destruct_at_end(this->__begin_);
| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__vector/vector.h:248:16: note: in instantiation of member function 'std::vector<Crafter::IPv6SegmentRoutingHeader::IPv6ByteArray>::clear' requested here
248 | __vec_.clear();
| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__utility/exception_guard.h:86:7: note: in instantiation of member function 'std::vector<Crafter::IPv6SegmentRoutingHeader::IPv6ByteArray>::__destroy_vector::operator()' requested here
86 | __rollback_();
| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__utility/exception_guard.h:137:10: note: in instantiation of member function 'std::__exception_guard_exceptions<std::vector<Crafter::IPv6SegmentRoutingHeader::IPv6ByteArray>::__destroy_vector>::~__exception_guard_exceptions' requested here
137 | return __exception_guard<_Rollback>(std::move(__rollback));
| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__vector/vector.h:263:5: note: in instantiation of function template specialization 'std::vector<Crafter::IPv6SegmentRoutingHeader::IPv6ByteArray>::__init_with_size<Crafter::IPv6SegmentRoutingHeader::IPv6ByteArray *, Crafter::IPv6SegmentRoutingHeader::IPv6ByteArray *>' requested here
263 | __init_with_size(__x.__begin_, __x.__end_, __x.size());
| ^
crafter/Utils/../Protocols/IPv6SegmentRoutingHeader.h:206:13: note: in instantiation of member function 'std::vector<Crafter::IPv6SegmentRoutingHeader::IPv6ByteArray>::vector' requested here
206 | Segments(srh.Segments),
| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__memory/allocator.h:156:87: note: qualify call to silence this warning
156 | _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_HIDE_FROM_ABI void destroy(pointer __p) { __p->~_Tp(); }| ^
3 warnings generated.
In file included from crafter/Utils/ARPSpoofingReply.cpp:29:
In file included from crafter/Utils/ARPSpoofing.h:42:
In file included from crafter/Utils/../Crafter.h:32:
In file included from crafter/Utils/../Layer.h:46:
In file included from crafter/Utils/../Fields/Field.h:46:
crafter/Utils/../Fields/BitsField.h:211:23: warning: ISO C++ requires the name after '::~' to be found in the same scope as the name before '::~' [-Wdtor-name]
211 | Crafter::BitFlag<nbit>::~BitFlag() { /* */ }| ~~~~~~~~~~~~~~~~~~~~~~^~
| ::BitFlag
In file included from crafter/Utils/ARPSpoofingReply.cpp:29:
In file included from crafter/Utils/ARPSpoofing.h:42:
In file included from crafter/Utils/../Crafter.h:103:
In file included from crafter/Utils/../Protocols/DHCP.h:32:
crafter/Utils/../Protocols/DHCPOptions.h:449:30: warning: ISO C++ requires the name after '::~' to be found in the same scope as the name before '::~' [-Wdtor-name]
449 | Crafter::DHCPOptionsNumber<T>::~DHCPOptionsNumber() { }| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
| ::DHCPOptionsNumber
In file included from crafter/Utils/ARPSpoofingReply.cpp:29:
In file included from crafter/Utils/ARPSpoofing.h:32:
In file included from /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/iostream:45:
In file included from /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/ios:223:
In file included from /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__locale:27:
In file included from /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/string:611:
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__memory/allocator.h:156:81: warning: destructor called on non-final 'Crafter::IPv6SegmentRoutingHeader::IPv6ByteArray' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor]
156 | _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_HIDE_FROM_ABI void destroy(pointer __p) { __p->~_Tp(); }| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__memory/allocator_traits.h:324:9: note: in instantiation of member function 'std::allocator<Crafter::IPv6SegmentRoutingHeader::IPv6ByteArray>::destroy' requested here
324 | __a.destroy(__p);
| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__vector/vector.h:749:23: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<Crafter::IPv6SegmentRoutingHeader::IPv6ByteArray>>::destroy<Crafter::IPv6SegmentRoutingHeader::IPv6ByteArray, 0>' requested here
749 | __alloc_traits::destroy(this->__alloc_, std::__to_address(--__soon_to_be_end));
| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__vector/vector.h:531:5: note: in instantiation of member function 'std::vector<Crafter::IPv6SegmentRoutingHeader::IPv6ByteArray>::__base_destruct_at_end' requested here
531 | __base_destruct_at_end(this->__begin_);
| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__vector/vector.h:248:16: note: in instantiation of member function 'std::vector<Crafter::IPv6SegmentRoutingHeader::IPv6ByteArray>::clear' requested here
248 | __vec_.clear();
| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__utility/exception_guard.h:86:7: note: in instantiation of member function 'std::vector<Crafter::IPv6SegmentRoutingHeader::IPv6ByteArray>::__destroy_vector::operator()' requested here
86 | __rollback_();
| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__utility/exception_guard.h:137:10: note: in instantiation of member function 'std::__exception_guard_exceptions<std::vector<Crafter::IPv6SegmentRoutingHeader::IPv6ByteArray>::__destroy_vector>::~__exception_guard_exceptions' requested here
137 | return __exception_guard<_Rollback>(std::move(__rollback));
| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__vector/vector.h:263:5: note: in instantiation of function template specialization 'std::vector<Crafter::IPv6SegmentRoutingHeader::IPv6ByteArray>::__init_with_size<Crafter::IPv6SegmentRoutingHeader::IPv6ByteArray *, Crafter::IPv6SegmentRoutingHeader::IPv6ByteArray *>' requested here
263 | __init_with_size(__x.__begin_, __x.__end_, __x.size());
| ^
crafter/Utils/../Protocols/IPv6SegmentRoutingHeader.h:206:13: note: in instantiation of member function 'std::vector<Crafter::IPv6SegmentRoutingHeader::IPv6ByteArray>::vector' requested here
206 | Segments(srh.Segments),
| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__memory/allocator.h:156:87: note: qualify call to silence this warning
156 | _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_HIDE_FROM_ABI void destroy(pointer __p) { __p->~_Tp(); }| ^
3 warnings generated.
make[5]: Leaving directory '/build/source/noinst/libcrafter/libcrafter'
make[4]: *** [Makefile:716: all] Error 2
make[4]: Leaving directory '/build/source/noinst/libcrafter/libcrafter'
make[3]: *** [Makefile:649: all-local] Error 2
make[3]: Leaving directory '/build/source/noinst'
make[2]: *** [Makefile:379: all-recursive] Error 1
make[2]: Leaving directory '/build/source/noinst'
make[1]: *** [Makefile:429: all-recursive] Error 1
make[1]: Leaving directory '/build/source'
make: *** [Makefile:361: all] Error 2
tracefilegen-unstable-2017-05-13
Build started
→ unpackPhase
unpacking source archive /nix/store/yrzw3hyzk6yvylzas1hgy5nnc1r3mnh2-source
source root is source
→ patchPhase
applying patch /nix/store/6das6r8fxxcmr6slgr4kj1azqygsqad8-gcc7.patch
patching file Utils/Logger.cpp
→ 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/3smgswb71pxzl3w12x9psv93mlcd17fj-tracefilegen-x86_64-unknown-linux-gnufilc0-unstable-2017-05-13/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/3smgswb71pxzl3w12x9psv93mlcd17fj-tracefilegen-x86_64-unknown-linux-gnufilc0-unstable-2017-05-13/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/3smgswb71pxzl3w12x9psv93mlcd17fj-tracefilegen-x86_64-unknown-linux-gnufilc0-unstable-2017-05-13/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/3smgswb71pxzl3w12x9psv93mlcd17fj-tracefilegen-x86_64-unknown-linux-gnufilc0-unstable-2017-05-13/share/doc/TraceFileGen -DCMAKE_INSTALL_INFODIR=/nix/store/3smgswb71pxzl3w12x9psv93mlcd17fj-tracefilegen-x86_64-unknown-linux-gnufilc0-unstable-2017-05-13/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/3smgswb71pxzl3w12x9psv93mlcd17fj-tracefilegen-x86_64-unknown-linux-gnufilc0-unstable-2017-05-13/share/man -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/3smgswb71pxzl3w12x9psv93mlcd17fj-tracefilegen-x86_64-unknown-linux-gnufilc0-unstable-2017-05-13/include -DCMAKE_INSTALL_SBINDIR=/nix/store/3smgswb71pxzl3w12x9psv93mlcd17fj-tracefilegen-x86_64-unknown-linux-gnufilc0-unstable-2017-05-13/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/3smgswb71pxzl3w12x9psv93mlcd17fj-tracefilegen-x86_64-unknown-linux-gnufilc0-unstable-2017-05-13/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/3smgswb71pxzl3w12x9psv93mlcd17fj-tracefilegen-x86_64-unknown-linux-gnufilc0-unstable-2017-05-13/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_STRIP=/nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/strip -DCMAKE_RANLIB=/nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/ranlib -DCMAKE_AR=/nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/ar -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_INSTALL_PREFIX=/nix/store/3smgswb71pxzl3w12x9psv93mlcd17fj-tracefilegen-x86_64-unknown-linux-gnufilc0-unstable-2017-05-13 -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
tor-0.4.8.16
src/test/test_util.c:6506:12: warning: unused variable 'coarse_stamp_diff' [-Wunused-variable]
6506 | uint64_t coarse_stamp_diff =
| ^~~~~~~~~~~~~~~~~
1 warning generated.
tracefilegen-unstable-2017-05-13
-- The CXX compiler identification is Clang 20.1.8
tor-0.4.8.16
CCLD src/test/test
tracefilegen-unstable-2017-05-13
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/clang - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/clang++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Configuring done (0.3s)
-- Generating done (0.0s)
CMake Warning:
Manually-specified variables were not used by the project:
BUILD_TESTING
CMAKE_EXPORT_NO_PACKAGE_REGISTRY
CMAKE_FIND_USE_PACKAGE_REGISTRY
CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY
CMAKE_INSTALL_BINDIR
CMAKE_INSTALL_DOCDIR
CMAKE_INSTALL_INCLUDEDIR
CMAKE_INSTALL_INFODIR
CMAKE_INSTALL_LIBDIR
CMAKE_INSTALL_LIBEXECDIR
CMAKE_INSTALL_LOCALEDIR
CMAKE_INSTALL_MANDIR
CMAKE_INSTALL_SBINDIR
CMAKE_POLICY_DEFAULT_CMP0025
-- Build files have been written to: /build/source/build
cmake: enabled parallel building
cmake: enabled parallel installing
→ buildPhase
build flags: -j6 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
[ 11%] Building CXX object Utils/CMakeFiles/Utils.dir/Simulator.cpp.o
[ 33%] Building CXX object Utils/CMakeFiles/Utils.dir/Logger.cpp.o
[ 33%] Building CXX object ObjectClasses/CMakeFiles/ObjectClasses.dir/ClassObject.cpp.o
[ 44%] Building CXX object ObjectClasses/CMakeFiles/ObjectClasses.dir/MemoryManager.cpp.o
[ 55%] Building CXX object ObjectClasses/CMakeFiles/ObjectClasses.dir/Object.cpp.o
tor-0.4.8.16
make[1]: Leaving directory '/build/tor-0.4.8.16'
buildPhase completed in 2 minutes 0 seconds
→ installPhase
install flags: -j6 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash pkgconfigdir=/nix/store/ih3jxm2qkdn06yzlk6sbhibpwdd62d9q-tor-x86_64-unknown-linux-gnufilc0-0.4.8.16/lib/pkgconfig m4datadir=/nix/store/ih3jxm2qkdn06yzlk6sbhibpwdd62d9q-tor-x86_64-unknown-linux-gnufilc0-0.4.8.16/share/aclocal aclocaldir=/nix/store/ih3jxm2qkdn06yzlk6sbhibpwdd62d9q-tor-x86_64-unknown-linux-gnufilc0-0.4.8.16/share/aclocal install
make[1]: Entering directory '/build/tor-0.4.8.16'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/ih3jxm2qkdn06yzlk6sbhibpwdd62d9q-tor-x86_64-unknown-linux-gnufilc0-0.4.8.16/bin'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/ih3jxm2qkdn06yzlk6sbhibpwdd62d9q-tor-x86_64-unknown-linux-gnufilc0-0.4.8.16/etc/tor'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/ih3jxm2qkdn06yzlk6sbhibpwdd62d9q-tor-x86_64-unknown-linux-gnufilc0-0.4.8.16/share/doc/tor'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/ih3jxm2qkdn06yzlk6sbhibpwdd62d9q-tor-x86_64-unknown-linux-gnufilc0-0.4.8.16/share/tor'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/ih3jxm2qkdn06yzlk6sbhibpwdd62d9q-tor-x86_64-unknown-linux-gnufilc0-0.4.8.16/share/man/man1'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/ih3jxm2qkdn06yzlk6sbhibpwdd62d9q-tor-x86_64-unknown-linux-gnufilc0-0.4.8.16/bin'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 src/config/torrc.sample '/nix/store/ih3jxm2qkdn06yzlk6sbhibpwdd62d9q-tor-x86_64-unknown-linux-gnufilc0-0.4.8.16/etc/tor'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c contrib/client-tools/torify '/nix/store/ih3jxm2qkdn06yzlk6sbhibpwdd62d9q-tor-x86_64-unknown-linux-gnufilc0-0.4.8.16/bin'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 doc/man/tor.html doc/man/tor-gencert.html doc/man/tor-resolve.html doc/man/torify.html doc/man/tor-print-ed-signing-cert.html '/nix/store/ih3jxm2qkdn06yzlk6sbhibpwdd62d9q-tor-x86_64-unknown-linux-gnufilc0-0.4.8.16/share/doc/tor'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 src/config/geoip src/config/geoip6 '/nix/store/ih3jxm2qkdn06yzlk6sbhibpwdd62d9q-tor-x86_64-unknown-linux-gnufilc0-0.4.8.16/share/tor'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c src/app/tor src/tools/tor-resolve src/tools/tor-print-ed-signing-cert src/tools/tor-gencert '/nix/store/ih3jxm2qkdn06yzlk6sbhibpwdd62d9q-tor-x86_64-unknown-linux-gnufilc0-0.4.8.16/bin'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 doc/man/tor.1 doc/man/tor-gencert.1 doc/man/tor-resolve.1 doc/man/torify.1 doc/man/tor-print-ed-signing-cert.1 '/nix/store/ih3jxm2qkdn06yzlk6sbhibpwdd62d9q-tor-x86_64-unknown-linux-gnufilc0-0.4.8.16/share/man/man1'
make[1]: Leaving directory '/build/tor-0.4.8.16'
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/ih3jxm2qkdn06yzlk6sbhibpwdd62d9q-tor-x86_64-unknown-linux-gnufilc0-0.4.8.16
shrinking /nix/store/ih3jxm2qkdn06yzlk6sbhibpwdd62d9q-tor-x86_64-unknown-linux-gnufilc0-0.4.8.16/bin/tor
shrinking /nix/store/ih3jxm2qkdn06yzlk6sbhibpwdd62d9q-tor-x86_64-unknown-linux-gnufilc0-0.4.8.16/bin/tor-resolve
shrinking /nix/store/ih3jxm2qkdn06yzlk6sbhibpwdd62d9q-tor-x86_64-unknown-linux-gnufilc0-0.4.8.16/bin/tor-print-ed-signing-cert
shrinking /nix/store/ih3jxm2qkdn06yzlk6sbhibpwdd62d9q-tor-x86_64-unknown-linux-gnufilc0-0.4.8.16/bin/tor-gencert
checking for references to /build/ in /nix/store/ih3jxm2qkdn06yzlk6sbhibpwdd62d9q-tor-x86_64-unknown-linux-gnufilc0-0.4.8.16...
gzipping man pages under /nix/store/ih3jxm2qkdn06yzlk6sbhibpwdd62d9q-tor-x86_64-unknown-linux-gnufilc0-0.4.8.16/share/man/
patching script interpreter paths in /nix/store/ih3jxm2qkdn06yzlk6sbhibpwdd62d9q-tor-x86_64-unknown-linux-gnufilc0-0.4.8.16
stripping (with command strip and flags -S -p) in /nix/store/ih3jxm2qkdn06yzlk6sbhibpwdd62d9q-tor-x86_64-unknown-linux-gnufilc0-0.4.8.16/bin
shrinking RPATHs of ELF executables and libraries in /nix/store/4783f629rh23g3bqsgpr0vy1igzx5nil-tor-x86_64-unknown-linux-gnufilc0-0.4.8.16-geoip
checking for references to /build/ in /nix/store/4783f629rh23g3bqsgpr0vy1igzx5nil-tor-x86_64-unknown-linux-gnufilc0-0.4.8.16-geoip...
patching script interpreter paths in /nix/store/4783f629rh23g3bqsgpr0vy1igzx5nil-tor-x86_64-unknown-linux-gnufilc0-0.4.8.16-geoip
tracefilesim-unstable-2015-11-07
Build started
tracefilegen-unstable-2017-05-13
/build/source/ObjectClasses/Object.cpp:173:1: warning: non-void function does not return a value in all control paths [-Wreturn-type]
173 | }
| ^
1 warning generated.
/build/source/ObjectClasses/ClassObject.cpp:110:1: warning: non-void function does not return a value in all control paths [-Wreturn-type]
110 | }
| ^
1 warning generated.
tracefilesim-unstable-2015-11-07
→ unpackPhase
unpacking source archive /nix/store/kahf09i1s174i4z5hrk1rj1s6v3y5fnk-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++ -Wall -c -o Allocators/Allocator.o Allocators/Allocator.cpp
tracefilegen-unstable-2017-05-13
[ 66%] Linking CXX static library libUtils.a
[ 66%] Built target Utils
[ 77%] Linking CXX static library libObjectClasses.a
[ 77%] Built target ObjectClasses
[ 88%] Building CXX object CMakeFiles/TraceFileGen.dir/main.cpp.o
tracefilesim-unstable-2015-11-07
clang++ -Wall -c -o Allocators/BasicAllocator.o Allocators/BasicAllocator.cpp
clang++ -Wall -c -o Allocators/NextFitAllocator.o Allocators/NextFitAllocator.cpp
tracefilegen-unstable-2017-05-13
[100%] Linking CXX executable TraceFileGen
Utils/libUtils.a(Simulator.cpp.o):Simulator.cpp:function pizlonatedFI403_logb:(.text+0x9e61): error: undefined reference to 'pizlonated_logb'
clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [CMakeFiles/TraceFileGen.dir/build.make:102: TraceFileGen] Error 1
make[1]: *** [CMakeFiles/Makefile2:133: CMakeFiles/TraceFileGen.dir/all] Error 2
make: *** [Makefile:91: all] Error 2
tracelinks-1.0.2
Build started
→ unpackPhase
unpacking source archive /nix/store/db16cxkbax0hnn21gr79glw6hzfizzcg-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 PREFIX=\$\(out\) VERSION=1.0.2
clang -Wall -g -DVERSION='"1.0.2"' tracelinks.c -o tracelinks
help2man \
--section=1 \
--include=tracelinks.x \
--no-info \
./tracelinks -o tracelinks.1
→ checkPhase
check flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash PREFIX=\$\(out\) VERSION=1.0.2 VERBOSE=y test
+ ./tracelinks tests/binfoo > /build/tmp.rAHmFlGN6L/tests/binfoo.out 2> /build/tmp.rAHmFlGN6L/tests/binfoo.err
+ ./tracelinks tests/dangling > /build/tmp.rAHmFlGN6L/tests/dangling.out 2> /build/tmp.rAHmFlGN6L/tests/dangling.err
+ ./tracelinks tests/good > /build/tmp.rAHmFlGN6L/tests/good.out 2> /build/tmp.rAHmFlGN6L/tests/good.err
+ ./tracelinks tests/loop > /build/tmp.rAHmFlGN6L/tests/loop.out 2> /build/tmp.rAHmFlGN6L/tests/loop.err
+ ./tracelinks tests/loop1 > /build/tmp.rAHmFlGN6L/tests/loop1.out 2> /build/tmp.rAHmFlGN6L/tests/loop1.err
+ ./tracelinks tests/loop2 > /build/tmp.rAHmFlGN6L/tests/loop2.out 2> /build/tmp.rAHmFlGN6L/tests/loop2.err
+ ./tracelinks tests/loop3 > /build/tmp.rAHmFlGN6L/tests/loop3.out 2> /build/tmp.rAHmFlGN6L/tests/loop3.err
+ ./tracelinks tests/root > /build/tmp.rAHmFlGN6L/tests/root.out 2> /build/tmp.rAHmFlGN6L/tests/root.err
tracefilesim-unstable-2015-11-07
clang++ -Wall -c -o Allocators/RealAllocator.o Allocators/RealAllocator.cpp
tracelinks-1.0.2
+ ./tracelinks tests/symlink_to_dir > /build/tmp.rAHmFlGN6L/tests/symlink_to_dir.out 2> /build/tmp.rAHmFlGN6L/tests/symlink_to_dir.err
+ ./tracelinks tests/symlink_to_dir_dot > /build/tmp.rAHmFlGN6L/tests/symlink_to_dir_dot.out 2> /build/tmp.rAHmFlGN6L/tests/symlink_to_dir_dot.err
+ ./tracelinks tests/symlink_to_dir_slash > /build/tmp.rAHmFlGN6L/tests/symlink_to_dir_slash.out 2> /build/tmp.rAHmFlGN6L/tests/symlink_to_dir_slash.err
+ ./tracelinks tests/symlink_to_nested_dirs > /build/tmp.rAHmFlGN6L/tests/symlink_to_nested_dirs.out 2> /build/tmp.rAHmFlGN6L/tests/symlink_to_nested_dirs.err
+ ./tracelinks tests/trailing_slash_path > /build/tmp.rAHmFlGN6L/tests/trailing_slash_path.out 2> /build/tmp.rAHmFlGN6L/tests/trailing_slash_path.err
rm -rf /build/tmp.rAHmFlGN6L
→ installPhase
install flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash PREFIX=\$\(out\) VERSION=1.0.2 install
cp tracelinks /nix/store/bxmqajz9yddixjn4f1wg2n4hs461353r-tracelinks-x86_64-unknown-linux-gnufilc0-1.0.2/bin/tracelinks
chmod 555 /nix/store/bxmqajz9yddixjn4f1wg2n4hs461353r-tracelinks-x86_64-unknown-linux-gnufilc0-1.0.2/bin/tracelinks
cp tracelinks.1 /nix/store/bxmqajz9yddixjn4f1wg2n4hs461353r-tracelinks-x86_64-unknown-linux-gnufilc0-1.0.2/share/man/man1/tracelinks.1
chmod 444 /nix/store/bxmqajz9yddixjn4f1wg2n4hs461353r-tracelinks-x86_64-unknown-linux-gnufilc0-1.0.2/share/man/man1/tracelinks.1
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/bxmqajz9yddixjn4f1wg2n4hs461353r-tracelinks-x86_64-unknown-linux-gnufilc0-1.0.2
shrinking /nix/store/bxmqajz9yddixjn4f1wg2n4hs461353r-tracelinks-x86_64-unknown-linux-gnufilc0-1.0.2/bin/tracelinks
checking for references to /build/ in /nix/store/bxmqajz9yddixjn4f1wg2n4hs461353r-tracelinks-x86_64-unknown-linux-gnufilc0-1.0.2...
gzipping man pages under /nix/store/bxmqajz9yddixjn4f1wg2n4hs461353r-tracelinks-x86_64-unknown-linux-gnufilc0-1.0.2/share/man/
patching script interpreter paths in /nix/store/bxmqajz9yddixjn4f1wg2n4hs461353r-tracelinks-x86_64-unknown-linux-gnufilc0-1.0.2
stripping (with command strip and flags -S -p) in /nix/store/bxmqajz9yddixjn4f1wg2n4hs461353r-tracelinks-x86_64-unknown-linux-gnufilc0-1.0.2/bin
transcrypt-2.3.1
Build started
→ unpackPhase
unpacking source archive /nix/store/rwcvzxiij1qbadshivm99rmrir1c1y5l-source
source root is source
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
no configure script, doing nothing
→ buildPhase
no Makefile or custom buildPhase, doing nothing
→ installPhase
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/aw90a5wbivn8n1rl6rb93zlkmb2vhvjx-transcrypt-x86_64-unknown-linux-gnufilc0-2.3.1
checking for references to /build/ in /nix/store/aw90a5wbivn8n1rl6rb93zlkmb2vhvjx-transcrypt-x86_64-unknown-linux-gnufilc0-2.3.1...
gzipping man pages under /nix/store/aw90a5wbivn8n1rl6rb93zlkmb2vhvjx-transcrypt-x86_64-unknown-linux-gnufilc0-2.3.1/share/man/
patching script interpreter paths in /nix/store/aw90a5wbivn8n1rl6rb93zlkmb2vhvjx-transcrypt-x86_64-unknown-linux-gnufilc0-2.3.1
stripping (with command strip and flags -S -p) in /nix/store/aw90a5wbivn8n1rl6rb93zlkmb2vhvjx-transcrypt-x86_64-unknown-linux-gnufilc0-2.3.1/bin
translate-shell-0.9.7.1
Build started
→ unpackPhase
unpacking source archive /nix/store/x2adx17q4yl8cpr9wbv49sg25zqfaddx-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
[OK] Task build completed.
→ installPhase
install flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash PREFIX=\$\(out\) install
[OK] Task build completed.
[OK] translate-shell installed.
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/y9zvkbqkm6676qbqqzxcmlvrnhy48vdw-translate-shell-x86_64-unknown-linux-gnufilc0-0.9.7.1
checking for references to /build/ in /nix/store/y9zvkbqkm6676qbqqzxcmlvrnhy48vdw-translate-shell-x86_64-unknown-linux-gnufilc0-0.9.7.1...
gzipping man pages under /nix/store/y9zvkbqkm6676qbqqzxcmlvrnhy48vdw-translate-shell-x86_64-unknown-linux-gnufilc0-0.9.7.1/share/man/
patching script interpreter paths in /nix/store/y9zvkbqkm6676qbqqzxcmlvrnhy48vdw-translate-shell-x86_64-unknown-linux-gnufilc0-0.9.7.1
stripping (with command strip and flags -S -p) in /nix/store/y9zvkbqkm6676qbqqzxcmlvrnhy48vdw-translate-shell-x86_64-unknown-linux-gnufilc0-0.9.7.1/bin
transmission-3.00
Build started
→ unpackPhase
unpacking source archive /nix/store/dcphg7c5wi621p26p1l35m1ywfc6vbsh-source
source root is source
→ patchPhase
applying patch /nix/store/qgvwr9rwbrvad408djfdjvwvn205slvp-transmission-3.00-openssl-3.patch
patching file libtransmission/crypto-utils-openssl.c
applying patch /nix/store/5wsp10a30qr6sg32zg6mdj9vbi6pgrgm-transmission-3.00-miniupnpc-2.2.8.patch
patching file libtransmission/upnp.c
→ updateAutotoolsGnuConfigScriptsPhase
tracefilesim-unstable-2015-11-07
clang++ -Wall -c -o Collectors/Collector.o Collectors/Collector.cpp
transmission-3.00
→ 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/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/doc/transmission -DCMAKE_INSTALL_INFODIR=/nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/man -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/include -DCMAKE_INSTALL_SBINDIR=/nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_STRIP=/nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/strip -DCMAKE_RANLIB=/nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/ranlib -DCMAKE_AR=/nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/ar -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_INSTALL_PREFIX=/nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00 -DENABLE_MAC=OFF -DENABLE_GTK=OFF -DENABLE_QT=OFF -DENABLE_DAEMON=ON -DENABLE_CLI=ON -DINSTALL_LIB=OFF -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
-- The CXX 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/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/clang - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/clang++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Found CURL: /nix/store/cm0kr8d4v2nj90kq1mvsx05ivgr4k1ha-curl-x86_64-unknown-linux-gnufilc0-8.14.1/lib/libcurl.so (found suitable version "8.14.1", minimum required is "7.15.4")
-- Found ICONV: /nix/store/14i07vk4qkfcdyyha9amqryg033l3xcf-filc-sysroot-with-metadata/lib/libc.so
-- Performing Test ICONV_SECOND_ARGUMENT_IS_CONST
-- Performing Test ICONV_SECOND_ARGUMENT_IS_CONST - Failed
-- Found OpenSSL: /nix/store/yi2w496ji22gwp9280l5c953pwiz91rl-openssl-x86_64-unknown-linux-gnufilc0-3.5.7/lib/libcrypto.so (found suitable version "3.5.7", minimum required is "0.9.7")
-- Found ZLIB: /nix/store/iwrjba54lxfpm0zjip95006wdcz47mw5-zlib-1.3-x86_64-unknown-linux-gnufilc0/lib/libz.so (found suitable version "1.3", minimum required is "1.2.3")
-- Found EVENT2: /nix/store/1x7112izsz58f0pr7wj7ziabkdvvm779-libevent-2.1.12-x86_64-unknown-linux-gnufilc0/lib/libevent.so (found suitable version "2.1.12-stable", minimum required is "2.0.10")
-- Found NATPMP: /nix/store/dkhi7xx6yzv1ak7d14w7pkdjx1xv7h2x-libnatpmp-x86_64-unknown-linux-gnufilc0-20230423/lib/libnatpmp.so
-- Found MINIUPNPC: /nix/store/wlvgrp318c5njyi683a5cgsraiibpd71-miniupnpc-x86_64-unknown-linux-gnufilc0-2.3.3/lib/libminiupnpc.so (found version "2.3.3")
-- Found DHT: /nix/store/c23jvs7qaabansqbni98p1cqsdn45d6b-dht-x86_64-unknown-linux-gnufilc0-0.27/lib/libdht.a
-- Found UTP: /nix/store/ahzmk3pskkpgmpilg7bsj9zw8nki58s1-libutp-x86_64-unknown-linux-gnufilc0-unstable-2017-01-02/lib/libutp.a
-- Found B64: /nix/store/3r93i3i11c70gdnmahvayq16kqy4gk4c-libb64-x86_64-unknown-linux-gnufilc0-2.0.0.1/lib/libb64.a
-- Looking for sys/inotify.h
-- Looking for sys/inotify.h - found
-- Looking for inotify_init
tracefilesim-unstable-2015-11-07
clang++ -Wall -c -o Collectors/MarkSweepCollector.o Collectors/MarkSweepCollector.cpp
transmission-3.00
-- Looking for inotify_init - found
-- Looking for include files sys/types.h, sys/event.h
-- Looking for include files sys/types.h, sys/event.h - not found
-- Looking for kqueue
-- Looking for kqueue - not found
-- Could NOT find SYSTEMD (missing: SYSTEMD_LIBRARY SYSTEMD_INCLUDE_DIR)
-- Performing Test NO_LFS_MACROS_REQUIRED
-- Performing Test NO_LFS_MACROS_REQUIRED - Success
-- Looking for sys/statvfs.h
-- Looking for sys/statvfs.h - found
-- Looking for xfs/xfs.h
-- Looking for xfs/xfs.h - not found
-- Looking for xlocale.h
-- Looking for xlocale.h - not found
-- Looking for libintl.h
-- Looking for libintl.h - found
-- Looking for _configthreadlocale
-- Looking for _configthreadlocale - not found
-- Looking for canonicalize_file_name
-- Looking for canonicalize_file_name - found
-- Looking for daemon
-- Looking for daemon - found
-- Looking for fallocate64
-- Looking for fallocate64 - found
-- Looking for flock
-- Looking for flock - found
-- Looking for getmntent
-- Looking for getmntent - found
-- Looking for getpagesize
tracefilesim-unstable-2015-11-07
clang++ -Wall -c -o Collectors/TraversalCollector.o Collectors/TraversalCollector.cpp
transmission-3.00
-- Looking for getpagesize - found
-- Looking for htonll
-- Looking for htonll - not found
-- Looking for localtime_r
-- Looking for localtime_r - found
-- Looking for memmem
-- Looking for memmem - found
-- Looking for mkdtemp
-- Looking for mkdtemp - found
-- Looking for ntohll
-- Looking for ntohll - not found
-- Looking for posix_fadvise
-- Looking for posix_fadvise - found
-- Looking for posix_fallocate
-- Looking for posix_fallocate - found
-- Looking for posix_memalign
-- Looking for posix_memalign - found
-- Looking for pread
-- Looking for pread - found
-- Looking for pwrite
-- Looking for pwrite - found
-- Looking for statvfs
-- Looking for statvfs - found
-- Looking for strcasestr
-- Looking for strcasestr - found
-- Looking for strlcpy
-- Looking for strlcpy - found
-- Looking for strsep
tracefilesim-unstable-2015-11-07
clang++ -Wall -c -o Main/CardTable.o Main/CardTable.cpp
transmission-3.00
-- Looking for strsep - found
-- Looking for syslog
-- Looking for syslog - found
-- Looking for uselocale
-- Looking for uselocale - found
-- Looking for valloc
-- Looking for valloc - found
-- Looking for libintl_gettext in intl
-- Looking for libintl_gettext in intl - not found
-- Looking for sqrt in m
-- Looking for sqrt in m - found
-- Looking for socket in c
tracefilesim-unstable-2015-11-07
clang++ -Wall -c -o Main/Object.o Main/Object.cpp
transmission-3.00
-- Looking for socket in c - found
-- Looking for gethostbyname in c
-- Looking for gethostbyname in c - found
-- Configuring done (4.5s)
-- Generating done (0.1s)
CMake Warning:
Manually-specified variables were not used by the project:
BUILD_TESTING
CMAKE_EXPORT_NO_PACKAGE_REGISTRY
-- Build files have been written to: /build/source/build
cmake: enabled parallel building
cmake: enabled parallel installing
→ buildPhase
build flags: -j6 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
[ 1%] Building C object libtransmission/CMakeFiles/transmission.dir/announcer-udp.c.o
[ 2%] Building C object libtransmission/CMakeFiles/transmission.dir/announcer.c.o
[ 2%] Building C object libtransmission/CMakeFiles/transmission.dir/announcer-http.c.o
[ 3%] Building C object libtransmission/CMakeFiles/transmission.dir/bandwidth.c.o
[ 3%] Building C object libtransmission/CMakeFiles/transmission.dir/bitfield.c.o
[ 4%] Building C object libtransmission/CMakeFiles/transmission.dir/blocklist.c.o
[ 5%] Building C object libtransmission/CMakeFiles/transmission.dir/cache.c.o
[ 6%] Building C object libtransmission/CMakeFiles/transmission.dir/clients.c.o
[ 7%] Building C object libtransmission/CMakeFiles/transmission.dir/completion.c.o
[ 7%] Building C object libtransmission/CMakeFiles/transmission.dir/ConvertUTF.c.o
tracefilesim-unstable-2015-11-07
clang++ -Wall -c -o Main/ObjectContainer.o Main/ObjectContainer.cpp
transmission-3.00
[ 8%] Building C object libtransmission/CMakeFiles/transmission.dir/crypto.c.o
[ 9%] Building C object libtransmission/CMakeFiles/transmission.dir/crypto-utils.c.o
[ 10%] Building C object libtransmission/CMakeFiles/transmission.dir/crypto-utils-openssl.c.o
[ 11%] Building C object libtransmission/CMakeFiles/transmission.dir/error.c.o
[ 11%] Building C object libtransmission/CMakeFiles/transmission.dir/fdlimit.c.o
[ 12%] Building C object libtransmission/CMakeFiles/transmission.dir/file.c.o
[ 13%] Building C object libtransmission/CMakeFiles/transmission.dir/file-posix.c.o
[ 14%] Building C object libtransmission/CMakeFiles/transmission.dir/handshake.c.o
/build/source/libtransmission/crypto-utils-openssl.c:314:18: warning: 'DH_new' is deprecated [-Wdeprecated-declarations]
314 | DH* handle = DH_new();
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/dh.h:210:1: note: 'DH_new' has been explicitly marked deprecated here
210 | OSSL_DEPRECATEDIN_3_0 DH *DH_new(void);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:217:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
217 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
| ^
/build/source/libtransmission/crypto-utils-openssl.c:321:51: warning: 'DH_set0_pqg' is deprecated [-Wdeprecated-declarations]
321 | if (!check_pointer(p) || !check_pointer(g) || DH_set0_pqg(handle, p, NULL, g) == 0)
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/dh.h:266:1: note: 'DH_set0_pqg' has been explicitly marked deprecated here
266 | OSSL_DEPRECATEDIN_3_0 int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:217:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
217 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
| ^
/build/source/libtransmission/crypto-utils-openssl.c:325:9: warning: 'DH_free' is deprecated [-Wdeprecated-declarations]
325 | DH_free(handle);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/dh.h:211:1: note: 'DH_free' has been explicitly marked deprecated here
211 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:217:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
217 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
| ^
/build/source/libtransmission/crypto-utils-openssl.c:339:5: warning: 'DH_free' is deprecated [-Wdeprecated-declarations]
339 | DH_free(handle);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/dh.h:211:1: note: 'DH_free' has been explicitly marked deprecated here
211 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:217:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
217 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
| ^
/build/source/libtransmission/crypto-utils-openssl.c:352:5: warning: 'DH_set_length' is deprecated [-Wdeprecated-declarations]
352 | DH_set_length(handle, private_key_length * 8);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/dh.h:280:1: note: 'DH_set_length' has been explicitly marked deprecated here
280 | OSSL_DEPRECATEDIN_3_0 int DH_set_length(DH *dh, long length);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:217:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
217 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
| ^
/build/source/libtransmission/crypto-utils-openssl.c:354:23: warning: 'DH_generate_key' is deprecated [-Wdeprecated-declarations]
354 | if (!check_result(DH_generate_key(handle)))
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/dh.h:234:1: note: 'DH_generate_key' has been explicitly marked deprecated here
234 | OSSL_DEPRECATEDIN_3_0 int DH_generate_key(DH *dh);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:217:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
217 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
| ^
/build/source/libtransmission/crypto-utils-openssl.c:359:5: warning: 'DH_get0_key' is deprecated [-Wdeprecated-declarations]
359 | DH_get0_key(handle, &my_public_key, NULL);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/dh.h:267:1: note: 'DH_get0_key' has been explicitly marked deprecated here
267 | OSSL_DEPRECATEDIN_3_0 void DH_get0_key(const DH *dh, const BIGNUM **pub_key,
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:217:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
217 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
| ^
/build/source/libtransmission/crypto-utils-openssl.c:362:15: warning: 'DH_size' is deprecated [-Wdeprecated-declarations]
362 | dh_size = DH_size(handle);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/dh.h:214:1: note: 'DH_size' has been explicitly marked deprecated here
214 | OSSL_DEPRECATEDIN_3_0 int DH_size(const DH *dh);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:217:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
217 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
| ^
/build/source/libtransmission/crypto-utils-openssl.c:389:15: warning: 'DH_size' is deprecated [-Wdeprecated-declarations]
389 | dh_size = DH_size(handle);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/dh.h:214:1: note: 'DH_size' has been explicitly marked deprecated here
214 | OSSL_DEPRECATEDIN_3_0 int DH_size(const DH *dh);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:217:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
217 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
| ^
/build/source/libtransmission/crypto-utils-openssl.c:392:25: warning: 'DH_compute_key' is deprecated [-Wdeprecated-declarations]
392 | secret_key_length = DH_compute_key(ret->key, other_key, handle);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/dh.h:235:1: note: 'DH_compute_key' has been explicitly marked deprecated here
235 | OSSL_DEPRECATEDIN_3_0 int DH_compute_key(unsigned char *key,
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:217:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
217 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
| ^
10 warnings generated.
[ 15%] Building C object libtransmission/CMakeFiles/transmission.dir/history.c.o
[ 15%] Building C object libtransmission/CMakeFiles/transmission.dir/inout.c.o
[ 16%] Building C object libtransmission/CMakeFiles/transmission.dir/list.c.o
[ 17%] Building C object libtransmission/CMakeFiles/transmission.dir/log.c.o
[ 18%] Building C object libtransmission/CMakeFiles/transmission.dir/magnet.c.o
[ 19%] Building C object libtransmission/CMakeFiles/transmission.dir/makemeta.c.o
[ 19%] Building C object libtransmission/CMakeFiles/transmission.dir/metainfo.c.o
[ 20%] Building C object libtransmission/CMakeFiles/transmission.dir/natpmp.c.o
[ 21%] Building C object libtransmission/CMakeFiles/transmission.dir/net.c.o
[ 22%] Building C object libtransmission/CMakeFiles/transmission.dir/peer-io.c.o
[ 23%] Building C object libtransmission/CMakeFiles/transmission.dir/peer-mgr.c.o
[ 23%] Building C object libtransmission/CMakeFiles/transmission.dir/peer-msgs.c.o
[ 24%] Building C object libtransmission/CMakeFiles/transmission.dir/platform.c.o
[ 25%] Building C object libtransmission/CMakeFiles/transmission.dir/platform-quota.c.o
[ 26%] Building C object libtransmission/CMakeFiles/transmission.dir/port-forwarding.c.o
[ 26%] Building C object libtransmission/CMakeFiles/transmission.dir/ptrarray.c.o
[ 27%] Building C object libtransmission/CMakeFiles/transmission.dir/quark.c.o
[ 28%] Building C object libtransmission/CMakeFiles/transmission.dir/resume.c.o
[ 29%] Building C object libtransmission/CMakeFiles/transmission.dir/rpcimpl.c.o
[ 30%] Building C object libtransmission/CMakeFiles/transmission.dir/rpc-server.c.o
tracefilesim-unstable-2015-11-07
clang++ -Wall -c -o Main/MemoryManager.o Main/MemoryManager.cpp
transmission-3.00
[ 30%] Building C object libtransmission/CMakeFiles/transmission.dir/session.c.o
[ 31%] Building C object libtransmission/CMakeFiles/transmission.dir/session-id.c.o
[ 32%] Building C object libtransmission/CMakeFiles/transmission.dir/subprocess-posix.c.o
[ 33%] Building C object libtransmission/CMakeFiles/transmission.dir/stats.c.o
[ 34%] Building C object libtransmission/CMakeFiles/transmission.dir/torrent.c.o
[ 34%] Building C object libtransmission/CMakeFiles/transmission.dir/torrent-ctor.c.o
[ 35%] Building C object libtransmission/CMakeFiles/transmission.dir/torrent-magnet.c.o
[ 36%] Building C object libtransmission/CMakeFiles/transmission.dir/tr-dht.c.o
[ 37%] Building C object libtransmission/CMakeFiles/transmission.dir/trevent.c.o
[ 38%] Building C object libtransmission/CMakeFiles/transmission.dir/tr-assert.c.o
[ 38%] Building C object libtransmission/CMakeFiles/transmission.dir/tr-getopt.c.o
[ 39%] Building C object libtransmission/CMakeFiles/transmission.dir/tr-lpd.c.o
[ 40%] Building C object libtransmission/CMakeFiles/transmission.dir/tr-udp.c.o
[ 41%] Building C object libtransmission/CMakeFiles/transmission.dir/tr-utp.c.o
[ 42%] Building C object libtransmission/CMakeFiles/transmission.dir/upnp.c.o
[ 42%] Building C object libtransmission/CMakeFiles/transmission.dir/utils.c.o
[ 43%] Building C object libtransmission/CMakeFiles/transmission.dir/variant-benc.c.o
[ 44%] Building C object libtransmission/CMakeFiles/transmission.dir/variant.c.o
tracefilesim-unstable-2015-11-07
clang++ -Wall -c -o Main/Simulator.o Main/Simulator.cpp
transmission-3.00
[ 45%] Building C object libtransmission/CMakeFiles/transmission.dir/variant-json.c.o
[ 46%] Building C object libtransmission/CMakeFiles/transmission.dir/verify.c.o
[ 46%] Building C object libtransmission/CMakeFiles/transmission.dir/watchdir.c.o
[ 47%] Building C object libtransmission/CMakeFiles/transmission.dir/watchdir-generic.c.o
[ 48%] Building C object libtransmission/CMakeFiles/transmission.dir/watchdir-inotify.c.o
[ 49%] Building C object libtransmission/CMakeFiles/transmission.dir/web.c.o
[ 50%] Building C object libtransmission/CMakeFiles/transmission.dir/webseed.c.o
[ 50%] Building C object libtransmission/CMakeFiles/transmission.dir/wildmat.c.o
/build/source/libtransmission/web.c:434:9: warning: variable 'taskCount' set but not used [-Wunused-but-set-variable]
434 | int taskCount = 0;
| ^
1 warning generated.
/build/source/libtransmission/torrent.c:828:14: warning: variable 't' set but not used [-Wunused-but-set-variable]
828 | uint64_t t;
| ^
1 warning generated.
[ 51%] Linking C static library libtransmission.a
tracefilesim-unstable-2015-11-07
clang++ -Wall traceFileSim.cpp Allocators/Allocator.o Allocators/BasicAllocator.o Allocators/NextFitAllocator.o Allocators/RealAllocator.o Collectors/Collector.o Collectors/MarkSweepCollector.o Collectors/TraversalCollector.o Main/CardTable.o Main/Object.o Main/ObjectContainer.o Main/MemoryManager.o Main/Simulator.o -o traceFileSim
transmission-3.00
[ 51%] Built target transmission
[ 53%] Building C object cli/CMakeFiles/transmission-cli.dir/cli.c.o
[ 54%] Building C object daemon/CMakeFiles/transmission-daemon.dir/daemon.c.o
[ 54%] Building C object libtransmission/CMakeFiles/transmission-test.dir/libtransmission-test.c.o
[ 55%] Building C object utils/CMakeFiles/transmission-remote.dir/remote.c.o
[ 55%] Building C object utils/CMakeFiles/transmission-edit.dir/edit.c.o
[ 55%] Building C object utils/CMakeFiles/transmission-create.dir/create.c.o
[ 56%] Linking C executable transmission-create
[ 57%] Linking C executable transmission-edit
[ 57%] Built target transmission-create
[ 58%] Building C object utils/CMakeFiles/transmission-show.dir/show.c.o
[ 58%] Built target transmission-edit
[ 59%] Building C object daemon/CMakeFiles/transmission-daemon.dir/daemon-posix.c.o
[ 60%] Linking C executable transmission-cli
[ 61%] Linking C static library libtransmission-test.a
[ 61%] Built target transmission-test
[ 62%] Building C object libtransmission/CMakeFiles/transmission-test-bitfield.dir/bitfield-test.c.o
[ 62%] Built target transmission-cli
[ 62%] Building C object libtransmission/CMakeFiles/transmission-test-blocklist.dir/blocklist-test.c.o
[ 63%] Building C object libtransmission/CMakeFiles/transmission-test-clients.dir/clients-test.c.o
[ 63%] Linking C executable transmission-show
[ 64%] Linking C executable transmission-test-blocklist
[ 65%] Linking C executable transmission-test-bitfield
[ 66%] Linking C executable transmission-test-clients
[ 67%] Linking C executable transmission-daemon
[ 67%] Built target transmission-test-blocklist
[ 67%] Built target transmission-show
[ 68%] Built target transmission-test-clients
[ 68%] Building C object libtransmission/CMakeFiles/transmission-test-crypto.dir/crypto-test.c.o
[ 68%] Built target transmission-test-bitfield
[ 69%] Building C object libtransmission/CMakeFiles/transmission-test-error.dir/error-test.c.o
[ 69%] Building C object libtransmission/CMakeFiles/transmission-test-history.dir/history-test.c.o
[ 70%] Building C object libtransmission/CMakeFiles/transmission-test-file.dir/file-test.c.o
[ 70%] Built target transmission-daemon
[ 71%] Building C object libtransmission/CMakeFiles/transmission-test-json.dir/json-test.c.o
[ 72%] Linking C executable transmission-test-history
[ 72%] Built target transmission-test-history
[ 73%] Linking C executable transmission-test-error
[ 73%] Building C object libtransmission/CMakeFiles/transmission-test-magnet.dir/magnet-test.c.o
tracefilesim-unstable-2015-11-07
Main/CardTable.o:CardTable.cpp:function pizlonatedFI403_log2:(.text+0x76e4): error: undefined reference to 'pizlonated_log2'
clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [<builtin>: traceFileSim] Error 1
tree-2.2.1
Build started
transmission-3.00
[ 73%] Built target transmission-test-error
[ 74%] Building C object libtransmission/CMakeFiles/transmission-test-makemeta.dir/makemeta-test.c.o
[ 74%] Linking C executable transmission-test-crypto
tree-2.2.1
→ unpackPhase
unpacking source archive /nix/store/iw7vrm9v5z1x586piamgp3jsm02m3i2h-source
source root is source
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
transmission-3.00
[ 75%] Linking C executable transmission-test-magnet
tree-2.2.1
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
no configure script, doing nothing
→ buildPhase
build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash CC=cc PREFIX=/nix/store/vqf89pnnm2hyl2kcnd1im71yhiz5h739-tree-x86_64-unknown-linux-gnufilc0-2.2.1
cc -O3 -std=c11 -Wpedantic -Wall -Wextra -Wstrict-prototypes -Wshadow -Wconversion -DLARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c -o tree.o tree.c
transmission-3.00
[ 76%] Linking C executable transmission-test-json
[ 76%] Built target transmission-test-crypto
[ 77%] Building C object libtransmission/CMakeFiles/transmission-test-metainfo.dir/metainfo-test.c.o
[ 77%] Built target transmission-test-magnet
[ 78%] Building C object libtransmission/CMakeFiles/transmission-test-move.dir/move-test.c.o
[ 78%] Built target transmission-test-json
[ 79%] Building C object libtransmission/CMakeFiles/transmission-test-peer-msgs.dir/peer-msgs-test.c.o
[ 80%] Linking C executable transmission-test-peer-msgs
[ 81%] Linking C executable transmission-test-makemeta
[ 81%] Built target transmission-test-peer-msgs
[ 81%] Building C object libtransmission/CMakeFiles/transmission-test-quark.dir/quark-test.c.o
[ 81%] Linking C executable transmission-test-metainfo
[ 81%] Built target transmission-test-makemeta
[ 82%] Building C object libtransmission/CMakeFiles/transmission-test-rename.dir/rename-test.c.o
[ 83%] Linking C executable transmission-test-move
[ 83%] Built target transmission-test-metainfo
[ 84%] Building C object libtransmission/CMakeFiles/transmission-test-rpc.dir/rpc-test.c.o
[ 85%] Linking C executable transmission-test-quark
[ 85%] Built target transmission-test-move
[ 86%] Building C object libtransmission/CMakeFiles/transmission-test-session.dir/session-test.c.o
[ 86%] Built target transmission-test-quark
[ 87%] Building C object libtransmission/CMakeFiles/transmission-test-subprocess.dir/subprocess-test.c.o
[ 88%] Linking C executable transmission-test-session
[ 88%] Linking C executable transmission-test-rpc
[ 88%] Built target transmission-test-session
[ 88%] Building C object libtransmission/CMakeFiles/transmission-test-tr-getopt.dir/tr-getopt-test.c.o
[ 88%] Built target transmission-test-rpc
[ 89%] Building C object libtransmission/CMakeFiles/transmission-test-utils.dir/utils-test.c.o
[ 90%] Linking C executable transmission-test-subprocess
[ 90%] Built target transmission-test-subprocess
[ 91%] Building C object libtransmission/CMakeFiles/transmission-test-variant.dir/variant-test.c.o
[ 92%] Linking C executable transmission-test-tr-getopt
[ 93%] Linking C executable transmission-test-rename
[ 93%] Built target transmission-test-tr-getopt
[ 94%] Linking C executable transmission-test-file
[ 95%] Building C object libtransmission/CMakeFiles/transmission-test-watchdir.dir/watchdir-test.c.o
[ 96%] Linking C executable transmission-remote
[ 96%] Built target transmission-test-rename
[ 97%] Building C object libtransmission/CMakeFiles/transmission-test-watchdir-generic.dir/watchdir-test.c.o
[ 97%] Built target transmission-test-file
[ 97%] Built target transmission-remote
[ 98%] Linking C executable transmission-test-utils
[ 99%] Linking C executable transmission-test-watchdir
[ 99%] Built target transmission-test-utils
[100%] Linking C executable transmission-test-watchdir-generic
[100%] Linking C executable transmission-test-variant
[100%] Built target transmission-test-watchdir
[100%] Built target transmission-test-variant
[100%] Built target transmission-test-watchdir-generic
→ installPhase
install flags: -j6 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash install
tree-2.2.1
cc -O3 -std=c11 -Wpedantic -Wall -Wextra -Wstrict-prototypes -Wshadow -Wconversion -DLARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c -o list.o list.c
transmission-3.00
[ 51%] Built target transmission
[ 53%] Built target transmission-create
[ 54%] Built target transmission-test
[ 56%] Built target transmission-edit
[ 57%] Built target transmission-cli
[ 59%] Built target transmission-remote
[ 62%] Built target transmission-daemon
[ 66%] Built target transmission-test-blocklist
[ 67%] Built target transmission-test-crypto
[ 68%] Built target transmission-test-bitfield
[ 68%] Built target transmission-test-error
[ 71%] Built target transmission-show
[ 71%] Built target transmission-test-clients
[ 72%] Built target transmission-test-metainfo
[ 77%] Built target transmission-test-history
[ 76%] Built target transmission-test-magnet
[ 78%] Built target transmission-test-json
[ 78%] Built target transmission-test-file
[ 80%] Built target transmission-test-makemeta
[ 82%] Built target transmission-test-quark
[ 82%] Built target transmission-test-rpc
[ 84%] Built target transmission-test-peer-msgs
[ 86%] Built target transmission-test-move
[ 88%] Built target transmission-test-rename
[ 90%] Built target transmission-test-session
[ 92%] Built target transmission-test-subprocess
[ 94%] Built target transmission-test-tr-getopt
[ 94%] Built target transmission-test-variant
[ 98%] Built target transmission-test-watchdir
[100%] Built target transmission-test-watchdir-generic
[100%] Built target transmission-test-utils
Install the project...
-- Install configuration: "Release"
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/LICENSE
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/images
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/images/favicon.ico
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/images/favicon.png
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/images/webclip-icon.png
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/index.html
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/javascript
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/javascript/common.js
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/javascript/dialog.js
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/javascript/file-row.js
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/javascript/formatter.js
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/javascript/inspector.js
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/javascript/jquery
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/javascript/jquery/jquery-migrate.min.js
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/javascript/jquery/jquery-ui.min.js
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/javascript/jquery/jquery.min.js
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/javascript/jquery/jquery.transmenu.js
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/javascript/jquery/jquery.transmenu.min.js
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/javascript/jquery/jquery.ui-contextmenu.js
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/javascript/jquery/jquery.ui-contextmenu.min.js
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/javascript/jquery/json2.js
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/javascript/jquery/json2.min.js
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/javascript/main.js
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/javascript/notifications.js
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/javascript/polyfill.js
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/javascript/prefs-dialog.js
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/javascript/remote.js
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/javascript/torrent-row.js
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/javascript/torrent.js
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/javascript/transmission.js
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/style
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/style/jqueryui
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/style/jqueryui/images
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/style/jqueryui/images/ui-bg_flat_0_aaaaaa_40x100.png
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/style/jqueryui/images/ui-bg_flat_75_ffffff_40x100.png
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/style/jqueryui/images/ui-bg_glass_55_fbf9ee_1x400.png
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/style/jqueryui/images/ui-bg_glass_65_ffffff_1x400.png
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/style/jqueryui/images/ui-bg_glass_75_dadada_1x400.png
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/style/jqueryui/images/ui-bg_glass_75_e6e6e6_1x400.png
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/style/jqueryui/images/ui-bg_glass_95_fef1ec_1x400.png
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/style/jqueryui/images/ui-bg_highlight-soft_75_cccccc_1x100.png
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/style/jqueryui/images/ui-icons_222222_256x240.png
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/style/jqueryui/images/ui-icons_2e83ff_256x240.png
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/style/jqueryui/images/ui-icons_454545_256x240.png
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/style/jqueryui/images/ui-icons_888888_256x240.png
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/style/jqueryui/images/ui-icons_cd0a0a_256x240.png
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/style/jqueryui/jquery-ui.min.css
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/style/transmission
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/style/transmission/common.css
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/style/transmission/images
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/style/transmission/images/arrow-down.png
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/style/transmission/images/arrow-up.png
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/style/transmission/images/blue-turtle.png
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/style/transmission/images/buttons
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/style/transmission/images/buttons/torrent_buttons.png
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/style/transmission/images/compact.png
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/style/transmission/images/file-priority-high.png
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/style/transmission/images/file-priority-low.png
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/style/transmission/images/file-priority-normal.png
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/style/transmission/images/filter_bar.png
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/style/transmission/images/filter_icon.png
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/style/transmission/images/inspector-files.png
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/style/transmission/images/inspector-info.png
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/style/transmission/images/inspector-peers.png
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/style/transmission/images/inspector-trackers.png
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/style/transmission/images/lock_icon.png
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/style/transmission/images/logo.png
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/style/transmission/images/progress.png
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/style/transmission/images/settings.png
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/style/transmission/images/toolbar-close.png
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/style/transmission/images/toolbar-folder.png
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/style/transmission/images/toolbar-info.png
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/style/transmission/images/toolbar-pause-all.png
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/style/transmission/images/toolbar-pause.png
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/style/transmission/images/toolbar-start-all.png
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/style/transmission/images/toolbar-start.png
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/style/transmission/images/turtle.png
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/style/transmission/images/wrench.png
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/transmission/web/style/transmission/mobile.css
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/doc/transmission/AUTHORS
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/doc/transmission/COPYING
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/doc/transmission/NEWS.md
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/doc/transmission/README.md
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/doc/transmission/rpc-spec.txt
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/doc/transmission/send-email-when-torrent-done.sh
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/bin/transmission-daemon
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/man/man1/transmission-daemon.1
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/bin/transmission-cli
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/man/man1/transmission-cli.1
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/bin/transmission-create
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/man/man1/transmission-create.1
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/bin/transmission-edit
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/man/man1/transmission-edit.1
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/bin/transmission-remote
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/man/man1/transmission-remote.1
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/bin/transmission-show
-- Installing: /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/man/man1/transmission-show.1
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00
shrinking /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/bin/transmission-daemon
shrinking /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/bin/transmission-cli
shrinking /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/bin/transmission-create
shrinking /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/bin/transmission-edit
shrinking /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/bin/transmission-remote
shrinking /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/bin/transmission-show
checking for references to /build/ in /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00...
gzipping man pages under /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/share/man/
patching script interpreter paths in /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00
stripping (with command strip and flags -S -p) in /nix/store/457m7aqxyvjvccrn1d5hja7j8dlg58zh-transmission-x86_64-unknown-linux-gnufilc0-3.00/bin
tree-2.2.1
cc -O3 -std=c11 -Wpedantic -Wall -Wextra -Wstrict-prototypes -Wshadow -Wconversion -DLARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c -o hash.o hash.c
transmission-3.00
shrinking RPATHs of ELF executables and libraries in /nix/store/nb9kaj9fgcsd1f0dvkppv3r6dj1k569k-transmission-x86_64-unknown-linux-gnufilc0-3.00-apparmor
checking for references to /build/ in /nix/store/nb9kaj9fgcsd1f0dvkppv3r6dj1k569k-transmission-x86_64-unknown-linux-gnufilc0-3.00-apparmor...
patching script interpreter paths in /nix/store/nb9kaj9fgcsd1f0dvkppv3r6dj1k569k-transmission-x86_64-unknown-linux-gnufilc0-3.00-apparmor
tree-2.2.1
cc -O3 -std=c11 -Wpedantic -Wall -Wextra -Wstrict-prototypes -Wshadow -Wconversion -DLARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c -o color.o color.c
cc -O3 -std=c11 -Wpedantic -Wall -Wextra -Wstrict-prototypes -Wshadow -Wconversion -DLARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c -o file.o file.c
cc -O3 -std=c11 -Wpedantic -Wall -Wextra -Wstrict-prototypes -Wshadow -Wconversion -DLARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c -o filter.o filter.c
cc -O3 -std=c11 -Wpedantic -Wall -Wextra -Wstrict-prototypes -Wshadow -Wconversion -DLARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c -o info.o info.c
cc -O3 -std=c11 -Wpedantic -Wall -Wextra -Wstrict-prototypes -Wshadow -Wconversion -DLARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c -o unix.o unix.c
cc -O3 -std=c11 -Wpedantic -Wall -Wextra -Wstrict-prototypes -Wshadow -Wconversion -DLARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c -o xml.o xml.c
cc -O3 -std=c11 -Wpedantic -Wall -Wextra -Wstrict-prototypes -Wshadow -Wconversion -DLARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c -o json.o json.c
cc -O3 -std=c11 -Wpedantic -Wall -Wextra -Wstrict-prototypes -Wshadow -Wconversion -DLARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c -o html.o html.c
cc -O3 -std=c11 -Wpedantic -Wall -Wextra -Wstrict-prototypes -Wshadow -Wconversion -DLARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c -o strverscmp.o strverscmp.c
strverscmp.c:4:28: warning: invalid UTF-8 in comment [-Winvalid-utf8]
4 | Contributed by Jean-Fran<E7>ois Bignolles <bignolle@ecoledoc.ibp.fr>, 1997.
| ^
1 warning generated.
cc -s -o tree tree.o list.o hash.o color.o file.o filter.o info.o unix.o xml.o json.o html.o strverscmp.o
→ installPhase
install flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash CC=cc PREFIX=/nix/store/vqf89pnnm2hyl2kcnd1im71yhiz5h739-tree-x86_64-unknown-linux-gnufilc0-2.2.1 install
install -d /nix/store/vqf89pnnm2hyl2kcnd1im71yhiz5h739-tree-x86_64-unknown-linux-gnufilc0-2.2.1/bin
install -d /nix/store/vqf89pnnm2hyl2kcnd1im71yhiz5h739-tree-x86_64-unknown-linux-gnufilc0-2.2.1/man/man1
install tree /nix/store/vqf89pnnm2hyl2kcnd1im71yhiz5h739-tree-x86_64-unknown-linux-gnufilc0-2.2.1/bin/tree; \
install -m 644 doc/tree.1 /nix/store/vqf89pnnm2hyl2kcnd1im71yhiz5h739-tree-x86_64-unknown-linux-gnufilc0-2.2.1/man/man1/tree.1
→ fixupPhase
moving /nix/store/vqf89pnnm2hyl2kcnd1im71yhiz5h739-tree-x86_64-unknown-linux-gnufilc0-2.2.1/man to /nix/store/vqf89pnnm2hyl2kcnd1im71yhiz5h739-tree-x86_64-unknown-linux-gnufilc0-2.2.1/share/man
shrinking RPATHs of ELF executables and libraries in /nix/store/vqf89pnnm2hyl2kcnd1im71yhiz5h739-tree-x86_64-unknown-linux-gnufilc0-2.2.1
shrinking /nix/store/vqf89pnnm2hyl2kcnd1im71yhiz5h739-tree-x86_64-unknown-linux-gnufilc0-2.2.1/bin/tree
checking for references to /build/ in /nix/store/vqf89pnnm2hyl2kcnd1im71yhiz5h739-tree-x86_64-unknown-linux-gnufilc0-2.2.1...
gzipping man pages under /nix/store/vqf89pnnm2hyl2kcnd1im71yhiz5h739-tree-x86_64-unknown-linux-gnufilc0-2.2.1/share/man/
patching script interpreter paths in /nix/store/vqf89pnnm2hyl2kcnd1im71yhiz5h739-tree-x86_64-unknown-linux-gnufilc0-2.2.1
stripping (with command strip and flags -S -p) in /nix/store/vqf89pnnm2hyl2kcnd1im71yhiz5h739-tree-x86_64-unknown-linux-gnufilc0-2.2.1/bin
tockloader-1.9.0
error: Cannot build '/nix/store/sk0b5r46iizg7riix80w71f6md7bn977-tockloader-1.9.0-x86_64-unknown-linux-gnufilc0.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/ifdk6gizic3n5dr9cqk8v9yqcl4nfd14-tockloader-1.9.0-x86_64-unknown-linux-gnufilc0-dist
/nix/store/qpknsgq7bji5aylfdmkrxmz6iqpbwkps-tockloader-1.9.0-x86_64-unknown-linux-gnufilc0tofi-0.9.1
error: Cannot build '/nix/store/5kzfby18z48nk5fp1zx5fs4yy31fx6k0-tofi-x86_64-unknown-linux-gnufilc0-0.9.1.drv'.
Reason: builder failed with exit code 1.
Output paths:
/nix/store/gkrqx8swv7vd9lar9k62adi18ff98wml-tofi-x86_64-unknown-linux-gnufilc0-0.9.1
Last 25 log lines:
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: tofi-compgen.p/src_log.c.o:1:3: invalid character
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: tofi-compgen.p/src_log.c.o:1:3: syntax error, unexpected end of file
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: tofi-compgen.p/src_log.c.o: not an object or archive
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: tofi-compgen.p/src_mkdirp.c.o:1:3: invalid character
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: tofi-compgen.p/src_mkdirp.c.o:1:3: syntax error, unexpected end of file
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: tofi-compgen.p/src_mkdirp.c.o: not an object or archive
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: tofi-compgen.p/src_string_vec.c.o:1:3: invalid character
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: tofi-compgen.p/src_string_vec.c.o:1:3: syntax error, unexpected end of file
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: tofi-compgen.p/src_string_vec.c.o: not an object or archive
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: tofi-compgen.p/src_unicode.c.o:1:3: invalid character
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: tofi-compgen.p/src_unicode.c.o:1:3: syntax error, unexpected end of file
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: tofi-compgen.p/src_unicode.c.o: not an object or archive
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: tofi-compgen.p/src_xmalloc.c.o:1:3: invalid character
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: tofi-compgen.p/src_xmalloc.c.o:1:3: syntax error, unexpected end of file
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: tofi-compgen.p/src_xmalloc.c.o: not an object or archive
> /nix/store/sn36kmszyx8bbq5fcz8xgwls8wdznj8p-filc-crt-lib/filc_crt.o:function main:(.text.unlikely.+0xb): error: undefined reference to 'pizlonated_main'
> clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
> [101/102] Compiling C object tofi.p/src_main.c.o
> In file included from ../src/main.c:1:
> In file included from /nix/store/8hc83l288p7fyb6z7mm2zk80dvqmk7gi-filc-glibc-2.40/include/assert.h:35:
> /nix/store/8hc83l288p7fyb6z7mm2zk80dvqmk7gi-filc-glibc-2.40/include/features.h:422:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
> 422 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^
> 1 warning generated.
> ninja: build stopped: subcommand failed.
For full logs, run:
nix log /nix/store/5kzfby18z48nk5fp1zx5fs4yy31fx6k0-tofi-x86_64-unknown-linux-gnufilc0-0.9.1.drvtomlplusplus-3.4.0
error: Cannot build '/nix/store/bzbj98kwaalc9wqrklkx7kdhl50mgcqk-tomlplusplus-x86_64-unknown-linux-gnufilc0-3.4.0.drv'.
Reason: builder failed with exit code 1.
Output paths:
/nix/store/gl6cm12mpc445y8xxs1ajc03p09mjzkj-tomlplusplus-x86_64-unknown-linux-gnufilc0-3.4.0
Last 25 log lines:
> | ~~~~~~~~~~~^~~
> | operator""_sz
> 3 warnings generated.
> [11/48] Compiling C++ object tests/tomlplusplus_tests.p/conformance_burntsushi_invalid.cpp.o
> In file included from ../tests/conformance_burntsushi_invalid.cpp:8:
> In file included from ../tests/tests.hpp:8:
> In file included from ../include/toml++/toml.hpp:42:
> ../include/toml++/impl/path.hpp:793:19: warning: identifier '_tpath' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
> 793 | path operator"" _tpath(const char* str, size_t len)
> | ~~~~~~~~~~~^~~~~~
> | operator""_tpath
> In file included from ../tests/conformance_burntsushi_invalid.cpp:8:
> In file included from ../tests/tests.hpp:8:
> In file included from ../include/toml++/toml.hpp:54:
> ../include/toml++/impl/parser.hpp:348:27: warning: identifier '_toml' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
> 348 | parse_result operator"" _toml(const char* str, size_t len)
> | ~~~~~~~~~~~^~~~~
> | operator""_toml
> In file included from ../tests/conformance_burntsushi_invalid.cpp:8:
> ../tests/tests.hpp:48:29: warning: identifier '_sz' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
> 48 | constexpr size_t operator"" _sz(unsigned long long n) noexcept
> | ~~~~~~~~~~~^~~
> | operator""_sz
> 3 warnings generated.
> ninja: build stopped: subcommand failed.
For full logs, run:
nix log /nix/store/bzbj98kwaalc9wqrklkx7kdhl50mgcqk-tomlplusplus-x86_64-unknown-linux-gnufilc0-3.4.0.drvtorrent7z-1.3
error: Cannot build '/nix/store/jccqjmx0csja2fdy4ncvarapnivx97x3-torrent7z-x86_64-unknown-linux-gnufilc0-1.3.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/zwr16c31a3m8k2lqr41wd1kr55sh4b7r-torrent7z-x86_64-unknown-linux-gnufilc0-1.3
Last 15 log lines:
> Running phase: unpackPhase
> unpacking source archive /nix/store/c76jcm1nfk0r9mkjwvajcnnydv7i7l1k-source
> source root is source
> Running phase: patchPhase
> applying patch /nix/store/4r6g5r9f35fcy4xxsvnc7m830l6gxcgq-fix-gcc10-compilation.patch
> patching file linux_src/p7zip_4.65/CPP/Windows/Error.cpp
> Running phase: updateAutotoolsGnuConfigScriptsPhase
> Running phase: updateAutotoolsGnuConfigScriptsPhase
> Running phase: configurePhase
> no configure script, doing nothing
> Running phase: buildPhase
> build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
> g++ -O -s -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DNDEBUG -D_REENTRANT -DENV_UNIX -DCOMPRESS_MT -DCOMPRESS_BZIP2_MT -DCOMPRESS_MF_MT -DBREAK_HANDLER -DBENCH_MT -D_NO_CRYPTO -DWIN_LONG_PATH -DUNICODE -fPIE -D_UNICODE -DBUILD_SHARED_LIB=OFF -c -I../../../myWindows -I../../../ -I../../../include_windows ../../../myWindows/myGetTickCount.cpp
> /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: g++: command not found
> make: *** [../../../../makefile.rules:3: myGetTickCount.o] Error 127
For full logs, run:
nix log /nix/store/jccqjmx0csja2fdy4ncvarapnivx97x3-torrent7z-x86_64-unknown-linux-gnufilc0-1.3.drvtoybox-0.8.12
error: Cannot build '/nix/store/725rlka4wip9kv419acy2jlw8ibqmfb1-toybox-x86_64-unknown-linux-gnufilc0-0.8.12.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/vfw4dqmlwsgw73w31291qai8zjkffcy8-toybox-x86_64-unknown-linux-gnufilc0-0.8.12
Last 25 log lines:
> First user UID (TOYBOX_UID_USR) [500] 500
> Enable nommu support when the build can't detect it. (TOYBOX_FORCE_NOMMU) [N/y/?] n
> #
> # configuration written to .config
> #
> Running phase: buildPhase
> build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash PREFIX=\$\(out\)/bin
> scripts/make.sh
> generated/{Config.in,newtoys.h,flags.h,help.h}
> Compile toybox
> ..............................lib/xwrap.c:201:3: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
> 201 | chdir("/");
> | ^~~~~ ~~~
> lib/xwrap.c:258:43: error: call to undeclared library function 'vfork' with type 'int (void)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
> 258 | if (!(pid = CFG_TOYBOX_FORK ? xfork() : XVFORK())) {
> | ^
> ./lib/lib.h:425:29: note: expanded from macro 'XVFORK'
> 425 | #define XVFORK() xvforkwrap(vfork())
> | ^
> lib/xwrap.c:258:43: note: include the header <unistd.h> or explicitly provide a declaration for 'vfork'
> ./lib/lib.h:425:29: note: expanded from macro 'XVFORK'
> 425 | #define XVFORK() xvforkwrap(vfork())
> | ^
> 1 warning and 1 error generated.
> make: *** [Makefile:17: toybox] Error 1
For full logs, run:
nix log /nix/store/725rlka4wip9kv419acy2jlw8ibqmfb1-toybox-x86_64-unknown-linux-gnufilc0-0.8.12.drvtracebox-0.4.4
error: Cannot build '/nix/store/l3iv7si3b8cgn1f4q70yf9h7zvapa03s-tracebox-x86_64-unknown-linux-gnufilc0-0.4.4.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/x10pzpbzr166r2wgx9s0pqkrg2j7fz8n-tracebox-x86_64-unknown-linux-gnufilc0-0.4.4
Last 25 log lines:
> 86 | __rollback_();
> | ^
> /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__utility/exception_guard.h:137:10: note: in instantiation of member function 'std::__exception_guard_exceptions<std::vector<Crafter::IPv6SegmentRoutingHeader::IPv6ByteArray>::__destroy_vector>::~__exception_guard_exceptions' requested here
> 137 | return __exception_guard<_Rollback>(std::move(__rollback));
> | ^
> /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__vector/vector.h:263:5: note: in instantiation of function template specialization 'std::vector<Crafter::IPv6SegmentRoutingHeader::IPv6ByteArray>::__init_with_size<Crafter::IPv6SegmentRoutingHeader::IPv6ByteArray *, Crafter::IPv6SegmentRoutingHeader::IPv6ByteArray *>' requested here
> 263 | __init_with_size(__x.__begin_, __x.__end_, __x.size());
> | ^
> crafter/Utils/../Protocols/IPv6SegmentRoutingHeader.h:206:13: note: in instantiation of member function 'std::vector<Crafter::IPv6SegmentRoutingHeader::IPv6ByteArray>::vector' requested here
> 206 | Segments(srh.Segments),
> | ^
> /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__memory/allocator.h:156:87: note: qualify call to silence this warning
> 156 | _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_HIDE_FROM_ABI void destroy(pointer __p) { __p->~_Tp(); }
> | ^
> 3 warnings generated.
> make[5]: Leaving directory '/build/source/noinst/libcrafter/libcrafter'
> make[4]: *** [Makefile:716: all] Error 2
> make[4]: Leaving directory '/build/source/noinst/libcrafter/libcrafter'
> make[3]: *** [Makefile:649: all-local] Error 2
> make[3]: Leaving directory '/build/source/noinst'
> make[2]: *** [Makefile:379: all-recursive] Error 1
> make[2]: Leaving directory '/build/source/noinst'
> make[1]: *** [Makefile:429: all-recursive] Error 1
> make[1]: Leaving directory '/build/source'
> make: *** [Makefile:361: all] Error 2
For full logs, run:
nix log /nix/store/l3iv7si3b8cgn1f4q70yf9h7zvapa03s-tracebox-x86_64-unknown-linux-gnufilc0-0.4.4.drvtracefilegen-unstable-2017-05-13
error: Cannot build '/nix/store/y3jgvq2l6q0vaiiin231v0291d9ds94r-tracefilegen-x86_64-unknown-linux-gnufilc0-unstable-2017-05-13.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/3smgswb71pxzl3w12x9psv93mlcd17fj-tracefilegen-x86_64-unknown-linux-gnufilc0-unstable-2017-05-13
Last 25 log lines:
> build flags: -j6 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
> [ 11%] Building CXX object Utils/CMakeFiles/Utils.dir/Simulator.cpp.o
> [ 33%] Building CXX object Utils/CMakeFiles/Utils.dir/Logger.cpp.o
> [ 33%] Building CXX object ObjectClasses/CMakeFiles/ObjectClasses.dir/ClassObject.cpp.o
> [ 44%] Building CXX object ObjectClasses/CMakeFiles/ObjectClasses.dir/MemoryManager.cpp.o
> [ 55%] Building CXX object ObjectClasses/CMakeFiles/ObjectClasses.dir/Object.cpp.o
> /build/source/ObjectClasses/Object.cpp:173:1: warning: non-void function does not return a value in all control paths [-Wreturn-type]
> 173 | }
> | ^
> 1 warning generated.
> /build/source/ObjectClasses/ClassObject.cpp:110:1: warning: non-void function does not return a value in all control paths [-Wreturn-type]
> 110 | }
> | ^
> 1 warning generated.
> [ 66%] Linking CXX static library libUtils.a
> [ 66%] Built target Utils
> [ 77%] Linking CXX static library libObjectClasses.a
> [ 77%] Built target ObjectClasses
> [ 88%] Building CXX object CMakeFiles/TraceFileGen.dir/main.cpp.o
> [100%] Linking CXX executable TraceFileGen
> Utils/libUtils.a(Simulator.cpp.o):Simulator.cpp:function pizlonatedFI403_logb:(.text+0x9e61): error: undefined reference to 'pizlonated_logb'
> clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
> make[2]: *** [CMakeFiles/TraceFileGen.dir/build.make:102: TraceFileGen] Error 1
> make[1]: *** [CMakeFiles/Makefile2:133: CMakeFiles/TraceFileGen.dir/all] Error 2
> make: *** [Makefile:91: all] Error 2
For full logs, run:
nix log /nix/store/y3jgvq2l6q0vaiiin231v0291d9ds94r-tracefilegen-x86_64-unknown-linux-gnufilc0-unstable-2017-05-13.drvtracefilesim-unstable-2015-11-07
error: Cannot build '/nix/store/3chbwhw01wn1qbg4hf5awbhph3d1c0pv-tracefilesim-x86_64-unknown-linux-gnufilc0-unstable-2015-11-07.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/d3dfp5nzvq4kn1gxbwqq1iyjas09424f-tracefilesim-x86_64-unknown-linux-gnufilc0-unstable-2015-11-07
Last 25 log lines:
> unpacking source archive /nix/store/kahf09i1s174i4z5hrk1rj1s6v3y5fnk-source
> source root is source
> Running phase: patchPhase
> Running phase: updateAutotoolsGnuConfigScriptsPhase
> Running phase: updateAutotoolsGnuConfigScriptsPhase
> Running phase: configurePhase
> no configure script, doing nothing
> Running phase: buildPhase
> build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
> clang++ -Wall -c -o Allocators/Allocator.o Allocators/Allocator.cpp
> clang++ -Wall -c -o Allocators/BasicAllocator.o Allocators/BasicAllocator.cpp
> clang++ -Wall -c -o Allocators/NextFitAllocator.o Allocators/NextFitAllocator.cpp
> clang++ -Wall -c -o Allocators/RealAllocator.o Allocators/RealAllocator.cpp
> clang++ -Wall -c -o Collectors/Collector.o Collectors/Collector.cpp
> clang++ -Wall -c -o Collectors/MarkSweepCollector.o Collectors/MarkSweepCollector.cpp
> clang++ -Wall -c -o Collectors/TraversalCollector.o Collectors/TraversalCollector.cpp
> clang++ -Wall -c -o Main/CardTable.o Main/CardTable.cpp
> clang++ -Wall -c -o Main/Object.o Main/Object.cpp
> clang++ -Wall -c -o Main/ObjectContainer.o Main/ObjectContainer.cpp
> clang++ -Wall -c -o Main/MemoryManager.o Main/MemoryManager.cpp
> clang++ -Wall -c -o Main/Simulator.o Main/Simulator.cpp
> clang++ -Wall traceFileSim.cpp Allocators/Allocator.o Allocators/BasicAllocator.o Allocators/NextFitAllocator.o Allocators/RealAllocator.o Collectors/Collector.o Collectors/MarkSweepCollector.o Collectors/TraversalCollector.o Main/CardTable.o Main/Object.o Main/ObjectContainer.o Main/MemoryManager.o Main/Simulator.o -o traceFileSim
> Main/CardTable.o:CardTable.cpp:function pizlonatedFI403_log2:(.text+0x76e4): error: undefined reference to 'pizlonated_log2'
> clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
> make: *** [<builtin>: traceFileSim] Error 1
For full logs, run:
nix log /nix/store/3chbwhw01wn1qbg4hf5awbhph3d1c0pv-tracefilesim-x86_64-unknown-linux-gnufilc0-unstable-2015-11-07.drvtrak-0.0.5
error: Cannot build '/nix/store/6fi9yc2vg7fzb30yy30s3zb5z1fkal43-trak-0.0.5-x86_64-unknown-linux-gnufilc0.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/jzqpq2l54cayys617j63jnc0y61zv0jp-trak-0.0.5-x86_64-unknown-linux-gnufilc0-dist
/nix/store/vl71g1n2ab8g6lgafcxsl15yvi0fs8q8-trak-0.0.5-x86_64-unknown-linux-gnufilc0tracefilesim-unstable-2015-11-07
error: build of '/nix/store/3chbwhw01wn1qbg4hf5awbhph3d1c0pv-tracefilesim-x86_64-unknown-linux-gnufilc0-unstable-2015-11-07.drv^*', '/nix/store/5kzfby18z48nk5fp1zx5fs4yy31fx6k0-tofi-x86_64-unknown-linux-gnufilc0-0.9.1.drv^*', '/nix/store/6fi9yc2vg7fzb30yy30s3zb5z1fkal43-trak-0.0.5-x86_64-unknown-linux-gnufilc0.drv^*', '/nix/store/725rlka4wip9kv419acy2jlw8ibqmfb1-toybox-x86_64-unknown-linux-gnufilc0-0.8.12.drv^*', '/nix/store/bzbj98kwaalc9wqrklkx7kdhl50mgcqk-tomlplusplus-x86_64-unknown-linux-gnufilc0-3.4.0.drv^*', '/nix/store/jccqjmx0csja2fdy4ncvarapnivx97x3-torrent7z-x86_64-unknown-linux-gnufilc0-1.3.drv^*', '/nix/store/l3iv7si3b8cgn1f4q70yf9h7zvapa03s-tracebox-x86_64-unknown-linux-gnufilc0-0.4.4.drv^*', '/nix/store/sk0b5r46iizg7riix80w71f6md7bn977-tockloader-1.9.0-x86_64-unknown-linux-gnufilc0.drv^*', '/nix/store/y3jgvq2l6q0vaiiin231v0291d9ds94r-tracefilegen-x86_64-unknown-linux-gnufilc0-unstable-2017-05-13.drv^*' failed
End of log