[#257735] [test-only] p9 FAILED libqmatrixclient.git=0.4.2.1-alt1.1
Girar awaiter (zerg)
girar-builder at altlinux.org
Wed Sep 9 15:35:06 MSK 2020
http://git.altlinux.org/tasks/257735/logs/events.1.1.log
subtask name aarch64 armh i586 ppc64le x86_64
#100 libqmatrixclient failed failed failed failed failed
2020-Sep-09 12:33:50 :: test-only task #257735 for p9 started by zerg:
2020-Sep-09 12:33:50 :: message: update
#100 build 0.4.2.1-alt1.1 from /people/zerg/packages/libqmatrixclient.git fetched at 2020-Sep-09 12:13:40
2020-Sep-09 12:33:52 :: [armh] #100 libqmatrixclient.git 0.4.2.1-alt1.1: build start
2020-Sep-09 12:33:52 :: [x86_64] #100 libqmatrixclient.git 0.4.2.1-alt1.1: build start
2020-Sep-09 12:33:52 :: [aarch64] #100 libqmatrixclient.git 0.4.2.1-alt1.1: build start
2020-Sep-09 12:33:52 :: [i586] #100 libqmatrixclient.git 0.4.2.1-alt1.1: build start
2020-Sep-09 12:33:52 :: [ppc64le] #100 libqmatrixclient.git 0.4.2.1-alt1.1: build start
[x86_64] from /usr/src/RPM/BUILD/libqmatrixclient-0.4.2.1/lib/room.cpp:19:
[x86_64] /usr/include/c++/8/bits/hashtable_policy.h:1106:7: error: use of deleted function 'std::hash<QString>::~hash()'
[x86_64] _Hashtable_ebo_helper() = default;
[x86_64] --
[x86_64] struct hash : __hash_enum<_Tp>
[x86_64] /usr/include/c++/8/bits/functional_hash.h:101:12: error: 'std::__hash_enum<_Tp, <anonymous> >::~__hash_enum() [with _Tp = QString; bool <anonymous> = false]' is private within this context
[x86_64] /usr/include/c++/8/bits/functional_hash.h:83:7: note: declared private here
[x86_64] --
[x86_64] from /usr/src/RPM/BUILD/libqmatrixclient-0.4.2.1/lib/room.cpp:19:
[x86_64] /usr/include/c++/8/bits/hashtable_policy.h:1383:7: error: use of deleted function 'std::__detail::_Hashtable_ebo_helper<1, std::hash<QString>, true>::~_Hashtable_ebo_helper()'
[x86_64] _Hash_code_base() = default;
[x86_64] --
[x86_64] struct _Hashtable_ebo_helper<_Nm, _Tp, true>
[x86_64] /usr/include/c++/8/bits/hashtable_policy.h:1103:12: error: use of deleted function 'std::hash<QString>::~hash()'
[x86_64] /usr/include/c++/8/bits/hashtable_policy.h:1832:5: error: use of deleted function 'std::__detail::_Hash_code_base<QString, std::pair<const QString, std::unique_ptr<QMatrixClient::Event, std::default_delete<QMatrixClient::Event> > >, std::__detail::_Select1st, std::hash<QString>, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, true>::~_Hash_code_base()'
[x86_64] _Hashtable_base() = default;
[x86_64] --
[x86_64] _Default_ranged_hash, true>
[x86_64] /usr/include/c++/8/bits/hashtable_policy.h:1356:12: error: use of deleted function 'std::__detail::_Hashtable_ebo_helper<1, std::hash<QString>, true>::~_Hashtable_ebo_helper()'
[x86_64] In file included from /usr/include/c++/8/unordered_map:46,
[x86_64] --
[x86_64] from /usr/src/RPM/BUILD/libqmatrixclient-0.4.2.1/lib/room.cpp:19:
[x86_64] /usr/include/c++/8/bits/hashtable.h:408:7: error: use of deleted function 'std::__detail::_Hashtable_base<QString, std::pair<const QString, std::unique_ptr<QMatrixClient::Event, std::default_delete<QMatrixClient::Event> > >, std::__detail::_Select1st, std::equal_to<QString>, std::hash<QString>, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, std::__detail::_Hashtable_traits<true, false, true> >::~_Hashtable_base()'
[x86_64] _Hashtable() = default;
[x86_64] --
[x86_64] struct _Hashtable_base
[x86_64] /usr/include/c++/8/bits/hashtable_policy.h:1780:10: error: use of deleted function 'std::__detail::_Hash_code_base<QString, std::pair<const QString, std::unique_ptr<QMatrixClient::Event, std::default_delete<QMatrixClient::Event> > >, std::__detail::_Select1st, std::hash<QString>, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, true>::~_Hash_code_base()'
[x86_64] In file included from /usr/include/c++/8/unordered_map:46,
[x86_64] --
[x86_64] /usr/include/c++/8/bits/unordered_map.h:102:11: required from here
[x86_64] /usr/include/c++/8/bits/hashtable.h:1371:5: error: use of deleted function 'std::__detail::_Hashtable_base<QString, std::pair<const QString, std::unique_ptr<QMatrixClient::Event, std::default_delete<QMatrixClient::Event> > >, std::__detail::_Select1st, std::equal_to<QString>, std::hash<QString>, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, std::__detail::_Hashtable_traits<true, false, true> >::~_Hashtable_base()'
[x86_64] In file included from /usr/include/c++/8/bits/hashtable.h:35,
[x86_64] --
[x86_64] /usr/src/RPM/BUILD/libqmatrixclient-0.4.2.1/lib/room.cpp:674:36: required from here
[x86_64] /usr/include/c++/8/bits/hashtable_policy.h:1392:16: error: static assertion failed: hash function must be invocable with an argument of key type
[x86_64] static_assert(__is_invocable<const _H1&, const _Key&>{},
2020-Sep-09 12:34:38 :: [x86_64] libqmatrixclient.git 0.4.2.1-alt1.1: remote: build failed
2020-Sep-09 12:34:38 :: [x86_64] #100 libqmatrixclient.git 0.4.2.1-alt1.1: build FAILED
2020-Sep-09 12:34:38 :: [x86_64] requesting cancellation of task processing
[aarch64] _Hashtable() = default;
[aarch64] /usr/include/c++/8/bits/hashtable.h:408:7: error: use of deleted function 'std::__detail::_Hashtable_base<_Key, _Value, _ExtractKey, _Equal, _H1, _H2, _Hash, _Traits>::_Hashtable_base() [with _Key = QString; _Value = std::pair<const QString, std::unique_ptr<QMatrixClient::Event, std::default_delete<QMatrixClient::Event> > >; _ExtractKey = std::__detail::_Select1st; _Equal = std::equal_to<QString>; _H1 = std::hash<QString>; _H2 = std::__detail::_Mod_range_hashing; _Hash = std::__detail::_Default_ranged_hash; _Traits = std::__detail::_Hashtable_traits<true, false, true>]'
[aarch64] In file included from /usr/include/c++/8/bits/hashtable.h:35,
[aarch64] --
[aarch64] _Hashtable_base() = default;
[aarch64] /usr/include/c++/8/bits/hashtable_policy.h:1832:5: error: use of deleted function 'std::__detail::_Hash_code_base<_Key, _Value, _ExtractKey, _H1, _H2, std::__detail::_Default_ranged_hash, true>::_Hash_code_base() [with _Key = QString; _Value = std::pair<const QString, std::unique_ptr<QMatrixClient::Event, std::default_delete<QMatrixClient::Event> > >; _ExtractKey = std::__detail::_Select1st; _H1 = std::hash<QString>; _H2 = std::__detail::_Mod_range_hashing]'
[aarch64] /usr/include/c++/8/bits/hashtable_policy.h:1383:7: note: 'std::__detail::_Hash_code_base<_Key, _Value, _ExtractKey, _H1, _H2, std::__detail::_Default_ranged_hash, true>::_Hash_code_base() [with _Key = QString; _Value = std::pair<const QString, std::unique_ptr<QMatrixClient::Event, std::default_delete<QMatrixClient::Event> > >; _ExtractKey = std::__detail::_Select1st; _H1 = std::hash<QString>; _H2 = std::__detail::_Mod_range_hashing]' is implicitly deleted because the default definition would be ill-formed:
[aarch64] _Hash_code_base() = default;
[aarch64] /usr/include/c++/8/bits/hashtable_policy.h:1383:7: error: use of deleted function 'std::__detail::_Hashtable_ebo_helper<_Nm, _Tp, true>::_Hashtable_ebo_helper() [with int _Nm = 1; _Tp = std::hash<QString>]'
[aarch64] /usr/include/c++/8/bits/hashtable_policy.h:1106:7: note: 'std::__detail::_Hashtable_ebo_helper<_Nm, _Tp, true>::_Hashtable_ebo_helper() [with int _Nm = 1; _Tp = std::hash<QString>]' is implicitly deleted because the default definition would be ill-formed:
[aarch64] _Hashtable_ebo_helper() = default;
[aarch64] /usr/include/c++/8/bits/hashtable_policy.h:1106:7: error: use of deleted function 'std::hash<QString>::hash()'
[aarch64] In file included from /usr/include/c++/8/bits/basic_string.h:6626,
[aarch64] --
[aarch64] struct hash : __hash_enum<_Tp>
[aarch64] /usr/include/c++/8/bits/functional_hash.h:101:12: error: no matching function for call to 'std::__hash_enum<QString, false>::__hash_enum()'
[aarch64] /usr/include/c++/8/bits/functional_hash.h:82:7: note: candidate: 'std::__hash_enum<_Tp, <anonymous> >::__hash_enum(std::__hash_enum<_Tp, <anonymous> >&&) [with _Tp = QString; bool <anonymous> = false]'
[aarch64] --
[aarch64] /usr/include/c++/8/bits/functional_hash.h:82:7: note: candidate expects 1 argument, 0 provided
[aarch64] /usr/include/c++/8/bits/functional_hash.h:101:12: error: 'std::__hash_enum<_Tp, <anonymous> >::~__hash_enum() [with _Tp = QString; bool <anonymous> = false]' is private within this context
[aarch64] struct hash : __hash_enum<_Tp>
[aarch64] --
[aarch64] from /usr/src/RPM/BUILD/libqmatrixclient-0.4.2.1/lib/room.cpp:19:
[aarch64] /usr/include/c++/8/bits/hashtable_policy.h:1106:7: error: use of deleted function 'std::hash<QString>::~hash()'
[aarch64] _Hashtable_ebo_helper() = default;
[aarch64] --
[aarch64] struct hash : __hash_enum<_Tp>
[aarch64] /usr/include/c++/8/bits/functional_hash.h:101:12: error: 'std::__hash_enum<_Tp, <anonymous> >::~__hash_enum() [with _Tp = QString; bool <anonymous> = false]' is private within this context
[aarch64] /usr/include/c++/8/bits/functional_hash.h:83:7: note: declared private here
[aarch64] --
[aarch64] from /usr/src/RPM/BUILD/libqmatrixclient-0.4.2.1/lib/room.cpp:19:
[aarch64] /usr/include/c++/8/bits/hashtable_policy.h:1383:7: error: use of deleted function 'std::__detail::_Hashtable_ebo_helper<1, std::hash<QString>, true>::~_Hashtable_ebo_helper()'
[aarch64] _Hash_code_base() = default;
[aarch64] --
[aarch64] struct _Hashtable_ebo_helper<_Nm, _Tp, true>
[aarch64] /usr/include/c++/8/bits/hashtable_policy.h:1103:12: error: use of deleted function 'std::hash<QString>::~hash()'
[aarch64] /usr/include/c++/8/bits/hashtable_policy.h:1832:5: error: use of deleted function 'std::__detail::_Hash_code_base<QString, std::pair<const QString, std::unique_ptr<QMatrixClient::Event, std::default_delete<QMatrixClient::Event> > >, std::__detail::_Select1st, std::hash<QString>, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, true>::~_Hash_code_base()'
2020-Sep-09 12:34:47 :: [aarch64] libqmatrixclient.git 0.4.2.1-alt1.1: remote: build failed
2020-Sep-09 12:34:47 :: [aarch64] #100 libqmatrixclient.git 0.4.2.1-alt1.1: build FAILED
[armh] struct hash : __hash_enum<_Tp>
[armh] /usr/include/c++/8/bits/functional_hash.h:101:12: error: 'std::__hash_enum<_Tp, <anonymous> >::~__hash_enum() [with _Tp = QString; bool <anonymous> = false]' is private within this context
[armh] /usr/include/c++/8/bits/functional_hash.h:83:7: note: declared private here
[armh] --
[armh] from /usr/src/RPM/BUILD/libqmatrixclient-0.4.2.1/lib/room.cpp:19:
[armh] /usr/include/c++/8/bits/hashtable_policy.h:1383:7: error: use of deleted function 'std::__detail::_Hashtable_ebo_helper<1, std::hash<QString>, true>::~_Hashtable_ebo_helper()'
[armh] _Hash_code_base() = default;
[armh] --
[armh] struct _Hashtable_ebo_helper<_Nm, _Tp, true>
[armh] /usr/include/c++/8/bits/hashtable_policy.h:1103:12: error: use of deleted function 'std::hash<QString>::~hash()'
[armh] /usr/include/c++/8/bits/hashtable_policy.h:1832:5: error: use of deleted function 'std::__detail::_Hash_code_base<QString, std::pair<const QString, std::unique_ptr<QMatrixClient::Event, std::default_delete<QMatrixClient::Event> > >, std::__detail::_Select1st, std::hash<QString>, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, true>::~_Hash_code_base()'
[armh] _Hashtable_base() = default;
[armh] --
[armh] _Default_ranged_hash, true>
[armh] /usr/include/c++/8/bits/hashtable_policy.h:1356:12: error: use of deleted function 'std::__detail::_Hashtable_ebo_helper<1, std::hash<QString>, true>::~_Hashtable_ebo_helper()'
[armh] In file included from /usr/include/c++/8/unordered_map:46,
[armh] --
[armh] from /usr/src/RPM/BUILD/libqmatrixclient-0.4.2.1/lib/room.cpp:19:
[armh] /usr/include/c++/8/bits/hashtable.h:408:7: error: use of deleted function 'std::__detail::_Hashtable_base<QString, std::pair<const QString, std::unique_ptr<QMatrixClient::Event, std::default_delete<QMatrixClient::Event> > >, std::__detail::_Select1st, std::equal_to<QString>, std::hash<QString>, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, std::__detail::_Hashtable_traits<true, false, true> >::~_Hashtable_base()'
[armh] _Hashtable() = default;
[armh] --
[armh] struct _Hashtable_base
[armh] /usr/include/c++/8/bits/hashtable_policy.h:1780:10: error: use of deleted function 'std::__detail::_Hash_code_base<QString, std::pair<const QString, std::unique_ptr<QMatrixClient::Event, std::default_delete<QMatrixClient::Event> > >, std::__detail::_Select1st, std::hash<QString>, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, true>::~_Hash_code_base()'
[armh] In file included from /usr/include/c++/8/unordered_map:46,
[armh] --
[armh] /usr/include/c++/8/bits/unordered_map.h:102:11: required from here
[armh] /usr/include/c++/8/bits/hashtable.h:1371:5: error: use of deleted function 'std::__detail::_Hashtable_base<QString, std::pair<const QString, std::unique_ptr<QMatrixClient::Event, std::default_delete<QMatrixClient::Event> > >, std::__detail::_Select1st, std::equal_to<QString>, std::hash<QString>, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, std::__detail::_Hashtable_traits<true, false, true> >::~_Hashtable_base()'
[armh] In file included from /usr/include/c++/8/bits/hashtable.h:35,
[armh] --
[armh] /usr/src/RPM/BUILD/libqmatrixclient-0.4.2.1/lib/room.cpp:674:36: required from here
[armh] /usr/include/c++/8/bits/hashtable_policy.h:1392:16: error: static assertion failed: hash function must be invocable with an argument of key type
[armh] static_assert(__is_invocable<const _H1&, const _Key&>{},
[armh] /usr/include/c++/8/bits/hashtable_policy.h:1394:16: error: no match for call to '(const std::hash<QString>) (const QString&)'
[armh] return _M_h1()(__k);
2020-Sep-09 12:34:57 :: [armh] libqmatrixclient.git 0.4.2.1-alt1.1: remote: build failed
2020-Sep-09 12:34:57 :: [armh] #100 libqmatrixclient.git 0.4.2.1-alt1.1: build FAILED
[i586] struct hash : __hash_enum<_Tp>
[i586] /usr/include/c++/8/bits/functional_hash.h:101:12: error: no matching function for call to 'std::__hash_enum<QString, false>::__hash_enum()'
[i586] /usr/include/c++/8/bits/functional_hash.h:82:7: note: candidate: 'std::__hash_enum<_Tp, <anonymous> >::__hash_enum(std::__hash_enum<_Tp, <anonymous> >&&) [with _Tp = QString; bool <anonymous> = false]'
[i586] --
[i586] /usr/include/c++/8/bits/functional_hash.h:82:7: note: candidate expects 1 argument, 0 provided
[i586] /usr/include/c++/8/bits/functional_hash.h:101:12: error: 'std::__hash_enum<_Tp, <anonymous> >::~__hash_enum() [with _Tp = QString; bool <anonymous> = false]' is private within this context
[i586] struct hash : __hash_enum<_Tp>
[i586] --
[i586] from /usr/src/RPM/BUILD/libqmatrixclient-0.4.2.1/lib/room.cpp:19:
[i586] /usr/include/c++/8/bits/hashtable_policy.h:1106:7: error: use of deleted function 'std::hash<QString>::~hash()'
[i586] _Hashtable_ebo_helper() = default;
[i586] --
[i586] struct hash : __hash_enum<_Tp>
[i586] /usr/include/c++/8/bits/functional_hash.h:101:12: error: 'std::__hash_enum<_Tp, <anonymous> >::~__hash_enum() [with _Tp = QString; bool <anonymous> = false]' is private within this context
[i586] /usr/include/c++/8/bits/functional_hash.h:83:7: note: declared private here
[i586] --
[i586] from /usr/src/RPM/BUILD/libqmatrixclient-0.4.2.1/lib/room.cpp:19:
[i586] /usr/include/c++/8/bits/hashtable_policy.h:1383:7: error: use of deleted function 'std::__detail::_Hashtable_ebo_helper<1, std::hash<QString>, true>::~_Hashtable_ebo_helper()'
[i586] _Hash_code_base() = default;
[i586] --
[i586] struct _Hashtable_ebo_helper<_Nm, _Tp, true>
[i586] /usr/include/c++/8/bits/hashtable_policy.h:1103:12: error: use of deleted function 'std::hash<QString>::~hash()'
[i586] /usr/include/c++/8/bits/hashtable_policy.h:1832:5: error: use of deleted function 'std::__detail::_Hash_code_base<QString, std::pair<const QString, std::unique_ptr<QMatrixClient::Event, std::default_delete<QMatrixClient::Event> > >, std::__detail::_Select1st, std::hash<QString>, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, true>::~_Hash_code_base()'
[i586] _Hashtable_base() = default;
[i586] --
[i586] _Default_ranged_hash, true>
[i586] /usr/include/c++/8/bits/hashtable_policy.h:1356:12: error: use of deleted function 'std::__detail::_Hashtable_ebo_helper<1, std::hash<QString>, true>::~_Hashtable_ebo_helper()'
[i586] In file included from /usr/include/c++/8/unordered_map:46,
[i586] --
[i586] from /usr/src/RPM/BUILD/libqmatrixclient-0.4.2.1/lib/room.cpp:19:
[i586] /usr/include/c++/8/bits/hashtable.h:408:7: error: use of deleted function 'std::__detail::_Hashtable_base<QString, std::pair<const QString, std::unique_ptr<QMatrixClient::Event, std::default_delete<QMatrixClient::Event> > >, std::__detail::_Select1st, std::equal_to<QString>, std::hash<QString>, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, std::__detail::_Hashtable_traits<true, false, true> >::~_Hashtable_base()'
[i586] _Hashtable() = default;
[i586] --
[i586] struct _Hashtable_base
[i586] /usr/include/c++/8/bits/hashtable_policy.h:1780:10: error: use of deleted function 'std::__detail::_Hash_code_base<QString, std::pair<const QString, std::unique_ptr<QMatrixClient::Event, std::default_delete<QMatrixClient::Event> > >, std::__detail::_Select1st, std::hash<QString>, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, true>::~_Hash_code_base()'
[i586] In file included from /usr/include/c++/8/unordered_map:46,
2020-Sep-09 12:35:05 :: [i586] libqmatrixclient.git 0.4.2.1-alt1.1: remote: build failed
2020-Sep-09 12:35:05 :: [i586] #100 libqmatrixclient.git 0.4.2.1-alt1.1: build FAILED
[ppc64le] struct hash : __hash_enum<_Tp>
[ppc64le] /usr/include/c++/8/bits/functional_hash.h:101:12: error: 'std::__hash_enum<_Tp, <anonymous> >::~__hash_enum() [with _Tp = QString; bool <anonymous> = false]' is private within this context
[ppc64le] /usr/include/c++/8/bits/functional_hash.h:83:7: note: declared private here
[ppc64le] --
[ppc64le] from /usr/src/RPM/BUILD/libqmatrixclient-0.4.2.1/lib/room.cpp:19:
[ppc64le] /usr/include/c++/8/bits/hashtable_policy.h:1383:7: error: use of deleted function 'std::__detail::_Hashtable_ebo_helper<1, std::hash<QString>, true>::~_Hashtable_ebo_helper()'
[ppc64le] _Hash_code_base() = default;
[ppc64le] --
[ppc64le] struct _Hashtable_ebo_helper<_Nm, _Tp, true>
[ppc64le] /usr/include/c++/8/bits/hashtable_policy.h:1103:12: error: use of deleted function 'std::hash<QString>::~hash()'
[ppc64le] /usr/include/c++/8/bits/hashtable_policy.h:1832:5: error: use of deleted function 'std::__detail::_Hash_code_base<QString, std::pair<const QString, std::unique_ptr<QMatrixClient::Event, std::default_delete<QMatrixClient::Event> > >, std::__detail::_Select1st, std::hash<QString>, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, true>::~_Hash_code_base()'
[ppc64le] _Hashtable_base() = default;
[ppc64le] --
[ppc64le] _Default_ranged_hash, true>
[ppc64le] /usr/include/c++/8/bits/hashtable_policy.h:1356:12: error: use of deleted function 'std::__detail::_Hashtable_ebo_helper<1, std::hash<QString>, true>::~_Hashtable_ebo_helper()'
[ppc64le] In file included from /usr/include/c++/8/unordered_map:46,
[ppc64le] --
[ppc64le] from /usr/src/RPM/BUILD/libqmatrixclient-0.4.2.1/lib/room.cpp:19:
[ppc64le] /usr/include/c++/8/bits/hashtable.h:408:7: error: use of deleted function 'std::__detail::_Hashtable_base<QString, std::pair<const QString, std::unique_ptr<QMatrixClient::Event, std::default_delete<QMatrixClient::Event> > >, std::__detail::_Select1st, std::equal_to<QString>, std::hash<QString>, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, std::__detail::_Hashtable_traits<true, false, true> >::~_Hashtable_base()'
[ppc64le] _Hashtable() = default;
[ppc64le] --
[ppc64le] struct _Hashtable_base
[ppc64le] /usr/include/c++/8/bits/hashtable_policy.h:1780:10: error: use of deleted function 'std::__detail::_Hash_code_base<QString, std::pair<const QString, std::unique_ptr<QMatrixClient::Event, std::default_delete<QMatrixClient::Event> > >, std::__detail::_Select1st, std::hash<QString>, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, true>::~_Hash_code_base()'
[ppc64le] In file included from /usr/include/c++/8/unordered_map:46,
[ppc64le] --
[ppc64le] /usr/include/c++/8/bits/unordered_map.h:102:11: required from here
[ppc64le] /usr/include/c++/8/bits/hashtable.h:1371:5: error: use of deleted function 'std::__detail::_Hashtable_base<QString, std::pair<const QString, std::unique_ptr<QMatrixClient::Event, std::default_delete<QMatrixClient::Event> > >, std::__detail::_Select1st, std::equal_to<QString>, std::hash<QString>, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, std::__detail::_Hashtable_traits<true, false, true> >::~_Hashtable_base()'
[ppc64le] In file included from /usr/include/c++/8/bits/hashtable.h:35,
[ppc64le] --
[ppc64le] /usr/src/RPM/BUILD/libqmatrixclient-0.4.2.1/lib/room.cpp:674:36: required from here
[ppc64le] /usr/include/c++/8/bits/hashtable_policy.h:1392:16: error: static assertion failed: hash function must be invocable with an argument of key type
[ppc64le] static_assert(__is_invocable<const _H1&, const _Key&>{},
[ppc64le] /usr/include/c++/8/bits/hashtable_policy.h:1394:16: error: no match for call to '(const std::hash<QString>) (const QString&)'
[ppc64le] return _M_h1()(__k);
2020-Sep-09 12:35:05 :: [ppc64le] libqmatrixclient.git 0.4.2.1-alt1.1: remote: build failed
2020-Sep-09 12:35:05 :: [ppc64le] #100 libqmatrixclient.git 0.4.2.1-alt1.1: build FAILED
2020-Sep-09 12:34:38 :: [x86_64] build FAILED
2020-Sep-09 12:34:47 :: [aarch64] build FAILED
2020-Sep-09 12:34:58 :: [armh] build FAILED
2020-Sep-09 12:35:05 :: [i586] build FAILED
2020-Sep-09 12:35:06 :: [ppc64le] build FAILED
2020-Sep-09 12:35:06 :: task #257735 for p9 FAILED
More information about the Sisyphus-incominger
mailing list