[#246015] [test-only] p9 FAILED (try 2) cmake.git=3.16.3-alt1 gnucash.git=3.7-alt2 rosegarden.git=17.12-alt1

Girar Builder awaiter robot girar-builder at altlinux.org
Thu Feb 13 13:41:39 MSK 2020


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

2020-Feb-13 10:38:47 :: test-only task #246015 for p9 resumed by lav:
#100 build 3.16.3-alt1 from /gears/c/cmake.git fetched at 2020-Feb-12 19:44:10
#200 build 3.7-alt2 from /gears/g/gnucash.git fetched at 2020-Feb-12 19:44:47
#300 build 17.12-alt1 from /gears/r/rosegarden.git fetched at 2020-Feb-13 10:38:39
2020-Feb-13 10:39:06 :: created build repo
2020-Feb-13 10:39:08 :: [aarch64] #100 cmake.git 3.16.3-alt1: build start
2020-Feb-13 10:39:08 :: [x86_64] #100 cmake.git 3.16.3-alt1: build start
2020-Feb-13 10:39:08 :: [i586] #100 cmake.git 3.16.3-alt1: build start
2020-Feb-13 10:39:08 :: [ppc64le] #100 cmake.git 3.16.3-alt1: build start
2020-Feb-13 10:39:37 :: [aarch64] cmake.git 3.16.3-alt1: remote: no need to rebuild
2020-Feb-13 10:39:37 :: [aarch64] #100 cmake.git 3.16.3-alt1: build OK
2020-Feb-13 10:39:37 :: [aarch64] #200 gnucash.git 3.7-alt2: build start
2020-Feb-13 10:39:37 :: [i586] cmake.git 3.16.3-alt1: remote: no need to rebuild
2020-Feb-13 10:39:37 :: [i586] #100 cmake.git 3.16.3-alt1: build OK
2020-Feb-13 10:39:37 :: [i586] #200 gnucash.git 3.7-alt2: build start
2020-Feb-13 10:39:43 :: [x86_64] cmake.git 3.16.3-alt1: remote: no need to rebuild
2020-Feb-13 10:39:43 :: [x86_64] #100 cmake.git 3.16.3-alt1: build OK
2020-Feb-13 10:39:43 :: [x86_64] #200 gnucash.git 3.7-alt2: build start
2020-Feb-13 10:39:45 :: [ppc64le] cmake.git 3.16.3-alt1: remote: no need to rebuild
2020-Feb-13 10:39:45 :: [ppc64le] #100 cmake.git 3.16.3-alt1: build OK
2020-Feb-13 10:39:45 :: [ppc64le] #200 gnucash.git 3.7-alt2: build start
2020-Feb-13 10:39:56 :: [i586] gnucash.git 3.7-alt2: remote: no need to rebuild
2020-Feb-13 10:39:56 :: [i586] #200 gnucash.git 3.7-alt2: build OK
2020-Feb-13 10:39:56 :: [i586] #300 rosegarden.git 17.12-alt1: build start
2020-Feb-13 10:39:58 :: [aarch64] gnucash.git 3.7-alt2: remote: no need to rebuild
2020-Feb-13 10:39:58 :: [aarch64] #200 gnucash.git 3.7-alt2: build OK
2020-Feb-13 10:39:58 :: [aarch64] #300 rosegarden.git 17.12-alt1: build start
2020-Feb-13 10:40:03 :: [ppc64le] gnucash.git 3.7-alt2: remote: no need to rebuild
2020-Feb-13 10:40:03 :: [ppc64le] #200 gnucash.git 3.7-alt2: build OK
2020-Feb-13 10:40:03 :: [ppc64le] #300 rosegarden.git 17.12-alt1: build start
2020-Feb-13 10:40:05 :: [x86_64] gnucash.git 3.7-alt2: remote: no need to rebuild
2020-Feb-13 10:40:05 :: [x86_64] #200 gnucash.git 3.7-alt2: build OK
2020-Feb-13 10:40:05 :: [x86_64] #300 rosegarden.git 17.12-alt1: build start
/usr/include/qt5/QtCore/qglobal.h:977:44: error: 't' was not declared in this scope
     QForeachContainer(T &&t) : c(std::move(t)), i(qAsConst(c).begin()), e(qAsConst(c).end())  {}
/usr/include/qt5/QtCore/qglobal.h: In member function 'QtPrivate::QForeachContainer<T>& QtPrivate::QForeachContainer<T>::operator=(QtPrivate::QForeachContainer<T>)':
/usr/include/qt5/QtCore/qglobal.h:989:18: error: 'move' is not a member of 'std'
         c = std::move(other.c);
/usr/include/qt5/QtCore/qglobal.h:989:18: note: 'std::move' is only available from C++11 onwards
/usr/include/qt5/QtCore/qglobal.h:989:23: error: 'other' was not declared in this scope
         c = std::move(other.c);
/usr/include/qt5/QtCore/qglobal.h:992:24: error: 'move' is not a member of 'std'
         control = std::move(other.control);
--
/usr/include/qt5/QtCore/qglobal.h: At global scope:
/usr/include/qt5/QtCore/qglobal.h:1002:33: error: 'decay' in namespace 'std' does not name a template type
 QForeachContainer<typename std::decay<T>::type> qMakeForeachContainer(T &&t)
/usr/include/qt5/QtCore/qglobal.h:1002:38: error: expected template-argument before '<' token
 QForeachContainer<typename std::decay<T>::type> qMakeForeachContainer(T &&t)
/usr/include/qt5/QtCore/qglobal.h:1002:38: error: expected '>' before '<' token
/usr/include/qt5/QtCore/qglobal.h:1002:47: error: template argument 1 is invalid
 QForeachContainer<typename std::decay<T>::type> qMakeForeachContainer(T &&t)
/usr/include/qt5/QtCore/qglobal.h:1002:73: error: expected ',' or '...' before '&&' token
 QForeachContainer<typename std::decay<T>::type> qMakeForeachContainer(T &&t)
/usr/include/qt5/QtCore/qglobal.h: In function 'int QtPrivate::qMakeForeachContainer(T)':
/usr/include/qt5/QtCore/qglobal.h:1004:44: error: 'decay' in namespace 'std' does not name a template type
     return QForeachContainer<typename std::decay<T>::type>(std::forward<T>(t));
2020-Feb-13 10:40:43 :: [i586] rosegarden.git 17.12-alt1: remote: build failed
2020-Feb-13 10:40:43 :: [i586] #300 rosegarden.git 17.12-alt1: build FAILED
2020-Feb-13 10:40:43 :: [i586] requesting cancellation of task processing
/usr/include/qt5/QtCore/qglobal.h:977:44: error: 't' was not declared in this scope
     QForeachContainer(T &&t) : c(std::move(t)), i(qAsConst(c).begin()), e(qAsConst(c).end())  {}
/usr/include/qt5/QtCore/qglobal.h: In member function 'QtPrivate::QForeachContainer<T>& QtPrivate::QForeachContainer<T>::operator=(QtPrivate::QForeachContainer<T>)':
/usr/include/qt5/QtCore/qglobal.h:989:18: error: 'move' is not a member of 'std'
         c = std::move(other.c);
/usr/include/qt5/QtCore/qglobal.h:989:18: note: 'std::move' is only available from C++11 onwards
/usr/include/qt5/QtCore/qglobal.h:989:23: error: 'other' was not declared in this scope
         c = std::move(other.c);
/usr/include/qt5/QtCore/qglobal.h:992:24: error: 'move' is not a member of 'std'
         control = std::move(other.control);
--
/usr/include/qt5/QtCore/qglobal.h: At global scope:
/usr/include/qt5/QtCore/qglobal.h:1002:33: error: 'decay' in namespace 'std' does not name a template type
 QForeachContainer<typename std::decay<T>::type> qMakeForeachContainer(T &&t)
/usr/include/qt5/QtCore/qglobal.h:1002:38: error: expected template-argument before '<' token
 QForeachContainer<typename std::decay<T>::type> qMakeForeachContainer(T &&t)
/usr/include/qt5/QtCore/qglobal.h:1002:38: error: expected '>' before '<' token
/usr/include/qt5/QtCore/qglobal.h:1002:47: error: template argument 1 is invalid
 QForeachContainer<typename std::decay<T>::type> qMakeForeachContainer(T &&t)
/usr/include/qt5/QtCore/qglobal.h:1002:73: error: expected ',' or '...' before '&&' token
 QForeachContainer<typename std::decay<T>::type> qMakeForeachContainer(T &&t)
/usr/include/qt5/QtCore/qglobal.h: In function 'int QtPrivate::qMakeForeachContainer(T)':
/usr/include/qt5/QtCore/qglobal.h:1004:44: error: 'decay' in namespace 'std' does not name a template type
     return QForeachContainer<typename std::decay<T>::type>(std::forward<T>(t));
2020-Feb-13 10:41:08 :: [x86_64] rosegarden.git 17.12-alt1: remote: build failed
2020-Feb-13 10:41:08 :: [x86_64] #300 rosegarden.git 17.12-alt1: build FAILED
/usr/include/qt5/QtCore/qglobal.h:977:44: error: 't' was not declared in this scope
     QForeachContainer(T &&t) : c(std::move(t)), i(qAsConst(c).begin()), e(qAsConst(c).end())  {}
/usr/include/qt5/QtCore/qglobal.h: In member function 'QtPrivate::QForeachContainer<T>& QtPrivate::QForeachContainer<T>::operator=(QtPrivate::QForeachContainer<T>)':
/usr/include/qt5/QtCore/qglobal.h:989:18: error: 'move' is not a member of 'std'
         c = std::move(other.c);
/usr/include/qt5/QtCore/qglobal.h:989:18: note: 'std::move' is only available from C++11 onwards
/usr/include/qt5/QtCore/qglobal.h:989:23: error: 'other' was not declared in this scope
         c = std::move(other.c);
/usr/include/qt5/QtCore/qglobal.h:992:24: error: 'move' is not a member of 'std'
         control = std::move(other.control);
--
/usr/include/qt5/QtCore/qglobal.h: At global scope:
/usr/include/qt5/QtCore/qglobal.h:1002:33: error: 'decay' in namespace 'std' does not name a template type
 QForeachContainer<typename std::decay<T>::type> qMakeForeachContainer(T &&t)
/usr/include/qt5/QtCore/qglobal.h:1002:38: error: expected template-argument before '<' token
 QForeachContainer<typename std::decay<T>::type> qMakeForeachContainer(T &&t)
/usr/include/qt5/QtCore/qglobal.h:1002:38: error: expected '>' before '<' token
/usr/include/qt5/QtCore/qglobal.h:1002:47: error: template argument 1 is invalid
 QForeachContainer<typename std::decay<T>::type> qMakeForeachContainer(T &&t)
/usr/include/qt5/QtCore/qglobal.h:1002:73: error: expected ',' or '...' before '&&' token
 QForeachContainer<typename std::decay<T>::type> qMakeForeachContainer(T &&t)
/usr/include/qt5/QtCore/qglobal.h: In function 'int QtPrivate::qMakeForeachContainer(T)':
/usr/include/qt5/QtCore/qglobal.h:1004:44: error: 'decay' in namespace 'std' does not name a template type
     return QForeachContainer<typename std::decay<T>::type>(std::forward<T>(t));
2020-Feb-13 10:41:17 :: [aarch64] rosegarden.git 17.12-alt1: remote: build failed
2020-Feb-13 10:41:17 :: [aarch64] #300 rosegarden.git 17.12-alt1: build FAILED
/usr/include/qt5/QtCore/qglobal.h: In member function 'QtPrivate::QForeachContainer<T>& QtPrivate::QForeachContainer<T>::operator=(QtPrivate::QForeachContainer<T>)':
/usr/include/qt5/QtCore/qglobal.h:989:18: error: 'move' is not a member of 'std'
         c = std::move(other.c);
/usr/include/qt5/QtCore/qglobal.h:989:18: note: 'std::move' is only available from C++11 onwards
/usr/include/qt5/QtCore/qglobal.h:989:23: error: 'other' was not declared in this scope
         c = std::move(other.c);
/usr/include/qt5/QtCore/qglobal.h:992:24: error: 'move' is not a member of 'std'
         control = std::move(other.control);
--
/usr/include/qt5/QtCore/qglobal.h: At global scope:
/usr/include/qt5/QtCore/qglobal.h:1002:33: error: 'decay' in namespace 'std' does not name a template type
 QForeachContainer<typename std::decay<T>::type> qMakeForeachContainer(T &&t)
/usr/include/qt5/QtCore/qglobal.h:1002:38: error: expected template-argument before '<' token
 QForeachContainer<typename std::decay<T>::type> qMakeForeachContainer(T &&t)
/usr/include/qt5/QtCore/qglobal.h:1002:38: error: expected '>' before '<' token
/usr/include/qt5/QtCore/qglobal.h:1002:47: error: template argument 1 is invalid
 QForeachContainer<typename std::decay<T>::type> qMakeForeachContainer(T &&t)
/usr/include/qt5/QtCore/qglobal.h:1002:73: error: expected ',' or '...' before '&&' token
 QForeachContainer<typename std::decay<T>::type> qMakeForeachContainer(T &&t)
/usr/include/qt5/QtCore/qglobal.h: In function 'int QtPrivate::qMakeForeachContainer(T)':
/usr/include/qt5/QtCore/qglobal.h:1004:44: error: 'decay' in namespace 'std' does not name a template type
     return QForeachContainer<typename std::decay<T>::type>(std::forward<T>(t));
/usr/include/qt5/QtCore/qglobal.h:1004:49: error: expected template-argument before '<' token
     return QForeachContainer<typename std::decay<T>::type>(std::forward<T>(t));
2020-Feb-13 10:41:38 :: [ppc64le] rosegarden.git 17.12-alt1: remote: build failed
2020-Feb-13 10:41:38 :: [ppc64le] #300 rosegarden.git 17.12-alt1: build FAILED
2020-Feb-13 10:40:43 :: [i586] build FAILED
2020-Feb-13 10:41:09 :: [x86_64] build FAILED
2020-Feb-13 10:41:17 :: [aarch64] build FAILED
2020-Feb-13 10:41:38 :: [ppc64le] build FAILED
2020-Feb-13 10:41:38 :: task #246015 for p9 FAILED


More information about the Sisyphus-incominger mailing list