Properties
Properties
Run Command
Run Command
- When
- Completed at Apr 14 2015, 11:03 PM · Built for 39 s
- Status
Passed
| 1 | Note: checking out 'e579bc2cb343696b0dd7ceb976df0629b54c805d'. |
|---|---|
| 2 | |
| 3 | You are in 'detached HEAD' state. You can look around, make experimental |
| 4 | changes and commit them, and you can discard any commits you make in this |
| 5 | state without impacting any branches by performing another checkout. |
| 6 | |
| 7 | If you want to create a new branch to retain commits you create, you may |
| 8 | do so (now or later) by using -b with the checkout command again. Example: |
| 9 | |
| 10 | git checkout -b new_branch_name |
| 11 | |
| 12 | HEAD is now at e579bc2... Restructure the build for maipo |
| 13 | Sending build context to Docker daemon 2.048 kB |
| 14 | |
| 15 | Sending build context to Docker daemon |
| 16 |
| 1 | Cloning into 'docker.git'... |
|---|---|
| 2 | /var/tmp/16/docker.git /var/tmp/16 /var/tmp/30 |
| 3 | /var/tmp/16 /var/tmp/30 |
| 4 | Cloning into 'stick.git'... |
| 5 | /var/tmp/16/docker.git /var/tmp/16 /var/tmp/30 |
| 6 | /var/tmp/16/docker.KMh /var/tmp/16/docker.git |
| 7 | Cloning into 'docker.git'... |
| 8 | /var/tmp/16/docker.KMh/docker.git/ci /var/tmp/16/docker.KMh /var/tmp/16/docker.git |
| 9 | for dist in $(find . -mindepth 1 -maxdepth 1 -type f -exec basename {} \; | sort | grep -E '^[a-z]+$'); do \ |
| 10 | docker build -t kolab/ci-$dist - < $dist ; \ |
| 11 | done |
| 12 | Step 0 : FROM centos:centos7 |
| 13 | ---> 214a4932132a |
| 14 | Step 1 : MAINTAINER Kolab Systems <vanmeeuwen@kolabsys.com> |
| 15 | ---> Using cache |
| 16 | ---> 85a7fc22c601 |
| 17 | Step 2 : RUN yum clean metadata && yum -y install epel-release |
| 18 | ---> Running in 5ba5b9df34d2 |
| 19 | Loaded plugins: fastestmirror |
| 20 | Cleaning repos: base extras updates |
| 21 | 0 metadata files removed |
| 22 | 0 sqlite files removed |
| 23 | 0 metadata files removed |
| 24 | Loaded plugins: fastestmirror |
| 25 | Determining fastest mirrors |
| 26 | * base: centosmirror.netcup.net |
| 27 | * extras: centosmirror.netcup.net |
| 28 | * updates: mirror.euserv.net |
| 29 | Resolving Dependencies |
| 30 | --> Running transaction check |
| 31 | ---> Package epel-release.noarch 0:7-5 will be installed |
| 32 | --> Finished Dependency Resolution |
| 33 | |
| 34 | Dependencies Resolved |
| 35 | |
| 36 | ================================================================================ |
| 37 | Package Arch Version Repository Size |
| 38 | ================================================================================ |
| 39 | Installing: |
| 40 | epel-release noarch 7-5 extras 14 k |
| 41 | |
| 42 | Transaction Summary |
| 43 | ================================================================================ |
| 44 | Install 1 Package |
| 45 | |
| 46 | Total download size: 14 k |
| 47 | Installed size: 24 k |
| 48 | Downloading packages: |
| 49 | [91mwarning: /var/cache/yum/x86_64/7/extras/packages/epel-release-7-5.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY |
| 50 | [0mPublic key for epel-release-7-5.noarch.rpm is not installed |
| 51 | Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 |
| 52 | [91mImporting GPG key 0xF4A80EB5: |
| 53 | Userid : "CentOS-7 Key (CentOS 7 Official Signing Key) <security@centos.org>" |
| 54 | Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5 |
| 55 | Package : centos-release-7-1.1503.el7.centos.2.8.x86_64 (@CentOS/$releasever) |
| 56 | From : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 |
| 57 | [0mRunning transaction check |
| 58 | Running transaction test |
| 59 | Transaction test succeeded |
| 60 | Running transaction |
| 61 | Installing : epel-release-7-5.noarch 1/1 |
| 62 | Verifying : epel-release-7-5.noarch 1/1 |
| 63 | |
| 64 | Installed: |
| 65 | epel-release.noarch 0:7-5 |
| 66 | |
| 67 | Complete! |
| 68 | ---> bd71e0e2d52b |
| 69 | Removing intermediate container 5ba5b9df34d2 |
| 70 | Step 3 : git yum-utils |
| 71 | [91m# Skipping unknown instruction GIT |
| 72 | [0mStep 4 : ADD http://obs.kolabsys.com/repositories/Kolab:/Development/CentOS_7/Kolab:Development.repo /etc/yum.repos.d/Kolab:Development.repo |
| 73 | ---> 9e762301c5e1 |
| 74 | Removing intermediate container 88617c96c2f3 |
| 75 | Step 5 : RUN rpm --import https://ssl.kolabsys.com/community.asc |
| 76 | ---> Running in 40013050cc69 |
| 77 | ---> e08acb6466a1 |
| 78 | Removing intermediate container 40013050cc69 |
| 79 | Step 6 : ENV IMAGE maipo |
| 80 | ---> Running in 42e3358f85d0 |
| 81 | ---> a08cc67d7a04 |
| 82 | Removing intermediate container 42e3358f85d0 |
| 83 | Step 7 : ADD https://cgit.kolab.org/docker/plain/ci/entrypoint.sh / |
| 84 | ---> a1961c98b9d6 |
| 85 | Removing intermediate container 4c7897befff5 |
| 86 | Step 8 : RUN chmod 755 /entrypoint.sh |
| 87 | ---> Running in 1bf8036a4907 |
| 88 | ---> 1736ddea045a |
| 89 | Removing intermediate container 1bf8036a4907 |
| 90 | Step 9 : ENTRYPOINT [ "/entrypoint.sh" ] |
| 91 | ---> Running in acd578378dd9 |
| 92 | ---> 8e23a139153e |
| 93 | Removing intermediate container acd578378dd9 |
| 94 | Successfully built 8e23a139153e |
| 95 | /var/tmp/16/docker.KMh /var/tmp/16/docker.git |
| 96 | /var/tmp/16/docker.git |
| 97 | /var/tmp/16 /var/tmp/30 |
| 98 | /var/tmp/30 |
| 99 | At this stage, we're just going to be successful. |
| 100 |
Lease Host
Lease Host
- When
- Completed at Apr 14 2015, 11:02 PM · Built instantly
- Status
Passed
Wait for Previous Commits to Build
Wait for Previous Commits to Build
- When
- Completed at Apr 14 2015, 11:02 PM · Built instantly
- Status
Passed
1 empty log is hidden Show all logs.