Page MenuHomePhorge

Build 3691
FailedPublic

Drydock: Run Command

When
Completed at May 23 2016, 11:20 AM · Built for 7 m, 19 s
Status
Failed

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

1+ '[' -z 1b9afac1c78b33ea0af71c3e4aa2b9660af8722c -a -z '' ']'
2+ '[' -z ssh://git@git.kolab.org/diffusion/RPK/roundcubemail-plugins-kolab.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/RPK/roundcubemail-plugins-kolab.git .git
13+ package=roundcubemail-plugins-kolab
14++ echo ssh://git@git.kolab.org/diffusion/RPK/roundcubemail-plugins-kolab.git
15++ sed -e 's|ssh://git@|https://|g'
16+ ro_uri=https://git.kolab.org/diffusion/RPK/roundcubemail-plugins-kolab.git
17+ case ${package} in
18++ pwd
19+ export TMPDIR=/var/drydock/workingcopy-77/repo/roundcubemail-plugins-kolab
20+ TMPDIR=/var/drydock/workingcopy-77/repo/roundcubemail-plugins-kolab
21+ '[' '!' -d roundcubemail-plugins-kolab.git ']'
22+ pushd roundcubemail-plugins-kolab.git
23+ git remote set-url origin https://git.kolab.org/diffusion/RPK/roundcubemail-plugins-kolab.git
24+ git fetch origin
25From https://git.kolab.org/diffusion/RPK/roundcubemail-plugins-kolab
26 39a1267..b495014 master -> origin/master
27 4d04321..1b9afac roundcubemail-plugins-kolab-3.2 -> origin/roundcubemail-plugins-kolab-3.2
28+ git reset --hard origin/master
29+ git clean -d -f -x
30+ git checkout 1b9afac1c78b33ea0af71c3e4aa2b9660af8722c
31Previous HEAD position was b495014... Add back localization labels unintentionally removed in last update
32HEAD is now at 1b9afac... Add back localization labels unintentionally removed in last update
33+ popd
34+ '[' roundcubemail-plugins-kolab '!=' stick ']'
35+ '[' '!' -d stick.git ']'
36+ pushd stick.git
37+ git remote set-url origin https://git.kolab.org/diffusion/QA/stick.git
38+ git fetch origin
39From https://git.kolab.org/diffusion/QA/stick
40 7205806..33f92f5 master -> origin/master
41+ git reset --hard origin/master
42+ git clean -d -f -x
43+ popd
44+ export commit
45+ export differential
46+ export id
47+ export package
48+ export phid
49+ export ro_uri
50+ export uri
51+ export vcs
52+ export test_build
53+ export test_functional
54+ export test_integration
55+ export test_performance
56+ export test_unit
57+ export test_obs
58+ '[' '!' -d /var/tmp/osbuild-packagecache ']'
59+ '[' -x stick.git/drydocker/roundcubemail-plugins-kolab/build.sh ']'
60+ pushd roundcubemail-plugins-kolab.git
61+ ../stick.git/drydocker/roundcubemail-plugins-kolab/build.sh
62+ docker run -i --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=3691 -e COMMIT=1b9afac1c78b33ea0af71c3e4aa2b9660af8722c -e DIFFERENTIAL= -e PACKAGE=roundcubemail-plugins-kolab -e PHAB_CERT= -e PHAB_USER= -e PHID=PHID-HMBT-eyvpb2lsdxbxquty5uln -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
63Switched to a new branch 'dev/perf'
64Switched to a new branch 'dev/sabre-vobject3'
65Switched to a new branch 'manticore'
66Switched to branch 'master'
67Switched to a new branch 'roundcubemail-plugins-kolab-0.6'
68Switched to a new branch 'roundcubemail-plugins-kolab-0.7'
69Switched to a new branch 'roundcubemail-plugins-kolab-0.8'
70Switched to a new branch 'roundcubemail-plugins-kolab-0.9'
71Switched to a new branch 'roundcubemail-plugins-kolab-3.0'
72Switched to a new branch 'roundcubemail-plugins-kolab-3.1'
73Switched to a new branch 'roundcubemail-plugins-kolab-3.2'
74Note: checking out '1b9afac1c78b33ea0af71c3e4aa2b9660af8722c'.
75
76You are in 'detached HEAD' state. You can look around, make experimental
77changes and commit them, and you can discard any commits you make in this
78state without impacting any branches by performing another checkout.
79
80If you want to create a new branch to retain commits you create, you may
81do so (now or later) by using -b with the checkout command again. Example:
82
83 git checkout -b new_branch_name
84
85HEAD is now at 1b9afac... Add back localization labels unintentionally removed in last update
86+ exit 1
87+ retval=1
88+ popd
89+ exit 1
90

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

