Community ISO build fails with fuel-astute installation
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Fix Committed
|
Low
|
Igor Shishkin |
Bug Description
Hello,
D: fini 100644 1 ( 0, 0) 17220 /tmp/BUILDROOT/
D: fini 100644 1 ( 0, 0) 3433 /tmp/BUILDROOT/
D: fini 100644 1 ( 0, 0) 1151 /tmp/BUILDROOT/
D: fini 100644 1 ( 0, 0) 4151 /tmp/BUILDROOT/
D: fini 100644 1 ( 0, 0) 5004 /tmp/BUILDROOT/
D: fini 100644 1 ( 0, 0) 4778 /tmp/BUILDROOT/
D: fini 100644 1 ( 0, 0) 2988 /tmp/BUILDROOT/
D: fini 040755 2 ( 0, 0) 0 /tmp/BUILDROOT/
GZDIO: 98 writes, 1188108 total bytes in 0.076077 secs
D: Signature: size(180)+pad(4)
+ umask 022
+ cd /tmp/BUILD
+ cd ruby21-
+ /bin/rm -rf /tmp/BUILDROOT/
+ exit 0
warning: /home/jenkins/
warning: /home/jenkins/
272971 blocks
rpm: RPM should not be used directly install RPM packages, use Alien instead!
rpm: However assuming you know what you are doing...
warning: /home/jenkins/
Non-fatal POSTIN scriptlet failure in rpm package shared-
Non-fatal POSTIN scriptlet failure in rpm package initscripts-
error reading information on service exim: No such file or directory
make: [/home/
272971 blocks
cpio: ./lib/firmware/
cpio: ./lib/firmware/
cpio: ./lib/firmware/
cpio: ./lib/firmware/
103572 blocks
103 blocks
928102 blocks
Uploading context 526.5 kB
Uploading context 1.052 MB
Uploading context 1.577 MB
Uploading context 2.101 MB
Uploading context 2.626 MB
Uploading context 3.15 MB
Uploading context 3.675 MB
Uploading context 4.207 MB
Uploading context 4.733 MB
Uploading context 5.262 MB
Uploading context 5.787 MB
Uploading context 6.312 MB
Uploading context 6.837 MB
Uploading context 7.362 MB
Uploading context 7.899 MB
Uploading context 8.429 MB
Uploading context 8.648 MB
Uploading context
2014/08/15 10:27:30 The command [/bin/sh -c rm -rf /etc/yum.repos.d/*; echo -e "[nailgun]
make: *** [/home/
Build step 'Execute shell' marked build as failure
Archiving artifacts
https:/
quick fix with:
iptables -A INPUT -i docker0 -m comment --comment "000 accept all through docker0" -j ACCEPT
This should be part of build host deployment scripts. I will move this to low priority 6.0 and we can add a quick test that does something like this: 172.17. 41.1: $(RANDOM_ PORT)/os/ x86_64/ || (echo "ERROR: Docker container communication is blocked by host firewall!!!" && false)
docker run --rm -i -t fuel/centos curl http://
The command above will fail make based on network communication and make the error obvious. It will add roughly 3 seconds to deployment time.