[#288116] FAILED (try 2) srpm=libpqxx-7.6.0-alt1_1.src.rpm libuniset2.git=2.16.1-alt1

Girar awaiter (viy) girar-builder at altlinux.org
Mon Oct 25 15:11:12 MSK 2021


http://git.altlinux.org/tasks/288116/logs/events.2.1.log

subtask  name        aarch64    armh    i586  ppc64le  x86_64
   #100  libpqxx        1:32    2:11      55     1:44      51
   #200  libuniset2   failed  failed  failed   failed  failed

2021-Oct-25 12:03:05 :: task #288116 for sisyphus resumed by viy:
2021-Oct-25 12:03:05 :: message: rebuild
#100 build libpqxx-7.6.0-alt1_1.src.rpm
#200 build 2.16.1-alt1 from /gears/l/libuniset2.git fetched at 2021-Oct-25 12:00:50 from sisyphus
2021-Oct-25 12:03:06 :: created build repo
2021-Oct-25 12:03:06 :: [ppc64le] #100 libpqxx-7.6.0-alt1_1.src.rpm: build start
2021-Oct-25 12:03:06 :: [i586] #100 libpqxx-7.6.0-alt1_1.src.rpm: build start
2021-Oct-25 12:03:06 :: [aarch64] #100 libpqxx-7.6.0-alt1_1.src.rpm: build start
2021-Oct-25 12:03:06 :: [x86_64] #100 libpqxx-7.6.0-alt1_1.src.rpm: build start
2021-Oct-25 12:03:06 :: [armh] #100 libpqxx-7.6.0-alt1_1.src.rpm: build start
2021-Oct-25 12:03:57 :: [x86_64] #100 libpqxx-7.6.0-alt1_1.src.rpm: build OK
2021-Oct-25 12:03:57 :: [x86_64] #200 libuniset2.git 2.16.1-alt1: build start
2021-Oct-25 12:04:01 :: [i586] #100 libpqxx-7.6.0-alt1_1.src.rpm: build OK
2021-Oct-25 12:04:01 :: [i586] #200 libuniset2.git 2.16.1-alt1: build start
2021-Oct-25 12:04:38 :: [aarch64] #100 libpqxx-7.6.0-alt1_1.src.rpm: build OK
2021-Oct-25 12:04:38 :: [aarch64] #200 libuniset2.git 2.16.1-alt1: build start
2021-Oct-25 12:04:50 :: [ppc64le] #100 libpqxx-7.6.0-alt1_1.src.rpm: build OK
2021-Oct-25 12:04:50 :: [ppc64le] #200 libuniset2.git 2.16.1-alt1: build start
2021-Oct-25 12:05:17 :: [armh] #100 libpqxx-7.6.0-alt1_1.src.rpm: build OK
2021-Oct-25 12:05:17 :: [armh] #200 libuniset2.git 2.16.1-alt1: build start
[x86_64] /usr/include/pqxx/stream_to.hxx: In static member function 'static pqxx::stream_to pqxx::stream_to::raw_table(pqxx::transaction_base&, int, int)':
[x86_64] /usr/include/pqxx/stream_to.hxx:106:39: error: use of deleted function 'pqxx::stream_to::stream_to(const pqxx::stream_to&)'
[x86_64]   106 |     return stream_to{tx, path, columns};
[x86_64] --
[x86_64]    79 | class PQXX_LIBEXPORT stream_to : transaction_focus
[x86_64] /usr/include/pqxx/stream_to.hxx:79:22: error: use of deleted function 'pqxx::transaction_focus::transaction_focus(const pqxx::transaction_focus&)'
[x86_64] In file included from /usr/include/pqxx/stream_from.hxx:29,
[x86_64] --
[x86_64] /usr/include/pqxx/stream_to.hxx: In static member function 'static pqxx::stream_to pqxx::stream_to::table(pqxx::transaction_base&, int, int)':
[x86_64] /usr/include/pqxx/stream_to.hxx:124:42: error: cannot convert 'std::string' {aka 'std::__cxx11::basic_string<char>'} to 'int'
[x86_64]   124 |     return raw_table(tx, conn.quote_table(path), conn.quote_columns(columns));
[x86_64] --
[x86_64] /usr/include/pqxx/stream_to.hxx: In constructor 'pqxx::stream_to::stream_to(pqxx::transaction_base&, int)':
[x86_64] /usr/include/pqxx/stream_to.hxx:173:37: error: unable to find string literal operator 'operator""sv' with 'const char [1]', 'long unsigned int' arguments
[x86_64]   173 |           stream_to{tx, table_name, ""sv}
[x86_64] /usr/include/pqxx/stream_to.hxx:173:41: error: no matching function for call to 'pqxx::stream_to::stream_to(<brace-enclosed initializer list>)'
[x86_64]   173 |           stream_to{tx, table_name, ""sv}
[x86_64] --
[x86_64] /usr/include/pqxx/stream_to.hxx: In member function 'void pqxx::stream_to::fill_buffer(const std::tuple<_Tps ...>&)':
[x86_64] /usr/include/pqxx/stream_to.hxx:409:26: error: 'make_index_sequence' in namespace 'std' does not name a template type
[x86_64]   409 |     using indexes = std::make_index_sequence<sizeof...(Elts)>;
[x86_64] /usr/include/pqxx/stream_to.hxx:411:38: error: 'indexes' was not declared in this scope; did you mean 'index'?
[x86_64]   411 |     m_buffer.reserve(budget_tuple(t, indexes{}));
[x86_64]       |                                      index
[x86_64] /usr/include/pqxx/stream_to.hxx:412:28: error: expected ')' before '{' token
[x86_64]   412 |     append_tuple(t, indexes{});
[x86_64] --
[x86_64] /usr/include/pqxx/stream_to.hxx: At global scope:
[x86_64] /usr/include/pqxx/stream_to.hxx:427:30: error: 'std::string_view' has not been declared
[x86_64]   427 |   transaction_base &tx, std::string_view table_name, Columns const &columns) :
[x86_64] /usr/include/pqxx/stream_to.hxx:434:30: error: 'std::string_view' has not been declared
[x86_64]   434 |   transaction_base &tx, std::string_view table_name, Iter columns_begin,
2021-Oct-25 12:06:00 :: [x86_64] libuniset2.git 2.16.1-alt1: remote: build failed
2021-Oct-25 12:06:00 :: [x86_64] #200 libuniset2.git 2.16.1-alt1: build FAILED
2021-Oct-25 12:06:00 :: [x86_64] requesting cancellation of task processing
[i586] /usr/include/pqxx/stream_to.hxx: In static member function 'static pqxx::stream_to pqxx::stream_to::raw_table(pqxx::transaction_base&, int, int)':
[i586] /usr/include/pqxx/stream_to.hxx:106:39: error: use of deleted function 'pqxx::stream_to::stream_to(const pqxx::stream_to&)'
[i586]   106 |     return stream_to{tx, path, columns};
[i586] --
[i586]    79 | class PQXX_LIBEXPORT stream_to : transaction_focus
[i586] /usr/include/pqxx/stream_to.hxx:79:22: error: use of deleted function 'pqxx::transaction_focus::transaction_focus(const pqxx::transaction_focus&)'
[i586] In file included from /usr/include/pqxx/stream_from.hxx:29,
[i586] --
[i586] /usr/include/pqxx/stream_to.hxx: In static member function 'static pqxx::stream_to pqxx::stream_to::table(pqxx::transaction_base&, int, int)':
[i586] /usr/include/pqxx/stream_to.hxx:124:42: error: cannot convert 'std::string' {aka 'std::__cxx11::basic_string<char>'} to 'int'
[i586]   124 |     return raw_table(tx, conn.quote_table(path), conn.quote_columns(columns));
[i586] --
[i586] /usr/include/pqxx/stream_to.hxx: In constructor 'pqxx::stream_to::stream_to(pqxx::transaction_base&, int)':
[i586] /usr/include/pqxx/stream_to.hxx:173:37: error: unable to find string literal operator 'operator""sv' with 'const char [1]', 'unsigned int' arguments
[i586]   173 |           stream_to{tx, table_name, ""sv}
[i586] /usr/include/pqxx/stream_to.hxx:173:41: error: no matching function for call to 'pqxx::stream_to::stream_to(<brace-enclosed initializer list>)'
[i586]   173 |           stream_to{tx, table_name, ""sv}
[i586] --
[i586] /usr/include/pqxx/stream_to.hxx: In member function 'void pqxx::stream_to::fill_buffer(const std::tuple<_Tps ...>&)':
[i586] /usr/include/pqxx/stream_to.hxx:409:26: error: 'make_index_sequence' in namespace 'std' does not name a template type
[i586]   409 |     using indexes = std::make_index_sequence<sizeof...(Elts)>;
[i586] /usr/include/pqxx/stream_to.hxx:411:38: error: 'indexes' was not declared in this scope; did you mean 'index'?
[i586]   411 |     m_buffer.reserve(budget_tuple(t, indexes{}));
[i586]       |                                      index
[i586] /usr/include/pqxx/stream_to.hxx:412:28: error: expected ')' before '{' token
[i586]   412 |     append_tuple(t, indexes{});
[i586] --
[i586] /usr/include/pqxx/stream_to.hxx: At global scope:
[i586] /usr/include/pqxx/stream_to.hxx:427:30: error: 'std::string_view' has not been declared
[i586]   427 |   transaction_base &tx, std::string_view table_name, Columns const &columns) :
[i586] /usr/include/pqxx/stream_to.hxx:434:30: error: 'std::string_view' has not been declared
[i586]   434 |   transaction_base &tx, std::string_view table_name, Iter columns_begin,
2021-Oct-25 12:06:13 :: [i586] libuniset2.git 2.16.1-alt1: remote: build failed
2021-Oct-25 12:06:13 :: [i586] #200 libuniset2.git 2.16.1-alt1: build FAILED
[aarch64] /usr/include/pqxx/stream_to.hxx: In static member function 'static pqxx::stream_to pqxx::stream_to::raw_table(pqxx::transaction_base&, int, int)':
[aarch64] /usr/include/pqxx/stream_to.hxx:106:39: error: use of deleted function 'pqxx::stream_to::stream_to(const pqxx::stream_to&)'
[aarch64]   106 |     return stream_to{tx, path, columns};
[aarch64] --
[aarch64]    79 | class PQXX_LIBEXPORT stream_to : transaction_focus
[aarch64] /usr/include/pqxx/stream_to.hxx:79:22: error: use of deleted function 'pqxx::transaction_focus::transaction_focus(const pqxx::transaction_focus&)'
[aarch64] In file included from /usr/include/pqxx/stream_from.hxx:29,
[aarch64] --
[aarch64] /usr/include/pqxx/stream_to.hxx: In static member function 'static pqxx::stream_to pqxx::stream_to::table(pqxx::transaction_base&, int, int)':
[aarch64] /usr/include/pqxx/stream_to.hxx:124:42: error: cannot convert 'std::string' {aka 'std::__cxx11::basic_string<char>'} to 'int'
[aarch64]   124 |     return raw_table(tx, conn.quote_table(path), conn.quote_columns(columns));
[aarch64] --
[aarch64] /usr/include/pqxx/stream_to.hxx: In constructor 'pqxx::stream_to::stream_to(pqxx::transaction_base&, int)':
[aarch64] /usr/include/pqxx/stream_to.hxx:173:37: error: unable to find string literal operator 'operator""sv' with 'const char [1]', 'long unsigned int' arguments
[aarch64]   173 |           stream_to{tx, table_name, ""sv}
[aarch64] /usr/include/pqxx/stream_to.hxx:173:41: error: no matching function for call to 'pqxx::stream_to::stream_to(<brace-enclosed initializer list>)'
[aarch64]   173 |           stream_to{tx, table_name, ""sv}
[aarch64] --
[aarch64] /usr/include/pqxx/stream_to.hxx: In member function 'void pqxx::stream_to::fill_buffer(const std::tuple<_Tps ...>&)':
[aarch64] /usr/include/pqxx/stream_to.hxx:409:26: error: 'make_index_sequence' in namespace 'std' does not name a template type
[aarch64]   409 |     using indexes = std::make_index_sequence<sizeof...(Elts)>;
[aarch64] /usr/include/pqxx/stream_to.hxx:411:38: error: 'indexes' was not declared in this scope; did you mean 'index'?
[aarch64]   411 |     m_buffer.reserve(budget_tuple(t, indexes{}));
[aarch64]       |                                      index
[aarch64] /usr/include/pqxx/stream_to.hxx:412:28: error: expected ')' before '{' token
[aarch64]   412 |     append_tuple(t, indexes{});
[aarch64] --
[aarch64] /usr/include/pqxx/stream_to.hxx: At global scope:
[aarch64] /usr/include/pqxx/stream_to.hxx:427:30: error: 'std::string_view' has not been declared
[aarch64]   427 |   transaction_base &tx, std::string_view table_name, Columns const &columns) :
[aarch64] /usr/include/pqxx/stream_to.hxx:434:30: error: 'std::string_view' has not been declared
[aarch64]   434 |   transaction_base &tx, std::string_view table_name, Iter columns_begin,
2021-Oct-25 12:08:58 :: [aarch64] libuniset2.git 2.16.1-alt1: remote: build failed
2021-Oct-25 12:08:58 :: [aarch64] #200 libuniset2.git 2.16.1-alt1: build FAILED
[ppc64le] /usr/include/pqxx/stream_to.hxx: In static member function 'static pqxx::stream_to pqxx::stream_to::raw_table(pqxx::transaction_base&, int, int)':
[ppc64le] /usr/include/pqxx/stream_to.hxx:106:39: error: use of deleted function 'pqxx::stream_to::stream_to(const pqxx::stream_to&)'
[ppc64le]   106 |     return stream_to{tx, path, columns};
[ppc64le] --
[ppc64le]    79 | class PQXX_LIBEXPORT stream_to : transaction_focus
[ppc64le] /usr/include/pqxx/stream_to.hxx:79:22: error: use of deleted function 'pqxx::transaction_focus::transaction_focus(const pqxx::transaction_focus&)'
[ppc64le] In file included from /usr/include/pqxx/stream_from.hxx:29,
[ppc64le] --
[ppc64le] /usr/include/pqxx/stream_to.hxx: In static member function 'static pqxx::stream_to pqxx::stream_to::table(pqxx::transaction_base&, int, int)':
[ppc64le] /usr/include/pqxx/stream_to.hxx:124:42: error: cannot convert 'std::string' {aka 'std::__cxx11::basic_string<char>'} to 'int'
[ppc64le]   124 |     return raw_table(tx, conn.quote_table(path), conn.quote_columns(columns));
[ppc64le] --
[ppc64le] /usr/include/pqxx/stream_to.hxx: In constructor 'pqxx::stream_to::stream_to(pqxx::transaction_base&, int)':
[ppc64le] /usr/include/pqxx/stream_to.hxx:173:37: error: unable to find string literal operator 'operator""sv' with 'const char [1]', 'long unsigned int' arguments
[ppc64le]   173 |           stream_to{tx, table_name, ""sv}
[ppc64le] /usr/include/pqxx/stream_to.hxx:173:41: error: no matching function for call to 'pqxx::stream_to::stream_to(<brace-enclosed initializer list>)'
[ppc64le]   173 |           stream_to{tx, table_name, ""sv}
[ppc64le] --
[ppc64le] /usr/include/pqxx/stream_to.hxx: In member function 'void pqxx::stream_to::fill_buffer(const std::tuple<_Tps ...>&)':
[ppc64le] /usr/include/pqxx/stream_to.hxx:409:26: error: 'make_index_sequence' in namespace 'std' does not name a template type
[ppc64le]   409 |     using indexes = std::make_index_sequence<sizeof...(Elts)>;
[ppc64le] /usr/include/pqxx/stream_to.hxx:411:38: error: 'indexes' was not declared in this scope; did you mean 'index'?
[ppc64le]   411 |     m_buffer.reserve(budget_tuple(t, indexes{}));
[ppc64le]       |                                      index
[ppc64le] /usr/include/pqxx/stream_to.hxx:412:28: error: expected ')' before '{' token
[ppc64le]   412 |     append_tuple(t, indexes{});
[ppc64le] --
[ppc64le] /usr/include/pqxx/stream_to.hxx: At global scope:
[ppc64le] /usr/include/pqxx/stream_to.hxx:427:30: error: 'std::string_view' has not been declared
[ppc64le]   427 |   transaction_base &tx, std::string_view table_name, Columns const &columns) :
[ppc64le] /usr/include/pqxx/stream_to.hxx:434:30: error: 'std::string_view' has not been declared
[ppc64le]   434 |   transaction_base &tx, std::string_view table_name, Iter columns_begin,
2021-Oct-25 12:09:08 :: [ppc64le] libuniset2.git 2.16.1-alt1: remote: build failed
2021-Oct-25 12:09:08 :: [ppc64le] #200 libuniset2.git 2.16.1-alt1: build FAILED
[armh] /usr/include/pqxx/stream_to.hxx: In static member function 'static pqxx::stream_to pqxx::stream_to::raw_table(pqxx::transaction_base&, int, int)':
[armh] /usr/include/pqxx/stream_to.hxx:106:39: error: use of deleted function 'pqxx::stream_to::stream_to(const pqxx::stream_to&)'
[armh]   106 |     return stream_to{tx, path, columns};
[armh] --
[armh]    79 | class PQXX_LIBEXPORT stream_to : transaction_focus
[armh] /usr/include/pqxx/stream_to.hxx:79:22: error: use of deleted function 'pqxx::transaction_focus::transaction_focus(const pqxx::transaction_focus&)'
[armh] In file included from /usr/include/pqxx/stream_from.hxx:29,
[armh] --
[armh] /usr/include/pqxx/stream_to.hxx: In static member function 'static pqxx::stream_to pqxx::stream_to::table(pqxx::transaction_base&, int, int)':
[armh] /usr/include/pqxx/stream_to.hxx:124:42: error: cannot convert 'std::string' {aka 'std::__cxx11::basic_string<char>'} to 'int'
[armh]   124 |     return raw_table(tx, conn.quote_table(path), conn.quote_columns(columns));
[armh] --
[armh] /usr/include/pqxx/stream_to.hxx: In constructor 'pqxx::stream_to::stream_to(pqxx::transaction_base&, int)':
[armh] /usr/include/pqxx/stream_to.hxx:173:37: error: unable to find string literal operator 'operator""sv' with 'const char [1]', 'unsigned int' arguments
[armh]   173 |           stream_to{tx, table_name, ""sv}
[armh] /usr/include/pqxx/stream_to.hxx:173:41: error: no matching function for call to 'pqxx::stream_to::stream_to(<brace-enclosed initializer list>)'
[armh]   173 |           stream_to{tx, table_name, ""sv}
[armh] --
[armh] /usr/include/pqxx/stream_to.hxx: In member function 'void pqxx::stream_to::fill_buffer(const std::tuple<_Tps ...>&)':
[armh] /usr/include/pqxx/stream_to.hxx:409:26: error: 'make_index_sequence' in namespace 'std' does not name a template type
[armh]   409 |     using indexes = std::make_index_sequence<sizeof...(Elts)>;
[armh] /usr/include/pqxx/stream_to.hxx:411:38: error: 'indexes' was not declared in this scope; did you mean 'index'?
[armh]   411 |     m_buffer.reserve(budget_tuple(t, indexes{}));
[armh]       |                                      index
[armh] /usr/include/pqxx/stream_to.hxx:412:28: error: expected ')' before '{' token
[armh]   412 |     append_tuple(t, indexes{});
[armh] --
[armh] /usr/include/pqxx/stream_to.hxx: At global scope:
[armh] /usr/include/pqxx/stream_to.hxx:427:30: error: 'std::string_view' has not been declared
[armh]   427 |   transaction_base &tx, std::string_view table_name, Columns const &columns) :
[armh] /usr/include/pqxx/stream_to.hxx:434:30: error: 'std::string_view' has not been declared
[armh]   434 |   transaction_base &tx, std::string_view table_name, Iter columns_begin,
2021-Oct-25 12:11:12 :: [armh] libuniset2.git 2.16.1-alt1: remote: build failed
2021-Oct-25 12:11:12 :: [armh] #200 libuniset2.git 2.16.1-alt1: build FAILED
2021-Oct-25 12:06:00 :: [x86_64] build FAILED
2021-Oct-25 12:06:13 :: [i586] build FAILED
2021-Oct-25 12:08:58 :: [aarch64] build FAILED
2021-Oct-25 12:09:09 :: [ppc64le] build FAILED
2021-Oct-25 12:11:12 :: [armh] build FAILED
2021-Oct-25 12:11:12 :: task #288116 for sisyphus FAILED


More information about the Sisyphus-incominger mailing list