Properties
Properties
Run Command
Run Command
- When
- Completed at Apr 28 2015, 2:26 PM · Built for 5 m, 55 s
- Status
Failed
| 63 | + ro_uri=https://git.kolab.org/diffusion/LK/libkolab.git |
|---|---|
| 64 | + case ${package} in |
| 65 | + case ${uri} in |
| 66 | ++ pwd |
| 67 | + export TMPDIR=/var/tmp/474 |
| 68 | + TMPDIR=/var/tmp/474 |
| 69 | + '[' '!' -d libkolab.git ']' |
| 70 | + git clone https://git.kolab.org/diffusion/LK/libkolab.git libkolab.git |
| 71 | + pushd libkolab.git |
| 72 | + git checkout 26cd390db4e64b33556cbde97053a52be13b2f13 |
| 73 | Note: checking out '26cd390db4e64b33556cbde97053a52be13b2f13'. |
| 74 | |
| 75 | You are in 'detached HEAD' state. You can look around, make experimental |
| 76 | changes and commit them, and you can discard any commits you make in this |
| 77 | state without impacting any branches by performing another checkout. |
| 78 | |
| 79 | If you want to create a new branch to retain commits you create, you may |
| 80 | do so (now or later) by using -b with the checkout command again. Example: |
| 81 | |
| 82 | git checkout -b new_branch_name |
| 83 | |
| 84 | HEAD is now at 26cd390... Ported to KF5 |
| 85 | + popd |
| 86 | + '[' libkolab '!=' stick ']' |
| 87 | + '[' '!' -d stick.git ']' |
| 88 | + git clone https://git.kolab.org/diffusion/QA/stick.git stick.git |
| 89 | + export commit |
| 90 | + export differential |
| 91 | + export id |
| 92 | + export package |
| 93 | + export phid |
| 94 | + export ro_uri |
| 95 | + export uri |
| 96 | + export vcs |
| 97 | + export test_build |
| 98 | + export test_functional |
| 99 | + export test_integration |
| 100 | + export test_performance |
| 101 | + export test_unit |
| 102 | + '[' -x stick.git/drydocker/libkolab/build.sh ']' |
| 103 | + pushd libkolab.git |
| 104 | + ../stick.git/drydocker/libkolab/build.sh |
| 105 | + docker run -it --attach=stdout --attach=stderr --detach=false --rm=true --volume=/root/.oscrc:/root/.oscrc -e ID=332 -e COMMIT=26cd390db4e64b33556cbde97053a52be13b2f13 -e DIFFERENTIAL= -e PACKAGE=libkolab -e PHAB_CERT= -e PHAB_USER= -e PHID=PHID-HMBT-7lmtwwv3py44cbuqz5zn -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 |
| 106 | + exit 1 |
| 107 | + retval=1 |
| 108 | + popd |
| 109 | + cd /var/tmp |
| 110 | + rm -rf /var/tmp/474 |
| 111 | + exit 1 |
| 112 |
| 2929 | [ 133s] + /usr/bin/cmake -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_PREFIX:PATH=/usr -DCMAKE_INSTALL_LIBDIR:PATH=/usr/lib64 -DINCLUDE_INSTALL_DIR:PATH=/usr/include -DLIB_INSTALL_DIR:PATH=/usr/lib64 -DSYSCONF_INSTALL_DIR:PATH=/etc -DSHARE_INSTALL_PREFIX:PATH=/usr/share -DLIB_SUFFIX=64 -DCMAKE_SKIP_RPATH:BOOL=ON -DBUILD_SHARED_LIBS:BOOL=ON -DBoost_NO_BOOST_CMAKE=TRUE -Wno-fatal-errors -Wno-errors -DINCLUDE_INSTALL_DIR=/usr/include -DUSE_LIBCALENDARING=ON -DPHP_BINDINGS=ON -DPHP_INSTALL_DIR=/usr/lib64/php/modules -DPYTHON_BINDINGS=ON -DPYTHON_INSTALL_DIR=/usr/lib64/python2.6/site-packages .. |
|---|---|
| 2930 | [ 133s] -- The C compiler identification is GNU 4.4.7 |
| 2931 | [ 133s] -- The CXX compiler identification is GNU 4.4.7 |
| 2932 | [ 133s] -- Check for working C compiler: /usr/bin/cc |
| 2933 | [ 133s] -- Check for working C compiler: /usr/bin/cc -- works |
| 2934 | [ 133s] -- Detecting C compiler ABI info |
| 2935 | [ 134s] -- Detecting C compiler ABI info - done |
| 2936 | [ 134s] -- Check for working CXX compiler: /usr/bin/c++ |
| 2937 | [ 134s] -- Check for working CXX compiler: /usr/bin/c++ -- works |
| 2938 | [ 134s] -- Detecting CXX compiler ABI info |
| 2939 | [ 134s] -- Detecting CXX compiler ABI info - done |
| 2940 | [ 134s] CMake Error at CMakeLists.txt:56 (find_package): |
| 2941 | [ 134s] By not providing "FindQt5Core.cmake" in CMAKE_MODULE_PATH this project has |
| 2942 | [ 134s] asked CMake to find a package configuration file provided by "Qt5Core", but |
| 2943 | [ 134s] CMake did not find one. |
| 2944 | [ 134s] |
| 2945 | [ 134s] Could not find a package configuration file provided by "Qt5Core" with any |
| 2946 | [ 134s] of the following names: |
| 2947 | [ 134s] |
| 2948 | [ 134s] Qt5CoreConfig.cmake |
| 2949 | [ 134s] qt5core-config.cmake |
| 2950 | [ 134s] |
| 2951 | [ 134s] Add the installation prefix of "Qt5Core" to CMAKE_PREFIX_PATH or set |
| 2952 | [ 134s] "Qt5Core_DIR" to a directory containing one of the above files. If |
| 2953 | [ 134s] "Qt5Core" provides a separate development package or SDK, be sure it has |
| 2954 | [ 134s] been installed. |
| 2955 | [ 134s] |
| 2956 | [ 134s] |
| 2957 | [ 134s] -- Configuring incomplete, errors occurred! |
| 2958 | [ 134s] See also "/home/abuild/rpmbuild/BUILD/libkolab-0.7/build/CMakeFiles/CMakeOutput.log". |
| 2959 | [ 134s] error: Bad exit status from /var/tmp/rpm-tmp.lQMjE8 (%build) |
| 2960 | [ 134s] |
| 2961 | [ 134s] |
| 2962 | [ 134s] RPM build errors: |
| 2963 | [ 134s] Bad exit status from /var/tmp/rpm-tmp.lQMjE8 (%build) |
| 2964 | |
| 2965 | The buildroot was: /var/tmp/build-root/CentOS_6-x86_64 |
| 2966 | /srv /srv/libkolab.git /srv/libkolab.git |
| 2967 | /srv/libkolab.git /srv/libkolab.git |
| 2968 | Running obs_build_local FAILED (at 26cd390db4e64b33556cbde97053a52be13b2f13) |
| 2969 | Running ../stick.git/drydocker/libkolab/test_obs.sh FAILED (at 26cd390db4e64b33556cbde97053a52be13b2f13) |
| 2970 | ======================================================================== |
| 2971 | Running 'yum-builddep -y --disablerepo=openSUSE_Tools libkolab' OK (at 26cd390db4e64b33556cbde97053a52be13b2f13) |
| 2972 | Running '../stick.git/drydocker/libkolab/test_build.sh' OK (at 26cd390db4e64b33556cbde97053a52be13b2f13) |
| 2973 | Running '../stick.git/drydocker/libkolab/test_unit.sh' OK (at 26cd390db4e64b33556cbde97053a52be13b2f13) |
| 2974 | Running 'obs_build_local' FAILED (at 26cd390db4e64b33556cbde97053a52be13b2f13) |
| 2975 | Running '../stick.git/drydocker/libkolab/test_obs.sh' FAILED (at 26cd390db4e64b33556cbde97053a52be13b2f13) |
| 2976 | ======================================================================== |
| 2977 | /var/tmp/474 |
| 2978 |
Lease Host
Lease Host
- When
- Completed at Apr 28 2015, 2:20 PM · Built instantly
- Status
Passed
Wait for Previous Commits to Build
Wait for Previous Commits to Build
- When
- Completed at Apr 28 2015, 2:20 PM · Built instantly
- Status
Passed
1 empty log is hidden Show all logs.