Properties
Properties
Run Command on atomic01
Run Command on atomic01
- When
- Completed at Jun 14 2015, 12:09 PM · Built for 2 m, 52 s
- Status
Passed
| 1 | + '[' -z master -a -z '' ']' |
|---|---|
| 2 | + '[' -z ssh://git@git.kolab.org/diffusion/QA/stick.git ']' |
| 3 | + '[' 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 | + '[' -z git ']' |
| 10 | + case ${vcs} in |
| 11 | ++ basename ssh://git@git.kolab.org/diffusion/QA/stick.git .git |
| 12 | + package=stick |
| 13 | ++ sed -e 's|ssh://git@|https://|g' |
| 14 | ++ echo ssh://git@git.kolab.org/diffusion/QA/stick.git |
| 15 | + ro_uri=https://git.kolab.org/diffusion/QA/stick.git |
| 16 | + case ${package} in |
| 17 | ++ pwd |
| 18 | + export TMPDIR=/var/tmp/1024 |
| 19 | + TMPDIR=/var/tmp/1024 |
| 20 | + '[' '!' -d stick.git ']' |
| 21 | + git clone https://git.kolab.org/diffusion/QA/stick.git stick.git |
| 22 | + pushd stick.git |
| 23 | + git checkout master |
| 24 | Already on 'master' |
| 25 | + popd |
| 26 | + '[' stick '!=' stick ']' |
| 27 | + export commit |
| 28 | + export differential |
| 29 | + export id |
| 30 | + export package |
| 31 | + export phid |
| 32 | + export ro_uri |
| 33 | + export uri |
| 34 | + export vcs |
| 35 | + export test_build |
| 36 | + export test_functional |
| 37 | + export test_integration |
| 38 | + export test_performance |
| 39 | + export test_unit |
| 40 | + '[' -x stick.git/drydocker/stick/build.sh ']' |
| 41 | + pushd stick.git |
| 42 | + ../stick.git/drydocker/stick/build.sh |
| 43 | Sending build context to Docker daemon 5.632 kB |
| 44 | |
| 45 | Sending build context to Docker daemon |
| 46 | + retval=0 |
| 47 | + popd |
| 48 | + cd /var/tmp |
| 49 | + rm -rf /var/tmp/1024 |
| 50 | + exit 0 |
| 51 |
| 97 | Deleted: cccdc0d051b9f4f8c060531a6a57ee9af2eca5245e73017e8a8e1dfac9eb5e12 |
|---|---|
| 98 | Deleted: e087ab1323f030ff7fc6b608f402bd073cee5711e935ba6eef327e1f3071ed30 |
| 99 | Deleted: 5d3b20c8dac8f73643eb115101ed5df04039682d2598cdbb0fbd6ea3d2581fa1 |
| 100 | Deleted: 2b5f25706ee4b3078a17b085fe285eecf361550f65a2988d910d8dc8d92f912d |
| 101 | Deleted: 64f087b684bb1ab0d35ad34884420da068d9615f1585c65bcb2e48c9d0879b13 |
| 102 | for dist in $(find . -mindepth 1 -maxdepth 1 -type f -exec basename {} \; | sort | grep -E '^[a-z]+$'); do \ |
| 103 | docker build --rm=true --force-rm=true -t kolab/ci-$dist - < $dist ; \ |
| 104 | done |
| 105 | Step 0 : FROM centos:centos7 |
| 106 | ---> fd44297e2ddb |
| 107 | Step 1 : MAINTAINER Kolab Systems <vanmeeuwen@kolabsys.com> |
| 108 | ---> Using cache |
| 109 | ---> a36d5966043c |
| 110 | Step 2 : ADD http://obs.kolabsys.com/repositories/Kolab:/Development/CentOS_7/Kolab:Development.repo /etc/yum.repos.d/Kolab:Development.repo |
| 111 | ---> Using cache |
| 112 | ---> 56856fb2378b |
| 113 | Step 3 : RUN rpm --import https://ssl.kolabsys.com/community.asc |
| 114 | ---> Using cache |
| 115 | ---> 9d759c3f7a82 |
| 116 | Step 4 : ADD http://download.opensuse.org/repositories/openSUSE:Tools/CentOS_7/openSUSE:Tools.repo /etc/yum.repos.d/openSUSE:Tools.repo |
| 117 | ---> Using cache |
| 118 | ---> bb0eaa6c4bdc |
| 119 | Step 5 : RUN rpm --import http://download.opensuse.org/repositories/openSUSE:/Tools/CentOS_7/repodata/repomd.xml.key |
| 120 | ---> Using cache |
| 121 | ---> c3c915795822 |
| 122 | Step 6 : RUN sed -i -e '/tsflags=nodocs/d' /etc/yum.conf && sed -r -i -e 's/enabled\s*=\s*1/enabled=0/g' /etc/yum/pluginconf.d/fastestmirror.conf |
| 123 | ---> Using cache |
| 124 | ---> 361e48f4eda7 |
| 125 | Step 7 : ENV IMAGE maipo |
| 126 | ---> Using cache |
| 127 | ---> e1db67584b72 |
| 128 | Step 8 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/dbus.service /etc/systemd/system/dbus.service |
| 129 | ---> Using cache |
| 130 | ---> e42a04e34983 |
| 131 | Step 9 : RUN ln -sf dbus.service /etc/systemd/system/messagebus.service |
| 132 | ---> Using cache |
| 133 | ---> 2f2b22b9e815 |
| 134 | Step 10 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/httpd.service /etc/systemd/system/httpd.service |
| 135 | ---> Using cache |
| 136 | ---> 42bda28ef1ed |
| 137 | Step 11 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/systemctl /usr/bin/systemctl |
| 138 | ---> Using cache |
| 139 | ---> 4865da73d904 |
| 140 | Step 12 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/systemctl-socket-daemon /usr/bin/systemctl-socket-daemon |
| 141 | ---> Using cache |
| 142 | ---> 62dd898836c6 |
| 143 | Step 13 : RUN chmod -v a+rx /usr/bin/systemctl /usr/bin/systemctl-socket-daemon |
| 144 | ---> Using cache |
| 145 | ---> a7182f6bdbfa |
| 146 | Step 14 : ADD https://cgit.cyrus.foundation/docker/plain/.vimrc /root/.vimrc |
| 147 | ---> Using cache |
| 148 | ---> 32fefcd2c132 |
| 149 | Step 15 : RUN yum clean all && yum -y install epel-release && yum -y install ant build git osc perl-Data-Dumper perl-Digest-MD5 perl-TimeDate php-phpunit-PHPUnit-Selenium rpmdevtools screen sudo vim-enhanced yum-utils |
| 150 | ---> Using cache |
| 151 | ---> ff406013d7e3 |
| 152 | Step 16 : WORKDIR /srv |
| 153 | ---> Using cache |
| 154 | ---> e42962e1caf2 |
| 155 | Step 17 : RUN git clone https://github.com/google/closure-compiler.git closure-compiler.git |
| 156 | ---> Using cache |
| 157 | ---> a2b99b7fbbbc |
| 158 | Step 18 : WORKDIR /srv/closure-compiler.git |
| 159 | ---> Using cache |
| 160 | ---> 6b1338f5bf96 |
| 161 | Step 19 : RUN ant jar |
| 162 | ---> Using cache |
| 163 | ---> 32d0e7f967cd |
| 164 | Step 20 : ADD http://mirror.kolabsys.com/pub/releases/selenium-server-standalone-2.45.0.jar /usr/local/lib/selenium-standalone-server.jar |
| 165 | ---> Using cache |
| 166 | ---> f242700c08e3 |
| 167 | Step 21 : ADD http://mirror.kolabsys.com/pub/releases/phantomjs-1.9.7-linux-x86_64.tar.bz2 /srv/ |
| 168 | ---> Using cache |
| 169 | ---> cbe727e9d98d |
| 170 | Step 22 : WORKDIR /srv |
| 171 | ---> Using cache |
| 172 | ---> 5f7bf4ce1200 |
| 173 | Step 23 : RUN tar jxvf phantomjs-1.9.7-linux-x86_64.tar.bz2 |
| 174 | ---> Using cache |
| 175 | ---> e34dd4c5b574 |
| 176 | Step 24 : RUN cp phantomjs-1.9.7-linux-x86_64/bin/phantomjs /usr/local/bin/ && rm -rf phantomjs-1.9.7-linux-x86_64* |
| 177 | ---> Using cache |
| 178 | ---> 1f27feb5c3e3 |
| 179 | Step 25 : ADD https://cgit.kolab.org/docker/plain/ci/functions.sh / |
| 180 | ---> Using cache |
| 181 | ---> 7701bc31398f |
| 182 | Step 26 : ADD https://cgit.kolab.org/docker/plain/ci/entrypoint.sh / |
| 183 | ---> 0a12f4dd2bf4 |
| 184 | Removing intermediate container d19da74a9a6f |
| 185 | Step 27 : RUN chmod 755 /entrypoint.sh |
| 186 | ---> Running in 0b5e992f1351 |
| 187 | ---> ec8af3c880f8 |
| 188 | Removing intermediate container 0b5e992f1351 |
| 189 | Step 28 : ENTRYPOINT [ "/entrypoint.sh" ] |
| 190 | ---> Running in babcf90267ac |
| 191 | ---> 461b55b8c453 |
| 192 | Removing intermediate container babcf90267ac |
| 193 | Successfully built 461b55b8c453 |
| 194 | /var/tmp/1024/docker.git |
| 195 | /var/tmp/1024 |
| 196 |
Run Command on atomic02
Run Command on atomic02
- When
- Completed at Jun 14 2015, 12:13 PM · Built for 7 m
- Status
Passed
| 1 | + '[' -z master -a -z '' ']' |
|---|---|
| 2 | + '[' -z ssh://git@git.kolab.org/diffusion/QA/stick.git ']' |
| 3 | + '[' 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 | + '[' -z git ']' |
| 10 | + case ${vcs} in |
| 11 | ++ basename ssh://git@git.kolab.org/diffusion/QA/stick.git .git |
| 12 | + package=stick |
| 13 | ++ echo ssh://git@git.kolab.org/diffusion/QA/stick.git |
| 14 | ++ sed -e 's|ssh://git@|https://|g' |
| 15 | + ro_uri=https://git.kolab.org/diffusion/QA/stick.git |
| 16 | + case ${package} in |
| 17 | ++ pwd |
| 18 | + export TMPDIR=/var/tmp/1023 |
| 19 | + TMPDIR=/var/tmp/1023 |
| 20 | + '[' '!' -d stick.git ']' |
| 21 | + git clone https://git.kolab.org/diffusion/QA/stick.git stick.git |
| 22 | + pushd stick.git |
| 23 | + git checkout master |
| 24 | Already on 'master' |
| 25 | + popd |
| 26 | + '[' stick '!=' stick ']' |
| 27 | + export commit |
| 28 | + export differential |
| 29 | + export id |
| 30 | + export package |
| 31 | + export phid |
| 32 | + export ro_uri |
| 33 | + export uri |
| 34 | + export vcs |
| 35 | + export test_build |
| 36 | + export test_functional |
| 37 | + export test_integration |
| 38 | + export test_performance |
| 39 | + export test_unit |
| 40 | + '[' -x stick.git/drydocker/stick/build.sh ']' |
| 41 | + pushd stick.git |
| 42 | + ../stick.git/drydocker/stick/build.sh |
| 43 | Sending build context to Docker daemon 5.632 kB |
| 44 | |
| 45 | Sending build context to Docker daemon |
| 46 | + retval=0 |
| 47 | + popd |
| 48 | + cd /var/tmp |
| 49 | + rm -rf /var/tmp/1023 |
| 50 | + exit 0 |
| 51 |
| 1517 | phantomjs-1.9.7-linux-x86_64/examples/seasonfood.js |
|---|---|
| 1518 | phantomjs-1.9.7-linux-x86_64/examples/server.js |
| 1519 | phantomjs-1.9.7-linux-x86_64/examples/countdown.js |
| 1520 | phantomjs-1.9.7-linux-x86_64/examples/rasterize.js |
| 1521 | phantomjs-1.9.7-linux-x86_64/examples/injectme.js |
| 1522 | phantomjs-1.9.7-linux-x86_64/examples/run-jasmine.js |
| 1523 | phantomjs-1.9.7-linux-x86_64/examples/post.js |
| 1524 | phantomjs-1.9.7-linux-x86_64/examples/imagebin.coffee |
| 1525 | phantomjs-1.9.7-linux-x86_64/examples/pizza.coffee |
| 1526 | phantomjs-1.9.7-linux-x86_64/examples/hello.coffee |
| 1527 | phantomjs-1.9.7-linux-x86_64/examples/features.js |
| 1528 | phantomjs-1.9.7-linux-x86_64/examples/movies.coffee |
| 1529 | phantomjs-1.9.7-linux-x86_64/examples/tweets.coffee |
| 1530 | phantomjs-1.9.7-linux-x86_64/examples/injectme.coffee |
| 1531 | phantomjs-1.9.7-linux-x86_64/examples/features.coffee |
| 1532 | phantomjs-1.9.7-linux-x86_64/examples/colorwheel.coffee |
| 1533 | phantomjs-1.9.7-linux-x86_64/examples/walk_through_frames.js |
| 1534 | phantomjs-1.9.7-linux-x86_64/examples/printmargins.coffee |
| 1535 | phantomjs-1.9.7-linux-x86_64/examples/printmargins.js |
| 1536 | phantomjs-1.9.7-linux-x86_64/examples/scandir.coffee |
| 1537 | phantomjs-1.9.7-linux-x86_64/examples/loadspeed.coffee |
| 1538 | phantomjs-1.9.7-linux-x86_64/examples/printenv.js |
| 1539 | phantomjs-1.9.7-linux-x86_64/examples/serverkeepalive.coffee |
| 1540 | phantomjs-1.9.7-linux-x86_64/examples/fibo.coffee |
| 1541 | phantomjs-1.9.7-linux-x86_64/examples/echoToFile.coffee |
| 1542 | phantomjs-1.9.7-linux-x86_64/examples/netlog.js |
| 1543 | phantomjs-1.9.7-linux-x86_64/examples/useragent.coffee |
| 1544 | phantomjs-1.9.7-linux-x86_64/examples/child_process-examples.coffee |
| 1545 | phantomjs-1.9.7-linux-x86_64/examples/weather.coffee |
| 1546 | phantomjs-1.9.7-linux-x86_64/examples/direction.coffee |
| 1547 | phantomjs-1.9.7-linux-x86_64/examples/module.coffee |
| 1548 | phantomjs-1.9.7-linux-x86_64/examples/printenv.coffee |
| 1549 | phantomjs-1.9.7-linux-x86_64/examples/simpleserver.js |
| 1550 | phantomjs-1.9.7-linux-x86_64/examples/fibo.js |
| 1551 | phantomjs-1.9.7-linux-x86_64/examples/imagebin.js |
| 1552 | phantomjs-1.9.7-linux-x86_64/examples/colorwheel.js |
| 1553 | phantomjs-1.9.7-linux-x86_64/examples/technews.js |
| 1554 | phantomjs-1.9.7-linux-x86_64/examples/hello.js |
| 1555 | phantomjs-1.9.7-linux-x86_64/examples/echoToFile.js |
| 1556 | phantomjs-1.9.7-linux-x86_64/examples/postserver.coffee |
| 1557 | phantomjs-1.9.7-linux-x86_64/examples/page_events.coffee |
| 1558 | phantomjs-1.9.7-linux-x86_64/examples/postserver.js |
| 1559 | phantomjs-1.9.7-linux-x86_64/examples/weather.js |
| 1560 | phantomjs-1.9.7-linux-x86_64/examples/countdown.coffee |
| 1561 | phantomjs-1.9.7-linux-x86_64/examples/netsniff.coffee |
| 1562 | phantomjs-1.9.7-linux-x86_64/examples/detectsniff.js |
| 1563 | phantomjs-1.9.7-linux-x86_64/examples/render_multi_url.coffee |
| 1564 | phantomjs-1.9.7-linux-x86_64/examples/useragent.js |
| 1565 | phantomjs-1.9.7-linux-x86_64/examples/walk_through_frames.coffee |
| 1566 | phantomjs-1.9.7-linux-x86_64/examples/post.coffee |
| 1567 | phantomjs-1.9.7-linux-x86_64/examples/arguments.js |
| 1568 | phantomjs-1.9.7-linux-x86_64/examples/simpleserver.coffee |
| 1569 | phantomjs-1.9.7-linux-x86_64/examples/run-qunit.coffee |
| 1570 | phantomjs-1.9.7-linux-x86_64/examples/outputEncoding.coffee |
| 1571 | phantomjs-1.9.7-linux-x86_64/examples/phantomwebintro.js |
| 1572 | phantomjs-1.9.7-linux-x86_64/examples/follow.coffee |
| 1573 | phantomjs-1.9.7-linux-x86_64/examples/loadspeed.js |
| 1574 | phantomjs-1.9.7-linux-x86_64/examples/page_events.js |
| 1575 | phantomjs-1.9.7-linux-x86_64/examples/loadurlwithoutcss.js |
| 1576 | phantomjs-1.9.7-linux-x86_64/examples/sleepsort.js |
| 1577 | phantomjs-1.9.7-linux-x86_64/examples/sleepsort.coffee |
| 1578 | phantomjs-1.9.7-linux-x86_64/examples/netlog.coffee |
| 1579 | phantomjs-1.9.7-linux-x86_64/examples/outputEncoding.js |
| 1580 | phantomjs-1.9.7-linux-x86_64/examples/serverkeepalive.js |
| 1581 | phantomjs-1.9.7-linux-x86_64/examples/phantomwebintro.coffee |
| 1582 | phantomjs-1.9.7-linux-x86_64/examples/server.coffee |
| 1583 | phantomjs-1.9.7-linux-x86_64/examples/universe.js |
| 1584 | phantomjs-1.9.7-linux-x86_64/examples/pagecallback.coffee |
| 1585 | phantomjs-1.9.7-linux-x86_64/examples/stdin-stdout-stderr.js |
| 1586 | phantomjs-1.9.7-linux-x86_64/examples/detectsniff.coffee |
| 1587 | phantomjs-1.9.7-linux-x86_64/examples/unrandomize.coffee |
| 1588 | phantomjs-1.9.7-linux-x86_64/examples/netsniff.js |
| 1589 | phantomjs-1.9.7-linux-x86_64/ChangeLog |
| 1590 | phantomjs-1.9.7-linux-x86_64/README.md |
| 1591 | phantomjs-1.9.7-linux-x86_64/LICENSE.BSD |
| 1592 | phantomjs-1.9.7-linux-x86_64/third-party.txt |
| 1593 | ---> a4818baad3d6 |
| 1594 | Removing intermediate container a31eadf0d73a |
| 1595 | Step 24 : RUN cp phantomjs-1.9.7-linux-x86_64/bin/phantomjs /usr/local/bin/ && rm -rf phantomjs-1.9.7-linux-x86_64* |
| 1596 | ---> Running in 790dc89ca035 |
| 1597 | ---> 024c02481f03 |
| 1598 | Removing intermediate container 790dc89ca035 |
| 1599 | Step 25 : ADD https://cgit.kolab.org/docker/plain/ci/functions.sh / |
| 1600 | ---> 632083b160e9 |
| 1601 | Removing intermediate container bb449b8bf715 |
| 1602 | Step 26 : ADD https://cgit.kolab.org/docker/plain/ci/entrypoint.sh / |
| 1603 | ---> 75b3652c26da |
| 1604 | Removing intermediate container bc0b3dcfd03d |
| 1605 | Step 27 : RUN chmod 755 /entrypoint.sh |
| 1606 | ---> Running in abdcc41cb0bc |
| 1607 | ---> 7ba408bfa919 |
| 1608 | Removing intermediate container abdcc41cb0bc |
| 1609 | Step 28 : ENTRYPOINT [ "/entrypoint.sh" ] |
| 1610 | ---> Running in 0232f89af5ef |
| 1611 | ---> 662f64035059 |
| 1612 | Removing intermediate container 0232f89af5ef |
| 1613 | Successfully built 662f64035059 |
| 1614 | /var/tmp/1023/docker.git |
| 1615 | /var/tmp/1023 |
| 1616 |
Lease Host atomic01
Lease Host atomic01
- When
- Completed at Jun 14 2015, 12:06 PM · Built instantly
- Status
Passed
Lease Host atomic02
Lease Host atomic02
- When
- Completed at Jun 14 2015, 12:06 PM · Built for 1 s
- Status
Passed
Wait for Previous Commits to Build
Wait for Previous Commits to Build
- When
- Completed at Jun 14 2015, 12:06 PM · Built instantly
- Status
Passed
1 empty log is hidden Show all logs.