Properties
Properties
Run Command on atomic01
Run Command on atomic01
- When
- Completed at May 21 2015, 8:25 AM · Built for 2 s
- Status
Failed
| 3 | + test_performance=0 |
|---|---|
| 4 | + test_unit=0 |
| 5 | + vcs=git |
| 6 | + '[' 12 -gt 0 ']' |
| 7 | + case $1 in |
| 8 | ++ eval echo ''\''483'\''' |
| 9 | +++ echo 483 |
| 10 | + id=483 |
| 11 | + shift |
| 12 | + shift |
| 13 | + '[' 10 -gt 0 ']' |
| 14 | + case $1 in |
| 15 | ++ eval echo master |
| 16 | +++ echo master |
| 17 | + commit=master |
| 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-nl7qkodcauafr7zd625a'\''' |
| 30 | +++ echo PHID-HMBT-nl7qkodcauafr7zd625a |
| 31 | + phid=PHID-HMBT-nl7qkodcauafr7zd625a |
| 32 | + shift |
| 33 | + shift |
| 34 | + '[' 4 -gt 0 ']' |
| 35 | + case $1 in |
| 36 | ++ eval echo ssh://git@git.kolab.org/diffusion/QA/stick.git |
| 37 | +++ echo ssh://git@git.kolab.org/diffusion/QA/stick.git |
| 38 | + uri=ssh://git@git.kolab.org/diffusion/QA/stick.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 master -a -z '' ']' |
| 50 | + '[' -z ssh://git@git.kolab.org/diffusion/QA/stick.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/QA/stick.git .git |
| 60 | + package=stick |
| 61 | ++ echo ssh://git@git.kolab.org/diffusion/QA/stick.git |
| 62 | ++ sed -e 's|ssh://git@|https://|g' |
| 63 | + ro_uri=https://git.kolab.org/diffusion/QA/stick.git |
| 64 | + case ${package} in |
| 65 | + case ${uri} in |
| 66 | ++ pwd |
| 67 | + export TMPDIR=/var/tmp/663 |
| 68 | + TMPDIR=/var/tmp/663 |
| 69 | + '[' '!' -d stick.git ']' |
| 70 | + git clone https://git.kolab.org/diffusion/QA/stick.git stick.git |
| 71 | + pushd stick.git |
| 72 | + git checkout master |
| 73 | Already on 'master' |
| 74 | + popd |
| 75 | + '[' stick '!=' stick ']' |
| 76 | + export commit |
| 77 | + export differential |
| 78 | + export id |
| 79 | + export package |
| 80 | + export phid |
| 81 | + export ro_uri |
| 82 | + export uri |
| 83 | + export vcs |
| 84 | + export test_build |
| 85 | + export test_functional |
| 86 | + export test_integration |
| 87 | + export test_performance |
| 88 | + export test_unit |
| 89 | + '[' -x stick.git/drydocker/stick/build.sh ']' |
| 90 | + pushd stick.git |
| 91 | + ../stick.git/drydocker/stick/build.sh |
| 92 | Sending build context to Docker daemon 4.608 kB |
| 93 | |
| 94 | Sending build context to Docker daemon |
| 95 | 2015/05/21 10:25:41 Get http://download.opensuse.org/repositories/openSUSE:Tools/CentOS_7/openSUSE:Tools.repo: EOF |
| 96 | make: *** [all] Error 1 |
| 97 | + retval=2 |
| 98 | + popd |
| 99 | + cd /var/tmp |
| 100 | + rm -rf /var/tmp/663 |
| 101 | + exit 2 |
| 102 |
| 1 | Cloning into 'stick.git'... |
|---|---|
| 2 | /var/tmp/663/stick.git /var/tmp/663 |
| 3 | /var/tmp/663 |
| 4 | /var/tmp/663/stick.git /var/tmp/663 |
| 5 | Cloning into '/var/tmp/663/docker.git'... |
| 6 | /var/tmp/663/docker.git/ci /var/tmp/663/stick.git |
| 7 | for dist in $(find . -mindepth 1 -maxdepth 1 -type f -exec basename {} \; | sort | grep -E '^[a-z]+$'); do \ |
| 8 | docker build -t kolab/ci-$dist - < $dist ; \ |
| 9 | done |
| 10 | Step 0 : FROM centos:centos7 |
| 11 | ---> fd44297e2ddb |
| 12 | Step 1 : MAINTAINER Kolab Systems <vanmeeuwen@kolabsys.com> |
| 13 | ---> Using cache |
| 14 | ---> 5d34fcd97863 |
| 15 | Step 2 : ADD http://obs.kolabsys.com/repositories/Kolab:/Development/CentOS_7/Kolab:Development.repo /etc/yum.repos.d/Kolab:Development.repo |
| 16 | ---> Using cache |
| 17 | ---> 8dc669b4f525 |
| 18 | Step 3 : RUN rpm --import https://ssl.kolabsys.com/community.asc |
| 19 | ---> Using cache |
| 20 | ---> 38bcbbb48c5f |
| 21 | Step 4 : ADD http://download.opensuse.org/repositories/openSUSE:Tools/CentOS_7/openSUSE:Tools.repo /etc/yum.repos.d/openSUSE:Tools.repo |
| 22 | /var/tmp/663 |
| 23 |
Run Command on atomic02
Run Command on atomic02
- When
- Completed at May 21 2015, 8:32 AM · Built for 7 m, 4 s
- Status
Aborted
| 1 | + test_build=0 |
|---|---|
| 2 | + test_functional=0 |
| 3 | + test_integration=0 |
| 4 | + test_performance=0 |
| 5 | + test_unit=0 |
| 6 | + vcs=git |
| 7 | + '[' 12 -gt 0 ']' |
| 8 | + case $1 in |
| 9 | ++ eval echo ''\''483'\''' |
| 10 | +++ echo 483 |
| 11 | + id=483 |
| 12 | + shift |
| 13 | + shift |
| 14 | + '[' 10 -gt 0 ']' |
| 15 | + case $1 in |
| 16 | ++ eval echo master |
| 17 | +++ echo master |
| 18 | + commit=master |
| 19 | + shift |
| 20 | + shift |
| 21 | + '[' 8 -gt 0 ']' |
| 22 | + case $1 in |
| 23 | ++ eval echo ''\'''\''' |
| 24 | +++ echo '' |
| 25 | + differential= |
| 26 | + shift |
| 27 | + shift |
| 28 | + '[' 6 -gt 0 ']' |
| 29 | + case $1 in |
| 30 | ++ eval echo ''\''PHID-HMBT-gnxhvhhjqzrfjqxerl27'\''' |
| 31 | +++ echo PHID-HMBT-gnxhvhhjqzrfjqxerl27 |
| 32 | + phid=PHID-HMBT-gnxhvhhjqzrfjqxerl27 |
| 33 | + shift |
| 34 | + shift |
| 35 | + '[' 4 -gt 0 ']' |
| 36 | + case $1 in |
| 37 | ++ eval echo ssh://git@git.kolab.org/diffusion/QA/stick.git |
| 38 | +++ echo ssh://git@git.kolab.org/diffusion/QA/stick.git |
| 39 | + uri=ssh://git@git.kolab.org/diffusion/QA/stick.git |
| 40 | + shift |
| 41 | + shift |
| 42 | + '[' 2 -gt 0 ']' |
| 43 | + case $1 in |
| 44 | ++ eval echo git |
| 45 | +++ echo git |
| 46 | + vcs=git |
| 47 | + shift |
| 48 | + shift |
| 49 | + '[' 0 -gt 0 ']' |
| 50 | + '[' -z master -a -z '' ']' |
| 51 | + '[' -z ssh://git@git.kolab.org/diffusion/QA/stick.git ']' |
| 52 | + '[' 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 ']' |
| 53 | + test_build=1 |
| 54 | + test_functional=1 |
| 55 | + test_integration=1 |
| 56 | + test_performance=1 |
| 57 | + test_unit=1 |
| 58 | + '[' -z git ']' |
| 59 | + case ${vcs} in |
| 60 | ++ basename ssh://git@git.kolab.org/diffusion/QA/stick.git .git |
| 61 | + package=stick |
| 62 | ++ echo ssh://git@git.kolab.org/diffusion/QA/stick.git |
| 63 | ++ sed -e 's|ssh://git@|https://|g' |
| 64 | + ro_uri=https://git.kolab.org/diffusion/QA/stick.git |
| 65 | + case ${package} in |
| 66 | + case ${uri} in |
| 67 | ++ pwd |
| 68 | + export TMPDIR=/var/tmp/662 |
| 69 | + TMPDIR=/var/tmp/662 |
| 70 | + '[' '!' -d stick.git ']' |
| 71 | + git clone https://git.kolab.org/diffusion/QA/stick.git stick.git |
| 72 | + pushd stick.git |
| 73 | + git checkout master |
| 74 | Already on 'master' |
| 75 | + popd |
| 76 | + '[' stick '!=' stick ']' |
| 77 | + export commit |
| 78 | + export differential |
| 79 | + export id |
| 80 | + export package |
| 81 | + export phid |
| 82 | + export ro_uri |
| 83 | + export uri |
| 84 | + export vcs |
| 85 | + export test_build |
| 86 | + export test_functional |
| 87 | + export test_integration |
| 88 | + export test_performance |
| 89 | + export test_unit |
| 90 | + '[' -x stick.git/drydocker/stick/build.sh ']' |
| 91 | + pushd stick.git |
| 92 | + ../stick.git/drydocker/stick/build.sh |
| 93 | Sending build context to Docker daemon 4.608 kB |
| 94 | |
| 95 | Sending build context to Docker daemon |
| 96 |
| 2444 | Installing : raptor2-2.0.9-3.el7.x86_64 306/446 |
|---|---|
| 2445 | Installing : rasqal-0.9.30-4.el7.x86_64 307/446 |
| 2446 | Installing : redland-1.0.16-6.el7.x86_64 308/446 |
| 2447 | Installing : redland-virtuoso-1.0.16-6.el7.x86_64 309/446 |
| 2448 | Installing : libdv-1.0.0-17.el7.x86_64 310/446 |
| 2449 | Installing : clucene-core-2.3.3.4-11.el7.x86_64 311/446 |
| 2450 | Installing : libpciaccess-0.13.1-4.1.el7.x86_64 312/446 |
| 2451 | Installing : libdrm-2.4.56-2.el7.x86_64 313/446 |
| 2452 | Installing : mesa-libGL-10.2.7-5.20140910.el7.x86_64 314/446 |
| 2453 | Installing : libdrm-devel-2.4.56-2.el7.x86_64 315/446 |
| 2454 | Installing : mesa-libGL-devel-10.2.7-5.20140910.el7.x86_64 316/446 |
| 2455 | Installing : mesa-libgbm-10.2.7-5.20140910.el7.x86_64 317/446 |
| 2456 | Installing : mesa-libEGL-10.2.7-5.20140910.el7.x86_64 318/446 |
| 2457 | Installing : cairo-1.12.14-6.el7.x86_64 319/446 |
| 2458 | Installing : cairo-gobject-1.12.14-6.el7.x86_64 320/446 |
| 2459 | Installing : pycairo-1.8.10-8.el7.x86_64 321/446 |
| 2460 | Installing : pygobject3-3.8.2-6.el7.x86_64 322/446 |
| 2461 | Installing : mesa-libEGL-devel-10.2.7-5.20140910.el7.x86_64 323/446 |
| 2462 | Installing : cairo-devel-1.12.14-6.el7.x86_64 324/446 |
| 2463 | Installing : pciutils-libs-3.2.1-4.el7.x86_64 325/446 |
| 2464 | Installing : pciutils-3.2.1-4.el7.x86_64 326/446 |
| 2465 | Installing : qt-settings-19-23.5.el7.noarch 327/446 |
| 2466 | Installing : 1:qt-4.8.5-8.el7.x86_64 328/446 |
| 2467 | Installing : soprano-2.9.2-3.el7.x86_64 329/446 |
| 2468 | Installing : attica-0.4.1-4.el7.x86_64 330/446 |
| 2469 | Installing : strigi-libs-0.7.7-12.20120626.el7.x86_64 331/446 |
| 2470 | Installing : qca2-2.0.3-7.el7.x86_64 332/446 |
| 2471 | Installing : graphite2-1.2.2-5.el7.x86_64 333/446 |
| 2472 | Installing : harfbuzz-0.9.20-4.el7.x86_64 334/446 |
| 2473 | Installing : harfbuzz-icu-0.9.20-4.el7.x86_64 335/446 |
| 2474 | Installing : harfbuzz-devel-0.9.20-4.el7.x86_64 336/446 |
| 2475 | Installing : libpipeline-1.2.3-3.el7.x86_64 337/446 |
| 2476 | Installing : man-db-2.6.3-9.el7.x86_64 338/446 |
| 2477 | Installing : libgnome-keyring-3.8.0-3.el7.x86_64 339/446 |
| 2478 | Installing : hostname-3.13-3.el7.x86_64 340/446 |
| 2479 | Installing : initscripts-9.49.24-1.el7.x86_64 341/446 |
| 2480 | Installing : kbd-1.15.5-11.el7.x86_64 342/446 |
| 2481 | Installing : pm-utils-1.4.1-27.el7.x86_64 343/446 |
| 2482 | Installing : pakchois-0.4-10.el7.x86_64 344/446 |
| 2483 | Installing : neon-0.30.0-3.el7.x86_64 345/446 |
| 2484 | Installing : subversion-libs-1.7.14-7.el7_0.x86_64 346/446 |
| 2485 | Installing : fipscheck-1.4.1-5.el7.x86_64 347/446 |
| 2486 | Installing : fipscheck-lib-1.4.1-5.el7.x86_64 348/446 |
| 2487 | Installing : cryptsetup-libs-1.6.6-3.el7.x86_64 349/446 |
| 2488 | Installing : cryptsetup-1.6.6-3.el7.x86_64 350/446 |
| 2489 | Installing : openssh-6.6.1p1-12.el7_1.x86_64 351/446 |
| 2490 | Installing : libatasmart-0.19-6.el7.x86_64 352/446 |
| 2491 | Installing : wavpack-4.60.1-9.el7.x86_64 353/446 |
| 2492 | Installing : libthai-0.1.14-9.el7.x86_64 354/446 |
| 2493 | Installing : pango-1.34.1-5.el7.x86_64 355/446 |
| 2494 | Installing : pango-devel-1.34.1-5.el7.x86_64 356/446 |
| 2495 | Installing : gpm-libs-1.20.7-5.el7.x86_64 357/446 |
| 2496 | Installing : libss-1.42.9-7.el7.x86_64 358/446 |
| 2497 | Installing : e2fsprogs-1.42.9-7.el7.x86_64 359/446 |
| 2498 | Installing : libedit-3.0-12.20121213cvs.el7.x86_64 360/446 |
| 2499 | Installing : openssh-clients-6.6.1p1-12.el7_1.x86_64 361/446 |
| 2500 | Installing : perl-Git-1.8.3.1-4.el7.noarch 362/446 |
| 2501 | Installing : git-1.8.3.1-4.el7.x86_64 363/446 |
| 2502 | Installing : gettext-devel-0.18.2.1-4.el7.x86_64 364/446 |
| 2503 | Installing : systemtap-client-2.6-10.el7_1.x86_64 365/446 |
| 2504 | Installing : libudisks2-2.1.2-5.el7.x86_64 366/446 |
| 2505 | Installing : pyOpenSSL-0.13.1-3.el7.x86_64 367/446 |
| 2506 | Installing : python-paste-1.7.5.1-9.20111221hg1498.el7.noarch 368/446 |
| 2507 | Installing : python-beaker-1.5.4-10.el7.noarch 369/446 |
| 2508 | Installing : python-mako-0.8.1-2.el7.noarch 370/446 |
| 2509 | Installing : gobject-introspection-devel-1.36.0-4.el7.x86_64 371/446 |
| 2510 | Installing : cdparanoia-libs-10.2-17.el7.x86_64 372/446 |
| 2511 | Installing : libvisual-0.4.0-16.el7.x86_64 373/446 |
| 2512 | Installing : gstreamer-plugins-base-0.10.36-10.el7.x86_64 374/446 |
| 2513 | Installing : mozjs17-17.0.0-10.el7.x86_64 375/446 |
| 2514 | Installing : polkit-0.112-5.el7.x86_64 376/446 |
| 2515 | Installing : polkit-pkla-compat-0.1-4.el7.x86_64 377/446 |
| 2516 | Installing : upower-0.9.20-7.el7.x86_64 378/446 |
| 2517 | Installing : GConf2-3.2.6-8.el7.x86_64 379/446 |
| 2518 | Installing : kde-settings-19-23.5.el7.noarch 380/446 |
| 2519 | Installing : udisks2-2.1.2-5.el7.x86_64 381/446 |
| 2520 | Installing : libical-0.48-6.el7.x86_64 382/446 |
| 2521 | Installing : jbigkit-libs-2.0-11.el7.x86_64 383/446 |
| 2522 | Installing : libtiff-4.0.3-14.el7.x86_64 384/446 |
| 2523 | Installing : 1:qt-x11-4.8.5-8.el7.x86_64 385/446 |
| 2524 | Installing : gdk-pixbuf2-2.28.2-4.el7.x86_64 386/446 |
| 2525 | Installing : gtk2-2.24.22-5.el7_0.1.x86_64 387/446 |
| 2526 | Installing : 1:java-1.7.0-openjdk-devel-1.7.0.79-2.5.5.1.el7_1.x86_ 388/446 |
| 2527 | Installing : 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.1.el7_1.x86_64 389/446 |
| 2528 | Installing : 1:java-1.7.0-openjdk-headless-1.7.0.79-2.5.5.1.el7_1.x 390/446 |
| 2529 | Installing : xml-commons-apis-1.4.01-16.el7.noarch 391/446 |
| 2530 | Installing : gtk3-3.8.8-10.el7.x86_64 392/446 |
| 2531 | Installing : poppler-0.22.5-6.el7.x86_64 393/446 |
| 2532 | Installing : poppler-utils-0.22.5-6.el7.x86_64 394/446 |
| 2533 | Installing : poppler-qt-0.22.5-6.el7.x86_64 395/446 |
| 2534 | Installing : xml-commons-resolver-1.2-15.el7.noarch 396/446 |
| 2535 | Installing : xalan-j2-2.7.1-23.el7.noarch 397/446 |
| 2536 | Installing : xerces-j2-2.11.0-17.el7_0.noarch 398/446 |
| 2537 | Installing : librsvg2-2.39.0-1.el7.x86_64 399/446 |
| 2538 | Installing : gstreamer-plugins-good-0.10.31-11.el7.x86_64 400/446 |
| 2539 | Installing : phonon-4.6.0-9.el7.x86_64 401/446 |
| 2540 | Installing : 2:phonon-backend-gstreamer-4.6.3-3.el7.x86_64 402/446 |
| 2541 | Installing : gdk-pixbuf2-devel-2.28.2-4.el7.x86_64 403/446 |
| 2542 | Installing : dbusmenu-qt-0.9.2-7.el7.x86_64 404/446 |
| 2543 | Installing : polkit-qt-0.103.0-10.el7_0.x86_64 405/446 |
Lease Host atomic01
Lease Host atomic01
- When
- Completed at May 21 2015, 8:25 AM · Built for 1 s
- Status
Passed
Lease Host atomic02
Lease Host atomic02
- When
- Completed at May 21 2015, 8:25 AM · Built instantly
- Status
Passed