Properties
Properties
Run Command
Run Command
- When
- Completed at Nov 24 2015, 4:21 PM · Built for 6 m, 8 s
- Status
Failed
| 16 | + case ${package} in |
|---|---|
| 17 | ++ pwd |
| 18 | + export TMPDIR=/var/tmp/2424 |
| 19 | + TMPDIR=/var/tmp/2424 |
| 20 | + '[' '!' -d roundcubemail-plugins-kolab.git ']' |
| 21 | + git clone https://git.kolab.org/diffusion/RPK/roundcubemail-plugins-kolab.git roundcubemail-plugins-kolab.git |
| 22 | + pushd roundcubemail-plugins-kolab.git |
| 23 | + git checkout eb0fdf3765f8e1421c660ac46f53cb1bfc142d8d |
| 24 | Note: checking out 'eb0fdf3765f8e1421c660ac46f53cb1bfc142d8d'. |
| 25 | |
| 26 | You are in 'detached HEAD' state. You can look around, make experimental |
| 27 | changes and commit them, and you can discard any commits you make in this |
| 28 | state without impacting any branches by performing another checkout. |
| 29 | |
| 30 | If you want to create a new branch to retain commits you create, you may |
| 31 | do so (now or later) by using -b with the checkout command again. Example: |
| 32 | |
| 33 | git checkout -b new_branch_name |
| 34 | |
| 35 | HEAD is now at eb0fdf3... Partial invitations and notifications support |
| 36 | + popd |
| 37 | + '[' roundcubemail-plugins-kolab '!=' stick ']' |
| 38 | + '[' '!' -d stick.git ']' |
| 39 | + git clone https://git.kolab.org/diffusion/QA/stick.git stick.git |
| 40 | + export commit |
| 41 | + export differential |
| 42 | + export id |
| 43 | + export package |
| 44 | + export phid |
| 45 | + export ro_uri |
| 46 | + export uri |
| 47 | + export vcs |
| 48 | + export test_build |
| 49 | + export test_functional |
| 50 | + export test_integration |
| 51 | + export test_performance |
| 52 | + export test_unit |
| 53 | + export test_obs |
| 54 | + '[' '!' -d /var/tmp/osbuild-packagecache ']' |
| 55 | + '[' -x stick.git/drydocker/roundcubemail-plugins-kolab/build.sh ']' |
| 56 | + pushd roundcubemail-plugins-kolab.git |
| 57 | + ../stick.git/drydocker/roundcubemail-plugins-kolab/build.sh |
| 58 | + 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=2011 -e COMMIT=eb0fdf3765f8e1421c660ac46f53cb1bfc142d8d -e DIFFERENTIAL= -e PACKAGE=roundcubemail-plugins-kolab -e PHAB_CERT= -e PHAB_USER= -e PHID=PHID-HMBT-3siyrryvk3sosjzgbueb -e URI=ssh://git@git.kolab.org/diffusion/RPK/roundcubemail-plugins-kolab.git -e RO_URI=https://git.kolab.org/diffusion/RPK/roundcubemail-plugins-kolab.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 |
| 59 | + exit 1 |
| 60 | + retval=1 |
| 61 | + popd |
| 62 | + cd /var/tmp |
| 63 | + rm -rf /var/tmp/2424 |
| 64 | + exit 1 |
| 65 |
| 4884 | ./plugins/pdfviewer/viewer/viewer.js:2527: ERROR - Parse error. getters are not supported in older versions of JavaScript. If you are targeting newer versions of JavaScript, set the appropriate language_in option. |
|---|---|
| 4885 | get supportsIntegratedFind() { |
| 4886 | ^ |
| 4887 | |
| 4888 | ./plugins/pdfviewer/viewer/viewer.js:2536: ERROR - Parse error. getters are not supported in older versions of JavaScript. If you are targeting newer versions of JavaScript, set the appropriate language_in option. |
| 4889 | get supportsDocumentFonts() { |
| 4890 | ^ |
| 4891 | |
| 4892 | ./plugins/pdfviewer/viewer/viewer.js:2545: ERROR - Parse error. getters are not supported in older versions of JavaScript. If you are targeting newer versions of JavaScript, set the appropriate language_in option. |
| 4893 | get supportsDocumentColors() { |
| 4894 | ^ |
| 4895 | |
| 4896 | ./plugins/pdfviewer/viewer/viewer.js:2554: ERROR - Parse error. getters are not supported in older versions of JavaScript. If you are targeting newer versions of JavaScript, set the appropriate language_in option. |
| 4897 | get loadingBar() { |
| 4898 | ^ |
| 4899 | |
| 4900 | ./plugins/pdfviewer/viewer/viewer.js:2563: ERROR - Parse error. getters are not supported in older versions of JavaScript. If you are targeting newer versions of JavaScript, set the appropriate language_in option. |
| 4901 | get isHorizontalScrollbarEnabled() { |
| 4902 | ^ |
| 4903 | |
| 4904 | 13 error(s), 0 warning(s) |
| 4905 | Linting './plugins/tasklist/tasklist.js' ... |
| 4906 | ./plugins/tasklist/tasklist.js:109: WARNING - Suspicious code. The result of the 'getprop' operator is not being used. |
| 4907 | this.selected_task; |
| 4908 | ^ |
| 4909 | |
| 4910 | ./plugins/tasklist/tasklist.js:110: WARNING - Suspicious code. The result of the 'getprop' operator is not being used. |
| 4911 | this.selected_list; |
| 4912 | ^ |
| 4913 | |
| 4914 | ./plugins/tasklist/tasklist.js:153: WARNING - Keywords and reserved words are not allowed as unquoted property names in older versions of JavaScript. If you are targeting newer versions of JavaScript, set the appropriate language_in option. |
| 4915 | if (me.tasklists[id].editable && (!me.selected_list || me.tasklists[id].default || (me.tasklists[id].active && !me.tasklists[me.selected_list].active))) { |
| 4916 | ^ |
| 4917 | |
| 4918 | 0 error(s), 3 warning(s) |
| 4919 | Linting './plugins/tasklist/tasklist_base.js' ... |
| 4920 | Running generic_js_lint FAILED (at 24c8ac75077d142b58ace9ed38b6d3a4c78a103c) |
| 4921 | Previous HEAD position was 24c8ac7... Removing session participants |
| 4922 | HEAD is now at eb0fdf3... Partial invitations and notifications support |
| 4923 | Running generic_js_lint FAILED (at eb0fdf3765f8e1421c660ac46f53cb1bfc142d8d) |
| 4924 | Running ../stick.git/drydocker/roundcubemail-plugins-kolab/test_build.sh FAILED (at eb0fdf3765f8e1421c660ac46f53cb1bfc142d8d) |
| 4925 | ======================================================================== |
| 4926 | Running '_install_package_builddep roundcubemail-plugins-kolab' OK (at eb0fdf3765f8e1421c660ac46f53cb1bfc142d8d) |
| 4927 | Running 'generic_php_lint' OK (at eb0fdf3765f8e1421c660ac46f53cb1bfc142d8d) |
| 4928 | Running 'generic_js_lint' FAILED (at 24c8ac75077d142b58ace9ed38b6d3a4c78a103c) |
| 4929 | Running 'generic_js_lint' FAILED (at eb0fdf3765f8e1421c660ac46f53cb1bfc142d8d) |
| 4930 | Running '../stick.git/drydocker/roundcubemail-plugins-kolab/test_build.sh' FAILED (at eb0fdf3765f8e1421c660ac46f53cb1bfc142d8d) |
| 4931 | ======================================================================== |
| 4932 | /var/tmp/2424 |
| 4933 |
Lease Host
Lease Host
- When
- Completed at Nov 24 2015, 4:15 PM · Built for 1 s
- Status
Passed
Wait for Previous Commits to Build
Wait for Previous Commits to Build
- When
- Completed at Nov 24 2015, 4:15 PM · Built instantly
- Status
Passed
1 empty log is hidden Show all logs.