1559
1560./plugins/tasklist/tasklist.js:3195: ERROR - Parse error. identifier is a reserved word
1561 last = char;
1562 ^
1563
15645 error(s), 1 warning(s)
1565NOT OK (5)
1566Linting './plugins/tasklist/tasklist_base.js' ... ./plugins/tasklist/tasklist_base.js:104: ERROR - Parse error. IE8 (and below) will parse trailing commas in array and object literals incorrectly. If you are targeting newer versions of JS, set the appropriate language_in option.
1567 _part: this.selected_attachment,
1568 ^
1569
15701 error(s), 0 warning(s)
1571NOT OK (1)
1572Running generic_js_lint FAILED (at 8d4b464f642351de393fedd5ac3db7c5d523f5a5)
1573Previous HEAD position was 8d4b464... Close events export dialog on Export (#5432)
1574HEAD is now at 1b9afac... Add back localization labels unintentionally removed in last update
1575Running generic_js_lint OK (at 1b9afac1c78b33ea0af71c3e4aa2b9660af8722c)
1576/srv/roundcubemail-plugins-kolab.git
1577Running ../stick.git/drydocker/roundcubemail-plugins-kolab/test_build.sh OK (at 1b9afac1c78b33ea0af71c3e4aa2b9660af8722c)
1578Running ../stick.git/drydocker/roundcubemail-plugins-kolab/test_obs.sh ...
1579/srv/roundcubemail-plugins-kolab.git /srv/roundcubemail-plugins-kolab.git
1580Running obs_build_local ...
1581/srv/roundcubemail-plugins-kolab.git /srv/roundcubemail-plugins-kolab.git /srv/roundcubemail-plugins-kolab.git
1582++++ git branch --contains 1b9afac1c78b33ea0af71c3e4aa2b9660af8722c
1583++++ sed -r -e 's/^\* //g' -e 's/^ //g'
1584++++ sort --version-sort -u
1585++++ grep -E '^(develop|master|roundcubemail-plugins-kolab|[a-z0-9-]+([0-9]+\.?))'
1586+++ branches=roundcubemail-plugins-kolab-3.2
1587+++ echo 'Branches that contain 1b9afac1c78b33ea0af71c3e4aa2b9660af8722c:'
1588Branches that contain 1b9afac1c78b33ea0af71c3e4aa2b9660af8722c:
1589+++ echo roundcubemail-plugins-kolab-3.2
1590+++ sed -e 's/\s/\r\n/g'
1591roundcubemail-plugins-kolab-3.2
1592++++ grep -E '^master$'
1593++++ sed -e 's/\s/\r\n/g'
1594++++ echo roundcubemail-plugins-kolab-3.2
1595+++ '[' '!' -z '' ']'
1596++++ tail -n 1
1597++++ sed -e 's/\s/\r\n/g'
1598++++ echo roundcubemail-plugins-kolab-3.2
1599+++ branch=roundcubemail-plugins-kolab-3.2
1600+++ echo 'Branch is '\''roundcubemail-plugins-kolab-3.2'\'''
1601Branch is 'roundcubemail-plugins-kolab-3.2'
1602++++ tail -n 1
1603++++ git branch -la
1604++++ sed -r -e 's/^\* //g' -e 's/^ remotes\/origin\///g' -e '/^HEAD/d'
1605++++ grep -E '^(roundcubemail-plugins-kolab|[a-z0-9-]+([0-9]+\.?))'
1606++++ sort --version-sort -u
1607+++ latest_stable_branch=roundcubemail-plugins-kolab-3.2
1608+++ echo 'The latest stable branch is '\''roundcubemail-plugins-kolab-3.2'\'''
1609The latest stable branch is 'roundcubemail-plugins-kolab-3.2'
1610+++ '[' roundcubemail-plugins-kolab-3.2 == master ']'
1611+++ master_version=0
1612++++ sed -r -e 's/^.*([0-9]+(\.[0-9]+)+)$/\1/g'
1613++++ echo roundcubemail-plugins-kolab-3.2
1614+++ stable_version=3.2
1615+++ echo 'This puts the version for stable at 3.2'
1616This puts the version for stable at 3.2
1617++++ grep -E '3.2(\.[0-9]+)+$'
1618++++ tail -n 1
1619++++ sort --version-sort -u
1620++++ git tag -l
1621++++ awk -F. '{$NF+=1; OFS="."; print $0}'
1622++++ sed -r -e 's/^.*([0-9]\.([0-9]+(\.[0-9]+)+))$/\1/g'
1623+++ tag_version=3.2.13
1624++++ tail -n 1
1625++++ sort --version-sort -u
1626++++ echo -e '0\n3.2\n3.2.13'
1627+++ new_version=3.2.13
1628+++ '[' 3.2.13 == 0 ']'
1629+++ echo 'Going with new version: '\''3.2.13'\'''
1630Going with new version: '3.2.13'
1631+++ set - -x
1632/srv /srv/roundcubemail-plugins-kolab.git /srv/roundcubemail-plugins-kolab.git
1633Server returned an error: HTTP Error 404: Not Found
1634Error getting meta for project '' package 'roundcubemail-plugins-kolab'
1635roundcubemail-plugins-kolab
1636/srv/stick.git/drydocker/generic_obs.sh: line 24: pushd: /roundcubemail-plugins-kolab: No such file or directory
1637/srv/roundcubemail-plugins-kolab.git /srv /srv/roundcubemail-plugins-kolab.git /srv/roundcubemail-plugins-kolab.git
1638Going with new version: '3.2.13'
1639About to create /srv//roundcubemail-plugins-kolab/roundcubemail-plugins-kolab-3.2.13.tar.gz
1640/srv/stick.git/drydocker/generic_obs.sh: line 48: /srv//roundcubemail-plugins-kolab/roundcubemail-plugins-kolab-3.2.13.tar.gz: No such file or directory
1641Creating /srv//roundcubemail-plugins-kolab/roundcubemail-plugins-kolab-3.2.13.tar.gz completed
1642ls: cannot access /srv//roundcubemail-plugins-kolab/: No such file or directory
1643/srv /srv/roundcubemail-plugins-kolab.git /srv/roundcubemail-plugins-kolab.git
1644Error: '/srv' is not an osc project dir or working copy
1645/srv/roundcubemail-plugins-kolab.git /srv/roundcubemail-plugins-kolab.git
1646/srv/roundcubemail-plugins-kolab.git
1647Running obs_build_local FAILED (at 1b9afac1c78b33ea0af71c3e4aa2b9660af8722c)
1648Running ../stick.git/drydocker/roundcubemail-plugins-kolab/test_obs.sh FAILED (at 1b9afac1c78b33ea0af71c3e4aa2b9660af8722c)
1649========================================================================
1650 Running 'generic_php_lint' OK (at 1b9afac1c78b33ea0af71c3e4aa2b9660af8722c)
1651 Running 'generic_js_lint' FAILED (at 8d4b464f642351de393fedd5ac3db7c5d523f5a5)
1652 Running 'generic_js_lint' OK (at 1b9afac1c78b33ea0af71c3e4aa2b9660af8722c)
1653 Running '../stick.git/drydocker/roundcubemail-plugins-kolab/test_build.sh' OK (at 1b9afac1c78b33ea0af71c3e4aa2b9660af8722c)
1654 Running 'obs_build_local' FAILED (at 1b9afac1c78b33ea0af71c3e4aa2b9660af8722c)
1655 Running '../stick.git/drydocker/roundcubemail-plugins-kolab/test_obs.sh' FAILED (at 1b9afac1c78b33ea0af71c3e4aa2b9660af8722c)
1656========================================================================
1657/var/drydock/workingcopy-77/repo/roundcubemail-plugins-kolab
1658

Lease Working Copy

When
Completed at May 23 2016, 11:13 AM · Built instantly
Status
Passed

Wait for Previous Commits to Build

When
Completed at May 23 2016, 11:13 AM · Built instantly
Status
Passed

Event Timeline