Page MenuHomePhorge

Build 155
FailedPublic

Run Command

When
Completed at Apr 17 2015, 4:44 PM · Built for 2 m, 38 s
Status
Failed
This build step has since been deleted on the build plan. Some information may be omitted.

Build Log 600 (remote - stderr)
25 - 50 - 100 - Unlimited Lines

12+ shift
13+ '[' 10 -gt 0 ']'
14+ case $1 in
15++ eval echo ''\''56d974ee6ea8e8c15b80055bb479e5d7d57ddfdb'\'''
16+++ echo 56d974ee6ea8e8c15b80055bb479e5d7d57ddfdb
17+ commit=56d974ee6ea8e8c15b80055bb479e5d7d57ddfdb
18+ shift
19+ shift
20+ '[' 8 -gt 0 ']'
21+ case $1 in
22++ eval echo ''\'''\'''
23+++ echo ''
24+ differential=
25+ shift
26+ shift
27+ '[' 6 -gt 0 ']'
28+ case $1 in
29++ eval echo ''\''PHID-HMBT-wpwypcfkob2l4epjqvaj'\'''
30+++ echo PHID-HMBT-wpwypcfkob2l4epjqvaj
31+ phid=PHID-HMBT-wpwypcfkob2l4epjqvaj
32+ shift
33+ shift
34+ '[' 4 -gt 0 ']'
35+ case $1 in
36++ eval echo ''\''ssh://git@git.kolab.org/diffusion/LK/libkolab.git'\'''
37+++ echo ssh://git@git.kolab.org/diffusion/LK/libkolab.git
38+ uri=ssh://git@git.kolab.org/diffusion/LK/libkolab.git
39+ shift
40+ shift
41+ '[' 2 -gt 0 ']'
42+ case $1 in
43++ eval echo ''\''git'\'''
44+++ echo git
45+ vcs=git
46+ shift
47+ shift
48+ '[' 0 -gt 0 ']'
49+ '[' -z 56d974ee6ea8e8c15b80055bb479e5d7d57ddfdb -a -z '' ']'
50+ '[' -z ssh://git@git.kolab.org/diffusion/LK/libkolab.git ']'
51+ '[' 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 ']'
52+ test_build=1
53+ test_functional=1
54+ test_integration=1
55+ test_performance=1
56+ test_unit=1
57+ '[' -z git ']'
58+ case ${vcs} in
59++ basename ssh://git@git.kolab.org/diffusion/LK/libkolab.git .git
60+ package=libkolab
61++ echo ssh://git@git.kolab.org/diffusion/LK/libkolab.git
62++ sed -e 's|ssh://git@|https://|g'
63+ ro_uri=https://git.kolab.org/diffusion/LK/libkolab.git
64+ case ${package} in
65++ pwd
66+ export TMPDIR=/var/tmp/237
67+ TMPDIR=/var/tmp/237
68+ '[' '!' -d libkolab.git ']'
69+ git clone https://git.kolab.org/diffusion/LK/libkolab.git libkolab.git
70+ pushd libkolab.git
71+ git checkout 56d974ee6ea8e8c15b80055bb479e5d7d57ddfdb
72Note: checking out '56d974ee6ea8e8c15b80055bb479e5d7d57ddfdb'.
73
74You are in 'detached HEAD' state. You can look around, make experimental
75changes and commit them, and you can discard any commits you make in this
76state without impacting any branches by performing another checkout.
77
78If you want to create a new branch to retain commits you create, you may
79do so (now or later) by using -b with the checkout command again. Example:
80
81 git checkout -b new_branch_name
82
83HEAD is now at 56d974e... Turn off colors
84+ popd
85+ '[' libkolab '!=' stick ']'
86+ '[' '!' -d stick.git ']'
87+ git clone https://git.kolab.org/diffusion/QA/stick.git stick.git
88+ export commit
89+ export differential
90+ export id
91+ export package
92+ export phid
93+ export ro_uri
94+ export uri
95+ export vcs
96+ export test_build
97+ export test_functional
98+ export test_integration
99+ export test_performance
100+ export test_unit
101+ '[' -x stick.git/drydocker/libkolab/build.sh ']'
102+ pushd libkolab.git
103+ ../stick.git/drydocker/libkolab/build.sh
104+ docker run -it --attach=stdout --attach=stderr --detach=false -e ID=155 -e COMMIT=56d974ee6ea8e8c15b80055bb479e5d7d57ddfdb -e DIFFERENTIAL= -e PACKAGE=libkolab -e PHAB_CERT= -e PHAB_USER= -e PHID=PHID-HMBT-wpwypcfkob2l4epjqvaj -e URI=ssh://git@git.kolab.org/diffusion/LK/libkolab.git -e RO_URI=https://git.kolab.org/diffusion/LK/libkolab.git -e VCS=git -e TEST_BUILD=1 -e TEST_FUNCTIONAL=1 -e TEST_INTEGRATION=1 -e TEST_PERFORMANCE=1 -e TEST_UNIT=1 kolab/ci-maipo
105+ exit 1
106+ retval=1
107+ popd
108+ cd /var/tmp
109+ rm -rf /var/tmp/237
110+ exit 1
111

Build Log 599 (remote - stdout)
25 - 50 - 100 - Unlimited Lines

2671 #define ZEND_MODULE_DEACTIVATE_N(module) zm_deactivate_##module
2672 ^
2673/usr/include/php/Zend/zend_API.h:127:46: note: in expansion of macro 'ZEND_MODULE_DEACTIVATE_N'
2674 #define ZEND_MODULE_DEACTIVATE_D(module) int ZEND_MODULE_DEACTIVATE_N(module)(SHUTDOWN_FUNC_ARGS)
2675 ^
2676/usr/include/php/main/php.h:384:32: note: in expansion of macro 'ZEND_MODULE_DEACTIVATE_D'
2677 #define PHP_RSHUTDOWN_FUNCTION ZEND_MODULE_DEACTIVATE_D
2678 ^
2679/srv/libkolab.git/build/icalendar/php/php_kolabicalendar_wrapper.cpp:1894:1: note: in expansion of macro 'PHP_RSHUTDOWN_FUNCTION'
2680 PHP_RSHUTDOWN_FUNCTION(kolabicalendar)
2681 ^
2682/usr/include/php/Zend/zend_API.h:119:38: warning: unused parameter 'zend_module' [-Wunused-parameter]
2683 #define ZEND_MODULE_INFO_N(module) zm_info_##module
2684 ^
2685/usr/include/php/Zend/zend_API.h:129:43: note: in expansion of macro 'ZEND_MODULE_INFO_N'
2686 #define ZEND_MODULE_INFO_D(module) void ZEND_MODULE_INFO_N(module)(ZEND_MODULE_INFO_FUNC_ARGS)
2687 ^
2688/usr/include/php/main/php.h:385:29: note: in expansion of macro 'ZEND_MODULE_INFO_D'
2689 #define PHP_MINFO_FUNCTION ZEND_MODULE_INFO_D
2690 ^
2691/srv/libkolab.git/build/icalendar/php/php_kolabicalendar_wrapper.cpp:1901:1: note: in expansion of macro 'PHP_MINFO_FUNCTION'
2692 PHP_MINFO_FUNCTION(kolabicalendar)
2693 ^
2694Linking CXX shared library kolabicalendar.so
2695cd /srv/libkolab.git/build/icalendar/php && /usr/bin/cmake -E cmake_link_script CMakeFiles/kolabicalendar_phpbindings.dir/link.txt --verbose=1
2696/usr/bin/c++ -fPIC -Wnon-virtual-dtor -Wno-long-long -ansi -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS -fno-common -Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden -Werror=return-type -fvisibility-inlines-hidden -fexceptions -UQT_NO_EXCEPTIONS -fPIC -g -Wno-unused -Wno-missing-field-initializers -Wno-undef -O3 -DNDEBUG -DQT_NO_DEBUG -shared -Wl,-soname,kolabicalendar.so -o kolabicalendar.so CMakeFiles/kolabicalendar_phpbindings.dir/php_kolabicalendar_wrapper.cpp.o ../../libkolab.so.0.6.0 /usr/lib64/libkolabxml.so.1.2 -lxerces-c -lboost_thread-mt -lboost_system-mt -lcurl -lQtCore -lQtXml -lQtGui -lcalendaring-kdecore -lcalendaring-kcalcore -lcalendaring-kmime -lcalendaring-kimap -lcalendaring-kabc -lcalendaring-akonadi-notes -lcalendaring-kcalutils -lcalendaring-kpimutils -Wl,-rpath,/srv/libkolab.git/build:
2697make[2]: Leaving directory `/srv/libkolab.git/build'
2698/usr/bin/cmake -E cmake_progress_report /srv/libkolab.git/build/CMakeFiles 80 81
2699[ 71%] Built target kolabicalendar_phpbindings
2700make -f utils/CMakeFiles/kolabformatchecker.dir/build.make utils/CMakeFiles/kolabformatchecker.dir/depend
2701make[2]: Entering directory `/srv/libkolab.git/build'
2702cd /srv/libkolab.git/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /srv/libkolab.git /srv/libkolab.git/utils /srv/libkolab.git/build /srv/libkolab.git/build/utils /srv/libkolab.git/build/utils/CMakeFiles/kolabformatchecker.dir/DependInfo.cmake
2703Scanning dependencies of target kolabformatchecker
2704make[2]: Leaving directory `/srv/libkolab.git/build'
2705make -f utils/CMakeFiles/kolabformatchecker.dir/build.make utils/CMakeFiles/kolabformatchecker.dir/build
2706make[2]: Entering directory `/srv/libkolab.git/build'
2707/usr/bin/cmake -E cmake_progress_report /srv/libkolab.git/build/CMakeFiles 79
2708[ 72%] Building CXX object utils/CMakeFiles/kolabformatchecker.dir/kolabformatchecker.cpp.o
2709cd /srv/libkolab.git/build/utils && /usr/bin/c++ -DKDEPIMLIBS_VERSION_DEVEL -DKDEPIMLIBS_VERSION_MAJOR=4 -DKDEPIMLIBS_VERSION_MINOR=10 -DKDEPIMLIBS_VERSION_PATCH=0 -Wnon-virtual-dtor -Wno-long-long -ansi -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS -fno-common -Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden -Werror=return-type -fvisibility-inlines-hidden -fexceptions -UQT_NO_EXCEPTIONS -fPIC -g -O3 -DNDEBUG -DQT_NO_DEBUG -I/usr/include/QtDesigner -I/usr/include/QtDeclarative -I/usr/include/QtScriptTools -I/usr/include/QtDBus -I/usr/include/QtXml -I/usr/include/QtSql -I/usr/include/QtOpenGL -I/usr/include/QtMultimedia -I/usr/include/QtNetwork -I/usr/include/phonon -I/usr/include/QtXmlPatterns -I/usr/include/QtHelp -I/usr/include/QtUiTools -I/usr/include/QtTest -I/usr/include/QtScript -I/usr/include/QtSvg -I/usr/include/Qt3Support -I/usr/include/QtGui -I/usr/include/QtCore -I/usr/lib64/qt4/mkspecs/default -I/usr/include/calendaring -I/srv/libkolab.git/build -I/srv/libkolab.git/kolabformatV2 -I/usr/lib64/cmake/Libkolabxml/../../../include/kolabxml -I/srv/libkolab.git/. -o CMakeFiles/kolabformatchecker.dir/kolabformatchecker.cpp.o -c /srv/libkolab.git/utils/kolabformatchecker.cpp
2710Linking CXX executable kolabformatchecker
2711cd /srv/libkolab.git/build/utils && /usr/bin/cmake -E cmake_link_script CMakeFiles/kolabformatchecker.dir/link.txt --verbose=1
2712/usr/bin/c++ -Wnon-virtual-dtor -Wno-long-long -ansi -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS -fno-common -Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden -Werror=return-type -fvisibility-inlines-hidden -fexceptions -UQT_NO_EXCEPTIONS -fPIC -g -O3 -DNDEBUG -DQT_NO_DEBUG CMakeFiles/kolabformatchecker.dir/kolabformatchecker.cpp.o -o kolabformatchecker -rdynamic ../libkolab.so.0.6.0 -lboost_program_options-mt /usr/lib64/libkolabxml.so.1.2 -lxerces-c -lboost_thread-mt -lboost_system-mt -lcurl -lQtCore -lQtXml -lQtGui -lcalendaring-kdecore -lcalendaring-kcalcore -lcalendaring-kmime -lcalendaring-kimap -lcalendaring-kabc -lcalendaring-akonadi-notes -lcalendaring-kcalutils -lcalendaring-kpimutils -Wl,-rpath,/srv/libkolab.git/build
2713make[2]: Leaving directory `/srv/libkolab.git/build'
2714/usr/bin/cmake -E cmake_progress_report /srv/libkolab.git/build/CMakeFiles 79
2715[ 72%] Built target kolabformatchecker
2716make -f tests/CMakeFiles/benchmarktest.dir/build.make tests/CMakeFiles/benchmarktest.dir/depend
2717make[2]: Entering directory `/srv/libkolab.git/build'
2718/usr/bin/cmake -E cmake_progress_report /srv/libkolab.git/build/CMakeFiles
2719[ 72%] Generating benchmark.moc
2720cd /srv/libkolab.git/build/tests && /usr/lib64/qt4/bin/moc-qt4 -I/usr/include/QtDesigner -I/usr/include/QtDeclarative -I/usr/include/QtScriptTools -I/usr/include/QtDBus -I/usr/include/QtDesigner -I/usr/include/QtXml -I/usr/include/QtSql -I/usr/include/QtOpenGL -I/usr/include/QtMultimedia -I/usr/include/QtNetwork -I/usr/include/phonon -I/usr/include/QtXmlPatterns -I/usr/include/QtHelp -I/usr/include/QtUiTools -I/usr/include/QtTest -I/usr/include/QtScript -I/usr/include/QtSvg -I/usr/include/Qt3Support -I/usr/include/QtGui -I/usr/include/QtCore -I/usr/lib64/qt4/mkspecs/default -I/usr/include -I/usr/include/QtCore -I/usr/include/calendaring -I/srv/libkolab.git/build -I/usr/include -I/srv/libkolab.git/kolabformatV2 -I/usr/lib64/cmake/Libkolabxml/../../../include/kolabxml -I/srv/libkolab.git/. -I/srv/libkolab.git/build/tests -DKDEPIMLIBS_VERSION_MAJOR=4 -DKDEPIMLIBS_VERSION_MINOR=10 -DKDEPIMLIBS_VERSION_PATCH=0 -DKDEPIMLIBS_VERSION_DEVEL -DTEST_DATA_PATH=\"/srv/libkolab.git/tests\" -o /srv/libkolab.git/build/tests/benchmark.moc /srv/libkolab.git/tests/benchmark.h
2721cd /srv/libkolab.git/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /srv/libkolab.git /srv/libkolab.git/tests /srv/libkolab.git/build /srv/libkolab.git/build/tests /srv/libkolab.git/build/tests/CMakeFiles/benchmarktest.dir/DependInfo.cmake
2722Scanning dependencies of target benchmarktest
2723make[2]: Leaving directory `/srv/libkolab.git/build'
2724make -f tests/CMakeFiles/benchmarktest.dir/build.make tests/CMakeFiles/benchmarktest.dir/build
2725make[2]: Entering directory `/srv/libkolab.git/build'
2726/usr/bin/cmake -E cmake_progress_report /srv/libkolab.git/build/CMakeFiles 1
2727[ 73%] Building CXX object tests/CMakeFiles/benchmarktest.dir/benchmark.cpp.o
2728cd /srv/libkolab.git/build/tests && /usr/bin/c++ -DKDEPIMLIBS_VERSION_DEVEL -DKDEPIMLIBS_VERSION_MAJOR=4 -DKDEPIMLIBS_VERSION_MINOR=10 -DKDEPIMLIBS_VERSION_PATCH=0 -DTEST_DATA_PATH=\"/srv/libkolab.git/tests\" -Wnon-virtual-dtor -Wno-long-long -ansi -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS -fno-common -Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden -Werror=return-type -fvisibility-inlines-hidden -fexceptions -UQT_NO_EXCEPTIONS -fPIC -g -O3 -DNDEBUG -DQT_NO_DEBUG -I/usr/include/QtDesigner -I/usr/include/QtDeclarative -I/usr/include/QtScriptTools -I/usr/include/QtDBus -I/usr/include/QtXml -I/usr/include/QtSql -I/usr/include/QtOpenGL -I/usr/include/QtMultimedia -I/usr/include/QtNetwork -I/usr/include/phonon -I/usr/include/QtXmlPatterns -I/usr/include/QtHelp -I/usr/include/QtUiTools -I/usr/include/QtTest -I/usr/include/QtScript -I/usr/include/QtSvg -I/usr/include/Qt3Support -I/usr/include/QtGui -I/usr/include/QtCore -I/usr/lib64/qt4/mkspecs/default -I/usr/include/calendaring -I/srv/libkolab.git/build -I/srv/libkolab.git/kolabformatV2 -I/usr/lib64/cmake/Libkolabxml/../../../include/kolabxml -I/srv/libkolab.git/. -I/srv/libkolab.git/build/tests -o CMakeFiles/benchmarktest.dir/benchmark.cpp.o -c /srv/libkolab.git/tests/benchmark.cpp
2729Linking CXX executable benchmarktest
2730cd /srv/libkolab.git/build/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/benchmarktest.dir/link.txt --verbose=1
2731/usr/bin/c++ -Wnon-virtual-dtor -Wno-long-long -ansi -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS -fno-common -Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden -Werror=return-type -fvisibility-inlines-hidden -fexceptions -UQT_NO_EXCEPTIONS -fPIC -g -O3 -DNDEBUG -DQT_NO_DEBUG CMakeFiles/benchmarktest.dir/benchmark.cpp.o -o benchmarktest -rdynamic -lQtTest ../libkolab_static.a /usr/lib64/libkolabxml.so.1.2 -lxerces-c -lboost_thread-mt -lboost_system-mt -lcurl -lQtCore -lQtXml -lQtGui -lcalendaring-kdecore -lcalendaring-kcalcore -lcalendaring-kmime -lcalendaring-kimap -lcalendaring-kabc -lcalendaring-akonadi-notes -lcalendaring-kcalutils -lcalendaring-kpimutils
2732make[2]: Leaving directory `/srv/libkolab.git/build'
2733/usr/bin/cmake -E cmake_progress_report /srv/libkolab.git/build/CMakeFiles 1
2734[ 73%] Built target benchmarktest
2735make -f tests/CMakeFiles/calendaringtest.dir/build.make tests/CMakeFiles/calendaringtest.dir/depend
2736make[2]: Entering directory `/srv/libkolab.git/build'
2737/usr/bin/cmake -E cmake_progress_report /srv/libkolab.git/build/CMakeFiles 4
2738[ 74%] Generating calendaringtest.moc
2739cd /srv/libkolab.git/build/tests && /usr/lib64/qt4/bin/moc-qt4 -I/usr/include/QtDesigner -I/usr/include/QtDeclarative -I/usr/include/QtScriptTools -I/usr/include/QtDBus -I/usr/include/QtDesigner -I/usr/include/QtXml -I/usr/include/QtSql -I/usr/include/QtOpenGL -I/usr/include/QtMultimedia -I/usr/include/QtNetwork -I/usr/include/phonon -I/usr/include/QtXmlPatterns -I/usr/include/QtHelp -I/usr/include/QtUiTools -I/usr/include/QtTest -I/usr/include/QtScript -I/usr/include/QtSvg -I/usr/include/Qt3Support -I/usr/include/QtGui -I/usr/include/QtCore -I/usr/lib64/qt4/mkspecs/default -I/usr/include -I/usr/include/QtCore -I/usr/include/calendaring -I/srv/libkolab.git/build -I/usr/include -I/srv/libkolab.git/kolabformatV2 -I/usr/lib64/cmake/Libkolabxml/../../../include/kolabxml -I/srv/libkolab.git/. -I/srv/libkolab.git/build/tests -DKDEPIMLIBS_VERSION_MAJOR=4 -DKDEPIMLIBS_VERSION_MINOR=10 -DKDEPIMLIBS_VERSION_PATCH=0 -DKDEPIMLIBS_VERSION_DEVEL -DTEST_DATA_PATH=\"/srv/libkolab.git/tests\" -o /srv/libkolab.git/build/tests/calendaringtest.moc /srv/libkolab.git/tests/calendaringtest.h
2740cd /srv/libkolab.git/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /srv/libkolab.git /srv/libkolab.git/tests /srv/libkolab.git/build /srv/libkolab.git/build/tests /srv/libkolab.git/build/tests/CMakeFiles/calendaringtest.dir/DependInfo.cmake
2741Scanning dependencies of target calendaringtest
2742make[2]: Leaving directory `/srv/libkolab.git/build'
2743make -f tests/CMakeFiles/calendaringtest.dir/build.make tests/CMakeFiles/calendaringtest.dir/build
2744make[2]: Entering directory `/srv/libkolab.git/build'
2745/usr/bin/cmake -E cmake_progress_report /srv/libkolab.git/build/CMakeFiles 5
2746[ 75%] Building CXX object tests/CMakeFiles/calendaringtest.dir/calendaringtest.cpp.o
2747cd /srv/libkolab.git/build/tests && /usr/bin/c++ -DKDEPIMLIBS_VERSION_DEVEL -DKDEPIMLIBS_VERSION_MAJOR=4 -DKDEPIMLIBS_VERSION_MINOR=10 -DKDEPIMLIBS_VERSION_PATCH=0 -DTEST_DATA_PATH=\"/srv/libkolab.git/tests\" -Wnon-virtual-dtor -Wno-long-long -ansi -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS -fno-common -Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden -Werror=return-type -fvisibility-inlines-hidden -fexceptions -UQT_NO_EXCEPTIONS -fPIC -g -O3 -DNDEBUG -DQT_NO_DEBUG -I/usr/include/QtDesigner -I/usr/include/QtDeclarative -I/usr/include/QtScriptTools -I/usr/include/QtDBus -I/usr/include/QtXml -I/usr/include/QtSql -I/usr/include/QtOpenGL -I/usr/include/QtMultimedia -I/usr/include/QtNetwork -I/usr/include/phonon -I/usr/include/QtXmlPatterns -I/usr/include/QtHelp -I/usr/include/QtUiTools -I/usr/include/QtTest -I/usr/include/QtScript -I/usr/include/QtSvg -I/usr/include/Qt3Support -I/usr/include/QtGui -I/usr/include/QtCore -I/usr/lib64/qt4/mkspecs/default -I/usr/include/calendaring -I/srv/libkolab.git/build -I/srv/libkolab.git/kolabformatV2 -I/usr/lib64/cmake/Libkolabxml/../../../include/kolabxml -I/srv/libkolab.git/. -I/srv/libkolab.git/build/tests -o CMakeFiles/calendaringtest.dir/calendaringtest.cpp.o -c /srv/libkolab.git/tests/calendaringtest.cpp
2748In file included from /usr/include/QtTest/qtestcase.h:48:0,
2749 from /usr/include/QtTest/qtest.h:46,
2750 from /usr/include/QtTest/QTest:1,
2751 from /srv/libkolab.git/tests/calendaringtest.cpp:21:
2752/srv/libkolab.git/tests/testhelpers.h:51:1: error: redefinition of 'struct QMetaTypeId<KCalCore::Duration>'
2753 Q_DECLARE_METATYPE(KCalCore::Duration);
2754 ^
2755/usr/include/calendaring/kcalcore/duration.h:338:1: error: previous definition of 'struct QMetaTypeId<KCalCore::Duration>'
2756 Q_DECLARE_METATYPE(KCalCore::Duration)
2757 ^
2758make[2]: *** [tests/CMakeFiles/calendaringtest.dir/calendaringtest.cpp.o] Error 1
2759make[2]: Leaving directory `/srv/libkolab.git/build'
2760make[1]: *** [tests/CMakeFiles/calendaringtest.dir/all] Error 2
2761make[1]: Leaving directory `/srv/libkolab.git/build'
2762make: *** [all] Error 2
2763FAILED to build.
2764Running ../stick.git/drydocker/libkolab/test_build.sh FAILED (at 56d974ee6ea8e8c15b80055bb479e5d7d57ddfdb)
2765========================================================================
2766 Running 'yum-builddep -y libkolab' OK (at 56d974ee6ea8e8c15b80055bb479e5d7d57ddfdb)
2767 Running '../stick.git/drydocker/libkolab/test_build.sh' FAILED (at 56d974ee6ea8e8c15b80055bb479e5d7d57ddfdb)
2768========================================================================
2769/var/tmp/237
2770

Lease Host

When
Completed at Apr 17 2015, 4:42 PM · Built instantly
Status
Passed
This build step has since been deleted on the build plan. Some information may be omitted.

Wait for Previous Commits to Build

When
Completed at Apr 17 2015, 4:42 PM · Built instantly
Status
Passed
1 empty log is hidden Show all logs.

Event Timeline