Properties
Properties
Run Command
Run Command
- When
- Completed at Apr 17 2015, 12:00 PM · Built for 34 s
- Status
Passed
| 62 | ++ sed -e 's|ssh://git@|https://|g' |
|---|---|
| 63 | + ro_uri=https://git.kolab.org/diffusion/DO/docker.git |
| 64 | ++ pwd |
| 65 | + export TMPDIR=/var/tmp/148 |
| 66 | + TMPDIR=/var/tmp/148 |
| 67 | + '[' '!' -d docker.git ']' |
| 68 | + git clone https://git.kolab.org/diffusion/DO/docker.git docker.git |
| 69 | + pushd docker.git |
| 70 | + git checkout a14a5781b636cd535532d21f8d52b3d127b7a430 |
| 71 | Note: checking out 'a14a5781b636cd535532d21f8d52b3d127b7a430'. |
| 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 a14a578... Use the correct capitalization |
| 83 | + popd |
| 84 | + '[' docker '!=' stick ']' |
| 85 | + '[' '!' -d stick.git ']' |
| 86 | + git clone https://git.kolab.org/diffusion/QA/stick.git stick.git |
| 87 | + export commit |
| 88 | + export differential |
| 89 | + export id |
| 90 | + export package |
| 91 | + export phid |
| 92 | + export ro_uri |
| 93 | + export uri |
| 94 | + export vcs |
| 95 | + export test_build |
| 96 | + export test_functional |
| 97 | + export test_integration |
| 98 | + export test_performance |
| 99 | + export test_unit |
| 100 | + '[' -x stick.git/drydocker/docker/build.sh ']' |
| 101 | + pushd docker.git |
| 102 | + ../stick.git/drydocker/docker/build.sh |
| 103 | Sending build context to Docker daemon 2.048 kB |
| 104 | |
| 105 | Sending build context to Docker daemon |
| 106 | + popd |
| 107 | + echo 'At this stage, we'\''re just going to be successful.' |
| 108 | + cd /var/tmp |
| 109 | + rm -rf /var/tmp/148 |
| 110 | + exit 0 |
| 111 |
| 14 | for image in $(docker images -aq --filter dangling=true); do \ |
|---|---|
| 15 | docker rmi -f $image ; \ |
| 16 | done |
| 17 | Deleted: bea77359ebad54b44ac03c938c7b757498ca5cd673bdaee197b233a686051c54 |
| 18 | Deleted: 8dffe02b318be799714b91d5107d742f25e22341369afee3aa502c01a96d1858 |
| 19 | Deleted: a8891c2609834cf7f250985ffd678026af335551ae9986383ab7462229adff2d |
| 20 | Deleted: be559250b1a04838de1666a02baa4d0563e01c953b962922b3b76ec3c91415dc |
| 21 | Deleted: 10bb244a07003bd7c3494d5c9ee12a810662a9ccc3df8d15247a44a2ac34f32d |
| 22 | Deleted: 608627b843179c66e5dd3161acd5ee6807bb9ffdb7ac9f6517875dbd6af9e13a |
| 23 | Deleted: e42df16a2adc8feba281198d6193b1b93b48e6bdfd84610c84704960ee690f0f |
| 24 | Deleted: 853fb6afcba5805d6b438b982d8122044a912aba24574eda35135c108ff6761a |
| 25 | Deleted: 5b24cc805308d04f9be596fe62f23f24b0273143a2ab01079b827fc04ae922fb |
| 26 | Deleted: e0bdeea964f844daf7123f9dc78fe7ae66338a0aa712e268498e4b4d431aece5 |
| 27 | Deleted: f9578a6d7b07a77dc0b930b865a9f935f9752faa1674fb94232feb88574b7731 |
| 28 | for dist in $(find . -mindepth 1 -maxdepth 1 -type f -exec basename {} \; | sort | grep -E '^[a-z]+$'); do \ |
| 29 | docker build -t kolab/ci-$dist - < $dist ; \ |
| 30 | done |
| 31 | Step 0 : FROM centos:centos7 |
| 32 | ---> 214a4932132a |
| 33 | Step 1 : MAINTAINER Kolab Systems <vanmeeuwen@kolabsys.com> |
| 34 | ---> Using cache |
| 35 | ---> 8d240b95f20e |
| 36 | Step 2 : RUN yum clean metadata && yum -y install epel-release git yum-utils |
| 37 | ---> Using cache |
| 38 | ---> d0522e68ebf3 |
| 39 | Step 3 : ADD http://obs.kolabsys.com/repositories/Kolab:/Development/CentOS_7/Kolab:Development.repo /etc/yum.repos.d/Kolab:Development.repo |
| 40 | ---> Using cache |
| 41 | ---> 7da183851187 |
| 42 | Step 4 : RUN rpm --import https://ssl.kolabsys.com/community.asc |
| 43 | ---> Using cache |
| 44 | ---> f24a9676cfc3 |
| 45 | Step 5 : ENV IMAGE maipo |
| 46 | ---> Using cache |
| 47 | ---> 08ee6650096b |
| 48 | Step 6 : ADD https://cgit.kolab.org/docker/plain/ci/entrypoint.sh / |
| 49 | ---> c8c05dea32fb |
| 50 | Removing intermediate container a6d2eaac4f36 |
| 51 | Step 7 : RUN chmod 755 /entrypoint.sh |
| 52 | ---> Running in b98b1bc27fa2 |
| 53 | ---> 85163972016f |
| 54 | Removing intermediate container b98b1bc27fa2 |
| 55 | Step 8 : ENTRYPOINT [ "/entrypoint.sh" ] |
| 56 | ---> Running in fab2d82dfd3e |
| 57 | ---> 144a82e3984c |
| 58 | Removing intermediate container fab2d82dfd3e |
| 59 | Successfully built 144a82e3984c |
| 60 | /var/tmp/148/docker.git |
| 61 | /var/tmp/148 |
| 62 | At this stage, we're just going to be successful. |
| 63 |
Lease Host
Lease Host
- When
- Completed at Apr 17 2015, 12:00 PM · Built instantly
- Status
Passed
Wait for Previous Commits to Build
Wait for Previous Commits to Build
- When
- Completed at Apr 17 2015, 12:00 PM · Built instantly
- Status
Passed
1 empty log is hidden Show all logs.