Hi people,
I need help for you.
I trying create package rpm ceph calamari but i get error.
The package of calamari server is OK, but Diamond get error.
I send log
My ceph is OK, create pool, put file remove file and remove pool with
sucessful.
But create rpm for web panel is failing
I am using vagrant and following the doc https://ceph.com/category/ceph-gui/
Att,
Antonio Novaes de C. Jr
Analista TIC - Sistema e Infraestrutura
Especialista em Segurança de Rede de Computadores
Information Security Foundation based on ISO/IEC 27002 | ISFS
EXIN Cloud Computing (CLOUDF)
Red Hat Certified Engineer (RHCE)
Red Hat Certified Jboss Administrator (RHCJA)
Linux Certified Engineer (LPIC-2)
Novell Certified Linux Administrator (SUSE CLA)
ID Linux: 481126 | LPI000255169
LinkedIN: Perfil Público
<https://www.linkedin.com/in/antonio-novaes-de-carvalho-jr-isfs-rhce-rcja-13860850/>
local:
----------
ID: build_deps
Function: pkg.installed
Result: True
Comment: All specified packages are already installed
Started: 14:20:53.044284
Duration: 1203.527 ms
Changes:
----------
ID: calamari_clone
Function: git.latest
Name: /git/calamari
Result: True
Comment: Repository /home/vagrant/calamari is up-to-date
Started: 14:20:54.261772
Duration: 1011.265 ms
Changes:
----------
ID: build-calamari-server
Function: cmd.run
Name: ./build-rpm.sh
Result: True
Comment: Command "./build-rpm.sh" run
Started: 14:20:55.276892
Duration: 312571.864 ms
Changes:
----------
pid:
5158
retcode:
0
stderr:
8159 blocks
+ umask 022
+ cd /home/vagrant/rpmbuild/BUILD
+ cd /home/vagrant/rpmbuild/BUILD
+ rm -rf calamari-server-1.5.2
+ /usr/bin/gzip -dc /home/vagrant/rpmbuild/SOURCES/calamari-server_1.5.2.tar.gz
+ /usr/bin/tar -xf -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd calamari-server-1.5.2
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ exit 0
+ umask 022
+ cd /home/vagrant/rpmbuild/BUILD
+ cd calamari-server-1.5.2
+ cd selinux
+ for selinuxvariant in targeted minimum mls
+ make NAME=targeted -f /usr/share/selinux/devel/Makefile
+ mv calamari-server.pp calamari-server.pp.targeted
+ make NAME=targeted -f /usr/share/selinux/devel/Makefile clean
+ for selinuxvariant in targeted minimum mls
+ make NAME=minimum -f /usr/share/selinux/devel/Makefile
+ mv calamari-server.pp calamari-server.pp.minimum
+ make NAME=minimum -f /usr/share/selinux/devel/Makefile clean
+ for selinuxvariant in targeted minimum mls
+ make NAME=mls -f /usr/share/selinux/devel/Makefile
+ mv calamari-server.pp calamari-server.pp.mls
+ make NAME=mls -f /usr/share/selinux/devel/Makefile clean
+ cd -
+ exit 0
+ umask 022
+ cd /home/vagrant/rpmbuild/BUILD
+ '[' /home/vagrant/rpmbuild/BUILDROOT/calamari-server-1.5.2-15_g5b8fa14.el7.x86_64 '!=' / ']'
+ rm -rf /home/vagrant/rpmbuild/BUILDROOT/calamari-server-1.5.2-15_g5b8fa14.el7.x86_64
++ dirname /home/vagrant/rpmbuild/BUILDROOT/calamari-server-1.5.2-15_g5b8fa14.el7.x86_64
+ mkdir -p /home/vagrant/rpmbuild/BUILDROOT
+ mkdir /home/vagrant/rpmbuild/BUILDROOT/calamari-server-1.5.2-15_g5b8fa14.el7.x86_64
+ cd calamari-server-1.5.2
+ make DESTDIR=/home/vagrant/rpmbuild/BUILDROOT/calamari-server-1.5.2-15_g5b8fa14.el7.x86_64 install-rpm
+ export PYTHONDONTWRITEBYTECODE=1
+ PYTHONDONTWRITEBYTECODE=1
+ cd venv
++ ./bin/python -c 'import sys; print "{0}.{1}".format(sys.version_info[0], sys.version_info[1])'
+ pyver=2.7
+ grep -s -q carbon
+ ./bin/python ./bin/pip freeze
You are using pip version 9.0.1, however version 10.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
+ ./bin/python ./bin/pip install --install-option=--prefix=/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/venv --install-option=--install-lib=/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/venv/lib/python2.7/site-packages carbon==0.9.15
/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/venv/lib/python2.7/site-packages/pip/commands/install.py:194: UserWarning: Disabling all use of wheels due to the use of --build-options / --global-options / --install-options.
cmdoptions.check_install_build_global(options)
You are using pip version 9.0.1, however version 10.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
+ export PYTHONDONTWRITEBYTECODE=1
+ PYTHONDONTWRITEBYTECODE=1
+ cd venv
++ ./bin/python -c 'import sys; print "{0}.{1}".format(sys.version_info[0], sys.version_info[1])'
+ pyver=2.7
+ ./bin/python ./bin/pip install -r /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/requirements/2.7/requirements.production.txt
You are using pip version 9.0.1, however version 10.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
+ cd ../calamari-common
+ ../venv/bin/python ./setup.py install
warning: build_py: byte-compiling is disabled, skipping.
warning: install_lib: byte-compiling is disabled, skipping.
warning: easy_install: byte-compiling is disabled, skipping.
+ cd ../rest-api
+ ../venv/bin/python ./setup.py install
warning: build_py: byte-compiling is disabled, skipping.
warning: install_lib: byte-compiling is disabled, skipping.
warning: easy_install: byte-compiling is disabled, skipping.
+ cd ../calamari-web
+ ../venv/bin/python ./setup.py install
warning: build_py: byte-compiling is disabled, skipping.
warning: install_lib: byte-compiling is disabled, skipping.
warning: easy_install: byte-compiling is disabled, skipping.
+ cd ../cthulhu
+ ../venv/bin/python ./setup.py install
warning: build_py: byte-compiling is disabled, skipping.
warning: install_lib: byte-compiling is disabled, skipping.
warning: easy_install: byte-compiling is disabled, skipping.
+ cd ../calamari-lite
+ ../venv/bin/python ./setup.py install
warning: build_py: byte-compiling is disabled, skipping.
warning: install_lib: byte-compiling is disabled, skipping.
warning: easy_install: byte-compiling is disabled, skipping.
+ cd ../venv
+ cd venv
++ find -type f -not -name '*.py[cox]' -exec grep -Il '#!.*/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2' '{}' ';'
+ fixfiles='./bin/easy_install
./bin/easy_install-2.7
./bin/pip
./bin/pip2
./bin/pip2.7
./bin/wheel
./bin/python-config
./bin/automat-visualize
./bin/validate-storage-schemas.py
./bin/carbon-cache.py
./bin/carbon-aggregator.py
./bin/carbon-client.py
./bin/carbon-relay.py
./bin/django-admin.py
./bin/mako-render
./bin/alembic
./bin/trial
./bin/tap2deb
./bin/twistd
./bin/tapconvert
./bin/manhole
./bin/tap2rpm
./bin/pyhtmlizer
./bin/conch
./bin/cftp
./bin/ckeygen
./bin/tkconch
./bin/mailmail
./bin/lore
./bin/zerorpc
./bin/cthulhu-manager
./bin/calamari-ctl
./bin/calamari-lite'
+ echo 'fixfiles: ./bin/easy_install
./bin/easy_install-2.7
./bin/pip
./bin/pip2
./bin/pip2.7
./bin/wheel
./bin/python-config
./bin/automat-visualize
./bin/validate-storage-schemas.py
./bin/carbon-cache.py
./bin/carbon-aggregator.py
./bin/carbon-client.py
./bin/carbon-relay.py
./bin/django-admin.py
./bin/mako-render
./bin/alembic
./bin/trial
./bin/tap2deb
./bin/twistd
./bin/tapconvert
./bin/manhole
./bin/tap2rpm
./bin/pyhtmlizer
./bin/conch
./bin/cftp
./bin/ckeygen
./bin/tkconch
./bin/mailmail
./bin/lore
./bin/zerorpc
./bin/cthulhu-manager
./bin/calamari-ctl
./bin/calamari-lite'
+ fixfiles='./bin/easy_install
./bin/easy_install-2.7
./bin/pip
./bin/pip2
./bin/pip2.7
./bin/wheel
./bin/python-config
./bin/automat-visualize
./bin/validate-storage-schemas.py
./bin/carbon-cache.py
./bin/carbon-aggregator.py
./bin/carbon-client.py
./bin/carbon-relay.py
./bin/django-admin.py
./bin/mako-render
./bin/alembic
./bin/trial
./bin/tap2deb
./bin/twistd
./bin/tapconvert
./bin/manhole
./bin/tap2rpm
./bin/pyhtmlizer
./bin/conch
./bin/cftp
./bin/ckeygen
./bin/tkconch
./bin/mailmail
./bin/lore
./bin/zerorpc
./bin/cthulhu-manager
./bin/calamari-ctl
./bin/calamari-lite bin/activate*'
+ echo 'fixfiles: ./bin/easy_install
./bin/easy_install-2.7
./bin/pip
./bin/pip2
./bin/pip2.7
./bin/wheel
./bin/python-config
./bin/automat-visualize
./bin/validate-storage-schemas.py
./bin/carbon-cache.py
./bin/carbon-aggregator.py
./bin/carbon-client.py
./bin/carbon-relay.py
./bin/django-admin.py
./bin/mako-render
./bin/alembic
./bin/trial
./bin/tap2deb
./bin/twistd
./bin/tapconvert
./bin/manhole
./bin/tap2rpm
./bin/pyhtmlizer
./bin/conch
./bin/cftp
./bin/ckeygen
./bin/tkconch
./bin/mailmail
./bin/lore
./bin/zerorpc
./bin/cthulhu-manager
./bin/calamari-ctl
./bin/calamari-lite bin/activate*'
+ for f in '$fixfiles'
+ echo -n 'fixing path in ./bin/easy_install: '
+ grep /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2 ./bin/easy_install
+ sed -i -e 's;/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2;/opt/calamari;' ./bin/easy_install
+ for f in '$fixfiles'
+ echo -n 'fixing path in ./bin/easy_install-2.7: '
+ grep /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2 ./bin/easy_install-2.7
+ sed -i -e 's;/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2;/opt/calamari;' ./bin/easy_install-2.7
+ for f in '$fixfiles'
+ echo -n 'fixing path in ./bin/pip: '
+ grep /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2 ./bin/pip
+ sed -i -e 's;/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2;/opt/calamari;' ./bin/pip
+ for f in '$fixfiles'
+ echo -n 'fixing path in ./bin/pip2: '
+ grep /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2 ./bin/pip2
+ sed -i -e 's;/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2;/opt/calamari;' ./bin/pip2
+ for f in '$fixfiles'
+ echo -n 'fixing path in ./bin/pip2.7: '
+ grep /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2 ./bin/pip2.7
+ sed -i -e 's;/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2;/opt/calamari;' ./bin/pip2.7
+ for f in '$fixfiles'
+ echo -n 'fixing path in ./bin/wheel: '
+ grep /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2 ./bin/wheel
+ sed -i -e 's;/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2;/opt/calamari;' ./bin/wheel
+ for f in '$fixfiles'
+ echo -n 'fixing path in ./bin/python-config: '
+ grep /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2 ./bin/python-config
+ sed -i -e 's;/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2;/opt/calamari;' ./bin/python-config
+ for f in '$fixfiles'
+ echo -n 'fixing path in ./bin/automat-visualize: '
+ grep /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2 ./bin/automat-visualize
+ sed -i -e 's;/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2;/opt/calamari;' ./bin/automat-visualize
+ for f in '$fixfiles'
+ echo -n 'fixing path in ./bin/validate-storage-schemas.py: '
+ grep /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2 ./bin/validate-storage-schemas.py
+ sed -i -e 's;/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2;/opt/calamari;' ./bin/validate-storage-schemas.py
+ for f in '$fixfiles'
+ echo -n 'fixing path in ./bin/carbon-cache.py: '
+ grep /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2 ./bin/carbon-cache.py
+ sed -i -e 's;/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2;/opt/calamari;' ./bin/carbon-cache.py
+ for f in '$fixfiles'
+ echo -n 'fixing path in ./bin/carbon-aggregator.py: '
+ grep /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2 ./bin/carbon-aggregator.py
+ sed -i -e 's;/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2;/opt/calamari;' ./bin/carbon-aggregator.py
+ for f in '$fixfiles'
+ echo -n 'fixing path in ./bin/carbon-client.py: '
+ grep /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2 ./bin/carbon-client.py
+ sed -i -e 's;/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2;/opt/calamari;' ./bin/carbon-client.py
+ for f in '$fixfiles'
+ echo -n 'fixing path in ./bin/carbon-relay.py: '
+ grep /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2 ./bin/carbon-relay.py
+ sed -i -e 's;/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2;/opt/calamari;' ./bin/carbon-relay.py
+ for f in '$fixfiles'
+ echo -n 'fixing path in ./bin/django-admin.py: '
+ grep /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2 ./bin/django-admin.py
+ sed -i -e 's;/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2;/opt/calamari;' ./bin/django-admin.py
+ for f in '$fixfiles'
+ echo -n 'fixing path in ./bin/mako-render: '
+ grep /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2 ./bin/mako-render
+ sed -i -e 's;/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2;/opt/calamari;' ./bin/mako-render
+ for f in '$fixfiles'
+ echo -n 'fixing path in ./bin/alembic: '
+ grep /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2 ./bin/alembic
+ sed -i -e 's;/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2;/opt/calamari;' ./bin/alembic
+ for f in '$fixfiles'
+ echo -n 'fixing path in ./bin/trial: '
+ grep /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2 ./bin/trial
+ sed -i -e 's;/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2;/opt/calamari;' ./bin/trial
+ for f in '$fixfiles'
+ echo -n 'fixing path in ./bin/tap2deb: '
+ grep /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2 ./bin/tap2deb
+ sed -i -e 's;/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2;/opt/calamari;' ./bin/tap2deb
+ for f in '$fixfiles'
+ echo -n 'fixing path in ./bin/twistd: '
+ grep /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2 ./bin/twistd
+ sed -i -e 's;/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2;/opt/calamari;' ./bin/twistd
+ for f in '$fixfiles'
+ echo -n 'fixing path in ./bin/tapconvert: '
+ grep /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2 ./bin/tapconvert
+ sed -i -e 's;/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2;/opt/calamari;' ./bin/tapconvert
+ for f in '$fixfiles'
+ echo -n 'fixing path in ./bin/manhole: '
+ grep /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2 ./bin/manhole
+ sed -i -e 's;/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2;/opt/calamari;' ./bin/manhole
+ for f in '$fixfiles'
+ echo -n 'fixing path in ./bin/tap2rpm: '
+ grep /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2 ./bin/tap2rpm
+ sed -i -e 's;/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2;/opt/calamari;' ./bin/tap2rpm
+ for f in '$fixfiles'
+ echo -n 'fixing path in ./bin/pyhtmlizer: '
+ grep /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2 ./bin/pyhtmlizer
+ sed -i -e 's;/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2;/opt/calamari;' ./bin/pyhtmlizer
+ for f in '$fixfiles'
+ echo -n 'fixing path in ./bin/conch: '
+ grep /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2 ./bin/conch
+ sed -i -e 's;/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2;/opt/calamari;' ./bin/conch
+ for f in '$fixfiles'
+ echo -n 'fixing path in ./bin/cftp: '
+ grep /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2 ./bin/cftp
+ sed -i -e 's;/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2;/opt/calamari;' ./bin/cftp
+ for f in '$fixfiles'
+ echo -n 'fixing path in ./bin/ckeygen: '
+ grep /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2 ./bin/ckeygen
+ sed -i -e 's;/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2;/opt/calamari;' ./bin/ckeygen
+ for f in '$fixfiles'
+ echo -n 'fixing path in ./bin/tkconch: '
+ grep /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2 ./bin/tkconch
+ sed -i -e 's;/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2;/opt/calamari;' ./bin/tkconch
+ for f in '$fixfiles'
+ echo -n 'fixing path in ./bin/mailmail: '
+ grep /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2 ./bin/mailmail
+ sed -i -e 's;/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2;/opt/calamari;' ./bin/mailmail
+ for f in '$fixfiles'
+ echo -n 'fixing path in ./bin/lore: '
+ grep /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2 ./bin/lore
+ sed -i -e 's;/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2;/opt/calamari;' ./bin/lore
+ for f in '$fixfiles'
+ echo -n 'fixing path in ./bin/zerorpc: '
+ grep /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2 ./bin/zerorpc
+ sed -i -e 's;/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2;/opt/calamari;' ./bin/zerorpc
+ for f in '$fixfiles'
+ echo -n 'fixing path in ./bin/cthulhu-manager: '
+ grep /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2 ./bin/cthulhu-manager
+ sed -i -e 's;/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2;/opt/calamari;' ./bin/cthulhu-manager
+ for f in '$fixfiles'
+ echo -n 'fixing path in ./bin/calamari-ctl: '
+ grep /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2 ./bin/calamari-ctl
+ sed -i -e 's;/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2;/opt/calamari;' ./bin/calamari-ctl
+ for f in '$fixfiles'
+ echo -n 'fixing path in ./bin/calamari-lite: '
+ grep /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2 ./bin/calamari-lite
+ sed -i -e 's;/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2;/opt/calamari;' ./bin/calamari-lite
+ for f in '$fixfiles'
+ echo -n 'fixing path in bin/activate: '
+ grep /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2 bin/activate
+ sed -i -e 's;/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2;/opt/calamari;' bin/activate
+ for f in '$fixfiles'
+ echo -n 'fixing path in bin/activate.csh: '
+ grep /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2 bin/activate.csh
+ sed -i -e 's;/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2;/opt/calamari;' bin/activate.csh
+ for f in '$fixfiles'
+ echo -n 'fixing path in bin/activate.fish: '
+ grep /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2 bin/activate.fish
+ sed -i -e 's;/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2;/opt/calamari;' bin/activate.fish
+ for f in '$fixfiles'
+ echo -n 'fixing path in bin/activate_this.py: '
+ grep /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2 bin/activate_this.py
+ sed -i -e 's;/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2;/opt/calamari;' bin/activate_this.py
+ '[' -h local/bin ']'
+ for selinuxvariant in targeted minimum mls
+ install -d /home/vagrant/rpmbuild/BUILDROOT/calamari-server-1.5.2-15_g5b8fa14.el7.x86_64/usr/share/selinux/targeted
+ install -p -m 644 selinux/calamari-server.pp.targeted /home/vagrant/rpmbuild/BUILDROOT/calamari-server-1.5.2-15_g5b8fa14.el7.x86_64/usr/share/selinux/targeted/calamari-server.pp
+ for selinuxvariant in targeted minimum mls
+ install -d /home/vagrant/rpmbuild/BUILDROOT/calamari-server-1.5.2-15_g5b8fa14.el7.x86_64/usr/share/selinux/minimum
+ install -p -m 644 selinux/calamari-server.pp.minimum /home/vagrant/rpmbuild/BUILDROOT/calamari-server-1.5.2-15_g5b8fa14.el7.x86_64/usr/share/selinux/minimum/calamari-server.pp
+ for selinuxvariant in targeted minimum mls
+ install -d /home/vagrant/rpmbuild/BUILDROOT/calamari-server-1.5.2-15_g5b8fa14.el7.x86_64/usr/share/selinux/mls
+ install -p -m 644 selinux/calamari-server.pp.mls /home/vagrant/rpmbuild/BUILDROOT/calamari-server-1.5.2-15_g5b8fa14.el7.x86_64/usr/share/selinux/mls/calamari-server.pp
+ /usr/sbin/hardlink -cv /home/vagrant/rpmbuild/BUILDROOT/calamari-server-1.5.2-15_g5b8fa14.el7.x86_64/usr/share/selinux
Directories 4
Objects 7
IFREG 3
Comparisons 2
Linked 2
saved 16384
+ /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2
+ /usr/lib/rpm/check-buildroot
+ /usr/lib/rpm/redhat/brp-compress
+ /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
+ /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
+ /usr/lib/rpm/redhat/brp-python-hardlink
+ /usr/lib/rpm/redhat/brp-java-repack-jars
+ umask 022
+ cd /home/vagrant/rpmbuild/BUILD
+ cd calamari-server-1.5.2
+ DOCDIR=/home/vagrant/rpmbuild/BUILDROOT/calamari-server-1.5.2-15_g5b8fa14.el7.x86_64/usr/share/doc/calamari-server-1.5.2
+ export DOCDIR
+ /usr/bin/mkdir -p /home/vagrant/rpmbuild/BUILDROOT/calamari-server-1.5.2-15_g5b8fa14.el7.x86_64/usr/share/doc/calamari-server-1.5.2
+ cp -pr selinux/calamari-server.fc selinux/calamari-server.if selinux/calamari-server.pp.minimum selinux/calamari-server.pp.mls selinux/calamari-server.pp.targeted selinux/calamari-server.te /home/vagrant/rpmbuild/BUILDROOT/calamari-server-1.5.2-15_g5b8fa14.el7.x86_64/usr/share/doc/calamari-server-1.5.2
+ exit 0
+ umask 022
+ cd /home/vagrant/rpmbuild/BUILD
+ cd calamari-server-1.5.2
+ /usr/bin/rm -rf /home/vagrant/rpmbuild/BUILDROOT/calamari-server-1.5.2-15_g5b8fa14.el7.x86_64
+ exit 0
stdout:
target: dist
making dist tarball in ../calamari-server_1.5.2.tar.gz
tar file made in ../calamari-server_1.5.2.tar.gz
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.HWWUQ0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.YvkyUi
Compiling targeted calamari-server module
/usr/bin/checkmodule: loading policy configuration from tmp/calamari-server.tmp
/usr/bin/checkmodule: policy configuration loaded
/usr/bin/checkmodule: writing binary representation (version 19) to tmp/calamari-server.mod
Creating targeted calamari-server.pp policy package
rm tmp/calamari-server.mod tmp/calamari-server.mod.fc
rm -fR tmp
rm -f *.pp
Compiling minimum calamari-server module
/usr/bin/checkmodule: loading policy configuration from tmp/calamari-server.tmp
/usr/bin/checkmodule: policy configuration loaded
/usr/bin/checkmodule: writing binary representation (version 19) to tmp/calamari-server.mod
Creating minimum calamari-server.pp policy package
rm tmp/calamari-server.mod tmp/calamari-server.mod.fc
rm -fR tmp
rm -f *.pp
Compiling mls calamari-server module
/usr/bin/checkmodule: loading policy configuration from tmp/calamari-server.tmp
/usr/bin/checkmodule: policy configuration loaded
/usr/bin/checkmodule: writing binary representation (version 19) to tmp/calamari-server.mod
Creating mls calamari-server.pp policy package
rm tmp/calamari-server.mod tmp/calamari-server.mod.fc
rm -fR tmp
rm -f *.pp
/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.f3hFdG
target: rest-api/calamari_rest/version.py
echo "VERSION = \"1.5.2-15_g5b8fa14"" \"" > rest-api/calamari_rest/version.py
if [ ! -d /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/venv ] ; then \
virtualenv --system-site-packages /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/venv ; \
fi
New python executable in /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/venv/bin/python
Installing setuptools, pip, wheel...done.
target: build-venv-carbon
set -ex; \
(export PYTHONDONTWRITEBYTECODE=1; \
cd venv; \
pyver=$(./bin/python -c 'import sys; print "{0}.{1}".format(sys.version_info[0], sys.version_info[1])') ; \
if ! ./bin/python ./bin/pip freeze | grep -s -q carbon ; then \
./bin/python ./bin/pip install \
--install-option="--prefix=/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/venv" \
--install-option="--install-lib=/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/venv/lib/python${pyver}/site-packages" carbon==0.9.15; \
fi \
)
Collecting carbon==0.9.15
Using cached https://files.pythonhosted.org/packages/66/ad/7c5fe8471676d45fd80a05c1b7282fb9273b3a3067d2087df8168718349f/carbon-0.9.15.tar.gz
Collecting twisted (from carbon==0.9.15)
Using cached https://files.pythonhosted.org/packages/12/2a/e9e4fb2e6b2f7a75577e0614926819a472934b0b85f205ba5d5d2add54d0/Twisted-18.4.0.tar.bz2
Collecting txamqp (from carbon==0.9.15)
Using cached https://files.pythonhosted.org/packages/c6/a0/7c18f4a3805af57e2be19a6502c1946f5dac51c8b1ed19368968a46a2f07/txAMQP-0.8.2.tar.gz
Collecting zope.interface>=4.4.2 (from twisted->carbon==0.9.15)
Using cached https://files.pythonhosted.org/packages/ac/8a/657532df378c2cd2a1fe6b12be3b4097521570769d4852ec02c24bd3594e/zope.interface-4.5.0.tar.gz
Collecting constantly>=15.1 (from twisted->carbon==0.9.15)
Using cached https://files.pythonhosted.org/packages/95/f1/207a0a478c4bb34b1b49d5915e2db574cadc415c9ac3a7ef17e29b2e8951/constantly-15.1.0.tar.gz
Collecting incremental>=16.10.1 (from twisted->carbon==0.9.15)
Using cached https://files.pythonhosted.org/packages/8f/26/02c4016aa95f45479eea37c90c34f8fab6775732ae62587a874b619ca097/incremental-17.5.0.tar.gz
Collecting Automat>=0.3.0 (from twisted->carbon==0.9.15)
Using cached https://files.pythonhosted.org/packages/de/05/b8e453085cf8a7f27bb1226596f4ccf5cc9e758377d60284f990bbdc592c/Automat-0.6.0.tar.gz
Collecting hyperlink>=17.1.1 (from twisted->carbon==0.9.15)
Using cached https://files.pythonhosted.org/packages/41/e1/0abd4b480ec04892b1db714560f8c855d43df81895c98506442babf3652f/hyperlink-18.0.0.tar.gz
Requirement already satisfied: six in /usr/lib/python2.7/site-packages (from txamqp->carbon==0.9.15)
Requirement already satisfied: setuptools in ./lib/python2.7/site-packages (from zope.interface>=4.4.2->twisted->carbon==0.9.15)
Collecting attrs (from Automat>=0.3.0->twisted->carbon==0.9.15)
Using cached https://files.pythonhosted.org/packages/e4/ac/a04671e118b57bee87dabca1e0f2d3bda816b7a551036012d0ca24190e71/attrs-18.1.0.tar.gz
Collecting idna>=2.5 (from hyperlink>=17.1.1->twisted->carbon==0.9.15)
Using cached https://files.pythonhosted.org/packages/f4/bd/0467d62790828c23c47fc1dfa1b1f052b24efdf5290f071c7a91d0d82fd3/idna-2.6.tar.gz
Skipping bdist_wheel for carbon, due to binaries being disabled for it.
Skipping bdist_wheel for twisted, due to binaries being disabled for it.
Skipping bdist_wheel for txamqp, due to binaries being disabled for it.
Skipping bdist_wheel for zope.interface, due to binaries being disabled for it.
Skipping bdist_wheel for constantly, due to binaries being disabled for it.
Skipping bdist_wheel for incremental, due to binaries being disabled for it.
Skipping bdist_wheel for Automat, due to binaries being disabled for it.
Skipping bdist_wheel for hyperlink, due to binaries being disabled for it.
Skipping bdist_wheel for attrs, due to binaries being disabled for it.
Skipping bdist_wheel for idna, due to binaries being disabled for it.
Installing collected packages: zope.interface, constantly, incremental, attrs, Automat, idna, hyperlink, twisted, txamqp, carbon
Running setup.py install for zope.interface: started
Running setup.py install for zope.interface: finished with status 'done'
Running setup.py install for constantly: started
Running setup.py install for constantly: finished with status 'done'
Running setup.py install for incremental: started
Running setup.py install for incremental: finished with status 'done'
Running setup.py install for attrs: started
Running setup.py install for attrs: finished with status 'done'
Running setup.py install for Automat: started
Running setup.py install for Automat: finished with status 'done'
Running setup.py install for idna: started
Running setup.py install for idna: finished with status 'done'
Running setup.py install for hyperlink: started
Running setup.py install for hyperlink: finished with status 'done'
Running setup.py install for twisted: started
Running setup.py install for twisted: finished with status 'done'
Running setup.py install for txamqp: started
Running setup.py install for txamqp: finished with status 'done'
Running setup.py install for carbon: started
Running setup.py install for carbon: finished with status 'done'
Successfully installed Automat-0.6.0 attrs-18.1.0 carbon-0.9.15 constantly-15.1.0 hyperlink-18.0.0 idna-2.6 incremental-17.5.0 twisted-18.4.0 txamqp-0.8.2 zope.interface-4.5.0
target: build-venv-reqs
set -ex; \
(export PYTHONDONTWRITEBYTECODE=1; \
cd venv; \
pyver=$(./bin/python -c 'import sys; print "{0}.{1}".format(sys.version_info[0], sys.version_info[1])') ; \
./bin/python ./bin/pip install -r \
/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/requirements/${pyver}/requirements.production.txt && \
cd ../calamari-common ; \
../venv/bin/python ./setup.py install && \
cd ../rest-api ; \
../venv/bin/python ./setup.py install && \
cd ../calamari-web ; \
../venv/bin/python ./setup.py install && \
cd ../cthulhu ; \
../venv/bin/python ./setup.py install && \
cd ../calamari-lite ; \
../venv/bin/python ./setup.py install && \
cd ../venv ; )
Collecting Django==1.5.1 (from -r /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/requirements/2.7/requirements.production.txt (line 7))
Collecting argparse==1.2.1 (from -r /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/requirements/2.7/requirements.production.txt (line 8))
Collecting django-filter==0.6 (from -r /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/requirements/2.7/requirements.production.txt (line 9))
Using cached https://files.pythonhosted.org/packages/e0/03/0f7dfa03b9b15de7110273340c3500d7200a70f8d7bc5007043a88d0f1d9/django_filter-0.6-py2.py3-none-any.whl
Collecting djangorestframework==2.3.12 (from -r /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/requirements/2.7/requirements.production.txt (line 10))
Using cached https://files.pythonhosted.org/packages/9d/d6/629090af0961a7213c361ebea8d9d03903a542a520c34966d12f77afad1a/djangorestframework-2.3.12-py2.py3-none-any.whl
Requirement already satisfied: wsgiref==0.1.2 in /usr/lib64/python2.7 (from -r /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/requirements/2.7/requirements.production.txt (line 11))
Collecting sqlalchemy==0.8.3 (from -r /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/requirements/2.7/requirements.production.txt (line 12))
Collecting alembic==0.6.3 (from -r /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/requirements/2.7/requirements.production.txt (line 13))
Requirement already satisfied: setuptools in ./lib/python2.7/site-packages (from -r /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/requirements/2.7/requirements.production.txt (line 14))
Requirement already satisfied: cython in /usr/lib64/python2.7/site-packages (from -r /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/requirements/2.7/requirements.production.txt (line 15))
Collecting gevent==1.1.1 (from -r /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/requirements/2.7/requirements.production.txt (line 16))
Collecting greenlet (from -r /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/requirements/2.7/requirements.production.txt (line 17))
Using cached https://files.pythonhosted.org/packages/b9/e5/191ba8664e4c388646b91c9891e15381cb1b515e9c9059d1e6485d5ebbe3/greenlet-0.4.13-cp27-cp27mu-manylinux1_x86_64.whl
Collecting manhole==0.6.0 (from -r /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/requirements/2.7/requirements.production.txt (line 18))
Using cached https://files.pythonhosted.org/packages/b7/93/dc027e1b53d36798ac9855aee2e490cc790455ff8d84f7f187c121e77521/manhole-0.6.0-py2.py3-none-any.whl
Collecting Twisted==11.1.0 (from -r /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/requirements/2.7/requirements.production.txt (line 20))
Collecting django-tagging==0.3.1 (from -r /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/requirements/2.7/requirements.production.txt (line 21))
Collecting pytz==2013.8 (from -r /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/requirements/2.7/requirements.production.txt (line 22))
Collecting pyzmq==14.2.0 (from -r /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/requirements/2.7/requirements.production.txt (line 25))
Collecting python-dateutil==2.2 (from -r /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/requirements/2.7/requirements.production.txt (line 26))
Collecting zerorpc==0.4.4 (from -r /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/requirements/2.7/requirements.production.txt (line 27))
Collecting Mako (from alembic==0.6.3->-r /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/requirements/2.7/requirements.production.txt (line 13))
Requirement already satisfied: zope.interface in ./lib/python2.7/site-packages (from Twisted==11.1.0->-r /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/requirements/2.7/requirements.production.txt (line 20))
Requirement already satisfied: six in /usr/lib/python2.7/site-packages (from python-dateutil==2.2->-r /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/requirements/2.7/requirements.production.txt (line 26))
Requirement already satisfied: msgpack-python in /usr/lib64/python2.7/site-packages (from zerorpc==0.4.4->-r /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/requirements/2.7/requirements.production.txt (line 27))
Requirement already satisfied: MarkupSafe>=0.9.2 in /usr/lib64/python2.7/site-packages (from Mako->alembic==0.6.3->-r /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/requirements/2.7/requirements.production.txt (line 13))
Installing collected packages: Django, argparse, django-filter, djangorestframework, sqlalchemy, Mako, alembic, greenlet, gevent, manhole, Twisted, django-tagging, pytz, pyzmq, python-dateutil, zerorpc
Found existing installation: Twisted 18.4.0
Uninstalling Twisted-18.4.0:
Successfully uninstalled Twisted-18.4.0
Found existing installation: pyzmq 15.3.0
Not uninstalling pyzmq at /usr/lib64/python2.7/site-packages, outside environment /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/venv
Successfully installed Django-1.5.1 Mako-1.0.7 Twisted-11.1.0 alembic-0.6.3 argparse-1.2.1 django-filter-0.6 django-tagging-0.3.1 djangorestframework-2.3.12 gevent-1.1.1 greenlet-0.4.13 manhole-0.6.0 python-dateutil-2.2 pytz-2013.8 pyzmq-14.2.0 sqlalchemy-0.8.3 zerorpc-0.4.4
running install
running bdist_egg
running egg_info
creating calamari_common.egg-info
writing calamari_common.egg-info/PKG-INFO
writing top-level names to calamari_common.egg-info/top_level.txt
writing dependency_links to calamari_common.egg-info/dependency_links.txt
writing entry points to calamari_common.egg-info/entry_points.txt
writing manifest file 'calamari_common.egg-info/SOURCES.txt'
reading manifest file 'calamari_common.egg-info/SOURCES.txt'
writing manifest file 'calamari_common.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-x86_64/egg
running install_lib
running build_py
creating build
creating build/lib
creating build/lib/calamari_common
copying calamari_common/__init__.py -> build/lib/calamari_common
copying calamari_common/config.py -> build/lib/calamari_common
copying calamari_common/salt_wrapper.py -> build/lib/calamari_common
copying calamari_common/types.py -> build/lib/calamari_common
copying calamari_common/util.py -> build/lib/calamari_common
creating build/lib/calamari_common/db
copying calamari_common/db/__init__.py -> build/lib/calamari_common/db
copying calamari_common/db/base.py -> build/lib/calamari_common/db
copying calamari_common/db/event.py -> build/lib/calamari_common/db
creating build/lib/calamari_common/remote
copying calamari_common/remote/__init__.py -> build/lib/calamari_common/remote
copying calamari_common/remote/base.py -> build/lib/calamari_common/remote
copying calamari_common/remote/mon_remote.py -> build/lib/calamari_common/remote
copying calamari_common/remote/rbd_api.py -> build/lib/calamari_common/remote
copying calamari_common/remote/salt_remote.py -> build/lib/calamari_common/remote
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/egg
creating build/bdist.linux-x86_64/egg/calamari_common
copying build/lib/calamari_common/__init__.py -> build/bdist.linux-x86_64/egg/calamari_common
copying build/lib/calamari_common/config.py -> build/bdist.linux-x86_64/egg/calamari_common
copying build/lib/calamari_common/salt_wrapper.py -> build/bdist.linux-x86_64/egg/calamari_common
copying build/lib/calamari_common/types.py -> build/bdist.linux-x86_64/egg/calamari_common
copying build/lib/calamari_common/util.py -> build/bdist.linux-x86_64/egg/calamari_common
creating build/bdist.linux-x86_64/egg/calamari_common/db
copying build/lib/calamari_common/db/__init__.py -> build/bdist.linux-x86_64/egg/calamari_common/db
copying build/lib/calamari_common/db/base.py -> build/bdist.linux-x86_64/egg/calamari_common/db
copying build/lib/calamari_common/db/event.py -> build/bdist.linux-x86_64/egg/calamari_common/db
creating build/bdist.linux-x86_64/egg/calamari_common/remote
copying build/lib/calamari_common/remote/__init__.py -> build/bdist.linux-x86_64/egg/calamari_common/remote
copying build/lib/calamari_common/remote/base.py -> build/bdist.linux-x86_64/egg/calamari_common/remote
copying build/lib/calamari_common/remote/mon_remote.py -> build/bdist.linux-x86_64/egg/calamari_common/remote
copying build/lib/calamari_common/remote/rbd_api.py -> build/bdist.linux-x86_64/egg/calamari_common/remote
copying build/lib/calamari_common/remote/salt_remote.py -> build/bdist.linux-x86_64/egg/calamari_common/remote
creating build/bdist.linux-x86_64/egg/EGG-INFO
copying calamari_common.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
copying calamari_common.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying calamari_common.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying calamari_common.egg-info/entry_points.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying calamari_common.egg-info/not-zip-safe -> build/bdist.linux-x86_64/egg/EGG-INFO
copying calamari_common.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
creating dist
creating 'dist/calamari_common-0.1-py2.7.egg' and adding 'build/bdist.linux-x86_64/egg' to it
removing 'build/bdist.linux-x86_64/egg' (and everything under it)
Processing calamari_common-0.1-py2.7.egg
creating /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/venv/lib/python2.7/site-packages/calamari_common-0.1-py2.7.egg
Extracting calamari_common-0.1-py2.7.egg to /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/venv/lib/python2.7/site-packages
Adding calamari-common 0.1 to easy-install.pth file
Installed /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/venv/lib/python2.7/site-packages/calamari_common-0.1-py2.7.egg
Processing dependencies for calamari-common==0.1
Finished processing dependencies for calamari-common==0.1
running install
running bdist_egg
running egg_info
creating calamari_rest_api.egg-info
writing calamari_rest_api.egg-info/PKG-INFO
writing top-level names to calamari_rest_api.egg-info/top_level.txt
writing dependency_links to calamari_rest_api.egg-info/dependency_links.txt
writing manifest file 'calamari_rest_api.egg-info/SOURCES.txt'
reading manifest file 'calamari_rest_api.egg-info/SOURCES.txt'
writing manifest file 'calamari_rest_api.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-x86_64/egg
running install_lib
running build_py
creating build
creating build/lib
creating build/lib/calamari_rest
copying calamari_rest/__init__.py -> build/lib/calamari_rest
copying calamari_rest/models.py -> build/lib/calamari_rest
copying calamari_rest/version.py -> build/lib/calamari_rest
creating build/lib/calamari_rest/urls
copying calamari_rest/urls/__init__.py -> build/lib/calamari_rest/urls
copying calamari_rest/urls/v1.py -> build/lib/calamari_rest/urls
copying calamari_rest/urls/v2.py -> build/lib/calamari_rest/urls
creating build/lib/calamari_rest/views
copying calamari_rest/views/__init__.py -> build/lib/calamari_rest/views
copying calamari_rest/views/crush_node.py -> build/lib/calamari_rest/views
copying calamari_rest/views/database_view_set.py -> build/lib/calamari_rest/views
copying calamari_rest/views/exceptions.py -> build/lib/calamari_rest/views
copying calamari_rest/views/paginated_mixin.py -> build/lib/calamari_rest/views
copying calamari_rest/views/remote_view_set.py -> build/lib/calamari_rest/views
copying calamari_rest/views/rpc_view.py -> build/lib/calamari_rest/views
copying calamari_rest/views/v1.py -> build/lib/calamari_rest/views
copying calamari_rest/views/v2.py -> build/lib/calamari_rest/views
creating build/lib/calamari_rest/viewsets
copying calamari_rest/viewsets/__init__.py -> build/lib/calamari_rest/viewsets
creating build/lib/calamari_rest/serializers
copying calamari_rest/serializers/__init__.py -> build/lib/calamari_rest/serializers
copying calamari_rest/serializers/fields.py -> build/lib/calamari_rest/serializers
copying calamari_rest/serializers/v1.py -> build/lib/calamari_rest/serializers
copying calamari_rest/serializers/v2.py -> build/lib/calamari_rest/serializers
creating build/lib/calamari_rest/renderers
copying calamari_rest/renderers/__init__.py -> build/lib/calamari_rest/renderers
creating build/lib/calamari_rest/parsers
copying calamari_rest/parsers/__init__.py -> build/lib/calamari_rest/parsers
copying calamari_rest/parsers/v2.py -> build/lib/calamari_rest/parsers
creating build/lib/calamari_rest/permissions
copying calamari_rest/permissions/__init__.py -> build/lib/calamari_rest/permissions
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/egg
creating build/bdist.linux-x86_64/egg/calamari_rest
copying build/lib/calamari_rest/__init__.py -> build/bdist.linux-x86_64/egg/calamari_rest
copying build/lib/calamari_rest/models.py -> build/bdist.linux-x86_64/egg/calamari_rest
copying build/lib/calamari_rest/version.py -> build/bdist.linux-x86_64/egg/calamari_rest
creating build/bdist.linux-x86_64/egg/calamari_rest/urls
copying build/lib/calamari_rest/urls/__init__.py -> build/bdist.linux-x86_64/egg/calamari_rest/urls
copying build/lib/calamari_rest/urls/v1.py -> build/bdist.linux-x86_64/egg/calamari_rest/urls
copying build/lib/calamari_rest/urls/v2.py -> build/bdist.linux-x86_64/egg/calamari_rest/urls
creating build/bdist.linux-x86_64/egg/calamari_rest/views
copying build/lib/calamari_rest/views/__init__.py -> build/bdist.linux-x86_64/egg/calamari_rest/views
copying build/lib/calamari_rest/views/crush_node.py -> build/bdist.linux-x86_64/egg/calamari_rest/views
copying build/lib/calamari_rest/views/database_view_set.py -> build/bdist.linux-x86_64/egg/calamari_rest/views
copying build/lib/calamari_rest/views/exceptions.py -> build/bdist.linux-x86_64/egg/calamari_rest/views
copying build/lib/calamari_rest/views/paginated_mixin.py -> build/bdist.linux-x86_64/egg/calamari_rest/views
copying build/lib/calamari_rest/views/remote_view_set.py -> build/bdist.linux-x86_64/egg/calamari_rest/views
copying build/lib/calamari_rest/views/rpc_view.py -> build/bdist.linux-x86_64/egg/calamari_rest/views
copying build/lib/calamari_rest/views/v1.py -> build/bdist.linux-x86_64/egg/calamari_rest/views
copying build/lib/calamari_rest/views/v2.py -> build/bdist.linux-x86_64/egg/calamari_rest/views
creating build/bdist.linux-x86_64/egg/calamari_rest/viewsets
copying build/lib/calamari_rest/viewsets/__init__.py -> build/bdist.linux-x86_64/egg/calamari_rest/viewsets
creating build/bdist.linux-x86_64/egg/calamari_rest/serializers
copying build/lib/calamari_rest/serializers/__init__.py -> build/bdist.linux-x86_64/egg/calamari_rest/serializers
copying build/lib/calamari_rest/serializers/fields.py -> build/bdist.linux-x86_64/egg/calamari_rest/serializers
copying build/lib/calamari_rest/serializers/v1.py -> build/bdist.linux-x86_64/egg/calamari_rest/serializers
copying build/lib/calamari_rest/serializers/v2.py -> build/bdist.linux-x86_64/egg/calamari_rest/serializers
creating build/bdist.linux-x86_64/egg/calamari_rest/renderers
copying build/lib/calamari_rest/renderers/__init__.py -> build/bdist.linux-x86_64/egg/calamari_rest/renderers
creating build/bdist.linux-x86_64/egg/calamari_rest/parsers
copying build/lib/calamari_rest/parsers/__init__.py -> build/bdist.linux-x86_64/egg/calamari_rest/parsers
copying build/lib/calamari_rest/parsers/v2.py -> build/bdist.linux-x86_64/egg/calamari_rest/parsers
creating build/bdist.linux-x86_64/egg/calamari_rest/permissions
copying build/lib/calamari_rest/permissions/__init__.py -> build/bdist.linux-x86_64/egg/calamari_rest/permissions
creating build/bdist.linux-x86_64/egg/EGG-INFO
copying calamari_rest_api.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
copying calamari_rest_api.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying calamari_rest_api.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying calamari_rest_api.egg-info/not-zip-safe -> build/bdist.linux-x86_64/egg/EGG-INFO
copying calamari_rest_api.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
creating dist
creating 'dist/calamari_rest_api-0.1-py2.7.egg' and adding 'build/bdist.linux-x86_64/egg' to it
removing 'build/bdist.linux-x86_64/egg' (and everything under it)
Processing calamari_rest_api-0.1-py2.7.egg
creating /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/venv/lib/python2.7/site-packages/calamari_rest_api-0.1-py2.7.egg
Extracting calamari_rest_api-0.1-py2.7.egg to /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/venv/lib/python2.7/site-packages
Adding calamari-rest-api 0.1 to easy-install.pth file
Installed /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/venv/lib/python2.7/site-packages/calamari_rest_api-0.1-py2.7.egg
Processing dependencies for calamari-rest-api==0.1
Finished processing dependencies for calamari-rest-api==0.1
running install
running bdist_egg
running egg_info
creating calamari_web.egg-info
writing calamari_web.egg-info/PKG-INFO
writing top-level names to calamari_web.egg-info/top_level.txt
writing dependency_links to calamari_web.egg-info/dependency_links.txt
writing manifest file 'calamari_web.egg-info/SOURCES.txt'
reading manifest file 'calamari_web.egg-info/SOURCES.txt'
writing manifest file 'calamari_web.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-x86_64/egg
running install_lib
running build_py
creating build
creating build/lib
creating build/lib/calamari_web
copying calamari_web/__init__.py -> build/lib/calamari_web
copying calamari_web/middleware.py -> build/lib/calamari_web
copying calamari_web/settings.py -> build/lib/calamari_web
copying calamari_web/urls.py -> build/lib/calamari_web
copying calamari_web/views.py -> build/lib/calamari_web
copying calamari_web/wsgi.py -> build/lib/calamari_web
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/egg
creating build/bdist.linux-x86_64/egg/calamari_web
copying build/lib/calamari_web/__init__.py -> build/bdist.linux-x86_64/egg/calamari_web
copying build/lib/calamari_web/middleware.py -> build/bdist.linux-x86_64/egg/calamari_web
copying build/lib/calamari_web/settings.py -> build/bdist.linux-x86_64/egg/calamari_web
copying build/lib/calamari_web/urls.py -> build/bdist.linux-x86_64/egg/calamari_web
copying build/lib/calamari_web/views.py -> build/bdist.linux-x86_64/egg/calamari_web
copying build/lib/calamari_web/wsgi.py -> build/bdist.linux-x86_64/egg/calamari_web
creating build/bdist.linux-x86_64/egg/EGG-INFO
copying calamari_web.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
copying calamari_web.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying calamari_web.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying calamari_web.egg-info/not-zip-safe -> build/bdist.linux-x86_64/egg/EGG-INFO
copying calamari_web.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
creating dist
creating 'dist/calamari_web-0.1-py2.7.egg' and adding 'build/bdist.linux-x86_64/egg' to it
removing 'build/bdist.linux-x86_64/egg' (and everything under it)
Processing calamari_web-0.1-py2.7.egg
creating /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/venv/lib/python2.7/site-packages/calamari_web-0.1-py2.7.egg
Extracting calamari_web-0.1-py2.7.egg to /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/venv/lib/python2.7/site-packages
Adding calamari-web 0.1 to easy-install.pth file
Installed /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/venv/lib/python2.7/site-packages/calamari_web-0.1-py2.7.egg
Processing dependencies for calamari-web==0.1
Finished processing dependencies for calamari-web==0.1
running install
running bdist_egg
running egg_info
creating calamari_cthulhu.egg-info
writing calamari_cthulhu.egg-info/PKG-INFO
writing top-level names to calamari_cthulhu.egg-info/top_level.txt
writing dependency_links to calamari_cthulhu.egg-info/dependency_links.txt
writing entry points to calamari_cthulhu.egg-info/entry_points.txt
writing manifest file 'calamari_cthulhu.egg-info/SOURCES.txt'
reading manifest file 'calamari_cthulhu.egg-info/SOURCES.txt'
writing manifest file 'calamari_cthulhu.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-x86_64/egg
running install_lib
running build_py
creating build
creating build/lib
creating build/lib/cthulhu
copying cthulhu/__init__.py -> build/lib/cthulhu
copying cthulhu/calamari_ctl.py -> build/lib/cthulhu
copying cthulhu/gevent_util.py -> build/lib/cthulhu
copying cthulhu/log.py -> build/lib/cthulhu
copying cthulhu/util.py -> build/lib/cthulhu
creating build/lib/cthulhu/manager
copying cthulhu/manager/__init__.py -> build/lib/cthulhu/manager
copying cthulhu/manager/cluster_monitor.py -> build/lib/cthulhu/manager
copying cthulhu/manager/crush_node_request_factory.py -> build/lib/cthulhu/manager
copying cthulhu/manager/crush_request_factory.py -> build/lib/cthulhu/manager
copying cthulhu/manager/crush_rule_request_factory.py -> build/lib/cthulhu/manager
copying cthulhu/manager/eventer.py -> build/lib/cthulhu/manager
copying cthulhu/manager/manager.py -> build/lib/cthulhu/manager
copying cthulhu/manager/osd_request_factory.py -> build/lib/cthulhu/manager
copying cthulhu/manager/plugin_monitor.py -> build/lib/cthulhu/manager
copying cthulhu/manager/pool_request_factory.py -> build/lib/cthulhu/manager
copying cthulhu/manager/request_collection.py -> build/lib/cthulhu/manager
copying cthulhu/manager/request_factory.py -> build/lib/cthulhu/manager
copying cthulhu/manager/rpc.py -> build/lib/cthulhu/manager
copying cthulhu/manager/server_monitor.py -> build/lib/cthulhu/manager
copying cthulhu/manager/user_request.py -> build/lib/cthulhu/manager
creating build/lib/cthulhu/persistence
copying cthulhu/persistence/__init__.py -> build/lib/cthulhu/persistence
copying cthulhu/persistence/persister.py -> build/lib/cthulhu/persistence
copying cthulhu/persistence/servers.py -> build/lib/cthulhu/persistence
copying cthulhu/persistence/sync_objects.py -> build/lib/cthulhu/persistence
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/egg
creating build/bdist.linux-x86_64/egg/cthulhu
copying build/lib/cthulhu/__init__.py -> build/bdist.linux-x86_64/egg/cthulhu
copying build/lib/cthulhu/calamari_ctl.py -> build/bdist.linux-x86_64/egg/cthulhu
copying build/lib/cthulhu/gevent_util.py -> build/bdist.linux-x86_64/egg/cthulhu
copying build/lib/cthulhu/log.py -> build/bdist.linux-x86_64/egg/cthulhu
copying build/lib/cthulhu/util.py -> build/bdist.linux-x86_64/egg/cthulhu
creating build/bdist.linux-x86_64/egg/cthulhu/manager
copying build/lib/cthulhu/manager/__init__.py -> build/bdist.linux-x86_64/egg/cthulhu/manager
copying build/lib/cthulhu/manager/cluster_monitor.py -> build/bdist.linux-x86_64/egg/cthulhu/manager
copying build/lib/cthulhu/manager/crush_node_request_factory.py -> build/bdist.linux-x86_64/egg/cthulhu/manager
copying build/lib/cthulhu/manager/crush_request_factory.py -> build/bdist.linux-x86_64/egg/cthulhu/manager
copying build/lib/cthulhu/manager/crush_rule_request_factory.py -> build/bdist.linux-x86_64/egg/cthulhu/manager
copying build/lib/cthulhu/manager/eventer.py -> build/bdist.linux-x86_64/egg/cthulhu/manager
copying build/lib/cthulhu/manager/manager.py -> build/bdist.linux-x86_64/egg/cthulhu/manager
copying build/lib/cthulhu/manager/osd_request_factory.py -> build/bdist.linux-x86_64/egg/cthulhu/manager
copying build/lib/cthulhu/manager/plugin_monitor.py -> build/bdist.linux-x86_64/egg/cthulhu/manager
copying build/lib/cthulhu/manager/pool_request_factory.py -> build/bdist.linux-x86_64/egg/cthulhu/manager
copying build/lib/cthulhu/manager/request_collection.py -> build/bdist.linux-x86_64/egg/cthulhu/manager
copying build/lib/cthulhu/manager/request_factory.py -> build/bdist.linux-x86_64/egg/cthulhu/manager
copying build/lib/cthulhu/manager/rpc.py -> build/bdist.linux-x86_64/egg/cthulhu/manager
copying build/lib/cthulhu/manager/server_monitor.py -> build/bdist.linux-x86_64/egg/cthulhu/manager
copying build/lib/cthulhu/manager/user_request.py -> build/bdist.linux-x86_64/egg/cthulhu/manager
creating build/bdist.linux-x86_64/egg/cthulhu/persistence
copying build/lib/cthulhu/persistence/__init__.py -> build/bdist.linux-x86_64/egg/cthulhu/persistence
copying build/lib/cthulhu/persistence/persister.py -> build/bdist.linux-x86_64/egg/cthulhu/persistence
copying build/lib/cthulhu/persistence/servers.py -> build/bdist.linux-x86_64/egg/cthulhu/persistence
copying build/lib/cthulhu/persistence/sync_objects.py -> build/bdist.linux-x86_64/egg/cthulhu/persistence
creating build/bdist.linux-x86_64/egg/EGG-INFO
copying calamari_cthulhu.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
copying calamari_cthulhu.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying calamari_cthulhu.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying calamari_cthulhu.egg-info/entry_points.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying calamari_cthulhu.egg-info/not-zip-safe -> build/bdist.linux-x86_64/egg/EGG-INFO
copying calamari_cthulhu.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
creating dist
creating 'dist/calamari_cthulhu-0.1-py2.7.egg' and adding 'build/bdist.linux-x86_64/egg' to it
removing 'build/bdist.linux-x86_64/egg' (and everything under it)
Processing calamari_cthulhu-0.1-py2.7.egg
creating /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/venv/lib/python2.7/site-packages/calamari_cthulhu-0.1-py2.7.egg
Extracting calamari_cthulhu-0.1-py2.7.egg to /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/venv/lib/python2.7/site-packages
Adding calamari-cthulhu 0.1 to easy-install.pth file
Installing cthulhu-manager script to /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/venv/bin
Installing calamari-ctl script to /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/venv/bin
Installed /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/venv/lib/python2.7/site-packages/calamari_cthulhu-0.1-py2.7.egg
Processing dependencies for calamari-cthulhu==0.1
Finished processing dependencies for calamari-cthulhu==0.1
running install
running bdist_egg
running egg_info
creating calamari_lite.egg-info
writing calamari_lite.egg-info/PKG-INFO
writing top-level names to calamari_lite.egg-info/top_level.txt
writing dependency_links to calamari_lite.egg-info/dependency_links.txt
writing entry points to calamari_lite.egg-info/entry_points.txt
writing manifest file 'calamari_lite.egg-info/SOURCES.txt'
reading manifest file 'calamari_lite.egg-info/SOURCES.txt'
writing manifest file 'calamari_lite.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-x86_64/egg
running install_lib
running build_py
creating build
creating build/lib
creating build/lib/calamari_lite
copying calamari_lite/__init__.py -> build/lib/calamari_lite
copying calamari_lite/server.py -> build/lib/calamari_lite
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/egg
creating build/bdist.linux-x86_64/egg/calamari_lite
copying build/lib/calamari_lite/__init__.py -> build/bdist.linux-x86_64/egg/calamari_lite
copying build/lib/calamari_lite/server.py -> build/bdist.linux-x86_64/egg/calamari_lite
creating build/bdist.linux-x86_64/egg/EGG-INFO
copying calamari_lite.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
copying calamari_lite.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying calamari_lite.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying calamari_lite.egg-info/entry_points.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying calamari_lite.egg-info/not-zip-safe -> build/bdist.linux-x86_64/egg/EGG-INFO
copying calamari_lite.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
creating dist
creating 'dist/calamari_lite-0.1-py2.7.egg' and adding 'build/bdist.linux-x86_64/egg' to it
removing 'build/bdist.linux-x86_64/egg' (and everything under it)
Processing calamari_lite-0.1-py2.7.egg
creating /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/venv/lib/python2.7/site-packages/calamari_lite-0.1-py2.7.egg
Extracting calamari_lite-0.1-py2.7.egg to /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/venv/lib/python2.7/site-packages
Adding calamari-lite 0.1 to easy-install.pth file
Installing calamari-lite script to /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/venv/bin
Installed /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/venv/lib/python2.7/site-packages/calamari_lite-0.1-py2.7.egg
Processing dependencies for calamari-lite==0.1
Finished processing dependencies for calamari-lite==0.1
target: fixup-venv
set -x; \
cd venv; \
fixfiles=$(find -type f -not -name *.py[cox] -exec grep -Il \#!.*/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2 {} \;) ; \
echo "fixfiles: $fixfiles" ; \
fixfiles="$fixfiles bin/activate*" ; \
echo "fixfiles: $fixfiles" ; \
for f in $fixfiles; do \
echo -n "fixing path in $f: "; \
grep /home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2 "$f"; \
sed -i -e 's;'/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2';/opt/calamari;' "$f"; \
done; \
if [ -h local/bin ] ; then \
for p in bin include lib; do \
rm local/$p; \
ln -s /opt/calamari/venv/$p local/$p; \
done; \
fi
fixfiles: ./bin/easy_install
./bin/easy_install-2.7
./bin/pip
./bin/pip2
./bin/pip2.7
./bin/wheel
./bin/python-config
./bin/automat-visualize
./bin/validate-storage-schemas.py
./bin/carbon-cache.py
./bin/carbon-aggregator.py
./bin/carbon-client.py
./bin/carbon-relay.py
./bin/django-admin.py
./bin/mako-render
./bin/alembic
./bin/trial
./bin/tap2deb
./bin/twistd
./bin/tapconvert
./bin/manhole
./bin/tap2rpm
./bin/pyhtmlizer
./bin/conch
./bin/cftp
./bin/ckeygen
./bin/tkconch
./bin/mailmail
./bin/lore
./bin/zerorpc
./bin/cthulhu-manager
./bin/calamari-ctl
./bin/calamari-lite
fixfiles: ./bin/easy_install
./bin/easy_install-2.7
./bin/pip
./bin/pip2
./bin/pip2.7
./bin/wheel
./bin/python-config
./bin/automat-visualize
./bin/validate-storage-schemas.py
./bin/carbon-cache.py
./bin/carbon-aggregator.py
./bin/carbon-client.py
./bin/carbon-relay.py
./bin/django-admin.py
./bin/mako-render
./bin/alembic
./bin/trial
./bin/tap2deb
./bin/twistd
./bin/tapconvert
./bin/manhole
./bin/tap2rpm
./bin/pyhtmlizer
./bin/conch
./bin/cftp
./bin/ckeygen
./bin/tkconch
./bin/mailmail
./bin/lore
./bin/zerorpc
./bin/cthulhu-manager
./bin/calamari-ctl
./bin/calamari-lite bin/activate*
fixing path in ./bin/easy_install: #!/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/venv/bin/python
fixing path in ./bin/easy_install-2.7: #!/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/venv/bin/python
fixing path in ./bin/pip: #!/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/venv/bin/python
fixing path in ./bin/pip2: #!/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/venv/bin/python
fixing path in ./bin/pip2.7: #!/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/venv/bin/python
fixing path in ./bin/wheel: #!/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/venv/bin/python
fixing path in ./bin/python-config: #!/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/venv/bin/python
fixing path in ./bin/automat-visualize: #!/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/venv/bin/python
fixing path in ./bin/validate-storage-schemas.py: #!/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/venv/bin/python
fixing path in ./bin/carbon-cache.py: #!/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/venv/bin/python
fixing path in ./bin/carbon-aggregator.py: #!/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/venv/bin/python
fixing path in ./bin/carbon-client.py: #!/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/venv/bin/python
fixing path in ./bin/carbon-relay.py: #!/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/venv/bin/python
fixing path in ./bin/django-admin.py: #!/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/venv/bin/python
fixing path in ./bin/mako-render: #!/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/venv/bin/python
fixing path in ./bin/alembic: #!/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/venv/bin/python
fixing path in ./bin/trial: #!/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/venv/bin/python
fixing path in ./bin/tap2deb: #!/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/venv/bin/python
fixing path in ./bin/twistd: #!/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/venv/bin/python
fixing path in ./bin/tapconvert: #!/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/venv/bin/python
fixing path in ./bin/manhole: #!/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/venv/bin/python
fixing path in ./bin/tap2rpm: #!/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/venv/bin/python
fixing path in ./bin/pyhtmlizer: #!/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/venv/bin/python
fixing path in ./bin/conch: #!/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/venv/bin/python
fixing path in ./bin/cftp: #!/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/venv/bin/python
fixing path in ./bin/ckeygen: #!/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/venv/bin/python
fixing path in ./bin/tkconch: #!/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/venv/bin/python
fixing path in ./bin/mailmail: #!/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/venv/bin/python
fixing path in ./bin/lore: #!/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/venv/bin/python
fixing path in ./bin/zerorpc: #!/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/venv/bin/python
fixing path in ./bin/cthulhu-manager: #!/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/venv/bin/python
fixing path in ./bin/calamari-ctl: #!/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/venv/bin/python
fixing path in ./bin/calamari-lite: #!/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/venv/bin/python
fixing path in bin/activate: VIRTUAL_ENV="/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/venv"
fixing path in bin/activate.csh: setenv VIRTUAL_ENV "/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/venv"
fixing path in bin/activate.fish: set -gx VIRTUAL_ENV "/home/vagrant/rpmbuild/BUILD/calamari-server-1.5.2/venv"
fixing path in bin/activate_this.py: find venv/ -path "*gevent*" -name _socket3.py -delete
target: install-conf
# wsgi conf for graphite constructed in postinst
# log dirs for Django apps
target: install-venv
# copy calamari webapp files into place
/usr/bin/install -d -m 755 /home/vagrant/rpmbuild/BUILDROOT/calamari-server-1.5.2-15_g5b8fa14.el7.x86_64/opt/calamari/webapp
cp -rp webapp/calamari /home/vagrant/rpmbuild/BUILDROOT/calamari-server-1.5.2-15_g5b8fa14.el7.x86_64/opt/calamari/webapp
cp -rp venv /home/vagrant/rpmbuild/BUILDROOT/calamari-server-1.5.2-15_g5b8fa14.el7.x86_64/opt/calamari
target: install-alembic
cp -rp alembic/* /home/vagrant/rpmbuild/BUILDROOT/calamari-server-1.5.2-15_g5b8fa14.el7.x86_64/opt/calamari/alembic
target: install-scripts
# Link our scripts from the virtualenv into the global PATH
/usr/bin/install -d /home/vagrant/rpmbuild/BUILDROOT/calamari-server-1.5.2-15_g5b8fa14.el7.x86_64/usr/bin
ln -s ../../opt/calamari/venv/bin/calamari-ctl /home/vagrant/rpmbuild/BUILDROOT/calamari-server-1.5.2-15_g5b8fa14.el7.x86_64/usr/bin/
target: install-common
target: install-rpm
extracting debug info from /home/vagrant/rpmbuild/BUILDROOT/calamari-server-1.5.2-15_g5b8fa14.el7.x86_64/opt/calamari/venv/lib/python2.7/site-packages/zope/interface/_zope_interface_coptimizations.so
extracting debug info from /home/vagrant/rpmbuild/BUILDROOT/calamari-server-1.5.2-15_g5b8fa14.el7.x86_64/opt/calamari/venv/lib/python2.7/site-packages/twisted/python/_epoll.so
extracting debug info from /home/vagrant/rpmbuild/BUILDROOT/calamari-server-1.5.2-15_g5b8fa14.el7.x86_64/opt/calamari/venv/lib/python2.7/site-packages/twisted/python/_initgroups.so
extracting debug info from /home/vagrant/rpmbuild/BUILDROOT/calamari-server-1.5.2-15_g5b8fa14.el7.x86_64/opt/calamari/venv/lib/python2.7/site-packages/twisted/test/raiser.so
extracting debug info from /home/vagrant/rpmbuild/BUILDROOT/calamari-server-1.5.2-15_g5b8fa14.el7.x86_64/opt/calamari/venv/lib/python2.7/site-packages/twisted/runner/portmap.so
extracting debug info from /home/vagrant/rpmbuild/BUILDROOT/calamari-server-1.5.2-15_g5b8fa14.el7.x86_64/opt/calamari/venv/lib/python2.7/site-packages/twisted/internet/_sigchld.so
extracting debug info from /home/vagrant/rpmbuild/BUILDROOT/calamari-server-1.5.2-15_g5b8fa14.el7.x86_64/opt/calamari/venv/lib/python2.7/site-packages/sqlalchemy/cprocessors.so
extracting debug info from /home/vagrant/rpmbuild/BUILDROOT/calamari-server-1.5.2-15_g5b8fa14.el7.x86_64/opt/calamari/venv/lib/python2.7/site-packages/sqlalchemy/cresultproxy.so
extracting debug info from /home/vagrant/rpmbuild/BUILDROOT/calamari-server-1.5.2-15_g5b8fa14.el7.x86_64/opt/calamari/venv/lib/python2.7/site-packages/sqlalchemy/cutils.so
extracting debug info from /home/vagrant/rpmbuild/BUILDROOT/calamari-server-1.5.2-15_g5b8fa14.el7.x86_64/opt/calamari/venv/lib/python2.7/site-packages/greenlet.so
extracting debug info from /home/vagrant/rpmbuild/BUILDROOT/calamari-server-1.5.2-15_g5b8fa14.el7.x86_64/opt/calamari/venv/lib/python2.7/site-packages/gevent/corecext.so
extracting debug info from /home/vagrant/rpmbuild/BUILDROOT/calamari-server-1.5.2-15_g5b8fa14.el7.x86_64/opt/calamari/venv/lib/python2.7/site-packages/gevent/ares.so
extracting debug info from /home/vagrant/rpmbuild/BUILDROOT/calamari-server-1.5.2-15_g5b8fa14.el7.x86_64/opt/calamari/venv/lib/python2.7/site-packages/gevent/_semaphore.so
extracting debug info from /home/vagrant/rpmbuild/BUILDROOT/calamari-server-1.5.2-15_g5b8fa14.el7.x86_64/opt/calamari/venv/lib/python2.7/site-packages/zmq/backend/cython/_device.so
extracting debug info from /home/vagrant/rpmbuild/BUILDROOT/calamari-server-1.5.2-15_g5b8fa14.el7.x86_64/opt/calamari/venv/lib/python2.7/site-packages/zmq/backend/cython/_poll.so
extracting debug info from /home/vagrant/rpmbuild/BUILDROOT/calamari-server-1.5.2-15_g5b8fa14.el7.x86_64/opt/calamari/venv/lib/python2.7/site-packages/zmq/backend/cython/_version.so
extracting debug info from /home/vagrant/rpmbuild/BUILDROOT/calamari-server-1.5.2-15_g5b8fa14.el7.x86_64/opt/calamari/venv/lib/python2.7/site-packages/zmq/backend/cython/constants.so
extracting debug info from /home/vagrant/rpmbuild/BUILDROOT/calamari-server-1.5.2-15_g5b8fa14.el7.x86_64/opt/calamari/venv/lib/python2.7/site-packages/zmq/backend/cython/context.so
extracting debug info from /home/vagrant/rpmbuild/BUILDROOT/calamari-server-1.5.2-15_g5b8fa14.el7.x86_64/opt/calamari/venv/lib/python2.7/site-packages/zmq/backend/cython/error.so
extracting debug info from /home/vagrant/rpmbuild/BUILDROOT/calamari-server-1.5.2-15_g5b8fa14.el7.x86_64/opt/calamari/venv/lib/python2.7/site-packages/zmq/backend/cython/message.so
extracting debug info from /home/vagrant/rpmbuild/BUILDROOT/calamari-server-1.5.2-15_g5b8fa14.el7.x86_64/opt/calamari/venv/lib/python2.7/site-packages/zmq/backend/cython/socket.so
extracting debug info from /home/vagrant/rpmbuild/BUILDROOT/calamari-server-1.5.2-15_g5b8fa14.el7.x86_64/opt/calamari/venv/lib/python2.7/site-packages/zmq/backend/cython/utils.so
extracting debug info from /home/vagrant/rpmbuild/BUILDROOT/calamari-server-1.5.2-15_g5b8fa14.el7.x86_64/opt/calamari/venv/lib/python2.7/site-packages/zmq/devices/monitoredqueue.so
/usr/lib/rpm/sepdebugcrcfix: Updated 23 CRC32s, 0 CRC32s did match.
Processing files: calamari-server-1.5.2-15_g5b8fa14.el7.x86_64
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.u3Ecap
Provides: calamari-server = 1.5.2-15_g5b8fa14.el7 calamari-server(x86-64) = 1.5.2-15_g5b8fa14.el7
Requires(interp): /bin/sh /bin/sh /bin/sh
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires(post): /bin/sh policycoreutils selinux-policy >= 3.13.1-192.el7_5.3
Requires(preun): /bin/sh
Requires(postun): /bin/sh policycoreutils
Requires: /opt/calamari/venv/bin/python /usr/bin/env libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.15)(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.2)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.7)(64bit) libc.so.6(GLIBC_2.9)(64bit) libdl.so.2()(64bit) libm.so.6()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpython2.7.so.1.0()(64bit) librt.so.1()(64bit) librt.so.1(GLIBC_2.2.5)(64bit) libutil.so.1()(64bit) libzmq.so.3()(64bit) rtld(GNU_HASH)
Processing files: calamari-server-debuginfo-1.5.2-15_g5b8fa14.el7.x86_64
Provides: calamari-server-debuginfo = 1.5.2-15_g5b8fa14.el7 calamari-server-debuginfo(x86-64) = 1.5.2-15_g5b8fa14.el7
Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/vagrant/rpmbuild/BUILDROOT/calamari-server-1.5.2-15_g5b8fa14.el7.x86_64
Wrote: /home/vagrant/rpmbuild/RPMS/x86_64/calamari-server-1.5.2-15_g5b8fa14.el7.x86_64.rpm
Wrote: /home/vagrant/rpmbuild/RPMS/x86_64/calamari-server-debuginfo-1.5.2-15_g5b8fa14.el7.x86_64.rpm
Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.tVzH9A
----------
ID: cp-artifacts-up calamari/repobuild/calamari-repo-*.tar.gz
Function: cmd.run
Name: cp calamari/repobuild/calamari-repo-*.tar.gz /git
Result: False
Comment: Command "cp calamari/repobuild/calamari-repo-*.tar.gz /git" run
Started: 14:26:07.850133
Duration: 44.327 ms
Changes:
----------
pid:
13256
retcode:
1
stderr:
cp: cannot stat 'calamari/repobuild/calamari-repo-*.tar.gz': No such file or directory
stdout:
----------
ID: cp-artifacts-up rpmbuild/RPMS/*/calamari-server-*.rpm
Function: cmd.run
Name: cp rpmbuild/RPMS/*/calamari-server-*.rpm /git
Result: True
Comment: Command "cp rpmbuild/RPMS/*/calamari-server-*.rpm /git" run
Started: 14:26:07.895461
Duration: 160.662 ms
Changes:
----------
pid:
13257
retcode:
0
stderr:
stdout:
----------
ID: cp-artifacts-up Diamond/dist/diamond-*.rpm
Function: cmd.run
Name: cp Diamond/dist/diamond-*.rpm /git
Result: False
Comment: Command "cp Diamond/dist/diamond-*.rpm /git" run
Started: 14:26:08.056879
Duration: 20.077 ms
Changes:
----------
pid:
13258
retcode:
1
stderr:
cp: cannot stat 'Diamond/dist/diamond-*.rpm': No such file or directory
stdout:
Summary for local
------------
Succeeded: 4 (changed=4)
Failed: 2
------------
Total states run: 6
Total run time: 315.012 s
_______________________________________________
ceph-users mailing list
[email protected]
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com