Properties
Properties
Run Command on atomic01
Run Command on atomic01
- When
- Completed at Apr 17 2015, 12:49 PM · Built for 3 s
- Status
Passed
| 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 | ++ pwd |
| 65 | + export TMPDIR=/var/tmp/168 |
| 66 | + TMPDIR=/var/tmp/168 |
| 67 | + '[' '!' -d stick.git ']' |
| 68 | + git clone https://git.kolab.org/diffusion/QA/stick.git stick.git |
| 69 | + pushd stick.git |
| 70 | + git checkout f8c8bcd690cd980c6f57a29cf7ab5ecb68c8a1b0 |
| 71 | Note: checking out 'f8c8bcd690cd980c6f57a29cf7ab5ecb68c8a1b0'. |
| 72 | |
| 73 | You are in 'detached HEAD' state. You can look around, make experimental |
| 74 | changes and commit them, and you can discard any commits you make in this |
| 75 | state without impacting any branches by performing another checkout. |
| 76 | |
| 77 | If you want to create a new branch to retain commits you create, you may |
| 78 | do so (now or later) by using -b with the checkout command again. Example: |
| 79 | |
| 80 | git checkout -b new_branch_name |
| 81 | |
| 82 | HEAD is now at f8c8bcd... Ensure return values propagate |
| 83 | + popd |
| 84 | + '[' stick '!=' stick ']' |
| 85 | + export commit |
| 86 | + export differential |
| 87 | + export id |
| 88 | + export package |
| 89 | + export phid |
| 90 | + export ro_uri |
| 91 | + export uri |
| 92 | + export vcs |
| 93 | + export test_build |
| 94 | + export test_functional |
| 95 | + export test_integration |
| 96 | + export test_performance |
| 97 | + export test_unit |
| 98 | + '[' -x stick.git/drydocker/stick/build.sh ']' |
| 99 | + pushd stick.git |
| 100 | + ../stick.git/drydocker/stick/build.sh |
| 101 | Sending build context to Docker daemon 2.048 kB |
| 102 | |
| 103 | Sending build context to Docker daemon |
| 104 | + retval=0 |
| 105 | + popd |
| 106 | + cd /var/tmp |
| 107 | + rm -rf /var/tmp/168 |
| 108 | + exit 0 |
| 109 |
| 1 | Cloning into 'stick.git'... |
|---|---|
| 2 | /var/tmp/168/stick.git /var/tmp/168 |
| 3 | /var/tmp/168 |
| 4 | /var/tmp/168/stick.git /var/tmp/168 |
| 5 | Cloning into '/var/tmp/168/docker.git'... |
| 6 | /var/tmp/168/docker.git/ci /var/tmp/168/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 | ---> 214a4932132a |
| 12 | Step 1 : MAINTAINER Kolab Systems <vanmeeuwen@kolabsys.com> |
| 13 | ---> Using cache |
| 14 | ---> dcae4a4725d8 |
| 15 | Step 2 : RUN yum clean metadata && yum -y install epel-release git yum-utils |
| 16 | ---> Using cache |
| 17 | ---> 3fc489dddf73 |
| 18 | Step 3 : ADD http://obs.kolabsys.com/repositories/Kolab:/Development/CentOS_7/Kolab:Development.repo /etc/yum.repos.d/Kolab:Development.repo |
| 19 | ---> Using cache |
| 20 | ---> 052208ededc3 |
| 21 | Step 4 : RUN rpm --import https://ssl.kolabsys.com/community.asc |
| 22 | ---> Using cache |
| 23 | ---> 95dc00ad8ec5 |
| 24 | Step 5 : ENV IMAGE maipo |
| 25 | ---> Using cache |
| 26 | ---> 6f5273e76a76 |
| 27 | Step 6 : ADD https://cgit.kolab.org/docker/plain/ci/entrypoint.sh / |
| 28 | ---> Using cache |
| 29 | ---> bd87396bc96e |
| 30 | Step 7 : RUN chmod 755 /entrypoint.sh |
| 31 | ---> Using cache |
| 32 | ---> 5846c701efc0 |
| 33 | Step 8 : ENTRYPOINT [ "/entrypoint.sh" ] |
| 34 | ---> Using cache |
| 35 | ---> 8abcee8797a5 |
| 36 | Successfully built 8abcee8797a5 |
| 37 | /var/tmp/168 |
| 38 |
Run Command on atomic02
Run Command on atomic02
- When
- Completed at Apr 17 2015, 12:49 PM · Built for 3 s
- Status
Failed
| 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 | ++ pwd |
| 65 | + export TMPDIR=/var/tmp/167 |
| 66 | + TMPDIR=/var/tmp/167 |
| 67 | + '[' '!' -d stick.git ']' |
| 68 | + git clone https://git.kolab.org/diffusion/QA/stick.git stick.git |
| 69 | + pushd stick.git |
| 70 | + git checkout f8c8bcd690cd980c6f57a29cf7ab5ecb68c8a1b0 |
| 71 | Note: checking out 'f8c8bcd690cd980c6f57a29cf7ab5ecb68c8a1b0'. |
| 72 | |
| 73 | You are in 'detached HEAD' state. You can look around, make experimental |
| 74 | changes and commit them, and you can discard any commits you make in this |
| 75 | state without impacting any branches by performing another checkout. |
| 76 | |
| 77 | If you want to create a new branch to retain commits you create, you may |
| 78 | do so (now or later) by using -b with the checkout command again. Example: |
| 79 | |
| 80 | git checkout -b new_branch_name |
| 81 | |
| 82 | HEAD is now at f8c8bcd... Ensure return values propagate |
| 83 | + popd |
| 84 | + '[' stick '!=' stick ']' |
| 85 | + export commit |
| 86 | + export differential |
| 87 | + export id |
| 88 | + export package |
| 89 | + export phid |
| 90 | + export ro_uri |
| 91 | + export uri |
| 92 | + export vcs |
| 93 | + export test_build |
| 94 | + export test_functional |
| 95 | + export test_integration |
| 96 | + export test_performance |
| 97 | + export test_unit |
| 98 | + '[' -x stick.git/drydocker/stick/build.sh ']' |
| 99 | + pushd stick.git |
| 100 | + ../stick.git/drydocker/stick/build.sh |
| 101 | Sending build context to Docker daemon 2.048 kB |
| 102 | |
| 103 | Sending build context to Docker daemon |
| 104 | + popd |
| 105 | /usr/local/bin/drydocker: line 241: unexpected EOF while looking for matching `'' |
| 106 | /usr/local/bin/drydocker: line 248: syntax error: unexpected end of file |
| 107 |
| 1 | Cloning into 'stick.git'... |
|---|---|
| 2 | /var/tmp/167/stick.git /var/tmp/167 |
| 3 | /var/tmp/167 |
| 4 | /var/tmp/167/stick.git /var/tmp/167 |
| 5 | Refreshed /usr/local/bin/drydocker |
| 6 | Cloning into '/var/tmp/167/docker.git'... |
| 7 | /var/tmp/167/docker.git/ci /var/tmp/167/stick.git |
| 8 | for dist in $(find . -mindepth 1 -maxdepth 1 -type f -exec basename {} \; | sort | grep -E '^[a-z]+$'); do \ |
| 9 | docker build -t kolab/ci-$dist - < $dist ; \ |
| 10 | done |
| 11 | Step 0 : FROM centos:centos7 |
| 12 | ---> 214a4932132a |
| 13 | Step 1 : MAINTAINER Kolab Systems <vanmeeuwen@kolabsys.com> |
| 14 | ---> Using cache |
| 15 | ---> dcae4a4725d8 |
| 16 | Step 2 : RUN yum clean metadata && yum -y install epel-release git yum-utils |
| 17 | ---> Using cache |
| 18 | ---> 3fc489dddf73 |
| 19 | Step 3 : ADD http://obs.kolabsys.com/repositories/Kolab:/Development/CentOS_7/Kolab:Development.repo /etc/yum.repos.d/Kolab:Development.repo |
| 20 | ---> Using cache |
| 21 | ---> 052208ededc3 |
| 22 | Step 4 : RUN rpm --import https://ssl.kolabsys.com/community.asc |
| 23 | ---> Using cache |
| 24 | ---> 95dc00ad8ec5 |
| 25 | Step 5 : ENV IMAGE maipo |
| 26 | ---> Using cache |
| 27 | ---> 6f5273e76a76 |
| 28 | Step 6 : ADD https://cgit.kolab.org/docker/plain/ci/entrypoint.sh / |
| 29 | ---> Using cache |
| 30 | ---> bd87396bc96e |
| 31 | Step 7 : RUN chmod 755 /entrypoint.sh |
| 32 | ---> Using cache |
| 33 | ---> 5846c701efc0 |
| 34 | Step 8 : ENTRYPOINT [ "/entrypoint.sh" ] |
| 35 | ---> Using cache |
| 36 | ---> 8abcee8797a5 |
| 37 | Successfully built 8abcee8797a5 |
| 38 | /var/tmp/167 |
| 39 |
Lease Host atomic01
Lease Host atomic01
- When
- Completed at Apr 17 2015, 12:49 PM · Built instantly
- Status
Passed
Lease Host atomic02
Lease Host atomic02
- When
- Completed at Apr 17 2015, 12:49 PM · Built for 1 s
- Status
Passed