Page MenuHomePhorge

Build 915
FailedPublic

Run Command

When
Completed at Jun 30 2015, 6:06 PM · Built for 3 m, 43 s
Status
Failed
This build step has since been deleted on the build plan. Some information may be omitted.

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

1+ '[' -z c5a8acecccd9d4b946f856d62d22febd387647ba -a -z '' ']'
2+ '[' -z ssh://git@git.kolab.org/diffusion/LK/libkolab.git ']'
3+ '[' 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 ']'
4+ test_build=1
5+ test_functional=1
6+ test_integration=1
7+ test_performance=1
8+ test_unit=1
9+ test_obs=1
10+ '[' -z git ']'
11+ case ${vcs} in
12++ basename ssh://git@git.kolab.org/diffusion/LK/libkolab.git .git
13+ package=libkolab
14++ echo ssh://git@git.kolab.org/diffusion/LK/libkolab.git
15++ sed -e 's|ssh://git@|https://|g'
16+ ro_uri=https://git.kolab.org/diffusion/LK/libkolab.git
17+ case ${package} in
18++ pwd
19+ export TMPDIR=/var/tmp/1261
20+ TMPDIR=/var/tmp/1261
21+ '[' '!' -d libkolab.git ']'
22+ git clone https://git.kolab.org/diffusion/LK/libkolab.git libkolab.git
23+ pushd libkolab.git
24+ git checkout c5a8acecccd9d4b946f856d62d22febd387647ba
25Note: checking out 'c5a8acecccd9d4b946f856d62d22febd387647ba'.
26
27You are in 'detached HEAD' state. You can look around, make experimental
28changes and commit them, and you can discard any commits you make in this
29state without impacting any branches by performing another checkout.
30
31If you want to create a new branch to retain commits you create, you may
32do so (now or later) by using -b with the checkout command again. Example:
33
34 git checkout -b new_branch_name
35
36HEAD is now at c5a8ace... Compile flags that work on windows.
37+ popd
38+ '[' libkolab '!=' stick ']'
39+ '[' '!' -d stick.git ']'
40+ git clone https://git.kolab.org/diffusion/QA/stick.git stick.git
41+ export commit
42+ export differential
43+ export id
44+ export package
45+ export phid
46+ export ro_uri
47+ export uri
48+ export vcs
49+ export test_build
50+ export test_functional
51+ export test_integration
52+ export test_performance
53+ export test_unit
54+ export test_obs
55+ '[' '!' -d /var/tmp/osbuild-packagecache ']'
56+ '[' -x stick.git/drydocker/libkolab/build.sh ']'
57+ pushd libkolab.git
58+ ../stick.git/drydocker/libkolab/build.sh
59+ docker run -it --attach=stdout --attach=stderr --detach=false --rm=true --volume=/root/.oscrc:/root/.oscrc --volume=/var/tmp/osbuild-packagecache/:/var/tmp/osbuild-packagecache/ --hostname=kolab.example.org -e ID=915 -e COMMIT=c5a8acecccd9d4b946f856d62d22febd387647ba -e DIFFERENTIAL= -e PACKAGE=libkolab -e PHAB_CERT= -e PHAB_USER= -e PHID=PHID-HMBT-okgcalj7jqupeeigopob -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 -e TEST_OBS=1 kolab/ci-maipo
60+ exit 1
61+ retval=1
62+ popd
63+ cd /var/tmp
64+ rm -rf /var/tmp/1261
65+ exit 1
66

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

