Page MenuHomePhorge

Build 914
FailedPublic

Run Command

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

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

1+ '[' -z 1f2e9aa0d00211899212680db9293aafaf680003 -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/1260
20+ TMPDIR=/var/tmp/1260
21+ '[' '!' -d libkolab.git ']'
22+ git clone https://git.kolab.org/diffusion/LK/libkolab.git libkolab.git
23+ pushd libkolab.git
24+ git checkout 1f2e9aa0d00211899212680db9293aafaf680003
25Note: checking out '1f2e9aa0d00211899212680db9293aafaf680003'.
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 1f2e9aa... Use qt macros for importing/exporting
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=914 -e COMMIT=1f2e9aa0d00211899212680db9293aafaf680003 -e DIFFERENTIAL= -e PACKAGE=libkolab -e PHAB_CERT= -e PHAB_USER= -e PHID=PHID-HMBT-elwbiop2br5mps2nqx5p -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/1260
65+ exit 1
66

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

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

Lease Host

When
Completed at Jun 30 2015, 5:58 PM · Built for 1 s
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, 5:58 PM · Built instantly
Status
Passed

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

1Blocked by: Build 913
2Blocked by: Build 913
3Blocked by: Build 913
4Blocked by: Build 913
5Blocked by: Build 913
6Blocked by: Build 913
7Blocked by: Build 913
8Blocked by: Build 913
9Blocked by: Build 913
10Blocked by: Build 913
11Blocked by: Build 913
12Blocked by: Build 913
13Blocked by: Build 913
14Blocked by: Build 913
15Blocked by: Build 913
16Blocked by: Build 913
17Blocked by: Build 913
18Blocked by: Build 913
19Blocked by: Build 913
20Blocked by: Build 913
21Blocked by: Build 913
22Blocked by: Build 913
23Blocked by: Build 913
24Blocked by: Build 913
25Blocked by: Build 913
26Blocked by: Build 913
27Blocked by: Build 913
28Blocked by: Build 913
29Blocked by: Build 913
30Blocked by: Build 913
31Blocked by: Build 913
32Blocked by: Build 913
33Blocked by: Build 913
34Blocked by: Build 913
35Blocked by: Build 913
36Blocked by: Build 913
37Blocked by: Build 913
38Blocked by: Build 913
39Blocked by: Build 913
40Blocked by: Build 913
41Blocked by: Build 913
42Blocked by: Build 913
43Blocked by: Build 913
44Blocked by: Build 913
45Blocked by: Build 913
46Blocked by: Build 913
47Blocked by: Build 913
48Blocked by: Build 913
49Blocked by: Build 913
50Blocked by: Build 913
51Blocked by: Build 913
52Blocked by: Build 913
53Blocked by: Build 913
54Blocked by: Build 913
55Blocked by: Build 913
56Blocked by: Build 913
57Blocked by: Build 913
58Blocked by: Build 913
59Blocked by: Build 913
60Blocked by: Build 913
61Blocked by: Build 913
62Blocked by: Build 913
63Blocked by: Build 913
64Blocked by: Build 913
65Blocked by: Build 913
66Blocked by: Build 913
67Blocked by: Build 913
68Blocked by: Build 913
69Blocked by: Build 913
70Blocked by: Build 913
71Blocked by: Build 913
72Blocked by: Build 913
73Blocked by: Build 913
74Blocked by: Build 913
75Blocked by: Build 913
76Blocked by: Build 913
77Blocked by: Build 913
78Blocked by: Build 913
79Blocked by: Build 913
80Blocked by: Build 913
81Blocked by: Build 913
82Blocked by: Build 913
83Blocked by: Build 913
84Blocked by: Build 913
85Blocked by: Build 913
86Blocked by: Build 913
87Blocked by: Build 913
88Blocked by: Build 913
89Blocked by: Build 913
90Blocked by: Build 913
91Blocked by: Build 913
92Blocked by: Build 913
93Blocked by: Build 913
94Blocked by: Build 913
95Blocked by: Build 913
96Blocked by: Build 913
97Blocked by: Build 913
98Blocked by: Build 913
99Blocked by: Build 913
100

Event Timeline