Page MenuHomePhorge

Build 162
FailedPublic

Run Command

When
Completed at Apr 17 2015, 4:47 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 622 (remote - stderr)
25 - 50 - 100 - Unlimited Lines

12+ shift
13+ '[' 10 -gt 0 ']'
14+ case $1 in
15++ eval echo ''\''d786701120daf7bdcfe14d5e7586ae0fd108e438'\'''
16+++ echo d786701120daf7bdcfe14d5e7586ae0fd108e438
17+ commit=d786701120daf7bdcfe14d5e7586ae0fd108e438
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-7rp5cqlfypz3eijp6ws6'\'''
30+++ echo PHID-HMBT-7rp5cqlfypz3eijp6ws6
31+ phid=PHID-HMBT-7rp5cqlfypz3eijp6ws6
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 d786701120daf7bdcfe14d5e7586ae0fd108e438 -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/244
67+ TMPDIR=/var/tmp/244
68+ '[' '!' -d libkolab.git ']'
69+ git clone https://git.kolab.org/diffusion/LK/libkolab.git libkolab.git
70+ pushd libkolab.git
71+ git checkout d786701120daf7bdcfe14d5e7586ae0fd108e438
72Note: checking out 'd786701120daf7bdcfe14d5e7586ae0fd108e438'.
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 d786701... pushd and popd to the right directories at the right moment
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=162 -e COMMIT=d786701120daf7bdcfe14d5e7586ae0fd108e438 -e DIFFERENTIAL= -e PACKAGE=libkolab -e PHAB_CERT= -e PHAB_USER= -e PHID=PHID-HMBT-7rp5cqlfypz3eijp6ws6 -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/244
110+ exit 1
111

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