5486/usr/include/php/Zend/zend_API.h:125:45: note: in expansion of macro 'ZEND_MODULE_SHUTDOWN_N'
5487 #define ZEND_MODULE_SHUTDOWN_D(module) int ZEND_MODULE_SHUTDOWN_N(module)(SHUTDOWN_FUNC_ARGS)
5488 ^
5489/usr/include/php/main/php.h:382:32: note: in expansion of macro 'ZEND_MODULE_SHUTDOWN_D'
5490 #define PHP_MSHUTDOWN_FUNCTION ZEND_MODULE_SHUTDOWN_D
5491 ^
5492/srv/libkolab.git/build/icalendar/php/php_kolabicalendar_wrapper.cpp:1885:1: note: in expansion of macro 'PHP_MSHUTDOWN_FUNCTION'
5493 PHP_MSHUTDOWN_FUNCTION(kolabicalendar)
5494 ^
5495/usr/include/php/Zend/zend_API.h:115:41: warning: unused parameter 'module_number' [-Wunused-parameter]
5496 #define ZEND_MODULE_SHUTDOWN_N(module) zm_shutdown_##module
5497 ^
5498/usr/include/php/Zend/zend_API.h:125:45: note: in expansion of macro 'ZEND_MODULE_SHUTDOWN_N'
5499 #define ZEND_MODULE_SHUTDOWN_D(module) int ZEND_MODULE_SHUTDOWN_N(module)(SHUTDOWN_FUNC_ARGS)
5500 ^
5501/usr/include/php/main/php.h:382:32: note: in expansion of macro 'ZEND_MODULE_SHUTDOWN_D'
5502 #define PHP_MSHUTDOWN_FUNCTION ZEND_MODULE_SHUTDOWN_D
5503 ^
5504/srv/libkolab.git/build/icalendar/php/php_kolabicalendar_wrapper.cpp:1885:1: note: in expansion of macro 'PHP_MSHUTDOWN_FUNCTION'
5505 PHP_MSHUTDOWN_FUNCTION(kolabicalendar)
5506 ^
5507/usr/include/php/Zend/zend_API.h:117:42: warning: unused parameter 'type' [-Wunused-parameter]
5508 #define ZEND_MODULE_DEACTIVATE_N(module) zm_deactivate_##module
5509 ^
5510/usr/include/php/Zend/zend_API.h:127:46: note: in expansion of macro 'ZEND_MODULE_DEACTIVATE_N'
5511 #define ZEND_MODULE_DEACTIVATE_D(module) int ZEND_MODULE_DEACTIVATE_N(module)(SHUTDOWN_FUNC_ARGS)
5512 ^
5513/usr/include/php/main/php.h:384:32: note: in expansion of macro 'ZEND_MODULE_DEACTIVATE_D'
5514 #define PHP_RSHUTDOWN_FUNCTION ZEND_MODULE_DEACTIVATE_D
5515 ^
5516/srv/libkolab.git/build/icalendar/php/php_kolabicalendar_wrapper.cpp:1894:1: note: in expansion of macro 'PHP_RSHUTDOWN_FUNCTION'
5517 PHP_RSHUTDOWN_FUNCTION(kolabicalendar)
5518 ^
5519/usr/include/php/Zend/zend_API.h:117:42: warning: unused parameter 'module_number' [-Wunused-parameter]
5520 #define ZEND_MODULE_DEACTIVATE_N(module) zm_deactivate_##module
5521 ^
5522/usr/include/php/Zend/zend_API.h:127:46: note: in expansion of macro 'ZEND_MODULE_DEACTIVATE_N'
5523 #define ZEND_MODULE_DEACTIVATE_D(module) int ZEND_MODULE_DEACTIVATE_N(module)(SHUTDOWN_FUNC_ARGS)
5524 ^
5525/usr/include/php/main/php.h:384:32: note: in expansion of macro 'ZEND_MODULE_DEACTIVATE_D'
5526 #define PHP_RSHUTDOWN_FUNCTION ZEND_MODULE_DEACTIVATE_D
5527 ^
5528/srv/libkolab.git/build/icalendar/php/php_kolabicalendar_wrapper.cpp:1894:1: note: in expansion of macro 'PHP_RSHUTDOWN_FUNCTION'
5529 PHP_RSHUTDOWN_FUNCTION(kolabicalendar)
5530 ^
5531/usr/include/php/Zend/zend_API.h:119:38: warning: unused parameter 'zend_module' [-Wunused-parameter]
5532 #define ZEND_MODULE_INFO_N(module) zm_info_##module
5533 ^
5534/usr/include/php/Zend/zend_API.h:129:43: note: in expansion of macro 'ZEND_MODULE_INFO_N'
5535 #define ZEND_MODULE_INFO_D(module) void ZEND_MODULE_INFO_N(module)(ZEND_MODULE_INFO_FUNC_ARGS)
5536 ^
5537/usr/include/php/main/php.h:385:29: note: in expansion of macro 'ZEND_MODULE_INFO_D'
5538 #define PHP_MINFO_FUNCTION ZEND_MODULE_INFO_D
5539 ^
5540/srv/libkolab.git/build/icalendar/php/php_kolabicalendar_wrapper.cpp:1901:1: note: in expansion of macro 'PHP_MINFO_FUNCTION'
5541 PHP_MINFO_FUNCTION(kolabicalendar)
5542 ^
5543Linking CXX shared library kolabicalendar.so
5544cd /srv/libkolab.git/build/icalendar/php && /usr/bin/cmake -E cmake_link_script CMakeFiles/kolabicalendar_phpbindings.dir/link.txt --verbose=1
5545/usr/bin/c++ -fPIC -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 -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:
5546make[2]: Leaving directory `/srv/libkolab.git/build'
5547/usr/bin/cmake -E cmake_progress_report /srv/libkolab.git/build/CMakeFiles 80 81
5548[ 71%] Built target kolabicalendar_phpbindings
5549make -f utils/CMakeFiles/kolabformatchecker.dir/build.make utils/CMakeFiles/kolabformatchecker.dir/depend
5550make[2]: Entering directory `/srv/libkolab.git/build'
5551cd /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
5552Scanning dependencies of target kolabformatchecker
5553make[2]: Leaving directory `/srv/libkolab.git/build'
5554make -f utils/CMakeFiles/kolabformatchecker.dir/build.make utils/CMakeFiles/kolabformatchecker.dir/build
5555make[2]: Entering directory `/srv/libkolab.git/build'
5556/usr/bin/cmake -E cmake_progress_report /srv/libkolab.git/build/CMakeFiles 79
5557[ 72%] Building CXX object utils/CMakeFiles/kolabformatchecker.dir/kolabformatchecker.cpp.o
5558cd /srv/libkolab.git/build/utils && /usr/bin/c++ -DKDEPIMLIBS_VERSION_DEVEL -DKDEPIMLIBS_VERSION_MAJOR=4 -DKDEPIMLIBS_VERSION_MINOR=10 -DKDEPIMLIBS_VERSION_PATCH=0 -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 -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/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
5559Linking CXX executable kolabformatchecker
5560cd /srv/libkolab.git/build/utils && /usr/bin/cmake -E cmake_link_script CMakeFiles/kolabformatchecker.dir/link.txt --verbose=1
5561/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 -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
5562CMakeFiles/kolabformatchecker.dir/kolabformatchecker.cpp.o: In function `main':
5563/srv/libkolab.git/utils/kolabformatchecker.cpp:95: undefined reference to `Kolab::KolabObjectReader::KolabObjectReader(boost::shared_ptr<KMime::Message> const&)'
5564CMakeFiles/kolabformatchecker.dir/kolabformatchecker.cpp.o: In function `Kolab::ErrorHandler::errorOccured()':
5565/srv/libkolab.git/./kolabformat/errorhandler.h:86: undefined reference to `Kolab::ErrorHandler::error() const'
5566CMakeFiles/kolabformatchecker.dir/kolabformatchecker.cpp.o: In function `main':
5567/srv/libkolab.git/utils/kolabformatchecker.cpp:95: undefined reference to `Kolab::KolabObjectReader::~KolabObjectReader()'
5568CMakeFiles/kolabformatchecker.dir/kolabformatchecker.cpp.o: In function `Kolab::ErrorHandler::instance()':
5569/srv/libkolab.git/./kolabformat/errorhandler.h:64: undefined reference to `Kolab::ErrorHandler::ErrorHandler()'
5570CMakeFiles/kolabformatchecker.dir/kolabformatchecker.cpp.o: In function `main':
5571/srv/libkolab.git/utils/kolabformatchecker.cpp:95: undefined reference to `Kolab::KolabObjectReader::~KolabObjectReader()'
5572collect2: error: ld returned 1 exit status
5573make[2]: *** [utils/kolabformatchecker] Error 1
5574make[2]: Leaving directory `/srv/libkolab.git/build'
5575make[1]: *** [utils/CMakeFiles/kolabformatchecker.dir/all] Error 2
5576make[1]: Leaving directory `/srv/libkolab.git/build'
5577make: *** [all] Error 2
5578FAILED to build.
5579Running ../stick.git/drydocker/libkolab/test_build.sh FAILED (at c5a8acecccd9d4b946f856d62d22febd387647ba)
5580========================================================================
5581 Running '_install_package_builddep libkolab' OK (at c5a8acecccd9d4b946f856d62d22febd387647ba)
5582 Running '../stick.git/drydocker/libkolab/test_build.sh' FAILED (at c5a8acecccd9d4b946f856d62d22febd387647ba)
5583========================================================================
5584/var/tmp/1261
5585

