ALT Linux Girar Builder robot reports
 help / color / mirror / Atom feed
* [#246015] [test-only] p9 FAILED (try 2) cmake.git=3.16.3-alt1 gnucash.git=3.7-alt2 rosegarden.git=17.12-alt1
@ 2020-02-13 10:41 Girar Builder awaiter robot
  0 siblings, 0 replies; only message in thread
From: Girar Builder awaiter robot @ 2020-02-13 10:41 UTC (permalink / raw)
  To: Vitaly Lipatov; +Cc: sisyphus-incominger, girar-builder-p9

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-02-13 10:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-13 10:41 [#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

ALT Linux Girar Builder robot reports

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus-incominger/0 sisyphus-incominger/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus-incominger sisyphus-incominger/ http://lore.altlinux.org/sisyphus-incominger \
		sisyphus-incominger@lists.altlinux.org sisyphus-incominger@lists.altlinux.ru sisyphus-incominger@lists.altlinux.com
	public-inbox-index sisyphus-incominger

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus-incominger


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git