Properties
Properties
Run Command
Run Command
- When
- Completed at Apr 14 2015, 10:08 PM · Built for 1 m, 43 s
- Status
Passed
| 1 | Note: checking out '0c1c7d3b399fca1d0bef101528c647d649f1a0a4'. |
|---|---|
| 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 0c1c7d3... Attempt an initial Docker image and dummy entrypoint |
| 13 | Sending build context to Docker daemon 2.56 kB |
| 14 | |
| 15 | Sending build context to Docker daemon |
| 16 | 2015/04/15 00:08:25 The command [/bin/sh -c rpm -e --nodeps fakesystemd] returned a non-zero code: 1 |
| 17 | make: *** [all] Error 1 |
| 18 |
| 1 | /var/tmp/13 /var/tmp/28 |
|---|---|
| 2 | Cloning into 'docker.git'... |
| 3 | /var/tmp/13/docker.git /var/tmp/13 /var/tmp/28 |
| 4 | /var/tmp/13 /var/tmp/28 |
| 5 | Cloning into 'stick.git'... |
| 6 | /var/tmp/13/docker.git /var/tmp/13 /var/tmp/28 |
| 7 | /var/tmp/13/docker.rtH /var/tmp/13/docker.git |
| 8 | Cloning into 'docker.git'... |
| 9 | /var/tmp/13/docker.rtH/docker.git/ci /var/tmp/13/docker.rtH /var/tmp/13/docker.git |
| 10 | for dist in $(find . -mindepth 1 -maxdepth 1 -type f -exec basename {} \; | sort | grep -E '^[a-z]+$'); do \ |
| 11 | docker build -t kolab/ci-$dist - < $dist ; \ |
| 12 | done |
| 13 | Step 0 : FROM centos:centos7 |
| 14 | Pulling repository centos |
| 15 | |
| 16 | |
| 17 | |
| 18 | |
| 19 | ---> 214a4932132a |
| 20 | Step 1 : MAINTAINER Kolab Systems <vanmeeuwen@kolabsys.com> |
| 21 | ---> Running in 899354d677c2 |
| 22 | ---> 85a7fc22c601 |
| 23 | Removing intermediate container 899354d677c2 |
| 24 | Step 2 : RUN yum -y install epel-release |
| 25 | ---> Running in 7cf06510afa9 |
| 26 | Loaded plugins: fastestmirror |
| 27 | Determining fastest mirrors |
| 28 | * base: mirror.switch.ch |
| 29 | * extras: mirror.switch.ch |
| 30 | * updates: mirror.switch.ch |
| 31 | Resolving Dependencies |
| 32 | --> Running transaction check |
| 33 | ---> Package epel-release.noarch 0:7-5 will be installed |
| 34 | --> Finished Dependency Resolution |
| 35 | |
| 36 | Dependencies Resolved |
| 37 | |
| 38 | ================================================================================ |
| 39 | Package Arch Version Repository Size |
| 40 | ================================================================================ |
| 41 | Installing: |
| 42 | epel-release noarch 7-5 extras 14 k |
| 43 | |
| 44 | Transaction Summary |
| 45 | ================================================================================ |
| 46 | Install 1 Package |
| 47 | |
| 48 | Total download size: 14 k |
| 49 | Installed size: 24 k |
| 50 | Downloading packages: |
| 51 | Public key for epel-release-7-5.noarch.rpm is not installed |
| 52 | [91mwarning: /var/cache/yum/x86_64/7/extras/packages/epel-release-7-5.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY |
| 53 | [0mRetrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 |
| 54 | [91mImporting GPG key 0xF4A80EB5: |
| 55 | Userid : "CentOS-7 Key (CentOS 7 Official Signing Key) <security@centos.org>" |
| 56 | Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5 |
| 57 | Package : centos-release-7-1.1503.el7.centos.2.8.x86_64 (@CentOS/$releasever) |
| 58 | From : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 |
| 59 | [0mRunning transaction check |
| 60 | Running transaction test |
| 61 | Transaction test succeeded |
| 62 | Running transaction |
| 63 | Installing : epel-release-7-5.noarch 1/1 |
| 64 | Verifying : epel-release-7-5.noarch 1/1 |
| 65 | |
| 66 | Installed: |
| 67 | epel-release.noarch 0:7-5 |
| 68 | |
| 69 | Complete! |
| 70 | ---> 422fe2c124e9 |
| 71 | Removing intermediate container 7cf06510afa9 |
| 72 | Step 3 : ADD http://obs.kolabsys.com/repositories/Kolab:/Development/CentOS_7/Kolab:Development.repo /etc/yum.repos.d/Kolab:Development.repo |
| 73 | ---> c6c031a067b6 |
| 74 | Removing intermediate container 25ae34f5ed41 |
| 75 | Step 4 : RUN rpm --import https://ssl.kolabsys.com/community.asc |
| 76 | ---> Running in fb1bff23d7ef |
| 77 | ---> b0354422571f |
| 78 | Removing intermediate container fb1bff23d7ef |
| 79 | Step 5 : RUN rpm -e --nodeps fakesystemd |
| 80 | ---> Running in 2da212789ca7 |
| 81 | [91merror: package fakesystemd is not installed |
| 82 | [0m/var/tmp/13/docker.rtH /var/tmp/13/docker.git |
| 83 | /var/tmp/13/docker.git |
| 84 | /var/tmp/13 /var/tmp/28 |
| 85 | /var/tmp/28 |
| 86 | At this stage, we're just going to be successful. |
| 87 |
Lease Host
Lease Host
- When
- Completed at Apr 14 2015, 10:06 PM · Built instantly
- Status
Passed
Wait for Previous Commits to Build
Wait for Previous Commits to Build
- When
- Completed at Apr 14 2015, 10:06 PM · Built instantly
- Status
Passed
1 empty log is hidden Show all logs.