Lease Host

When
Completed at Jun 30 2015, 6:02 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 Jun 30 2015, 6:02 PM · Built instantly
Status
Passed

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

16Blocked by: Build 914
17Blocked by: Build 914
18Blocked by: Build 914
19Blocked by: Build 914
20Blocked by: Build 914
21Blocked by: Build 914
22Blocked by: Build 914
23Blocked by: Build 914
24Blocked by: Build 914
25Blocked by: Build 914
26Blocked by: Build 914
27Blocked by: Build 914
28Blocked by: Build 914
29Blocked by: Build 914
30Blocked by: Build 914
31Blocked by: Build 914
32Blocked by: Build 914
33Blocked by: Build 914
34Blocked by: Build 914
35Blocked by: Build 914
36Blocked by: Build 914
37Blocked by: Build 914
38Blocked by: Build 914
39Blocked by: Build 914
40Blocked by: Build 914
41Blocked by: Build 914
42Blocked by: Build 914
43Blocked by: Build 914
44Blocked by: Build 914
45Blocked by: Build 914
46Blocked by: Build 914
47Blocked by: Build 914
48Blocked by: Build 914
49Blocked by: Build 914
50Blocked by: Build 914
51Blocked by: Build 914
52Blocked by: Build 914
53Blocked by: Build 914
54Blocked by: Build 914
55Blocked by: Build 914
56Blocked by: Build 914
57Blocked by: Build 914
58Blocked by: Build 914
59Blocked by: Build 914
60Blocked by: Build 914
61Blocked by: Build 914
62Blocked by: Build 914
63Blocked by: Build 914
64Blocked by: Build 914
65Blocked by: Build 914
66Blocked by: Build 914
67Blocked by: Build 914
68Blocked by: Build 914
69Blocked by: Build 914
70Blocked by: Build 914
71Blocked by: Build 914
72Blocked by: Build 914
73Blocked by: Build 914
74Blocked by: Build 914
75Blocked by: Build 914
76Blocked by: Build 914
77Blocked by: Build 914
78Blocked by: Build 914
79Blocked by: Build 914
80Blocked by: Build 914
81Blocked by: Build 914
82Blocked by: Build 914
83Blocked by: Build 914
84Blocked by: Build 914
85Blocked by: Build 914
86Blocked by: Build 914
87Blocked by: Build 914
88Blocked by: Build 914
89Blocked by: Build 914
90Blocked by: Build 914
91Blocked by: Build 914
92Blocked by: Build 914
93Blocked by: Build 914
94Blocked by: Build 914
95Blocked by: Build 914
96Blocked by: Build 914
97Blocked by: Build 914
98Blocked by: Build 914
99Blocked by: Build 914
100Blocked by: Build 914
101Blocked by: Build 914
102Blocked by: Build 914
103Blocked by: Build 914
104Blocked by: Build 914
105Blocked by: Build 914
106Blocked by: Build 914
107Blocked by: Build 914
108Blocked by: Build 914
109Blocked by: Build 914
110Blocked by: Build 914
111Blocked by: Build 914
112Blocked by: Build 914
113Blocked by: Build 914
114Blocked by: Build 914
115

Event Timeline