2670 #define ZEND_MODULE_DEACTIVATE_N(module) zm_deactivate_##module
2671 ^
2672/usr/include/php/Zend/zend_API.h:127:46: note: in expansion of macro 'ZEND_MODULE_DEACTIVATE_N'
2673 #define ZEND_MODULE_DEACTIVATE_D(module) int ZEND_MODULE_DEACTIVATE_N(module)(SHUTDOWN_FUNC_ARGS)
2674 ^
2675/usr/include/php/main/php.h:384:32: note: in expansion of macro 'ZEND_MODULE_DEACTIVATE_D'
2676 #define PHP_RSHUTDOWN_FUNCTION ZEND_MODULE_DEACTIVATE_D
2677 ^
2678/srv/libkolab.git/build/icalendar/php/php_kolabicalendar_wrapper.cpp:1894:1: note: in expansion of macro 'PHP_RSHUTDOWN_FUNCTION'
2679 PHP_RSHUTDOWN_FUNCTION(kolabicalendar)
2680 ^
2681/usr/include/php/Zend/zend_API.h:119:38: warning: unused parameter 'zend_module' [-Wunused-parameter]
2682 #define ZEND_MODULE_INFO_N(module) zm_info_##module
2683 ^
2684/usr/include/php/Zend/zend_API.h:129:43: note: in expansion of macro 'ZEND_MODULE_INFO_N'
2685 #define ZEND_MODULE_INFO_D(module) void ZEND_MODULE_INFO_N(module)(ZEND_MODULE_INFO_FUNC_ARGS)
2686 ^
2687/usr/include/php/main/php.h:385:29: note: in expansion of macro 'ZEND_MODULE_INFO_D'
2688 #define PHP_MINFO_FUNCTION ZEND_MODULE_INFO_D
2689 ^
2690/srv/libkolab.git/build/icalendar/php/php_kolabicalendar_wrapper.cpp:1901:1: note: in expansion of macro 'PHP_MINFO_FUNCTION'
2691 PHP_MINFO_FUNCTION(kolabicalendar)
2692 ^
2693Linking CXX shared library kolabicalendar.so
2694cd /srv/libkolab.git/build/icalendar/php && /usr/bin/cmake -E cmake_link_script CMakeFiles/kolabicalendar_phpbindings.dir/link.txt --verbose=1
2695/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.5.3 /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:
2696make[2]: Leaving directory `/srv/libkolab.git/build'
2697/usr/bin/cmake -E cmake_progress_report /srv/libkolab.git/build/CMakeFiles 80 81
2698[ 71%] Built target kolabicalendar_phpbindings
2699make -f utils/CMakeFiles/kolabformatchecker.dir/build.make utils/CMakeFiles/kolabformatchecker.dir/depend
2700make[2]: Entering directory `/srv/libkolab.git/build'
2701cd /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 --color=
2702Scanning dependencies of target kolabformatchecker
2703make[2]: Leaving directory `/srv/libkolab.git/build'
2704make -f utils/CMakeFiles/kolabformatchecker.dir/build.make utils/CMakeFiles/kolabformatchecker.dir/build
2705make[2]: Entering directory `/srv/libkolab.git/build'
2706/usr/bin/cmake -E cmake_progress_report /srv/libkolab.git/build/CMakeFiles 79
2707[ 72%] Building CXX object utils/CMakeFiles/kolabformatchecker.dir/kolabformatchecker.cpp.o
2708cd /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
2709Linking CXX executable kolabformatchecker
2710cd /srv/libkolab.git/build/utils && /usr/bin/cmake -E cmake_link_script CMakeFiles/kolabformatchecker.dir/link.txt --verbose=1
2711/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.5.3 -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
2712make[2]: Leaving directory `/srv/libkolab.git/build'
2713/usr/bin/cmake -E cmake_progress_report /srv/libkolab.git/build/CMakeFiles 79
2714[ 72%] Built target kolabformatchecker
2715make -f tests/CMakeFiles/benchmarktest.dir/build.make tests/CMakeFiles/benchmarktest.dir/depend
2716make[2]: Entering directory `/srv/libkolab.git/build'
2717/usr/bin/cmake -E cmake_progress_report /srv/libkolab.git/build/CMakeFiles
2718[ 72%] Generating benchmark.moc
2719cd /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
2720cd /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 --color=
2721Scanning dependencies of target benchmarktest
2722make[2]: Leaving directory `/srv/libkolab.git/build'
2723make -f tests/CMakeFiles/benchmarktest.dir/build.make tests/CMakeFiles/benchmarktest.dir/build
2724make[2]: Entering directory `/srv/libkolab.git/build'
2725/usr/bin/cmake -E cmake_progress_report /srv/libkolab.git/build/CMakeFiles 1
2726[ 73%] Building CXX object tests/CMakeFiles/benchmarktest.dir/benchmark.cpp.o
2727cd /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
2728Linking CXX executable benchmarktest
2729cd /srv/libkolab.git/build/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/benchmarktest.dir/link.txt --verbose=1
2730/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
2731make[2]: Leaving directory `/srv/libkolab.git/build'
2732/usr/bin/cmake -E cmake_progress_report /srv/libkolab.git/build/CMakeFiles 1
2733[ 73%] Built target benchmarktest
2734make -f tests/CMakeFiles/calendaringtest.dir/build.make tests/CMakeFiles/calendaringtest.dir/depend
2735make[2]: Entering directory `/srv/libkolab.git/build'
2736/usr/bin/cmake -E cmake_progress_report /srv/libkolab.git/build/CMakeFiles 4
2737[ 74%] Generating calendaringtest.moc
2738cd /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
2739cd /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 --color=
2740Scanning dependencies of target calendaringtest
2741make[2]: Leaving directory `/srv/libkolab.git/build'
2742make -f tests/CMakeFiles/calendaringtest.dir/build.make tests/CMakeFiles/calendaringtest.dir/build
2743make[2]: Entering directory `/srv/libkolab.git/build'
2744/usr/bin/cmake -E cmake_progress_report /srv/libkolab.git/build/CMakeFiles 5
2745[ 75%] Building CXX object tests/CMakeFiles/calendaringtest.dir/calendaringtest.cpp.o
2746cd /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
2747In file included from /usr/include/QtTest/qtestcase.h:48:0,
2748 from /usr/include/QtTest/qtest.h:46,
2749 from /usr/include/QtTest/QTest:1,
2750 from /srv/libkolab.git/tests/calendaringtest.cpp:21:
2751/srv/libkolab.git/tests/testhelpers.h:51:1: error: redefinition of 'struct QMetaTypeId<KCalCore::Duration>'
2752 Q_DECLARE_METATYPE(KCalCore::Duration);
2753 ^
2754/usr/include/calendaring/kcalcore/duration.h:338:1: error: previous definition of 'struct QMetaTypeId<KCalCore::Duration>'
2755 Q_DECLARE_METATYPE(KCalCore::Duration)
2756 ^
2757make[2]: *** [tests/CMakeFiles/calendaringtest.dir/calendaringtest.cpp.o] Error 1
2758make[2]: Leaving directory `/srv/libkolab.git/build'
2759make[1]: *** [tests/CMakeFiles/calendaringtest.dir/all] Error 2
2760make[1]: Leaving directory `/srv/libkolab.git/build'
2761make: *** [all] Error 2
2762FAILED to build.
2763Running ../stick.git/drydocker/libkolab/test_build.sh FAILED (at d786701120daf7bdcfe14d5e7586ae0fd108e438)
2764========================================================================
2765 Running 'yum-builddep -y libkolab' OK (at d786701120daf7bdcfe14d5e7586ae0fd108e438)
2766 Running '../stick.git/drydocker/libkolab/test_build.sh' FAILED (at d786701120daf7bdcfe14d5e7586ae0fd108e438)
2767========================================================================
2768/var/tmp/244
2769

Lease Host

When
Completed at Apr 17 2015, 4:45 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:45 PM · Built instantly
Status
Passed

Build Log 617 (waiting - blockers)
25 - 50 - 100 - Unlimited Lines

1Blocked by: Build 161
2Blocked by: Build 161
3

Event Timeline