Properties
Properties
Run Command
Run Command
- When
- Completed at Aug 7 2015, 5:36 PM · Built for 4 m, 36 s
- Status
Passed
| 17 | + package=kolab-webadmin |
|---|---|
| 18 | ++ pwd |
| 19 | + export TMPDIR=/var/tmp/1642 |
| 20 | + TMPDIR=/var/tmp/1642 |
| 21 | + '[' '!' -d kolab-webadmin.git ']' |
| 22 | + git clone https://git.kolab.org/diffusion/WAP/webadmin.git kolab-webadmin.git |
| 23 | + pushd kolab-webadmin.git |
| 24 | + git checkout 5dca5b788ac8015c84ec41c8d2117f61290f1129 |
| 25 | Note: checking out '5dca5b788ac8015c84ec41c8d2117f61290f1129'. |
| 26 | |
| 27 | You are in 'detached HEAD' state. You can look around, make experimental |
| 28 | changes and commit them, and you can discard any commits you make in this |
| 29 | state without impacting any branches by performing another checkout. |
| 30 | |
| 31 | If you want to create a new branch to retain commits you create, you may |
| 32 | do so (now or later) by using -b with the checkout command again. Example: |
| 33 | |
| 34 | git checkout -b new_branch_name |
| 35 | |
| 36 | HEAD is now at 5dca5b7... Small code simplification/fix |
| 37 | + popd |
| 38 | + '[' kolab-webadmin '!=' 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/kolab-webadmin/build.sh ']' |
| 57 | + pushd kolab-webadmin.git |
| 58 | + ../stick.git/drydocker/kolab-webadmin/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=1230 -e COMMIT=5dca5b788ac8015c84ec41c8d2117f61290f1129 -e DIFFERENTIAL= -e PACKAGE=kolab-webadmin -e PHAB_CERT= -e PHAB_USER= -e PHID=PHID-HMBT-vgdzsofzevrr445miv4h -e URI=ssh://git@git.kolab.org/diffusion/WAP/webadmin.git -e RO_URI=https://git.kolab.org/diffusion/WAP/webadmin.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 0 |
| 61 | + retval=0 |
| 62 | + popd |
| 63 | + cd /var/tmp |
| 64 | + rm -rf /var/tmp/1642 |
| 65 | + exit 0 |
| 66 |
| 5684 | +++ master_version=3.2 |
|---|---|
| 5685 | +++ echo 'This puts the version for master at '\''3.2'\''' |
| 5686 | This puts the version for master at '3.2' |
| 5687 | +++ stable_version=0 |
| 5688 | ++++ git tag -l |
| 5689 | ++++ grep -E '3.2(\.[0-9]+)+$' |
| 5690 | ++++ sed -r -e 's/^.*([0-9]\.([0-9]+(\.[0-9]+)+))$/\1/g' |
| 5691 | ++++ sort --version-sort -u |
| 5692 | ++++ tail -n 1 |
| 5693 | ++++ awk -F. '{$NF+=1; OFS="."; print $0}' |
| 5694 | +++ tag_version=3.2.8 |
| 5695 | +++ '[' -z 3.2.8 -a -z 3.2 ']' |
| 5696 | ++++ echo -e '3.2\n0\n3.2.8' |
| 5697 | ++++ sort --version-sort -u |
| 5698 | ++++ tail -n 1 |
| 5699 | +++ new_version=3.2.8 |
| 5700 | +++ '[' 3.2.8 == 0 ']' |
| 5701 | +++ echo 'Going with new version: '\''3.2.8'\''' |
| 5702 | Going with new version: '3.2.8' |
| 5703 | +++ set - -x |
| 5704 | /srv/Kolab:Development/kolab-webadmin /srv/kolab-webadmin.git /srv/kolab-webadmin.git |
| 5705 | Running osc ar ... |
| 5706 | Running osc ar OK (at 5dca5b788ac8015c84ec41c8d2117f61290f1129) |
| 5707 | Running osc ci -m kolab-webadmin@5dca5b788ac8015c84ec41c8d2117f61290f1129-2015-08-07 ... |
| 5708 | Sending kolab-webadmin-3.2.8.tar.gz |
| 5709 | Transmitting file data . |
| 5710 | Committed revision 68. |
| 5711 | Running osc ci -m kolab-webadmin@5dca5b788ac8015c84ec41c8d2117f61290f1129-2015-08-07 OK (at 5dca5b788ac8015c84ec41c8d2117f61290f1129) |
| 5712 | /srv/kolab-webadmin.git /srv/kolab-webadmin.git |
| 5713 | Running obs_checkin OK (at 5dca5b788ac8015c84ec41c8d2117f61290f1129) |
| 5714 | /srv/kolab-webadmin.git |
| 5715 | Running ../stick.git/drydocker/kolab-webadmin/test_obs.sh OK (at 5dca5b788ac8015c84ec41c8d2117f61290f1129) |
| 5716 | /srv |
| 5717 | ======================================================================== |
| 5718 | Running '_install_package_builddep kolab-webadmin' OK (at 5dca5b788ac8015c84ec41c8d2117f61290f1129) |
| 5719 | Running 'generic_php_lint' OK (at 5dca5b788ac8015c84ec41c8d2117f61290f1129) |
| 5720 | Running 'generic_js_lint' OK (at 2d5efc00698f3c8f87d5b016297d78d455a1f20d) |
| 5721 | Running 'generic_js_lint' OK (at 5dca5b788ac8015c84ec41c8d2117f61290f1129) |
| 5722 | Running '../stick.git/drydocker/kolab-webadmin/test_build.sh' OK (at 5dca5b788ac8015c84ec41c8d2117f61290f1129) |
| 5723 | Running 'obs_build_local' OK (at 5dca5b788ac8015c84ec41c8d2117f61290f1129) |
| 5724 | Running 'yum_downgrade' FAILED (at 5dca5b788ac8015c84ec41c8d2117f61290f1129) |
| 5725 | Running 'yum_install' OK (at 5dca5b788ac8015c84ec41c8d2117f61290f1129) |
| 5726 | Running 'obs_install_local' OK (at 5dca5b788ac8015c84ec41c8d2117f61290f1129) |
| 5727 | Running 'osc ar' OK (at 5dca5b788ac8015c84ec41c8d2117f61290f1129) |
| 5728 | Running 'osc ci -m kolab-webadmin@5dca5b788ac8015c84ec41c8d2117f61290f1129-2015-08-07' OK (at 5dca5b788ac8015c84ec41c8d2117f61290f1129) |
| 5729 | Running 'obs_checkin' OK (at 5dca5b788ac8015c84ec41c8d2117f61290f1129) |
| 5730 | Running '../stick.git/drydocker/kolab-webadmin/test_obs.sh' OK (at 5dca5b788ac8015c84ec41c8d2117f61290f1129) |
| 5731 | ======================================================================== |
| 5732 | /var/tmp/1642 |
| 5733 |
Lease Host
Lease Host
- When
- Completed at Aug 7 2015, 5:31 PM · Built for 1 s
- Status
Passed
Wait for Previous Commits to Build
Wait for Previous Commits to Build
- When
- Completed at Aug 7 2015, 5:31 PM · Built instantly
- Status
Passed
1 empty log is hidden Show all logs.