Build Result for tpokorra/nsis/nsis/master
go to bottom of this page
[00:00:00] * Starting at 2017-02-07 16:21:07 GMT+0100
[00:00:00] * Preparing the machine...
[00:00:01] now running: ssh -f -o "StrictHostKeyChecking no" -p 2222 -i /etc/lightbuildserver/container/container_rsa root@build04docker.lbs.solidcharity.com "export LC_ALL=C; (if [ ! -z \"\`docker ps -a | grep 008-build04docker.lbs.solidcharity.com\`\" ]; then service docker restart && docker stop 008-build04docker.lbs.solidcharity.com && docker rm 008-build04docker.lbs.solidcharity.com; fi) 2>&1; echo \$?"
[00:00:01] bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[00:00:06] 008-build04docker.lbs.solidcharity.com
[00:00:07] 008-build04docker.lbs.solidcharity.com
[00:00:07] 0
[00:00:07] now running: mkdir -p /mnt/var/lib/lightbuildserver/repos/tpokorra/nsis/centos/7
[00:00:07] mkdir: cannot create directory ‘/mnt/var/lib/lightbuildserver/repos/tpokorra’: Permission denied
[00:00:07] now running: ssh -f -o "StrictHostKeyChecking no" -p 2222 -i /etc/lightbuildserver/container/container_rsa root@build04docker.lbs.solidcharity.com "export LC_ALL=C; (mkdir -p `dirname /mnt/var/lib/lightbuildserver/repos/tpokorra/nsis/centos`) 2>&1; echo \$?"
[00:00:08] bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[00:00:08] 0
[00:00:08] now running: rsync -avz --delete -e "ssh -o 'StrictHostKeyChecking no' -i /etc/lightbuildserver/container/container_rsa -p 2222" /var/lib/lightbuildserver/repos/tpokorra/nsis/centos/7 root@build04docker.lbs.solidcharity.com:/mnt/var/lib/lightbuildserver/repos/tpokorra/nsis/centos
[00:00:08] bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[00:00:08] sending incremental file list
[00:00:08]
[00:00:08] sent 995 bytes received 20 bytes 2,030.00 bytes/sec
[00:00:08] total size is 18,076,518 speedup is 17,809.38
[00:00:08] now running: mkdir -p /mnt/var/lib/lightbuildserver/tarballs/tpokorra/nsis
[00:00:08] mkdir: cannot create directory ‘/mnt/var/lib/lightbuildserver/tarballs/tpokorra’: Permission denied
[00:00:08] now running: ssh -f -o "StrictHostKeyChecking no" -p 2222 -i /etc/lightbuildserver/container/container_rsa root@build04docker.lbs.solidcharity.com "export LC_ALL=C; (mkdir -p `dirname /mnt/var/lib/lightbuildserver/tarballs/tpokorra`) 2>&1; echo \$?"
[00:00:08] bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[00:00:08] 0
[00:00:08] now running: rsync -avz --delete -e "ssh -o 'StrictHostKeyChecking no' -i /etc/lightbuildserver/container/container_rsa -p 2222" /var/lib/lightbuildserver/tarballs/tpokorra/nsis root@build04docker.lbs.solidcharity.com:/mnt/var/lib/lightbuildserver/tarballs/tpokorra
[00:00:08] bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[00:00:08] sending incremental file list
[00:00:08]
[00:00:08] sent 68 bytes received 17 bytes 170.00 bytes/sec
[00:00:08] total size is 0 speedup is 0.00
[00:00:09] now running: ssh -f -o "StrictHostKeyChecking no" -p 2222 -i /etc/lightbuildserver/container/container_rsa root@build04docker.lbs.solidcharity.com "export LC_ALL=C; (cd /usr/share/docker-scripts/ && ./initDockerContainer.sh 008-build04docker.lbs.solidcharity.com 8 Dockerfiles/Dockerfile.centos7 -v /mnt/var/lib/lightbuildserver/repos/tpokorra/nsis/centos/7:/root/repo -v /mnt/var/lib/lightbuildserver/tarballs/tpokorra/nsis:/root/tarball) 2>&1; echo \$?"
[00:00:09] bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[00:00:09] Sending build context to Docker daemon 5.12 kB
[00:00:09]
[00:00:09] Step 1/20 : FROM centos:7
[00:00:09] ---> 980e0e4c79ec
[00:00:09] Step 2/20 : RUN sed -i -e "s/tsflags=nodocs/#tsflags=nodocs/g" /etc/yum.conf
[00:00:09] ---> Using cache
[00:00:09] ---> e8b66ef46b90
[00:00:09] Step 3/20 : ENV container docker
[00:00:09] ---> Using cache
[00:00:09] ---> 057b9c41714a
[00:00:09] Step 4/20 : RUN yum -y swap -- remove fakesystemd -- install systemd systemd-libs
[00:00:09] ---> Using cache
[00:00:09] ---> c11382029b6b
[00:00:09] Step 5/20 : RUN yum -y update; yum clean all; (cd /lib/systemd/system/sysinit.target.wants/; for i in *; do [ $i == systemd-tmpfiles-setup.service ] || rm -f $i; done); rm -f /lib/systemd/system/multi-user.target.wants/*;rm -f /etc/systemd/system/*.wants/*;rm -f /lib/systemd/system/local-fs.target.wants/*; rm -f /lib/systemd/system/sockets.target.wants/*udev*; rm -f /lib/systemd/system/sockets.target.wants/*initctl*; rm -f /lib/systemd/system/basic.target.wants/*;rm -f /lib/systemd/system/anaconda.target.wants/*;
[00:00:09] ---> Using cache
[00:00:09] ---> b37e3a9f854c
[00:00:09] Step 6/20 : RUN yum -y install openssh-server selinux-policy vim iptables
[00:00:09] ---> Using cache
[00:00:09] ---> 63c646ea38d6
[00:00:09] Step 7/20 : RUN yum clean all
[00:00:09] ---> Using cache
[00:00:09] ---> a1d06bf41d27
[00:00:09] Step 8/20 : RUN mkdir /var/run/sshd
[00:00:09] ---> Using cache
[00:00:09] ---> b574e5ce19a1
[00:00:09] Step 9/20 : RUN ssh-keygen -t rsa -f /etc/ssh/ssh_host_rsa_key -N ''
[00:00:09] ---> Using cache
[00:00:09] ---> 542670c433cb
[00:00:09] Step 10/20 : RUN mkdir -p /root/.ssh
[00:00:09] ---> Using cache
[00:00:09] ---> a41c63b66082
[00:00:09] Step 11/20 : RUN echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCjDbdi9+WtQCQ/vMT1+NuPz4T8B3cgJwmqD1SAd2ornOTvV46rL85gmqWXBY67ZiWS7tB5aA8Js4fOTi1KWJQ6MwiHgOeYLwlYf2BjzTEaUp1yKDu5/hgYIhiit54A+EHbJcprFX+z91eHGGjcg2DqTeWu5ggYhSwsATq3cEtOc93Z9WtUdTCE2SPNBuZXLMfLdYPh9+l9U1Rv3oZYntEdlUouLXDUbdnkJ8Ak13qHQd0w2c+EDYkVFatbe33dzPha7HfrjysSFTW/L63u2zFi2OntR7hAkUKhi9QCELiNWCuP+MJPkvGsHoNuTPI9ebWLchw/gB3BAlJ9MuIm/5Jl root@localhost' >> /root/.ssh/authorized_keys
[00:00:09] ---> Using cache
[00:00:09] ---> e072f5a58428
[00:00:09] Step 12/20 : RUN echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDSOZYXEB5tZ2FJ8wnzuW1cg6oJROq2schphEUC8OFeTiPNl0rtqJvWtEXcOjDQmOP1eHsCl+/VFJ7TalTuzWPv9fWUjpmZlBfu9uNZzVzZvcjgve5QCGdCntO+FOFbW6UKoQjG6d9rEQquh8aHlC2OCivkeOJn0Eq0wvX4rZGtIORhr/Idf3WTxGoL58cCExKyFsOnD6HDUoQMEpBQv0nGKawdnDcPydfb0LylpRMsxnjfyZl+r8AmTqsYpz7y0LAMbGBmPrX7RhudA4SNPCs6b8xriDsx4/MTJoszL8+CURs6dhMIzdgUuU97hicB0+tJQIs5or8Tx8gZIu+04MdDD8KbQ9mRJde6ATfJ9Z63gICiNWmrqOoDVbyGwuIjHBLqckbZM7AcLPuRFySeTmcpMnK1hcUkalMz0+yvahAPsgJBLNZV3aEh4dr9QAlX9zUskIr/UxHlWt6ptoNRX+BC7tO0ZnE9u7F8h48+OfbIocYfYhzI8XCbS0q/JoowP2Fojr68CpZwBdHuXx3zyQl0ML5l8EUQREzTuNjzenMbc6sW7B6oi77qd5fBh0HmzS9TT7AgSbv/CLvRFVjKzcAkX2sIa7bQafou82FQXc4XAqYPr3xTalrX4bCdJFQuhkvPdrVQUib8RIzfwbgxJ45Wv3ewazUtbDnfDZTz/flONQ== timotheus.pokorra@solidcharity.com' >> /root/.ssh/authorized_keys
[00:00:09] ---> Using cache
[00:00:09] ---> 298f4c133fcc
[00:00:09] Step 13/20 : RUN echo 'ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA2WzSqPY943mB8L4IE7MpSSP19YHVuwTryf8ZgkQJrsFI85K3zryMXA2pman3/VwgU2NUS129K66JtFzeQJQgrlmGLgZsei+LBbBaFzBXNZn6i9HMWWGv/HLyCZcJ7oeLvvswMCOUYTLZZybfeJSYumWEOjBy8uOyUuZloJ6LtAPCNjv7BmBWO/q+E/PFZS5agFey2ehoRrV2+anDXKLaujdcbH12/1obKF8OhX1F5uXdetdmg6tWAmnFb7BMxmBY3mORh+wh2fiiYND8Cjh68OsY/Kb6fE/iCOW2A5yxmWurP/C1wKexAeB8eDe+gWusJ4oM2hI9PfkXX5+2b7t3jQ== tim00-vps@currock.net' >> /root/.ssh/authorized_keys
[00:00:09] ---> Using cache
[00:00:09] ---> a8e459addad8
[00:00:09] Step 14/20 : RUN echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC3ZpDryOAn/PgoyDhoOoidOFlAfYwbHXn87vHseNaGfgBhmw7mLlDB/i5D6aC4B3PFbjUAUengOGEZP9F2Suu2bB16nXLLCQgqnerWLNemx8eBgxfFS2iM3j8kZufsKaPS5GQ6WT77ogVLfNHrDGJzuVFo8coEApBvnVcVEZd0xSIHGJIdBkY78xm4pebn5uho5LewlO33UIwABRW9UP0DOqvNv1iSbhjC4LrBR6ZJTX+50LidqMDYvXBRYJUeYgisLsTp/omlsBikzZrARKQym/7e9qPwSBaJpT716R+4s1hyXyoVIiUmmLioxT82bI/olyr7JvfZREi++XkU0/Qf root@65-lbs.solidcharity.com' >> /root/.ssh/authorized_keys
[00:00:09] ---> Using cache
[00:00:09] ---> e9bb524b5dfb
[00:00:09] Step 15/20 : RUN chmod -R 600 /root/.ssh; systemctl enable sshd.service
[00:00:09] ---> Using cache
[00:00:09] ---> 8d1d180fce63
[00:00:09] Step 16/20 : RUN sed -i "s/SELINUX=enforcing/SELINUX=disabled/g" /etc/selinux/config
[00:00:09] ---> Using cache
[00:00:09] ---> 0f1cfeabb8e0
[00:00:09] Step 17/20 : EXPOSE 22
[00:00:09] ---> Using cache
[00:00:09] ---> 89a34c42c425
[00:00:09] Step 18/20 : ENV init /lib/systemd/systemd
[00:00:09] ---> Using cache
[00:00:09] ---> 40e6c2db8228
[00:00:09] Step 19/20 : ENTRYPOINT /usr/sbin/init
[00:00:09] ---> Using cache
[00:00:09] ---> 9c9e9ddb19ff
[00:00:09] Step 20/20 : CMD bash
[00:00:09] ---> Using cache
[00:00:09] ---> 5e26cb9ff9ba
[00:00:09] Successfully built 5e26cb9ff9ba
[00:00:09] docker run --name 008-build04docker.lbs.solidcharity.com --privileged=true -v /mnt/var/lib/lightbuildserver/repos/tpokorra/nsis/centos/7:/root/repo -v /mnt/var/lib/lightbuildserver/tarballs/tpokorra/nsis:/root/tarball -p 2008:22 -h 008-build04docker.lbs.solidcharity.com -d -t -i 008-build04docker.lbs.solidcharity.com/8
[00:00:12] 0.0.0.0:2008
[00:00:12] Host [localhost]:2008 not found in /root/.ssh/known_hosts
[00:00:12]
[00:00:12]
[00:00:12] connect to the container with: ssh -p 2008 root@localhost
[00:00:12]
[00:00:12]
[00:00:12] 0
[00:00:12] now running: ssh-keygen -f "/run/uwsgi/.ssh/known_hosts" -R [10.0.3.1]:2008
[00:00:12] # Host [10.0.3.1]:2008 found: line 6
[00:00:12] /run/uwsgi/.ssh/known_hosts updated.
[00:00:12] Original contents retained as /run/uwsgi/.ssh/known_hosts.old
[00:00:12] now running: ssh-keygen -f "/run/uwsgi/.ssh/known_hosts" -R [build04docker.lbs.solidcharity.com]:2008
[00:00:12] # Host [build04docker.lbs.solidcharity.com]:2008 found: line 6
[00:00:12] /run/uwsgi/.ssh/known_hosts updated.
[00:00:12] Original contents retained as /run/uwsgi/.ssh/known_hosts.old
[00:00:12] now running: ssh -f -o "StrictHostKeyChecking no" -o Port=2008 -i /etc/lightbuildserver/container/container_rsa root@10.0.3.1 "export LC_ALL=C; (echo "container is running") 2>&1 && echo \$?"
[00:00:12] ssh: connect to host 10.0.3.1 port 2008: Connection refused
[00:00:12] now running: ssh -f -o "StrictHostKeyChecking no" -o Port=2008 -i /etc/lightbuildserver/container/container_rsa root@10.0.3.1 "export LC_ALL=C; (echo "container is running") 2>&1 && echo \$?"
[00:00:12] ssh: connect to host 10.0.3.1 port 2008: Connection refused
[00:00:13] now running: ssh -f -o "StrictHostKeyChecking no" -o Port=2008 -i /etc/lightbuildserver/container/container_rsa root@10.0.3.1 "export LC_ALL=C; (echo "container is running") 2>&1 && echo \$?"
[00:00:13] ssh: connect to host 10.0.3.1 port 2008: Connection refused
[00:00:14] now running: ssh -f -o "StrictHostKeyChecking no" -o Port=2008 -i /etc/lightbuildserver/container/container_rsa root@10.0.3.1 "export LC_ALL=C; (echo "container is running") 2>&1 && echo \$?"
[00:00:14] ssh: connect to host 10.0.3.1 port 2008: Connection refused
[00:00:14] now running: ssh -f -o "StrictHostKeyChecking no" -o Port=2008 -i /etc/lightbuildserver/container/container_rsa root@10.0.3.1 "export LC_ALL=C; (echo "container is running") 2>&1 && echo \$?"
[00:00:14] Warning: Permanently added '[10.0.3.1]:2008' (ECDSA) to the list of known hosts.
[00:00:15] container is running
[00:00:15] 0
[00:00:15] container has been started successfully
[00:00:15] now running: ssh -f -o "StrictHostKeyChecking no" -o Port=2008 -i /etc/lightbuildserver/container/container_rsa root@10.0.3.1 "export LC_ALL=C; (yum -y install tar createrepo gcc rpm-build rpm-sign gnupg make curl iptables rsync perl yum-utils yum-plugin-priorities) 2>&1 && echo \$?"
[00:00:17] Loaded plugins: fastestmirror, ovl
[00:00:21] Determining fastest mirrors
[00:00:23] * base: mirror.daniel-jost.net
[00:00:23] * extras: mirror.daniel-jost.net
[00:00:23] * updates: mirror.de.leaseweb.net
[00:00:30] Resolving Dependencies
[00:00:30] --> Running transaction check
[00:00:30] ---> Package createrepo.noarch 0:0.9.9-26.el7 will be installed
[00:00:30] --> Processing Dependency: python-deltarpm for package: createrepo-0.9.9-26.el7.noarch
[00:00:30] --> Processing Dependency: libxml2-python for package: createrepo-0.9.9-26.el7.noarch
[00:00:30] --> Processing Dependency: deltarpm for package: createrepo-0.9.9-26.el7.noarch
[00:00:30] ---> Package curl.x86_64 0:7.29.0-25.el7.centos will be updated
[00:00:30] ---> Package curl.x86_64 0:7.29.0-35.el7.centos will be an update
[00:00:30] --> Processing Dependency: libcurl = 7.29.0-35.el7.centos for package: curl-7.29.0-35.el7.centos.x86_64
[00:00:30] ---> Package gcc.x86_64 0:4.8.5-11.el7 will be installed
[00:00:30] --> Processing Dependency: libgomp = 4.8.5-11.el7 for package: gcc-4.8.5-11.el7.x86_64
[00:00:30] --> Processing Dependency: cpp = 4.8.5-11.el7 for package: gcc-4.8.5-11.el7.x86_64
[00:00:30] --> Processing Dependency: libgcc >= 4.8.5-11.el7 for package: gcc-4.8.5-11.el7.x86_64
[00:00:30] --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-11.el7.x86_64
[00:00:30] --> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-11.el7.x86_64
[00:00:30] --> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-11.el7.x86_64
[00:00:30] --> Processing Dependency: libgomp.so.1()(64bit) for package: gcc-4.8.5-11.el7.x86_64
[00:00:30] ---> Package gnupg2.x86_64 0:2.0.22-3.el7 will be updated
[00:00:30] ---> Package gnupg2.x86_64 0:2.0.22-4.el7 will be an update
[00:00:30] ---> Package iptables.x86_64 0:1.4.21-16.el7 will be updated
[00:00:30] ---> Package iptables.x86_64 0:1.4.21-17.el7 will be an update
[00:00:30] ---> Package make.x86_64 1:3.82-23.el7 will be installed
[00:00:30] ---> Package perl.x86_64 4:5.16.3-286.el7 will be updated
[00:00:30] ---> Package perl.x86_64 4:5.16.3-291.el7 will be an update
[00:00:30] --> Processing Dependency: perl-libs = 4:5.16.3-291.el7 for package: 4:perl-5.16.3-291.el7.x86_64
[00:00:30] ---> Package rpm-build.x86_64 0:4.11.3-21.el7 will be installed
[00:00:30] --> Processing Dependency: rpm = 4.11.3-21.el7 for package: rpm-build-4.11.3-21.el7.x86_64
[00:00:30] --> Processing Dependency: patch >= 2.5 for package: rpm-build-4.11.3-21.el7.x86_64
[00:00:30] --> Processing Dependency: elfutils >= 0.128 for package: rpm-build-4.11.3-21.el7.x86_64
[00:00:30] --> Processing Dependency: unzip for package: rpm-build-4.11.3-21.el7.x86_64
[00:00:30] --> Processing Dependency: system-rpm-config for package: rpm-build-4.11.3-21.el7.x86_64
[00:00:30] --> Processing Dependency: perl(Thread::Queue) for package: rpm-build-4.11.3-21.el7.x86_64
[00:00:30] --> Processing Dependency: file for package: rpm-build-4.11.3-21.el7.x86_64
[00:00:30] --> Processing Dependency: bzip2 for package: rpm-build-4.11.3-21.el7.x86_64
[00:00:30] --> Processing Dependency: /usr/bin/gdb-add-index for package: rpm-build-4.11.3-21.el7.x86_64
[00:00:30] ---> Package rpm-sign.x86_64 0:4.11.3-21.el7 will be installed
[00:00:30] --> Processing Dependency: rpm-build-libs(x86-64) = 4.11.3-21.el7 for package: rpm-sign-4.11.3-21.el7.x86_64
[00:00:30] ---> Package rsync.x86_64 0:3.0.9-17.el7 will be installed
[00:00:30] ---> Package tar.x86_64 2:1.26-29.el7 will be updated
[00:00:30] ---> Package tar.x86_64 2:1.26-31.el7 will be an update
[00:00:30] ---> Package yum-plugin-priorities.noarch 0:1.1.31-40.el7 will be installed
[00:00:30] ---> Package yum-utils.noarch 0:1.1.31-34.el7 will be updated
[00:00:30] ---> Package yum-utils.noarch 0:1.1.31-40.el7 will be an update
[00:00:30] --> Processing Dependency: yum >= 3.4.3-143 for package: yum-utils-1.1.31-40.el7.noarch
[00:00:30] --> Running transaction check
[00:00:30] ---> Package bzip2.x86_64 0:1.0.6-13.el7 will be installed
[00:00:30] ---> Package cpp.x86_64 0:4.8.5-11.el7 will be installed
[00:00:30] ---> Package deltarpm.x86_64 0:3.6-3.el7 will be installed
[00:00:30] ---> Package elfutils.x86_64 0:0.166-2.el7 will be installed
[00:00:30] --> Processing Dependency: elfutils-libs(x86-64) = 0.166-2.el7 for package: elfutils-0.166-2.el7.x86_64
[00:00:30] --> Processing Dependency: elfutils-libelf(x86-64) = 0.166-2.el7 for package: elfutils-0.166-2.el7.x86_64
[00:00:30] --> Processing Dependency: libelf.so.1(ELFUTILS_1.7)(64bit) for package: elfutils-0.166-2.el7.x86_64
[00:00:30] --> Processing Dependency: libdw.so.1(ELFUTILS_0.165)(64bit) for package: elfutils-0.166-2.el7.x86_64
[00:00:30] ---> Package file.x86_64 0:5.11-33.el7 will be installed
[00:00:30] --> Processing Dependency: file-libs = 5.11-33.el7 for package: file-5.11-33.el7.x86_64
[00:00:30] ---> Package gdb.x86_64 0:7.6.1-94.el7 will be installed
[00:00:30] ---> Package glibc-devel.x86_64 0:2.17-157.el7_3.1 will be installed
[00:00:30] --> Processing Dependency: glibc-headers = 2.17-157.el7_3.1 for package: glibc-devel-2.17-157.el7_3.1.x86_64
[00:00:30] --> Processing Dependency: glibc = 2.17-157.el7_3.1 for package: glibc-devel-2.17-157.el7_3.1.x86_64
[00:00:30] --> Processing Dependency: glibc-headers for package: glibc-devel-2.17-157.el7_3.1.x86_64
[00:00:30] ---> Package libcurl.x86_64 0:7.29.0-25.el7.centos will be updated
[00:00:30] ---> Package libcurl.x86_64 0:7.29.0-35.el7.centos will be an update
[00:00:30] ---> Package libgcc.x86_64 0:4.8.5-4.el7 will be updated
[00:00:30] ---> Package libgcc.x86_64 0:4.8.5-11.el7 will be an update
[00:00:31] ---> Package libgomp.x86_64 0:4.8.5-11.el7 will be installed
[00:00:31] ---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed
[00:00:31] ---> Package libxml2-python.x86_64 0:2.9.1-6.el7_2.3 will be installed
[00:00:31] ---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed
[00:00:31] ---> Package patch.x86_64 0:2.7.1-8.el7 will be installed
[00:00:31] ---> Package perl-Thread-Queue.noarch 0:3.02-2.el7 will be installed
[00:00:31] ---> Package perl-libs.x86_64 4:5.16.3-286.el7 will be updated
[00:00:31] ---> Package perl-libs.x86_64 4:5.16.3-291.el7 will be an update
[00:00:31] ---> Package python-deltarpm.x86_64 0:3.6-3.el7 will be installed
[00:00:31] ---> Package redhat-rpm-config.noarch 0:9.1.0-72.el7.centos will be installed
[00:00:31] --> Processing Dependency: dwz >= 0.4 for package: redhat-rpm-config-9.1.0-72.el7.centos.noarch
[00:00:31] --> Processing Dependency: zip for package: redhat-rpm-config-9.1.0-72.el7.centos.noarch
[00:00:31] --> Processing Dependency: perl-srpm-macros for package: redhat-rpm-config-9.1.0-72.el7.centos.noarch
[00:00:31] ---> Package rpm.x86_64 0:4.11.3-17.el7 will be updated
[00:00:31] --> Processing Dependency: rpm = 4.11.3-17.el7 for package: rpm-python-4.11.3-17.el7.x86_64
[00:00:31] --> Processing Dependency: rpm = 4.11.3-17.el7 for package: rpm-libs-4.11.3-17.el7.x86_64
[00:00:31] ---> Package rpm.x86_64 0:4.11.3-21.el7 will be an update
[00:00:31] ---> Package rpm-build-libs.x86_64 0:4.11.3-17.el7 will be updated
[00:00:31] ---> Package rpm-build-libs.x86_64 0:4.11.3-21.el7 will be an update
[00:00:31] ---> Package unzip.x86_64 0:6.0-16.el7 will be installed
[00:00:31] ---> Package yum.noarch 0:3.4.3-132.el7.centos.0.1 will be updated
[00:00:31] ---> Package yum.noarch 0:3.4.3-150.el7.centos will be an update
[00:00:31] --> Processing Dependency: python-urlgrabber >= 3.10-8 for package: yum-3.4.3-150.el7.centos.noarch
[00:00:31] --> Running transaction check
[00:00:31] ---> Package dwz.x86_64 0:0.11-3.el7 will be installed
[00:00:31] ---> Package elfutils-libelf.x86_64 0:0.163-3.el7 will be updated
[00:00:31] ---> Package elfutils-libelf.x86_64 0:0.166-2.el7 will be an update
[00:00:31] ---> Package elfutils-libs.x86_64 0:0.163-3.el7 will be updated
[00:00:31] ---> Package elfutils-libs.x86_64 0:0.166-2.el7 will be an update
[00:00:31] ---> Package file-libs.x86_64 0:5.11-31.el7 will be updated
[00:00:31] ---> Package file-libs.x86_64 0:5.11-33.el7 will be an update
[00:00:31] ---> Package glibc.x86_64 0:2.17-106.el7_2.8 will be updated
[00:00:31] --> Processing Dependency: glibc = 2.17-106.el7_2.8 for package: glibc-common-2.17-106.el7_2.8.x86_64
[00:00:31] ---> Package glibc.x86_64 0:2.17-157.el7_3.1 will be an update
[00:00:31] ---> Package glibc-headers.x86_64 0:2.17-157.el7_3.1 will be installed
[00:00:31] --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-157.el7_3.1.x86_64
[00:00:31] --> Processing Dependency: kernel-headers for package: glibc-headers-2.17-157.el7_3.1.x86_64
[00:00:31] ---> Package perl-srpm-macros.noarch 0:1-8.el7 will be installed
[00:00:31] ---> Package python-urlgrabber.noarch 0:3.10-7.el7 will be updated
[00:00:31] ---> Package python-urlgrabber.noarch 0:3.10-8.el7 will be an update
[00:00:31] ---> Package rpm-libs.x86_64 0:4.11.3-17.el7 will be updated
[00:00:31] ---> Package rpm-libs.x86_64 0:4.11.3-21.el7 will be an update
[00:00:31] ---> Package rpm-python.x86_64 0:4.11.3-17.el7 will be updated
[00:00:31] ---> Package rpm-python.x86_64 0:4.11.3-21.el7 will be an update
[00:00:31] ---> Package zip.x86_64 0:3.0-11.el7 will be installed
[00:00:31] --> Running transaction check
[00:00:31] ---> Package glibc-common.x86_64 0:2.17-106.el7_2.8 will be updated
[00:00:31] ---> Package glibc-common.x86_64 0:2.17-157.el7_3.1 will be an update
[00:00:31] ---> Package kernel-headers.x86_64 0:3.10.0-514.6.1.el7 will be installed
[00:00:34] --> Finished Dependency Resolution
[00:00:34]
[00:00:34] Dependencies Resolved
[00:00:34]
[00:00:34] ================================================================================
[00:00:34] Package Arch Version Repository Size
[00:00:34] ================================================================================
[00:00:34] Installing:
[00:00:34] createrepo noarch 0.9.9-26.el7 base 92 k
[00:00:34] gcc x86_64 4.8.5-11.el7 base 16 M
[00:00:34] make x86_64 1:3.82-23.el7 base 420 k
[00:00:34] rpm-build x86_64 4.11.3-21.el7 base 145 k
[00:00:34] rpm-sign x86_64 4.11.3-21.el7 base 45 k
[00:00:34] rsync x86_64 3.0.9-17.el7 base 360 k
[00:00:34] yum-plugin-priorities noarch 1.1.31-40.el7 base 27 k
[00:00:34] Updating:
[00:00:34] curl x86_64 7.29.0-35.el7.centos base 265 k
[00:00:34] gnupg2 x86_64 2.0.22-4.el7 base 1.5 M
[00:00:34] iptables x86_64 1.4.21-17.el7 base 426 k
[00:00:34] perl x86_64 4:5.16.3-291.el7 base 8.0 M
[00:00:34] tar x86_64 2:1.26-31.el7 base 843 k
[00:00:34] yum-utils noarch 1.1.31-40.el7 base 116 k
[00:00:34] Installing for dependencies:
[00:00:34] bzip2 x86_64 1.0.6-13.el7 base 52 k
[00:00:34] cpp x86_64 4.8.5-11.el7 base 5.9 M
[00:00:34] deltarpm x86_64 3.6-3.el7 base 82 k
[00:00:34] dwz x86_64 0.11-3.el7 base 99 k
[00:00:34] elfutils x86_64 0.166-2.el7 base 280 k
[00:00:34] file x86_64 5.11-33.el7 base 57 k
[00:00:34] gdb x86_64 7.6.1-94.el7 base 2.4 M
[00:00:34] glibc-devel x86_64 2.17-157.el7_3.1 updates 1.1 M
[00:00:34] glibc-headers x86_64 2.17-157.el7_3.1 updates 668 k
[00:00:34] kernel-headers x86_64 3.10.0-514.6.1.el7 updates 4.8 M
[00:00:34] libgomp x86_64 4.8.5-11.el7 base 152 k
[00:00:34] libmpc x86_64 1.0.1-3.el7 base 51 k
[00:00:34] libxml2-python x86_64 2.9.1-6.el7_2.3 base 247 k
[00:00:34] mpfr x86_64 3.1.1-4.el7 base 203 k
[00:00:34] patch x86_64 2.7.1-8.el7 base 110 k
[00:00:34] perl-Thread-Queue noarch 3.02-2.el7 base 17 k
[00:00:34] perl-srpm-macros noarch 1-8.el7 base 4.6 k
[00:00:34] python-deltarpm x86_64 3.6-3.el7 base 31 k
[00:00:34] redhat-rpm-config noarch 9.1.0-72.el7.centos base 78 k
[00:00:34] unzip x86_64 6.0-16.el7 base 169 k
[00:00:34] zip x86_64 3.0-11.el7 base 260 k
[00:00:34] Updating for dependencies:
[00:00:34] elfutils-libelf x86_64 0.166-2.el7 base 208 k
[00:00:34] elfutils-libs x86_64 0.166-2.el7 base 262 k
[00:00:34] file-libs x86_64 5.11-33.el7 base 340 k
[00:00:34] glibc x86_64 2.17-157.el7_3.1 updates 3.6 M
[00:00:34] glibc-common x86_64 2.17-157.el7_3.1 updates 11 M
[00:00:34] libcurl x86_64 7.29.0-35.el7.centos base 218 k
[00:00:34] libgcc x86_64 4.8.5-11.el7 base 97 k
[00:00:34] perl-libs x86_64 4:5.16.3-291.el7 base 688 k
[00:00:34] python-urlgrabber noarch 3.10-8.el7 base 108 k
[00:00:34] rpm x86_64 4.11.3-21.el7 base 1.2 M
[00:00:34] rpm-build-libs x86_64 4.11.3-21.el7 base 104 k
[00:00:34] rpm-libs x86_64 4.11.3-21.el7 base 274 k
[00:00:34] rpm-python x86_64 4.11.3-21.el7 base 80 k
[00:00:34] yum noarch 3.4.3-150.el7.centos base 1.2 M
[00:00:34]
[00:00:34] Transaction Summary
[00:00:34] ================================================================================
[00:00:34] Install 7 Packages (+21 Dependent packages)
[00:00:34] Upgrade 6 Packages (+14 Dependent packages)
[00:00:34]
[00:00:34] Total download size: 65 M
[00:00:34] Downloading packages:
[00:00:34] Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
[00:00:45] --------------------------------------------------------------------------------
[00:00:46] Total 6.2 MB/s | 65 MB 00:10
[00:00:46] Running transaction check
[00:00:46] Running transaction test
[00:00:52] Transaction test succeeded
[00:00:54] Running transaction
[00:01:00] Updating : libgcc-4.8.5-11.el7.x86_64 1/68
[00:01:01] Updating : glibc-2.17-157.el7_3.1.x86_64 2/68
[00:01:01] warning: /etc/nsswitch.conf created as /etc/nsswitch.conf.rpmnew
[00:01:05] Updating : glibc-common-2.17-157.el7_3.1.x86_64 3/68
[00:01:08] Updating : elfutils-libelf-0.166-2.el7.x86_64 4/68
[00:01:08] Updating : file-libs-5.11-33.el7.x86_64 5/68
[00:01:09] Installing : mpfr-3.1.1-4.el7.x86_64 6/68
[00:01:10] Installing : libmpc-1.0.1-3.el7.x86_64 7/68
[00:01:11] Installing : libxml2-python-2.9.1-6.el7_2.3.x86_64 8/68
[00:01:12] Updating : libcurl-7.29.0-35.el7.centos.x86_64 9/68
[00:01:14] Updating : curl-7.29.0-35.el7.centos.x86_64 10/68
[00:01:16] Updating : rpm-libs-4.11.3-21.el7.x86_64 11/68
[00:01:16] Updating : rpm-4.11.3-21.el7.x86_64 12/68
[00:01:17] Installing : deltarpm-3.6-3.el7.x86_64 13/68
[00:01:18] Installing : python-deltarpm-3.6-3.el7.x86_64 14/68
[00:01:19] Updating : gnupg2-2.0.22-4.el7.x86_64 15/68
[00:01:20] Updating : rpm-build-libs-4.11.3-21.el7.x86_64 16/68
[00:01:21] Updating : rpm-python-4.11.3-21.el7.x86_64 17/68
[00:01:22] Installing : cpp-4.8.5-11.el7.x86_64 18/68
[00:01:23] Installing : file-5.11-33.el7.x86_64 19/68
[00:01:23] Updating : elfutils-libs-0.166-2.el7.x86_64 20/68
[00:01:24] Installing : elfutils-0.166-2.el7.x86_64 21/68
[00:01:24] Installing : dwz-0.11-3.el7.x86_64 22/68
[00:01:25] Installing : unzip-6.0-16.el7.x86_64 23/68
[00:01:25] Installing : zip-3.0-11.el7.x86_64 24/68
[00:01:26] Installing : bzip2-1.0.6-13.el7.x86_64 25/68
[00:01:29] Updating : 2:tar-1.26-31.el7.x86_64 26/68
[00:01:31] Updating : 4:perl-libs-5.16.3-291.el7.x86_64 27/68
[00:01:32] Updating : 4:perl-5.16.3-291.el7.x86_64 28/68
[00:01:32] Installing : perl-Thread-Queue-3.02-2.el7.noarch 29/68
[00:01:33] Installing : patch-2.7.1-8.el7.x86_64 30/68
[00:01:34] Installing : gdb-7.6.1-94.el7.x86_64 31/68
[00:01:35] Installing : libgomp-4.8.5-11.el7.x86_64 32/68
[00:01:36] Installing : kernel-headers-3.10.0-514.6.1.el7.x86_64 33/68
[00:01:36] Installing : glibc-headers-2.17-157.el7_3.1.x86_64 34/68
[00:01:37] Installing : glibc-devel-2.17-157.el7_3.1.x86_64 35/68
[00:01:38] Installing : perl-srpm-macros-1-8.el7.noarch 36/68
[00:01:39] Installing : redhat-rpm-config-9.1.0-72.el7.centos.noarch 37/68
[00:01:42] Updating : python-urlgrabber-3.10-8.el7.noarch 38/68
[00:01:42] Updating : yum-3.4.3-150.el7.centos.noarch 39/68
[00:01:45] Installing : createrepo-0.9.9-26.el7.noarch 40/68
[00:01:45] Updating : yum-utils-1.1.31-40.el7.noarch 41/68
[00:01:46] Installing : yum-plugin-priorities-1.1.31-40.el7.noarch 42/68
[00:01:48] Installing : rpm-build-4.11.3-21.el7.x86_64 43/68
[00:01:50] Installing : gcc-4.8.5-11.el7.x86_64 44/68
[00:01:52] Installing : rpm-sign-4.11.3-21.el7.x86_64 45/68
[00:01:54] Updating : iptables-1.4.21-17.el7.x86_64 46/68
[00:01:55] Installing : 1:make-3.82-23.el7.x86_64 47/68
[00:01:57] Installing : rsync-3.0.9-17.el7.x86_64 48/68
[00:01:59] Cleanup : yum-utils-1.1.31-34.el7.noarch 49/68
[00:02:02] Cleanup : elfutils-libs-0.163-3.el7.x86_64 50/68
[00:02:03] Cleanup : yum-3.4.3-132.el7.centos.0.1.noarch 51/68
[00:02:04] Cleanup : rpm-python-4.11.3-17.el7.x86_64 52/68
[00:02:05] Cleanup : rpm-build-libs-4.11.3-17.el7.x86_64 53/68
[00:02:07] Cleanup : rpm-libs-4.11.3-17.el7.x86_64 54/68
[00:02:08] Cleanup : rpm-4.11.3-17.el7.x86_64 55/68
[00:02:09] Cleanup : curl-7.29.0-25.el7.centos.x86_64 56/68
[00:02:10] Cleanup : gnupg2-2.0.22-3.el7.x86_64 57/68
[00:02:11] Cleanup : 4:perl-5.16.3-286.el7.x86_64 58/68
[00:02:12] Cleanup : 4:perl-libs-5.16.3-286.el7.x86_64 59/68
[00:02:13] Cleanup : libcurl-7.29.0-25.el7.centos.x86_64 60/68
[00:02:14] Cleanup : elfutils-libelf-0.163-3.el7.x86_64 61/68
[00:02:15] Cleanup : file-libs-5.11-31.el7.x86_64 62/68
[00:02:16] Cleanup : 2:tar-1.26-29.el7.x86_64 63/68
[00:02:19] Cleanup : iptables-1.4.21-16.el7.x86_64 64/68
[00:02:19] Cleanup : python-urlgrabber-3.10-7.el7.noarch 65/68
[00:02:20] Cleanup : glibc-2.17-106.el7_2.8.x86_64 66/68
[00:02:21] Cleanup : glibc-common-2.17-106.el7_2.8.x86_64 67/68
[00:02:24] Cleanup : libgcc-4.8.5-4.el7.x86_64 68/68
[00:02:25] Verifying : file-5.11-33.el7.x86_64 1/68
[00:02:25] Verifying : unzip-6.0-16.el7.x86_64 2/68
[00:02:26] Verifying : rpm-build-4.11.3-21.el7.x86_64 3/68
[00:02:26] Verifying : zip-3.0-11.el7.x86_64 4/68
[00:02:26] Verifying : cpp-4.8.5-11.el7.x86_64 5/68
[00:02:27] Verifying : python-urlgrabber-3.10-8.el7.noarch 6/68
[00:02:27] Verifying : createrepo-0.9.9-26.el7.noarch 7/68
[00:02:27] Verifying : glibc-headers-2.17-157.el7_3.1.x86_64 8/68
[00:02:28] Verifying : redhat-rpm-config-9.1.0-72.el7.centos.noarch 9/68
[00:02:28] Verifying : glibc-common-2.17-157.el7_3.1.x86_64 10/68
[00:02:29] Verifying : bzip2-1.0.6-13.el7.x86_64 11/68
[00:02:29] Verifying : rpm-sign-4.11.3-21.el7.x86_64 12/68
[00:02:29] Verifying : yum-utils-1.1.31-40.el7.noarch 13/68
[00:02:30] Verifying : perl-Thread-Queue-3.02-2.el7.noarch 14/68
[00:02:30] Verifying : rpm-libs-4.11.3-21.el7.x86_64 15/68
[00:02:30] Verifying : yum-3.4.3-150.el7.centos.noarch 16/68
[00:02:31] Verifying : iptables-1.4.21-17.el7.x86_64 17/68
[00:02:31] Verifying : file-libs-5.11-33.el7.x86_64 18/68
[00:02:32] Verifying : 2:tar-1.26-31.el7.x86_64 19/68
[00:02:32] Verifying : perl-srpm-macros-1-8.el7.noarch 20/68
[00:02:32] Verifying : glibc-devel-2.17-157.el7_3.1.x86_64 21/68
[00:02:33] Verifying : yum-plugin-priorities-1.1.31-40.el7.noarch 22/68
[00:02:33] Verifying : elfutils-libs-0.166-2.el7.x86_64 23/68
[00:02:37] Verifying : glibc-2.17-157.el7_3.1.x86_64 24/68
[00:02:38] Verifying : elfutils-0.166-2.el7.x86_64 25/68
[00:02:38] Verifying : rpm-4.11.3-21.el7.x86_64 26/68
[00:02:38] Verifying : libxml2-python-2.9.1-6.el7_2.3.x86_64 27/68
[00:02:39] Verifying : deltarpm-3.6-3.el7.x86_64 28/68
[00:02:39] Verifying : libgcc-4.8.5-11.el7.x86_64 29/68
[00:02:39] Verifying : kernel-headers-3.10.0-514.6.1.el7.x86_64 30/68
[00:02:40] Verifying : 1:make-3.82-23.el7.x86_64 31/68
[00:02:40] Verifying : libmpc-1.0.1-3.el7.x86_64 32/68
[00:02:40] Verifying : libcurl-7.29.0-35.el7.centos.x86_64 33/68
[00:02:41] Verifying : 4:perl-libs-5.16.3-291.el7.x86_64 34/68
[00:02:41] Verifying : patch-2.7.1-8.el7.x86_64 35/68
[00:02:41] Verifying : curl-7.29.0-35.el7.centos.x86_64 36/68
[00:02:42] Verifying : rpm-python-4.11.3-21.el7.x86_64 37/68
[00:02:42] Verifying : python-deltarpm-3.6-3.el7.x86_64 38/68
[00:02:43] Verifying : 4:perl-5.16.3-291.el7.x86_64 39/68
[00:02:43] Verifying : mpfr-3.1.1-4.el7.x86_64 40/68
[00:02:43] Verifying : gdb-7.6.1-94.el7.x86_64 41/68
[00:02:44] Verifying : rpm-build-libs-4.11.3-21.el7.x86_64 42/68
[00:02:44] Verifying : dwz-0.11-3.el7.x86_64 43/68
[00:02:44] Verifying : libgomp-4.8.5-11.el7.x86_64 44/68
[00:02:45] Verifying : rsync-3.0.9-17.el7.x86_64 45/68
[00:02:45] Verifying : gcc-4.8.5-11.el7.x86_64 46/68
[00:02:45] Verifying : elfutils-libelf-0.166-2.el7.x86_64 47/68
[00:02:46] Verifying : gnupg2-2.0.22-4.el7.x86_64 48/68
[00:02:46] Verifying : 2:tar-1.26-29.el7.x86_64 49/68
[00:02:46] Verifying : elfutils-libs-0.163-3.el7.x86_64 50/68
[00:02:46] Verifying : curl-7.29.0-25.el7.centos.x86_64 51/68
[00:02:46] Verifying : libgcc-4.8.5-4.el7.x86_64 52/68
[00:02:46] Verifying : elfutils-libelf-0.163-3.el7.x86_64 53/68
[00:02:46] Verifying : 4:perl-libs-5.16.3-286.el7.x86_64 54/68
[00:02:46] Verifying : file-libs-5.11-31.el7.x86_64 55/68
[00:02:46] Verifying : 4:perl-5.16.3-286.el7.x86_64 56/68
[00:02:46] Verifying : rpm-libs-4.11.3-17.el7.x86_64 57/68
[00:02:46] Verifying : glibc-common-2.17-106.el7_2.8.x86_64 58/68
[00:02:46] Verifying : iptables-1.4.21-16.el7.x86_64 59/68
[00:02:46] Verifying : libcurl-7.29.0-25.el7.centos.x86_64 60/68
[00:02:46] Verifying : yum-3.4.3-132.el7.centos.0.1.noarch 61/68
[00:02:46] Verifying : glibc-2.17-106.el7_2.8.x86_64 62/68
[00:02:46] Verifying : rpm-python-4.11.3-17.el7.x86_64 63/68
[00:02:46] Verifying : yum-utils-1.1.31-34.el7.noarch 64/68
[00:02:46] Verifying : rpm-build-libs-4.11.3-17.el7.x86_64 65/68
[00:02:46] Verifying : rpm-4.11.3-17.el7.x86_64 66/68
[00:02:46] Verifying : gnupg2-2.0.22-3.el7.x86_64 67/68
[00:02:46] Verifying : python-urlgrabber-3.10-7.el7.noarch 68/68
[00:02:46]
[00:02:46] Installed:
[00:02:46] createrepo.noarch 0:0.9.9-26.el7 gcc.x86_64 0:4.8.5-11.el7
[00:02:46] make.x86_64 1:3.82-23.el7 rpm-build.x86_64 0:4.11.3-21.el7
[00:02:46] rpm-sign.x86_64 0:4.11.3-21.el7 rsync.x86_64 0:3.0.9-17.el7
[00:02:46] yum-plugin-priorities.noarch 0:1.1.31-40.el7
[00:02:46]
[00:02:46] Dependency Installed:
[00:02:46] bzip2.x86_64 0:1.0.6-13.el7
[00:02:46] cpp.x86_64 0:4.8.5-11.el7
[00:02:46] deltarpm.x86_64 0:3.6-3.el7
[00:02:46] dwz.x86_64 0:0.11-3.el7
[00:02:46] elfutils.x86_64 0:0.166-2.el7
[00:02:46] file.x86_64 0:5.11-33.el7
[00:02:46] gdb.x86_64 0:7.6.1-94.el7
[00:02:46] glibc-devel.x86_64 0:2.17-157.el7_3.1
[00:02:46] glibc-headers.x86_64 0:2.17-157.el7_3.1
[00:02:46] kernel-headers.x86_64 0:3.10.0-514.6.1.el7
[00:02:46] libgomp.x86_64 0:4.8.5-11.el7
[00:02:47] libmpc.x86_64 0:1.0.1-3.el7
[00:02:47] libxml2-python.x86_64 0:2.9.1-6.el7_2.3
[00:02:47] mpfr.x86_64 0:3.1.1-4.el7
[00:02:47] patch.x86_64 0:2.7.1-8.el7
[00:02:47] perl-Thread-Queue.noarch 0:3.02-2.el7
[00:02:47] perl-srpm-macros.noarch 0:1-8.el7
[00:02:47] python-deltarpm.x86_64 0:3.6-3.el7
[00:02:47] redhat-rpm-config.noarch 0:9.1.0-72.el7.centos
[00:02:47] unzip.x86_64 0:6.0-16.el7
[00:02:47] zip.x86_64 0:3.0-11.el7
[00:02:47]
[00:02:47] Updated:
[00:02:47] curl.x86_64 0:7.29.0-35.el7.centos gnupg2.x86_64 0:2.0.22-4.el7
[00:02:47] iptables.x86_64 0:1.4.21-17.el7 perl.x86_64 4:5.16.3-291.el7
[00:02:47] tar.x86_64 2:1.26-31.el7 yum-utils.noarch 0:1.1.31-40.el7
[00:02:47]
[00:02:47] Dependency Updated:
[00:02:47] elfutils-libelf.x86_64 0:0.166-2.el7 elfutils-libs.x86_64 0:0.166-2.el7
[00:02:47] file-libs.x86_64 0:5.11-33.el7 glibc.x86_64 0:2.17-157.el7_3.1
[00:02:47] glibc-common.x86_64 0:2.17-157.el7_3.1 libcurl.x86_64 0:7.29.0-35.el7.centos
[00:02:47] libgcc.x86_64 0:4.8.5-11.el7 perl-libs.x86_64 4:5.16.3-291.el7
[00:02:47] python-urlgrabber.noarch 0:3.10-8.el7 rpm.x86_64 0:4.11.3-21.el7
[00:02:47] rpm-build-libs.x86_64 0:4.11.3-21.el7 rpm-libs.x86_64 0:4.11.3-21.el7
[00:02:47] rpm-python.x86_64 0:4.11.3-21.el7 yum.noarch 0:3.4.3-150.el7.centos
[00:02:47]
[00:02:47] Complete!
[00:02:47] 0
[00:02:47] now running: ssh -f -o "StrictHostKeyChecking no" -o Port=2008 -i /etc/lightbuildserver/container/container_rsa root@10.0.3.1 "export LC_ALL=C; (mkdir -p rpmbuild/{BUILD,RPMS,SOURCES,SPECS,SRPMS}) 2>&1 && echo \$?"
[00:02:49] bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[00:02:49] /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[00:02:49] 0
[00:02:49] now running: rsync -avz -e "ssh -o 'StrictHostKeyChecking no' -i /etc/lightbuildserver/container/container_rsa -p 2008" /var/lib/lightbuildserver/src/tpokorra/lbs-nsis root@build04docker.lbs.solidcharity.com:/root
[00:02:49] Warning: Permanently added '[build04docker.lbs.solidcharity.com]:2008,[89.238.67.237]:2008' (ECDSA) to the list of known hosts.
[00:02:49] bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[00:02:49] /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[00:02:49] sending incremental file list
[00:02:49] lbs-nsis/
[00:02:49] lbs-nsis/config.yml
[00:02:49] lbs-nsis/nsis/
[00:02:49] lbs-nsis/nsis/config.yml
[00:02:49] lbs-nsis/nsis/nsis.spec
[00:02:49] lbs-nsis/nsis/setup.sh
[00:02:49]
[00:02:49] sent 1,934 bytes received 107 bytes 4,082.00 bytes/sec
[00:02:49] total size is 3,279 speedup is 1.61
[00:02:49] now running: ssh -f -o "StrictHostKeyChecking no" -o Port=2008 -i /etc/lightbuildserver/container/container_rsa root@10.0.3.1 "export LC_ALL=C; (mkdir -p /root/sources) 2>&1 && echo \$?"
[00:02:50] bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[00:02:50] /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[00:02:50] 0
[00:02:50] now running: ssh -f -o "StrictHostKeyChecking no" -o Port=2008 -i /etc/lightbuildserver/container/container_rsa root@10.0.3.1 "export LC_ALL=C; (curl -L https://sourceforge.net/projects/nsis/files/NSIS%203/3.01/nsis-3.01.zip/download -o /root/sources/nsis-3.01.zip) 2>&1 && echo \$?"
[00:02:50] bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[00:02:50] /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[00:02:50] % Total % Received % Xferd Average Speed Time Time Time Current
[00:02:50] Dload Upload Total Spent Left Speed
[00:02:50]
[00:02:51] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
[00:02:52] 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0
[00:02:52] 0 417 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0
[00:02:52]
[00:02:52] 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0
[00:02:52] 0 331 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0
[00:02:53]
[00:02:54] 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0
[00:02:55] 2 2446k 2 72000 0 0 18593 0 0:02:14 0:00:03 0:02:11 72434
[00:02:56] 8 2446k 8 203k 0 0 42711 0 0:00:58 0:00:04 0:00:54 101k
[00:02:57] 10 2446k 10 257k 0 0 44959 0 0:00:55 0:00:05 0:00:50 88176
[00:02:58] 11 2446k 11 273k 0 0 39859 0 0:01:02 0:00:07 0:00:55 67551
[00:02:59] 11 2446k 11 273k 0 0 34889 0 0:01:11 0:00:08 0:01:03 54411
[00:03:00] 11 2446k 11 273k 0 0 31020 0 0:01:20 0:00:09 0:01:11 40357
[00:03:01] 11 2446k 11 273k 0 0 27922 0 0:01:29 0:00:10 0:01:19 13961
[00:03:02] 13 2446k 13 328k 0 0 30947 0 0:01:20 0:00:10 0:01:10 14440
[00:03:03] 20 2446k 20 492k 0 0 42511 0 0:00:58 0:00:11 0:00:47 46357
[00:03:04] 23 2446k 23 578k 0 0 46032 0 0:00:54 0:00:12 0:00:42 64516
[00:03:05] 26 2446k 26 648k 0 0 48053 0 0:00:52 0:00:13 0:00:39 80133
[00:03:06] 32 2446k 32 789k 0 0 54489 0 0:00:45 0:00:14 0:00:31 107k
[00:03:07] 37 2446k 37 921k 0 0 59562 0 0:00:42 0:00:15 0:00:27 118k
[00:03:08] 41 2446k 41 1023k 0 0 62042 0 0:00:40 0:00:16 0:00:24 105k
[00:03:09] 44 2446k 44 1093k 0 0 62739 0 0:00:39 0:00:17 0:00:22 103k
[00:03:10] 51 2446k 51 1250k 0 0 67885 0 0:00:36 0:00:18 0:00:18 119k
[00:03:11] 52 2446k 52 1289k 0 0 65439 0 0:00:38 0:00:20 0:00:18 95844
[00:03:12] 53 2446k 53 1296k 0 0 62354 0 0:00:40 0:00:21 0:00:19 70484
[00:03:13] 53 2446k 53 1312k 0 0 60800 0 0:00:41 0:00:22 0:00:19 56781
[00:03:14] 54 2446k 54 1335k 0 0 58402 0 0:00:42 0:00:23 0:00:19 44508
[00:03:15] 54 2446k 54 1343k 0 0 56845 0 0:00:44 0:00:24 0:00:20 17943
[00:03:16] 55 2446k 55 1351k 0 0 54627 0 0:00:45 0:00:25 0:00:20 12393
[00:03:17] 56 2446k 56 1375k 0 0 54434 0 0:00:46 0:00:25 0:00:21 17509
[00:03:18] 58 2446k 58 1421k 0 0 54199 0 0:00:46 0:00:26 0:00:20 23534
[00:03:19] 62 2446k 62 1531k 0 0 56340 0 0:00:44 0:00:27 0:00:17 45372
[00:03:20] 66 2446k 66 1625k 0 0 57610 0 0:00:43 0:00:28 0:00:15 61564
[00:03:21] 68 2446k 68 1671k 0 0 56962 0 0:00:43 0:00:30 0:00:13 69491
[00:03:22] 68 2446k 68 1679k 0 0 55758 0 0:00:44 0:00:30 0:00:14 62625
[00:03:23] 71 2446k 71 1742k 0 0 56018 0 0:00:44 0:00:31 0:00:13 65823
[00:03:24] 74 2446k 74 1828k 0 0 57043 0 0:00:43 0:00:32 0:00:11 60958
[00:03:25] 75 2446k 75 1851k 0 0 56049 0 0:00:44 0:00:33 0:00:11 46925
[00:03:26] 76 2446k 76 1875k 0 0 55078 0 0:00:45 0:00:34 0:00:11 43288
[00:03:27] 80 2446k 80 1968k 0 0 56278 0 0:00:44 0:00:35 0:00:09 59497
[00:03:28] 83 2446k 83 2039k 0 0 56689 0 0:00:44 0:00:36 0:00:08 60970
[00:03:29] 87 2446k 87 2132k 0 0 57745 0 0:00:43 0:00:37 0:00:06 62362
[00:03:30] 91 2446k 91 2226k 0 0 58650 0 0:00:42 0:00:38 0:00:04 76084
[00:03:31] 93 2446k 93 2281k 0 0 58612 0 0:00:42 0:00:39 0:00:03 83266
[00:03:32] 94 2446k 94 2320k 0 0 58187 0 0:00:43 0:00:40 0:00:03 71841
[00:03:33] 96 2446k 96 2367k 0 0 57640 0 0:00:43 0:00:42 0:00:01 64355
[00:03:34] 97 2446k 97 2382k 0 0 56894 0 0:00:44 0:00:42 0:00:02 50542
[00:03:35] 98 2446k 98 2414k 0 0 56325 0 0:00:44 0:00:43 0:00:01 38300
[00:03:35] 99 2446k 99 2445k 0 0 55778 0 0:00:44 0:00:44 --:--:-- 33359
[00:03:35] 100 2446k 100 2446k 0 0 55805 0 0:00:44 0:00:44 --:--:-- 31839
[00:03:35] 0
[00:03:35] now running: ssh -f -o "StrictHostKeyChecking no" -o Port=2008 -i /etc/lightbuildserver/container/container_rsa root@10.0.3.1 "export LC_ALL=C; (mkdir -p /root/sources) 2>&1 && echo \$?"
[00:03:35] bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[00:03:35] /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[00:03:35] 0
[00:03:35] now running: ssh -f -o "StrictHostKeyChecking no" -o Port=2008 -i /etc/lightbuildserver/container/container_rsa root@10.0.3.1 "export LC_ALL=C; (curl -L https://sourceforge.net/projects/nsis/files/NSIS%203/3.01/nsis-3.01-src.tar.bz2/download -o /root/sources/nsis-3.01-src.tar.bz2) 2>&1 && echo \$?"
[00:03:35] bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[00:03:35] /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[00:03:35] % Total % Received % Xferd Average Speed Time Time Time Current
[00:03:35] Dload Upload Total Spent Left Speed
[00:03:35]
[00:03:36] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
[00:03:36] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
[00:03:36] 0 431 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
[00:03:37]
[00:03:37] 0 345 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0
[00:03:38]
[00:03:39] 25 1610k 25 416k 0 0 171k 0 0:00:09 0:00:02 0:00:07 171k
[00:03:40] 73 1610k 73 1184k 0 0 345k 0 0:00:04 0:00:03 0:00:01 769k
[00:03:40] 98 1610k 98 1584k 0 0 360k 0 0:00:04 0:00:04 --:--:-- 595k
[00:03:40] 100 1610k 100 1610k 0 0 361k 0 0:00:04 0:00:04 --:--:-- 588k
[00:03:40] 0
[00:03:40] now running: ssh -f -o "StrictHostKeyChecking no" -o Port=2008 -i /etc/lightbuildserver/container/container_rsa root@10.0.3.1 "export LC_ALL=C; (yum -y install http://prdownloads.sourceforge.net/scons/scons-2.3.4-1.noarch.rpm) 2>&1 && echo \$?"
[00:03:40] bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[00:03:40] /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[00:03:41] Loaded plugins: fastestmirror, ovl, priorities
[00:03:43] Examining /var/tmp/yum-root-GLp7bC/scons-2.3.4-1.noarch.rpm: scons-2.3.4-1.noarch
[00:03:43] Marking /var/tmp/yum-root-GLp7bC/scons-2.3.4-1.noarch.rpm to be installed
[00:03:43] Resolving Dependencies
[00:03:43] --> Running transaction check
[00:03:43] ---> Package scons.noarch 0:2.3.4-1 will be installed
[00:03:43] --> Finished Dependency Resolution
[00:03:43]
[00:03:43] Dependencies Resolved
[00:03:43]
[00:03:43] ================================================================================
[00:03:43] Package Arch Version Repository Size
[00:03:43] ================================================================================
[00:03:43] Installing:
[00:03:43] scons noarch 2.3.4-1 /scons-2.3.4-1.noarch 3.4 M
[00:03:43]
[00:03:43] Transaction Summary
[00:03:43] ================================================================================
[00:03:43] Install 1 Package
[00:03:43]
[00:03:43] Total size: 3.4 M
[00:03:43] Installed size: 3.4 M
[00:03:43] Downloading packages:
[00:03:43] Running transaction check
[00:03:43] Running transaction test
[00:03:43] Transaction test succeeded
[00:03:43] Running transaction
[00:03:45] Installing : scons-2.3.4-1.noarch 1/1
[00:03:45] Verifying : scons-2.3.4-1.noarch 1/1
[00:03:45]
[00:03:45] Installed:
[00:03:45] scons.noarch 0:2.3.4-1
[00:03:45]
[00:03:45] Complete!
[00:03:45] 0
[00:03:45] now running: rsync -avz -e "ssh -o 'StrictHostKeyChecking no' -i /etc/lightbuildserver/container/container_rsa -p 2008" /var/lib/lightbuildserver/repos/tpokorra/nsis/centos/7/lbs-tpokorra-nsis.repo root@build04docker.lbs.solidcharity.com:/etc/yum.repos.d
[00:03:46] bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[00:03:46] /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[00:03:46] sending incremental file list
[00:03:46] lbs-tpokorra-nsis.repo
[00:03:46]
[00:03:46] sent 218 bytes received 34 bytes 168.00 bytes/sec
[00:03:46] total size is 130 speedup is 0.52
[00:03:46] now running: ssh -f -o "StrictHostKeyChecking no" -o Port=2008 -i /etc/lightbuildserver/container/container_rsa root@10.0.3.1 "export LC_ALL=C; (echo "priority = 60" >> /etc/yum.repos.d/lbs-tpokorra-nsis.repo) 2>&1 && echo \$?"
[00:03:46] bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[00:03:46] /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[00:03:46] 0
[00:03:46] now running: ssh -f -o "StrictHostKeyChecking no" -o Port=2008 -i /etc/lightbuildserver/container/container_rsa root@10.0.3.1 "export LC_ALL=C; (yum clean metadata) 2>&1 && echo \$?"
[00:03:46] bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[00:03:46] /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[00:03:46] Loaded plugins: fastestmirror, ovl, priorities
[00:03:46] Cleaning repos: base extras lbs-tpokorra-nsis updates
[00:03:46] 10 metadata files removed
[00:03:46] 6 sqlite files removed
[00:03:46] 0 metadata files removed
[00:03:46] 0
[00:03:46] now running: ssh -f -o "StrictHostKeyChecking no" -o Port=2008 -i /etc/lightbuildserver/container/container_rsa root@10.0.3.1 "export LC_ALL=C; (cd lbs-nsis/nsis; ./setup.sh master) 2>&1 && echo \$?"
[00:03:46] bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[00:03:46] /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[00:03:46] Loaded plugins: fastestmirror, ovl, priorities
[00:03:50] Loading mirror speeds from cached hostfile
[00:03:51] * base: mirror.daniel-jost.net
[00:03:51] * extras: mirror.daniel-jost.net
[00:03:51] * updates: mirror.de.leaseweb.net
[00:03:53] Package glibc-devel-2.17-157.el7_3.1.x86_64 already installed and latest version
[00:03:53] Resolving Dependencies
[00:03:53] --> Running transaction check
[00:03:53] ---> Package glibc-devel.i686 0:2.17-157.el7_3.1 will be installed
[00:03:53] --> Processing Dependency: libutil.so.1 for package: glibc-devel-2.17-157.el7_3.1.i686
[00:03:53] --> Processing Dependency: libthread_db.so.1 for package: glibc-devel-2.17-157.el7_3.1.i686
[00:03:53] --> Processing Dependency: librt.so.1 for package: glibc-devel-2.17-157.el7_3.1.i686
[00:03:53] --> Processing Dependency: libresolv.so.2 for package: glibc-devel-2.17-157.el7_3.1.i686
[00:03:53] --> Processing Dependency: libnss_nisplus.so.2 for package: glibc-devel-2.17-157.el7_3.1.i686
[00:03:53] --> Processing Dependency: libnss_nis.so.2 for package: glibc-devel-2.17-157.el7_3.1.i686
[00:03:53] --> Processing Dependency: libnss_hesiod.so.2 for package: glibc-devel-2.17-157.el7_3.1.i686
[00:03:53] --> Processing Dependency: libnss_files.so.2 for package: glibc-devel-2.17-157.el7_3.1.i686
[00:03:53] --> Processing Dependency: libnss_dns.so.2 for package: glibc-devel-2.17-157.el7_3.1.i686
[00:03:53] --> Processing Dependency: libnss_db.so.2 for package: glibc-devel-2.17-157.el7_3.1.i686
[00:03:53] --> Processing Dependency: libnss_compat.so.2 for package: glibc-devel-2.17-157.el7_3.1.i686
[00:03:53] --> Processing Dependency: libnsl.so.1 for package: glibc-devel-2.17-157.el7_3.1.i686
[00:03:53] --> Processing Dependency: libm.so.6 for package: glibc-devel-2.17-157.el7_3.1.i686
[00:03:53] --> Processing Dependency: libdl.so.2 for package: glibc-devel-2.17-157.el7_3.1.i686
[00:03:53] --> Processing Dependency: libcrypt.so.1 for package: glibc-devel-2.17-157.el7_3.1.i686
[00:03:53] --> Processing Dependency: libcidn.so.1 for package: glibc-devel-2.17-157.el7_3.1.i686
[00:03:53] --> Processing Dependency: libanl.so.1 for package: glibc-devel-2.17-157.el7_3.1.i686
[00:03:53] --> Processing Dependency: libBrokenLocale.so.1 for package: glibc-devel-2.17-157.el7_3.1.i686
[00:03:53] ---> Package libstdc++-devel.i686 0:4.8.5-11.el7 will be installed
[00:03:53] --> Processing Dependency: libstdc++(x86-32) = 4.8.5-11.el7 for package: libstdc++-devel-4.8.5-11.el7.i686
[00:03:53] --> Processing Dependency: libstdc++.so.6 for package: libstdc++-devel-4.8.5-11.el7.i686
[00:03:53] ---> Package libstdc++-devel.x86_64 0:4.8.5-11.el7 will be installed
[00:03:53] --> Running transaction check
[00:03:53] ---> Package glibc.i686 0:2.17-157.el7_3.1 will be installed
[00:03:53] --> Processing Dependency: libfreebl3.so(NSSRAWHASH_3.12.3) for package: glibc-2.17-157.el7_3.1.i686
[00:03:53] --> Processing Dependency: libfreebl3.so for package: glibc-2.17-157.el7_3.1.i686
[00:03:53] ---> Package libstdc++.x86_64 0:4.8.5-4.el7 will be updated
[00:03:53] ---> Package libstdc++.i686 0:4.8.5-11.el7 will be installed
[00:03:53] --> Processing Dependency: libgcc_s.so.1(GLIBC_2.0) for package: libstdc++-4.8.5-11.el7.i686
[00:03:53] --> Processing Dependency: libgcc_s.so.1(GCC_4.2.0) for package: libstdc++-4.8.5-11.el7.i686
[00:03:53] --> Processing Dependency: libgcc_s.so.1(GCC_3.3) for package: libstdc++-4.8.5-11.el7.i686
[00:03:53] --> Processing Dependency: libgcc_s.so.1(GCC_3.0) for package: libstdc++-4.8.5-11.el7.i686
[00:03:53] --> Processing Dependency: libgcc_s.so.1 for package: libstdc++-4.8.5-11.el7.i686
[00:03:53] ---> Package libstdc++.x86_64 0:4.8.5-11.el7 will be an update
[00:03:53] --> Running transaction check
[00:03:53] ---> Package libgcc.i686 0:4.8.5-11.el7 will be installed
[00:03:53] ---> Package nss-softokn-freebl.x86_64 0:3.16.2.3-14.2.el7_2 will be updated
[00:03:53] ---> Package nss-softokn-freebl.i686 0:3.16.2.3-14.4.el7 will be installed
[00:03:53] ---> Package nss-softokn-freebl.x86_64 0:3.16.2.3-14.4.el7 will be an update
[00:03:53] --> Finished Dependency Resolution
[00:03:53]
[00:03:53] Dependencies Resolved
[00:03:53]
[00:03:53] ================================================================================
[00:03:53] Package Arch Version Repository Size
[00:03:53] ================================================================================
[00:03:53] Installing:
[00:03:53] glibc-devel i686 2.17-157.el7_3.1 updates 1.1 M
[00:03:53] libstdc++-devel i686 4.8.5-11.el7 base 1.5 M
[00:03:53] libstdc++-devel x86_64 4.8.5-11.el7 base 1.5 M
[00:03:53] Installing for dependencies:
[00:03:53] glibc i686 2.17-157.el7_3.1 updates 4.2 M
[00:03:53] libgcc i686 4.8.5-11.el7 base 104 k
[00:03:53] libstdc++ i686 4.8.5-11.el7 base 312 k
[00:03:53] nss-softokn-freebl i686 3.16.2.3-14.4.el7 base 188 k
[00:03:53] Updating for dependencies:
[00:03:53] libstdc++ x86_64 4.8.5-11.el7 base 300 k
[00:03:53] nss-softokn-freebl x86_64 3.16.2.3-14.4.el7 base 204 k
[00:03:53]
[00:03:53] Transaction Summary
[00:03:53] ================================================================================
[00:03:53] Install 3 Packages (+4 Dependent packages)
[00:03:53] Upgrade ( 2 Dependent packages)
[00:03:53]
[00:03:53] Total download size: 9.3 M
[00:03:53] Downloading packages:
[00:03:53] No Presto metadata available for base
[00:03:55] --------------------------------------------------------------------------------
[00:03:55] Total 5.3 MB/s | 9.3 MB 00:01
[00:03:55] Running transaction check
[00:03:55] Running transaction test
[00:03:55] Transaction test succeeded
[00:03:55] Running transaction
[00:03:57] Installing : libgcc-4.8.5-11.el7.i686 1/11
[00:03:58] Installing : glibc-2.17-157.el7_3.1.i686 2/11
[00:03:59] Installing : nss-softokn-freebl-3.16.2.3-14.4.el7.i686 3/11
[00:04:01] Updating : libstdc++-4.8.5-11.el7.x86_64 4/11
[00:04:02] Installing : libstdc++-devel-4.8.5-11.el7.x86_64 5/11
[00:04:03] Updating : nss-softokn-freebl-3.16.2.3-14.4.el7.x86_64 6/11
[00:04:04] Installing : glibc-devel-2.17-157.el7_3.1.i686 7/11
[00:04:04] Installing : libstdc++-4.8.5-11.el7.i686 8/11
[00:04:05] Installing : libstdc++-devel-4.8.5-11.el7.i686 9/11
[00:04:05] Cleanup : libstdc++-4.8.5-4.el7.x86_64 10/11
[00:04:06] Cleanup : nss-softokn-freebl-3.16.2.3-14.2.el7_2.x86_64 11/11
[00:04:06] Verifying : nss-softokn-freebl-3.16.2.3-14.4.el7.i686 1/11
[00:04:06] Verifying : nss-softokn-freebl-3.16.2.3-14.4.el7.x86_64 2/11
[00:04:07] Verifying : libstdc++-4.8.5-11.el7.i686 3/11
[00:04:07] Verifying : libstdc++-devel-4.8.5-11.el7.i686 4/11
[00:04:07] Verifying : glibc-devel-2.17-157.el7_3.1.i686 5/11
[00:04:08] Verifying : glibc-2.17-157.el7_3.1.i686 6/11
[00:04:08] Verifying : libstdc++-4.8.5-11.el7.x86_64 7/11
[00:04:08] Verifying : libstdc++-devel-4.8.5-11.el7.x86_64 8/11
[00:04:08] Verifying : libgcc-4.8.5-11.el7.i686 9/11
[00:04:08] Verifying : libstdc++-4.8.5-4.el7.x86_64 10/11
[00:04:09] Verifying : nss-softokn-freebl-3.16.2.3-14.2.el7_2.x86_64 11/11
[00:04:09]
[00:04:09] Installed:
[00:04:09] glibc-devel.i686 0:2.17-157.el7_3.1 libstdc++-devel.i686 0:4.8.5-11.el7
[00:04:09] libstdc++-devel.x86_64 0:4.8.5-11.el7
[00:04:09]
[00:04:09] Dependency Installed:
[00:04:09] glibc.i686 0:2.17-157.el7_3.1 libgcc.i686 0:4.8.5-11.el7
[00:04:09] libstdc++.i686 0:4.8.5-11.el7 nss-softokn-freebl.i686 0:3.16.2.3-14.4.el7
[00:04:09]
[00:04:09] Dependency Updated:
[00:04:09] libstdc++.x86_64 0:4.8.5-11.el7 nss-softokn-freebl.x86_64 0:3.16.2.3-14.4.el7
[00:04:09]
[00:04:09] Complete!
[00:04:09] 0
[00:04:09] now running: ssh -f -o "StrictHostKeyChecking no" -o Port=2008 -i /etc/lightbuildserver/container/container_rsa root@10.0.3.1 "export LC_ALL=C; (sed -e 's/Release:.*%{release}/Release: 0/g' lbs-nsis/nsis/nsis.spec > /tmp/nsis.spec) 2>&1 && echo \$?"
[00:04:09] bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[00:04:09] /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[00:04:09] 0
[00:04:09] now running: ssh -f -o "StrictHostKeyChecking no" -o Port=2008 -i /etc/lightbuildserver/container/container_rsa root@10.0.3.1 "export LC_ALL=C; (yum-builddep -y /tmp/nsis.spec) 2>&1 && echo \$?"
[00:04:09] bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[00:04:09] /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[00:04:09] Loaded plugins: fastestmirror, ovl, priorities
[00:04:09] Enabling base-source repository
[00:04:09] Enabling extras-source repository
[00:04:10] Enabling updates-source repository
[00:04:10] Loading mirror speeds from cached hostfile
[00:04:10] * base: mirror.daniel-jost.net
[00:04:10] * extras: mirror.daniel-jost.net
[00:04:10] * updates: mirror.de.leaseweb.net
[00:04:11] Checking for new repos for mirrors
[00:04:11] Getting requirements for /tmp/nsis.spec
[00:04:11] --> Already installed : gcc-4.8.5-11.el7.x86_64
[00:04:11] --> gcc-c++-4.8.5-11.el7.x86_64
[00:04:11] --> Already installed : scons-2.3.4-1.noarch
[00:04:11] --> zlib-devel-1.2.7-17.el7.x86_64
[00:04:11] --> Running transaction check
[00:04:11] ---> Package gcc-c++.x86_64 0:4.8.5-11.el7 will be installed
[00:04:11] ---> Package zlib-devel.x86_64 0:1.2.7-17.el7 will be installed
[00:04:11] --> Processing Dependency: zlib = 1.2.7-17.el7 for package: zlib-devel-1.2.7-17.el7.x86_64
[00:04:11] Package: zlib-1.2.7-17.el7.src - can't co-install with zlib-1.2.7-17.el7.x86_64
[00:04:11] Package: zlib-1.2.7-17.el7.src - can't co-install with zlib-1.2.7-17.el7.x86_64
[00:04:11] --> Running transaction check
[00:04:11] ---> Package zlib.x86_64 0:1.2.7-15.el7 will be updated
[00:04:11] ---> Package zlib.x86_64 0:1.2.7-17.el7 will be an update
[00:04:11] --> Finished Dependency Resolution
[00:04:12]
[00:04:12] Dependencies Resolved
[00:04:12]
[00:04:12] ================================================================================
[00:04:12] Package Arch Version Repository Size
[00:04:12] ================================================================================
[00:04:12] Installing:
[00:04:12] gcc-c++ x86_64 4.8.5-11.el7 base 7.2 M
[00:04:12] zlib-devel x86_64 1.2.7-17.el7 base 50 k
[00:04:12] Updating for dependencies:
[00:04:12] zlib x86_64 1.2.7-17.el7 base 90 k
[00:04:12]
[00:04:12] Transaction Summary
[00:04:12] ================================================================================
[00:04:12] Install 2 Packages
[00:04:12] Upgrade ( 1 Dependent package)
[00:04:12]
[00:04:12] Total download size: 7.3 M
[00:04:12] Downloading packages:
[00:04:12] No Presto metadata available for base
[00:04:22] --------------------------------------------------------------------------------
[00:04:22] Total 685 kB/s | 7.3 MB 00:10
[00:04:22] Running transaction check
[00:04:22] Running transaction test
[00:04:22] Transaction test succeeded
[00:04:22] Running transaction
[00:04:25] Updating : zlib-1.2.7-17.el7.x86_64 1/4
[00:04:26] Installing : gcc-c++-4.8.5-11.el7.x86_64 2/4
[00:04:27] Installing : zlib-devel-1.2.7-17.el7.x86_64 3/4
[00:04:29] Cleanup : zlib-1.2.7-15.el7.x86_64 4/4
[00:04:29] Verifying : gcc-c++-4.8.5-11.el7.x86_64 1/4
[00:04:29] Verifying : zlib-devel-1.2.7-17.el7.x86_64 2/4
[00:04:29] Verifying : zlib-1.2.7-17.el7.x86_64 3/4
[00:04:30] Verifying : zlib-1.2.7-15.el7.x86_64 4/4
[00:04:30]
[00:04:30] Installed:
[00:04:30] gcc-c++.x86_64 0:4.8.5-11.el7 zlib-devel.x86_64 0:1.2.7-17.el7
[00:04:30]
[00:04:30] Dependency Updated:
[00:04:30] zlib.x86_64 0:1.2.7-17.el7
[00:04:30]
[00:04:30] Complete!
[00:04:30] 0
[00:04:30] now running: ssh -f -o "StrictHostKeyChecking no" -o Port=2008 -i /etc/lightbuildserver/container/container_rsa root@10.0.3.1 "export LC_ALL=C; (iptables -P OUTPUT DROP && iptables -A OUTPUT -m state --state ESTABLISHED,RELATED -j ACCEPT && iptables -A OUTPUT -j DROP) 2>&1 && echo \$?"
[00:04:30] bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[00:04:30] /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[00:04:30] 0
[00:04:30] now running: ssh -f -o "StrictHostKeyChecking no" -o Port=2008 -i /etc/lightbuildserver/container/container_rsa root@10.0.3.1 "export LC_ALL=C; (sed -i "s/0%{?suse_version}/0/g" lbs-nsis/nsis/nsis.spec) 2>&1 && echo \$?"
[00:04:30] bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[00:04:30] /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[00:04:30] 0
[00:04:30] now running: ssh -f -o "StrictHostKeyChecking no" -o Port=2008 -i /etc/lightbuildserver/container/container_rsa root@10.0.3.1 "export LC_ALL=C; (sed -i "s/0%{?rhel}/7/g" lbs-nsis/nsis/nsis.spec) 2>&1 && echo \$?"
[00:04:30] bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[00:04:30] /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[00:04:30] 0
[00:04:30] now running: ssh -f -o "StrictHostKeyChecking no" -o Port=2008 -i /etc/lightbuildserver/container/container_rsa root@10.0.3.1 "export LC_ALL=C; (sed -i "s/0%{?fedora}/0/g" lbs-nsis/nsis/nsis.spec) 2>&1 && echo \$?"
[00:04:30] bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[00:04:30] /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[00:04:30] 0
[00:04:30] now running: ssh -f -o "StrictHostKeyChecking no" -o Port=2008 -i /etc/lightbuildserver/container/container_rsa root@10.0.3.1 "export LC_ALL=C; (cp lbs-nsis/nsis/nsis.spec rpmbuild/SPECS) 2>&1 && echo \$?"
[00:04:30] bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[00:04:30] /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[00:04:30] 0
[00:04:30] now running: ssh -f -o "StrictHostKeyChecking no" -o Port=2008 -i /etc/lightbuildserver/container/container_rsa root@10.0.3.1 "export LC_ALL=C; (cp lbs-nsis/nsis/* rpmbuild/SOURCES) 2>&1 && echo \$?"
[00:04:31] bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[00:04:31] /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[00:04:31] 0
[00:04:31] now running: ssh -f -o "StrictHostKeyChecking no" -o Port=2008 -i /etc/lightbuildserver/container/container_rsa root@10.0.3.1 "export LC_ALL=C; (mv sources/* rpmbuild/SOURCES) 2>&1 && echo \$?"
[00:04:31] bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[00:04:31] /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[00:04:31] 0
[00:04:31] now running: rsync -avz -e "ssh -o 'StrictHostKeyChecking no' -i /etc/lightbuildserver/container/container_rsa -p 2008" root@build04docker.lbs.solidcharity.com:/root/rpmbuild/SPECS/nsis.spec /tmp/tmptxfud96y
[00:04:31] bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[00:04:31] /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[00:04:31] receiving incremental file list
[00:04:31] nsis.spec
[00:04:31]
[00:04:31] sent 30 bytes received 1,217 bytes 2,494.00 bytes/sec
[00:04:31] total size is 2,509 speedup is 2.01
[00:04:31] now running: ssh -f -o "StrictHostKeyChecking no" -o Port=2008 -i /etc/lightbuildserver/container/container_rsa root@10.0.3.1 "export LC_ALL=C; (sed -i -e 's/Release:.*%{release}/Release: 1/g' rpmbuild/SPECS/nsis.spec) 2>&1 && echo \$?"
[00:04:31] bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[00:04:31] /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[00:04:31] 0
[00:04:31] now running: ssh -f -o "StrictHostKeyChecking no" -o Port=2008 -i /etc/lightbuildserver/container/container_rsa root@10.0.3.1 "export LC_ALL=C; (rpmbuild -ba rpmbuild/SPECS/nsis.spec) 2>&1 && echo \$?"
[00:04:31] bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[00:04:31] /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[00:04:31] Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.IN95mr
[00:04:31] + umask 022
[00:04:31] + cd /root/rpmbuild/BUILD
[00:04:31] + '[' -d /root/rpmbuild/BUILDROOT/nsis-3.01-1.x86_64 ']'
[00:04:31] + cd /root/rpmbuild/BUILD
[00:04:31] + rm -rf nsis-3.01-src
[00:04:31] + /usr/bin/bzip2 -dc /root/rpmbuild/SOURCES/nsis-3.01-src.tar.bz2
[00:04:31] + /usr/bin/tar -xf -
[00:04:32] + STATUS=0
[00:04:32] + '[' 0 -ne 0 ']'
[00:04:32] + cd nsis-3.01-src
[00:04:32] + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
[00:04:32] + unzip ../../SOURCES/nsis-3.01.zip
[00:04:32] Archive: ../../SOURCES/nsis-3.01.zip
[00:04:32] inflating: nsis-3.01/COPYING
[00:04:32] inflating: nsis-3.01/makensis.exe
[00:04:32] inflating: nsis-3.01/makensisw.exe
[00:04:32] inflating: nsis-3.01/NSIS.chm
[00:04:32] inflating: nsis-3.01/NSIS.exe
[00:04:32] inflating: nsis-3.01/nsisconf.nsh
[00:04:32] inflating: nsis-3.01/Bin/GenPat.exe
[00:04:32] inflating: nsis-3.01/Bin/LibraryLocal.exe
[00:04:32] inflating: nsis-3.01/Bin/MakeLangId.exe
[00:04:32] inflating: nsis-3.01/Bin/makensis.exe
[00:04:32] inflating: nsis-3.01/Bin/RegTool.bin
[00:04:32] inflating: nsis-3.01/Bin/zip2exe.exe
[00:04:32] inflating: nsis-3.01/Bin/zlib1.dll
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Checks/big.bmp
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Checks/classic-cross.bmp
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Checks/classic.bmp
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Checks/colorful.bmp
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Checks/grey-cross.bmp
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Checks/grey.bmp
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Checks/modern.bmp
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Checks/red-round.bmp
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Checks/red.bmp
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Checks/simple-round.bmp
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Checks/simple-round2.bmp
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Checks/simple.bmp
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Header/nsis-r.bmp
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Header/nsis.bmp
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Header/nsis3-branding-r.bmp
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Header/nsis3-branding.bmp
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Header/nsis3-grey-right.bmp
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Header/nsis3-grey.bmp
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Header/nsis3-metro-right.bmp
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Header/nsis3-metro.bmp
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Header/nsis3-vintage-right.bmp
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Header/nsis3-vintage.bmp
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Header/orange-nsis.bmp
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Header/orange-r-nsis.bmp
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Header/orange-r.bmp
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Header/orange-uninstall-nsis.bmp
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Header/orange-uninstall-r-nsis.bmp
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Header/orange-uninstall-r.bmp
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Header/orange-uninstall.bmp
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Header/orange.bmp
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Header/win.bmp
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Icons/arrow-install.ico
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Icons/arrow-uninstall.ico
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Icons/arrow2-install.ico
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Icons/arrow2-uninstall.ico
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Icons/box-install.ico
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Icons/box-uninstall.ico
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Icons/classic-install.ico
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Icons/classic-uninstall.ico
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Icons/llama-blue.ico
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Icons/llama-grey.ico
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Icons/modern-install-blue-full.ico
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Icons/modern-install-blue.ico
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Icons/modern-install-colorful.ico
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Icons/modern-install-full.ico
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Icons/modern-install.ico
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Icons/modern-uninstall-blue-full.ico
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Icons/modern-uninstall-blue.ico
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Icons/modern-uninstall-colorful.ico
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Icons/modern-uninstall-full.ico
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Icons/modern-uninstall.ico
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Icons/nsis1-install.ico
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Icons/nsis1-uninstall.ico
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Icons/nsis3-install-alt.ico
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Icons/nsis3-install.ico
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Icons/nsis3-uninstall.ico
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Icons/orange-install-nsis.ico
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Icons/orange-install.ico
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Icons/orange-uninstall-nsis.ico
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Icons/orange-uninstall.ico
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Icons/pixel-install.ico
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Icons/pixel-uninstall.ico
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Icons/win-install.ico
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Icons/win-uninstall.ico
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Wizard/arrow.bmp
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Wizard/llama.bmp
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Wizard/nsis.bmp
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Wizard/nsis3-branding.bmp
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Wizard/nsis3-grey.bmp
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Wizard/nsis3-metro.bmp
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Wizard/nsis3-vintage.bmp
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Wizard/nullsoft.bmp
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Wizard/orange-nsis.bmp
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Wizard/orange-uninstall-nsis.bmp
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Wizard/orange-uninstall.bmp
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Wizard/orange.bmp
[00:04:32] inflating: nsis-3.01/Contrib/Graphics/Wizard/win.bmp
[00:04:32] inflating: nsis-3.01/Contrib/Language files/Afrikaans.nlf
[00:04:32] inflating: nsis-3.01/Contrib/Language files/Afrikaans.nsh
[00:04:32] inflating: nsis-3.01/Contrib/Language files/Albanian.nlf
[00:04:32] inflating: nsis-3.01/Contrib/Language files/Albanian.nsh
[00:04:32] inflating: nsis-3.01/Contrib/Language files/Arabic.nlf
[00:04:32] inflating: nsis-3.01/Contrib/Language files/Arabic.nsh
[00:04:32] inflating: nsis-3.01/Contrib/Language files/Armenian.nlf
[00:04:32] inflating: nsis-3.01/Contrib/Language files/Armenian.nsh
[00:04:32] inflating: nsis-3.01/Contrib/Language files/Asturian.nlf
[00:04:32] inflating: nsis-3.01/Contrib/Language files/Asturian.nsh
[00:04:32] inflating: nsis-3.01/Contrib/Language files/Basque.nlf
[00:04:32] inflating: nsis-3.01/Contrib/Language files/Basque.nsh
[00:04:32] inflating: nsis-3.01/Contrib/Language files/Belarusian.nlf
[00:04:32] inflating: nsis-3.01/Contrib/Language files/Belarusian.nsh
[00:04:32] inflating: nsis-3.01/Contrib/Language files/Bosnian.nlf
[00:04:32] inflating: nsis-3.01/Contrib/Language files/Bosnian.nsh
[00:04:32] inflating: nsis-3.01/Contrib/Language files/Breton.nlf
[00:04:32] inflating: nsis-3.01/Contrib/Language files/Breton.nsh
[00:04:32] inflating: nsis-3.01/Contrib/Language files/Bulgarian.nlf
[00:04:32] inflating: nsis-3.01/Contrib/Language files/Bulgarian.nsh
[00:04:32] inflating: nsis-3.01/Contrib/Language files/Catalan.nlf
[00:04:32] inflating: nsis-3.01/Contrib/Language files/Catalan.nsh
[00:04:32] inflating: nsis-3.01/Contrib/Language files/Corsican.nlf
[00:04:32] inflating: nsis-3.01/Contrib/Language files/Corsican.nsh
[00:04:32] inflating: nsis-3.01/Contrib/Language files/Croatian.nlf
[00:04:32] inflating: nsis-3.01/Contrib/Language files/Croatian.nsh
[00:04:32] inflating: nsis-3.01/Contrib/Language files/Czech.nlf
[00:04:32] inflating: nsis-3.01/Contrib/Language files/Czech.nsh
[00:04:32] inflating: nsis-3.01/Contrib/Language files/Danish.nlf
[00:04:32] inflating: nsis-3.01/Contrib/Language files/Danish.nsh
[00:04:32] inflating: nsis-3.01/Contrib/Language files/Dutch.nlf
[00:04:32] inflating: nsis-3.01/Contrib/Language files/Dutch.nsh
[00:04:32] inflating: nsis-3.01/Contrib/Language files/English.nlf
[00:04:32] inflating: nsis-3.01/Contrib/Language files/English.nsh
[00:04:32] inflating: nsis-3.01/Contrib/Language files/Esperanto.nlf
[00:04:32] inflating: nsis-3.01/Contrib/Language files/Esperanto.nsh
[00:04:32] inflating: nsis-3.01/Contrib/Language files/Estonian.nlf
[00:04:32] inflating: nsis-3.01/Contrib/Language files/Estonian.nsh
[00:04:32] inflating: nsis-3.01/Contrib/Language files/Farsi.nlf
[00:04:32] inflating: nsis-3.01/Contrib/Language files/Farsi.nsh
[00:04:32] inflating: nsis-3.01/Contrib/Language files/Finnish.nlf
[00:04:32] inflating: nsis-3.01/Contrib/Language files/Finnish.nsh
[00:04:32] inflating: nsis-3.01/Contrib/Language files/French.nlf
[00:04:32] inflating: nsis-3.01/Contrib/Language files/French.nsh
[00:04:32] inflating: nsis-3.01/Contrib/Language files/Galician.nlf
[00:04:32] inflating: nsis-3.01/Contrib/Language files/Galician.nsh
[00:04:32] inflating: nsis-3.01/Contrib/Language files/Georgian.nlf
[00:04:33] inflating: nsis-3.01/Contrib/Language files/Georgian.nsh
[00:04:33] inflating: nsis-3.01/Contrib/Language files/German.nlf
[00:04:33] inflating: nsis-3.01/Contrib/Language files/German.nsh
[00:04:33] inflating: nsis-3.01/Contrib/Language files/Greek.nlf
[00:04:33] inflating: nsis-3.01/Contrib/Language files/Greek.nsh
[00:04:33] inflating: nsis-3.01/Contrib/Language files/Hebrew.nlf
[00:04:33] inflating: nsis-3.01/Contrib/Language files/Hebrew.nsh
[00:04:33] inflating: nsis-3.01/Contrib/Language files/Hungarian.nlf
[00:04:33] inflating: nsis-3.01/Contrib/Language files/Hungarian.nsh
[00:04:33] inflating: nsis-3.01/Contrib/Language files/Icelandic.nlf
[00:04:33] inflating: nsis-3.01/Contrib/Language files/Icelandic.nsh
[00:04:33] inflating: nsis-3.01/Contrib/Language files/Indonesian.nlf
[00:04:33] inflating: nsis-3.01/Contrib/Language files/Indonesian.nsh
[00:04:33] inflating: nsis-3.01/Contrib/Language files/Irish.nlf
[00:04:33] inflating: nsis-3.01/Contrib/Language files/Irish.nsh
[00:04:33] inflating: nsis-3.01/Contrib/Language files/Italian.nlf
[00:04:33] inflating: nsis-3.01/Contrib/Language files/Italian.nsh
[00:04:33] inflating: nsis-3.01/Contrib/Language files/Japanese.nlf
[00:04:33] inflating: nsis-3.01/Contrib/Language files/Japanese.nsh
[00:04:33] inflating: nsis-3.01/Contrib/Language files/Korean.nlf
[00:04:33] inflating: nsis-3.01/Contrib/Language files/Korean.nsh
[00:04:33] inflating: nsis-3.01/Contrib/Language files/Kurdish.nlf
[00:04:33] inflating: nsis-3.01/Contrib/Language files/Kurdish.nsh
[00:04:33] inflating: nsis-3.01/Contrib/Language files/Latvian.nlf
[00:04:33] inflating: nsis-3.01/Contrib/Language files/Latvian.nsh
[00:04:33] inflating: nsis-3.01/Contrib/Language files/Lithuanian.nlf
[00:04:33] inflating: nsis-3.01/Contrib/Language files/Lithuanian.nsh
[00:04:33] inflating: nsis-3.01/Contrib/Language files/Luxembourgish.nlf
[00:04:33] inflating: nsis-3.01/Contrib/Language files/Luxembourgish.nsh
[00:04:33] inflating: nsis-3.01/Contrib/Language files/Macedonian.nlf
[00:04:33] inflating: nsis-3.01/Contrib/Language files/Macedonian.nsh
[00:04:33] inflating: nsis-3.01/Contrib/Language files/Malay.nlf
[00:04:33] inflating: nsis-3.01/Contrib/Language files/Malay.nsh
[00:04:33] inflating: nsis-3.01/Contrib/Language files/Mongolian.nlf
[00:04:33] inflating: nsis-3.01/Contrib/Language files/Mongolian.nsh
[00:04:33] inflating: nsis-3.01/Contrib/Language files/Norwegian.nlf
[00:04:33] inflating: nsis-3.01/Contrib/Language files/Norwegian.nsh
[00:04:33] inflating: nsis-3.01/Contrib/Language files/NorwegianNynorsk.nlf
[00:04:33] inflating: nsis-3.01/Contrib/Language files/NorwegianNynorsk.nsh
[00:04:33] inflating: nsis-3.01/Contrib/Language files/Pashto.nlf
[00:04:33] inflating: nsis-3.01/Contrib/Language files/Pashto.nsh
[00:04:33] inflating: nsis-3.01/Contrib/Language files/Polish.nlf
[00:04:33] inflating: nsis-3.01/Contrib/Language files/Polish.nsh
[00:04:33] inflating: nsis-3.01/Contrib/Language files/Portuguese.nlf
[00:04:33] inflating: nsis-3.01/Contrib/Language files/Portuguese.nsh
[00:04:33] inflating: nsis-3.01/Contrib/Language files/PortugueseBR.nlf
[00:04:33] inflating: nsis-3.01/Contrib/Language files/PortugueseBR.nsh
[00:04:33] inflating: nsis-3.01/Contrib/Language files/Romanian.nlf
[00:04:33] inflating: nsis-3.01/Contrib/Language files/Romanian.nsh
[00:04:33] inflating: nsis-3.01/Contrib/Language files/Russian.nlf
[00:04:33] inflating: nsis-3.01/Contrib/Language files/Russian.nsh
[00:04:33] inflating: nsis-3.01/Contrib/Language files/ScotsGaelic.nlf
[00:04:33] inflating: nsis-3.01/Contrib/Language files/ScotsGaelic.nsh
[00:04:33] inflating: nsis-3.01/Contrib/Language files/Serbian.nlf
[00:04:33] inflating: nsis-3.01/Contrib/Language files/Serbian.nsh
[00:04:33] inflating: nsis-3.01/Contrib/Language files/SerbianLatin.nlf
[00:04:33] inflating: nsis-3.01/Contrib/Language files/SerbianLatin.nsh
[00:04:33] inflating: nsis-3.01/Contrib/Language files/SimpChinese.nlf
[00:04:33] inflating: nsis-3.01/Contrib/Language files/SimpChinese.nsh
[00:04:33] inflating: nsis-3.01/Contrib/Language files/Slovak.nlf
[00:04:33] inflating: nsis-3.01/Contrib/Language files/Slovak.nsh
[00:04:33] inflating: nsis-3.01/Contrib/Language files/Slovenian.nlf
[00:04:33] inflating: nsis-3.01/Contrib/Language files/Slovenian.nsh
[00:04:33] inflating: nsis-3.01/Contrib/Language files/Spanish.nlf
[00:04:33] inflating: nsis-3.01/Contrib/Language files/Spanish.nsh
[00:04:33] inflating: nsis-3.01/Contrib/Language files/SpanishInternational.nlf
[00:04:33] inflating: nsis-3.01/Contrib/Language files/SpanishInternational.nsh
[00:04:33] inflating: nsis-3.01/Contrib/Language files/Swedish.nlf
[00:04:33] inflating: nsis-3.01/Contrib/Language files/Swedish.nsh
[00:04:33] inflating: nsis-3.01/Contrib/Language files/Thai.nlf
[00:04:33] inflating: nsis-3.01/Contrib/Language files/Thai.nsh
[00:04:33] inflating: nsis-3.01/Contrib/Language files/TradChinese.nlf
[00:04:33] inflating: nsis-3.01/Contrib/Language files/TradChinese.nsh
[00:04:33] inflating: nsis-3.01/Contrib/Language files/Turkish.nlf
[00:04:33] inflating: nsis-3.01/Contrib/Language files/Turkish.nsh
[00:04:33] inflating: nsis-3.01/Contrib/Language files/Ukrainian.nlf
[00:04:33] inflating: nsis-3.01/Contrib/Language files/Ukrainian.nsh
[00:04:33] inflating: nsis-3.01/Contrib/Language files/Uzbek.nlf
[00:04:33] inflating: nsis-3.01/Contrib/Language files/Uzbek.nsh
[00:04:33] inflating: nsis-3.01/Contrib/Language files/Vietnamese.nlf
[00:04:33] inflating: nsis-3.01/Contrib/Language files/Vietnamese.nsh
[00:04:33] inflating: nsis-3.01/Contrib/Language files/Welsh.nlf
[00:04:33] inflating: nsis-3.01/Contrib/Language files/Welsh.nsh
[00:04:33] inflating: nsis-3.01/Contrib/Modern UI/ioSpecial.ini
[00:04:33] inflating: nsis-3.01/Contrib/Modern UI/System.nsh
[00:04:33] inflating: nsis-3.01/Contrib/Modern UI 2/Deprecated.nsh
[00:04:33] inflating: nsis-3.01/Contrib/Modern UI 2/Interface.nsh
[00:04:33] inflating: nsis-3.01/Contrib/Modern UI 2/Localization.nsh
[00:04:33] inflating: nsis-3.01/Contrib/Modern UI 2/MUI2.nsh
[00:04:33] inflating: nsis-3.01/Contrib/Modern UI 2/Pages.nsh
[00:04:33] inflating: nsis-3.01/Contrib/Modern UI 2/Pages/Components.nsh
[00:04:33] inflating: nsis-3.01/Contrib/Modern UI 2/Pages/Directory.nsh
[00:04:33] inflating: nsis-3.01/Contrib/Modern UI 2/Pages/Finish.nsh
[00:04:33] inflating: nsis-3.01/Contrib/Modern UI 2/Pages/InstallFiles.nsh
[00:04:33] inflating: nsis-3.01/Contrib/Modern UI 2/Pages/License.nsh
[00:04:33] inflating: nsis-3.01/Contrib/Modern UI 2/Pages/StartMenu.nsh
[00:04:33] inflating: nsis-3.01/Contrib/Modern UI 2/Pages/UninstallConfirm.nsh
[00:04:33] inflating: nsis-3.01/Contrib/Modern UI 2/Pages/Welcome.nsh
[00:04:33] inflating: nsis-3.01/Contrib/UIs/default.exe
[00:04:33] inflating: nsis-3.01/Contrib/UIs/modern.exe
[00:04:33] inflating: nsis-3.01/Contrib/UIs/modern_headerbmp.exe
[00:04:33] inflating: nsis-3.01/Contrib/UIs/modern_headerbmpr.exe
[00:04:33] inflating: nsis-3.01/Contrib/UIs/modern_nodesc.exe
[00:04:33] inflating: nsis-3.01/Contrib/UIs/modern_smalldesc.exe
[00:04:33] inflating: nsis-3.01/Contrib/UIs/sdbarker_tiny.exe
[00:04:33] inflating: nsis-3.01/Contrib/zip2exe/Base.nsh
[00:04:33] inflating: nsis-3.01/Contrib/zip2exe/Classic.nsh
[00:04:33] inflating: nsis-3.01/Contrib/zip2exe/Modern.nsh
[00:04:33] inflating: nsis-3.01/Docs/AdvSplash/advsplash.txt
[00:04:33] inflating: nsis-3.01/Docs/Banner/Readme.txt
[00:04:33] inflating: nsis-3.01/Docs/BgImage/BgImage.txt
[00:04:33] inflating: nsis-3.01/Docs/Dialer/Dialer.txt
[00:04:33] inflating: nsis-3.01/Docs/InstallOptions/Changelog.txt
[00:04:33] inflating: nsis-3.01/Docs/InstallOptions/Readme.html
[00:04:33] inflating: nsis-3.01/Docs/makensisw/License.txt
[00:04:33] inflating: nsis-3.01/Docs/makensisw/Readme.txt
[00:04:33] inflating: nsis-3.01/Docs/Math/Math.txt
[00:04:33] inflating: nsis-3.01/Docs/Modern UI/Changelog.txt
[00:04:33] inflating: nsis-3.01/Docs/Modern UI/License.txt
[00:04:33] inflating: nsis-3.01/Docs/Modern UI/Readme.html
[00:04:33] inflating: nsis-3.01/Docs/Modern UI/images/closed.gif
[00:04:33] inflating: nsis-3.01/Docs/Modern UI/images/header.gif
[00:04:33] inflating: nsis-3.01/Docs/Modern UI/images/open.gif
[00:04:33] inflating: nsis-3.01/Docs/Modern UI/images/screen1.png
[00:04:33] inflating: nsis-3.01/Docs/Modern UI/images/screen2.png
[00:04:33] inflating: nsis-3.01/Docs/Modern UI 2/License.txt
[00:04:33] inflating: nsis-3.01/Docs/Modern UI 2/Readme.html
[00:04:33] inflating: nsis-3.01/Docs/Modern UI 2/images/closed.gif
[00:04:33] inflating: nsis-3.01/Docs/Modern UI 2/images/header.gif
[00:04:33] inflating: nsis-3.01/Docs/Modern UI 2/images/open.gif
[00:04:33] inflating: nsis-3.01/Docs/Modern UI 2/images/screen1.png
[00:04:33] inflating: nsis-3.01/Docs/Modern UI 2/images/screen2.png
[00:04:33] inflating: nsis-3.01/Docs/MultiUser/Readme.html
[00:04:33] inflating: nsis-3.01/Docs/nsDialogs/Readme.html
[00:04:33] inflating: nsis-3.01/Docs/nsExec/nsExec.txt
[00:04:33] inflating: nsis-3.01/Docs/NSISdl/License.txt
[00:04:33] inflating: nsis-3.01/Docs/NSISdl/ReadMe.txt
[00:04:33] inflating: nsis-3.01/Docs/Splash/splash.txt
[00:04:33] inflating: nsis-3.01/Docs/StartMenu/Readme.txt
[00:04:33] inflating: nsis-3.01/Docs/StrFunc/StrFunc.txt
[00:04:33] inflating: nsis-3.01/Docs/System/System.html
[00:04:33] inflating: nsis-3.01/Docs/System/WhatsNew.txt
[00:04:33] inflating: nsis-3.01/Docs/VPatch/Readme.html
[00:04:33] inflating: nsis-3.01/Examples/bigtest.nsi
[00:04:33] inflating: nsis-3.01/Examples/example1.nsi
[00:04:33] inflating: nsis-3.01/Examples/example2.nsi
[00:04:33] inflating: nsis-3.01/Examples/FileFunc.ini
[00:04:33] inflating: nsis-3.01/Examples/FileFunc.nsi
[00:04:33] inflating: nsis-3.01/Examples/FileFuncTest.nsi
[00:04:33] inflating: nsis-3.01/Examples/gfx.nsi
[00:04:33] inflating: nsis-3.01/Examples/languages.nsi
[00:04:33] inflating: nsis-3.01/Examples/Library.nsi
[00:04:33] inflating: nsis-3.01/Examples/LogicLib.nsi
[00:04:33] inflating: nsis-3.01/Examples/makensis.nsi
[00:04:33] inflating: nsis-3.01/Examples/Memento.nsi
[00:04:33] inflating: nsis-3.01/Examples/one-section.nsi
[00:04:33] inflating: nsis-3.01/Examples/primes.nsi
[00:04:33] inflating: nsis-3.01/Examples/rtest.nsi
[00:04:33] inflating: nsis-3.01/Examples/silent.nsi
[00:04:33] inflating: nsis-3.01/Examples/StrFunc.nsi
[00:04:33] inflating: nsis-3.01/Examples/TextFunc.ini
[00:04:33] inflating: nsis-3.01/Examples/TextFunc.nsi
[00:04:33] inflating: nsis-3.01/Examples/TextFuncTest.nsi
[00:04:33] inflating: nsis-3.01/Examples/unicode.nsi
[00:04:33] inflating: nsis-3.01/Examples/UserVars.nsi
[00:04:33] inflating: nsis-3.01/Examples/VersionInfo.nsi
[00:04:33] inflating: nsis-3.01/Examples/viewhtml.nsi
[00:04:33] inflating: nsis-3.01/Examples/waplugin.nsi
[00:04:33] inflating: nsis-3.01/Examples/WordFunc.ini
[00:04:33] inflating: nsis-3.01/Examples/WordFunc.nsi
[00:04:33] inflating: nsis-3.01/Examples/WordFuncTest.nsi
[00:04:33] inflating: nsis-3.01/Examples/AdvSplash/Example.nsi
[00:04:33] inflating: nsis-3.01/Examples/Banner/Example.nsi
[00:04:33] inflating: nsis-3.01/Examples/BgImage/Example.nsi
[00:04:33] inflating: nsis-3.01/Examples/InstallOptions/test.ini
[00:04:33] inflating: nsis-3.01/Examples/InstallOptions/test.nsi
[00:04:33] inflating: nsis-3.01/Examples/InstallOptions/testimgs.ini
[00:04:33] inflating: nsis-3.01/Examples/InstallOptions/testimgs.nsi
[00:04:33] inflating: nsis-3.01/Examples/InstallOptions/testlink.ini
[00:04:33] inflating: nsis-3.01/Examples/InstallOptions/testlink.nsi
[00:04:33] inflating: nsis-3.01/Examples/InstallOptions/testnotify.ini
[00:04:33] inflating: nsis-3.01/Examples/InstallOptions/testnotify.nsi
[00:04:33] inflating: nsis-3.01/Examples/Math/math.nsi
[00:04:33] inflating: nsis-3.01/Examples/Math/mathtest.ini
[00:04:33] inflating: nsis-3.01/Examples/Math/mathtest.nsi
[00:04:33] inflating: nsis-3.01/Examples/Math/mathtest.txt
[00:04:33] inflating: nsis-3.01/Examples/Modern UI/Basic.nsi
[00:04:33] inflating: nsis-3.01/Examples/Modern UI/HeaderBitmap.nsi
[00:04:33] inflating: nsis-3.01/Examples/Modern UI/MultiLanguage.nsi
[00:04:33] inflating: nsis-3.01/Examples/Modern UI/StartMenu.nsi
[00:04:33] inflating: nsis-3.01/Examples/Modern UI/WelcomeFinish.nsi
[00:04:33] inflating: nsis-3.01/Examples/nsDialogs/example.nsi
[00:04:33] inflating: nsis-3.01/Examples/nsDialogs/InstallOptions.nsi
[00:04:33] inflating: nsis-3.01/Examples/nsDialogs/timer.nsi
[00:04:33] inflating: nsis-3.01/Examples/nsDialogs/welcome.nsi
[00:04:33] inflating: nsis-3.01/Examples/nsExec/test.nsi
[00:04:33] inflating: nsis-3.01/Examples/Plugin/exdll-vs2008.sln
[00:04:33] inflating: nsis-3.01/Examples/Plugin/exdll-vs2008.vcproj
[00:04:33] inflating: nsis-3.01/Examples/Plugin/exdll.c
[00:04:33] inflating: nsis-3.01/Examples/Plugin/exdll.dpr
[00:04:33] inflating: nsis-3.01/Examples/Plugin/exdll.dsp
[00:04:33] inflating: nsis-3.01/Examples/Plugin/exdll.dsw
[00:04:33] inflating: nsis-3.01/Examples/Plugin/exdll_with_unit.dpr
[00:04:33] inflating: nsis-3.01/Examples/Plugin/extdll.inc
[00:04:33] inflating: nsis-3.01/Examples/Plugin/nsis.pas
[00:04:33] inflating: nsis-3.01/Examples/Plugin/nsis/api.h
[00:04:33] inflating: nsis-3.01/Examples/Plugin/nsis/nsis_tchar.h
[00:04:33] inflating: nsis-3.01/Examples/Plugin/nsis/pluginapi-x86-ansi.lib
[00:04:33] inflating: nsis-3.01/Examples/Plugin/nsis/pluginapi-x86-unicode.lib
[00:04:33] inflating: nsis-3.01/Examples/Plugin/nsis/pluginapi.h
[00:04:33] inflating: nsis-3.01/Examples/Splash/Example.nsi
[00:04:33] inflating: nsis-3.01/Examples/StartMenu/Example.nsi
[00:04:33] inflating: nsis-3.01/Examples/System/Resource.dll
[00:04:33] inflating: nsis-3.01/Examples/System/SysFunc.nsh
[00:04:33] inflating: nsis-3.01/Examples/System/System.nsh
[00:04:33] inflating: nsis-3.01/Examples/System/System.nsi
[00:04:33] inflating: nsis-3.01/Examples/UserInfo/UserInfo.nsi
[00:04:33] inflating: nsis-3.01/Examples/VPatch/example.nsi
[00:04:33] inflating: nsis-3.01/Examples/VPatch/newfile.txt
[00:04:33] inflating: nsis-3.01/Examples/VPatch/oldfile.txt
[00:04:33] inflating: nsis-3.01/Examples/VPatch/patch.pat
[00:04:33] inflating: nsis-3.01/Include/Colors.nsh
[00:04:33] inflating: nsis-3.01/Include/FileFunc.nsh
[00:04:33] inflating: nsis-3.01/Include/InstallOptions.nsh
[00:04:33] inflating: nsis-3.01/Include/LangFile.nsh
[00:04:33] inflating: nsis-3.01/Include/Library.nsh
[00:04:33] inflating: nsis-3.01/Include/LogicLib.nsh
[00:04:33] inflating: nsis-3.01/Include/Memento.nsh
[00:04:33] inflating: nsis-3.01/Include/MUI.nsh
[00:04:33] inflating: nsis-3.01/Include/MUI2.nsh
[00:04:33] inflating: nsis-3.01/Include/MultiUser.nsh
[00:04:33] inflating: nsis-3.01/Include/nsDialogs.nsh
[00:04:33] inflating: nsis-3.01/Include/Sections.nsh
[00:04:33] inflating: nsis-3.01/Include/StrFunc.nsh
[00:04:33] inflating: nsis-3.01/Include/TextFunc.nsh
[00:04:33] inflating: nsis-3.01/Include/UpgradeDLL.nsh
[00:04:33] inflating: nsis-3.01/Include/Util.nsh
[00:04:33] inflating: nsis-3.01/Include/VB6RunTime.nsh
[00:04:33] inflating: nsis-3.01/Include/VPatchLib.nsh
[00:04:33] inflating: nsis-3.01/Include/WinCore.nsh
[00:04:33] inflating: nsis-3.01/Include/WinMessages.nsh
[00:04:33] inflating: nsis-3.01/Include/WinVer.nsh
[00:04:33] inflating: nsis-3.01/Include/WordFunc.nsh
[00:04:33] inflating: nsis-3.01/Include/x64.nsh
[00:04:33] inflating: nsis-3.01/Include/Win/COM.nsh
[00:04:33] inflating: nsis-3.01/Include/Win/Propkey.nsh
[00:04:33] inflating: nsis-3.01/Include/Win/WinDef.nsh
[00:04:33] inflating: nsis-3.01/Include/Win/WinError.nsh
[00:04:33] inflating: nsis-3.01/Include/Win/WinNT.nsh
[00:04:33] inflating: nsis-3.01/Include/Win/WinUser.nsh
[00:04:33] inflating: nsis-3.01/Menu/index.html
[00:04:33] inflating: nsis-3.01/Menu/notinstalled.html
[00:04:33] inflating: nsis-3.01/Menu/images/header.gif
[00:04:33] inflating: nsis-3.01/Menu/images/line.gif
[00:04:33] inflating: nsis-3.01/Menu/images/site.gif
[00:04:33] inflating: nsis-3.01/Plugins/x86-ansi/AdvSplash.dll
[00:04:33] inflating: nsis-3.01/Plugins/x86-ansi/Banner.dll
[00:04:33] inflating: nsis-3.01/Plugins/x86-ansi/BgImage.dll
[00:04:33] inflating: nsis-3.01/Plugins/x86-ansi/Dialer.dll
[00:04:33] inflating: nsis-3.01/Plugins/x86-ansi/InstallOptions.dll
[00:04:33] inflating: nsis-3.01/Plugins/x86-ansi/LangDLL.dll
[00:04:33] inflating: nsis-3.01/Plugins/x86-ansi/Math.dll
[00:04:33] inflating: nsis-3.01/Plugins/x86-ansi/nsDialogs.dll
[00:04:33] inflating: nsis-3.01/Plugins/x86-ansi/nsExec.dll
[00:04:33] inflating: nsis-3.01/Plugins/x86-ansi/NSISdl.dll
[00:04:33] inflating: nsis-3.01/Plugins/x86-ansi/Splash.dll
[00:04:33] inflating: nsis-3.01/Plugins/x86-ansi/StartMenu.dll
[00:04:33] inflating: nsis-3.01/Plugins/x86-ansi/System.dll
[00:04:33] inflating: nsis-3.01/Plugins/x86-ansi/TypeLib.dll
[00:04:33] inflating: nsis-3.01/Plugins/x86-ansi/UserInfo.dll
[00:04:33] inflating: nsis-3.01/Plugins/x86-ansi/VPatch.dll
[00:04:33] inflating: nsis-3.01/Plugins/x86-unicode/AdvSplash.dll
[00:04:33] inflating: nsis-3.01/Plugins/x86-unicode/Banner.dll
[00:04:33] inflating: nsis-3.01/Plugins/x86-unicode/BgImage.dll
[00:04:33] inflating: nsis-3.01/Plugins/x86-unicode/Dialer.dll
[00:04:33] inflating: nsis-3.01/Plugins/x86-unicode/InstallOptions.dll
[00:04:33] inflating: nsis-3.01/Plugins/x86-unicode/LangDLL.dll
[00:04:33] inflating: nsis-3.01/Plugins/x86-unicode/Math.dll
[00:04:33] inflating: nsis-3.01/Plugins/x86-unicode/nsDialogs.dll
[00:04:33] inflating: nsis-3.01/Plugins/x86-unicode/nsExec.dll
[00:04:33] inflating: nsis-3.01/Plugins/x86-unicode/NSISdl.dll
[00:04:33] inflating: nsis-3.01/Plugins/x86-unicode/Splash.dll
[00:04:33] inflating: nsis-3.01/Plugins/x86-unicode/StartMenu.dll
[00:04:33] inflating: nsis-3.01/Plugins/x86-unicode/System.dll
[00:04:33] inflating: nsis-3.01/Plugins/x86-unicode/TypeLib.dll
[00:04:33] inflating: nsis-3.01/Plugins/x86-unicode/UserInfo.dll
[00:04:33] inflating: nsis-3.01/Plugins/x86-unicode/VPatch.dll
[00:04:33] inflating: nsis-3.01/Stubs/bzip2-x86-ansi
[00:04:33] inflating: nsis-3.01/Stubs/bzip2-x86-unicode
[00:04:33] inflating: nsis-3.01/Stubs/bzip2_solid-x86-ansi
[00:04:33] inflating: nsis-3.01/Stubs/bzip2_solid-x86-unicode
[00:04:33] inflating: nsis-3.01/Stubs/lzma-x86-ansi
[00:04:33] inflating: nsis-3.01/Stubs/lzma-x86-unicode
[00:04:33] inflating: nsis-3.01/Stubs/lzma_solid-x86-ansi
[00:04:33] inflating: nsis-3.01/Stubs/lzma_solid-x86-unicode
[00:04:33] inflating: nsis-3.01/Stubs/uninst
[00:04:33] inflating: nsis-3.01/Stubs/zlib-x86-ansi
[00:04:33] inflating: nsis-3.01/Stubs/zlib-x86-unicode
[00:04:33] inflating: nsis-3.01/Stubs/zlib_solid-x86-ansi
[00:04:33] inflating: nsis-3.01/Stubs/zlib_solid-x86-unicode
[00:04:33] + exit 0
[00:04:33] Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.o4nrdQ
[00:04:33] + umask 022
[00:04:33] + cd /root/rpmbuild/BUILD
[00:04:33] + cd nsis-3.01-src
[00:04:33] ++ pwd
[00:04:33] + scons SKIPSTUBS=all SKIPPLUGINS=all SKIPUTILS=all SKIPMISC=all NSIS_CONFIG_CONST_DATA_PATH=no PREFIX=/root/rpmbuild/BUILD/nsis-3.01-src/nsis-3.01 install-compiler
[00:04:33] scons: Reading SConscript files ...
[00:04:33] Mkdir("build/urelease/config")
[00:04:33] Delete("nsis-07-Feb-2017.cvs")
[00:04:33] Delete(".instdist")
[00:04:33] Delete(".test")
[00:04:33] Using GNU tools configuration
[00:04:34] Checking for linker flag $MAP_FLAG... yes
[00:04:35] Checking for linker flag -s... yes
[00:04:35] Checking for linker flag $MAP_FLAG... yes
[00:04:36] Checking for linker flag -s... yes
[00:04:36] Checking for memcpy requirement... no
[00:04:37] Checking for memset requirement... no
[00:04:37] Checking for linker flag -pthread... yes
[00:04:37] Checking for __BIG_ENDIAN__... no
[00:04:37] gcc --version
[00:04:38] gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-11)
[00:04:38] Copyright (C) 2015 Free Software Foundation, Inc.
[00:04:38] This is free software; see the source for copying conditions. There is NO
[00:04:38] warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
[00:04:38]
[00:04:38] g++ --version
[00:04:38] g++ (GCC) 4.8.5 20150623 (Red Hat 4.8.5-11)
[00:04:38] Copyright (C) 2015 Free Software Foundation, Inc.
[00:04:38] This is free software; see the source for copying conditions. There is NO
[00:04:38] warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
[00:04:38]
[00:04:38] Checking for C library gdi32... no
[00:04:39] Checking for C library user32... no
[00:04:39] Checking for C library pthread... yes
[00:04:39] Checking for C library iconv... no
[00:04:40] Checking for C library shlwapi... no
[00:04:40] Checking for C library z... yes
[00:04:40] Checking for C library dl... yes
[00:04:41] Checking for C library gdi32... no
[00:04:41] Checking for C library iconv... no
[00:04:41] Checking for C library pthread... yes
[00:04:42] Checking for C library user32... no
[00:04:42] Checking for C library z... yes
[00:04:42] Checking for C++ library cppunit... no
[00:04:42] scons: done reading SConscript files.
[00:04:42] scons: Building targets ...
[00:04:42] g++ -o build/urelease/makensis/build.o -c -Wno-non-virtual-dtor -Wall -O2 -DNSISCALL= -D_UNICODE -DUNICODE -DMAKENSIS -D_WIN32_IE=0x0500 -Ibuild/urelease/config Source/build.cpp
[00:04:45] g++ -o build/urelease/makensis/clzma.o -c -Wno-non-virtual-dtor -Wall -O2 -DNSISCALL= -D_UNICODE -DUNICODE -DMAKENSIS -D_WIN32_IE=0x0500 -Ibuild/urelease/config Source/clzma.cpp
[00:04:45] gcc -o build/urelease/makensis/crc32.o -c -Wall -O2 -DNSISCALL= -D_UNICODE -DUNICODE -DMAKENSIS -D_WIN32_IE=0x0500 -Ibuild/urelease/config Source/crc32.c
[00:04:45] g++ -o build/urelease/makensis/DialogTemplate.o -c -Wno-non-virtual-dtor -Wall -O2 -DNSISCALL= -D_UNICODE -DUNICODE -DMAKENSIS -D_WIN32_IE=0x0500 -Ibuild/urelease/config Source/DialogTemplate.cpp
[00:04:46] g++ -o build/urelease/makensis/dirreader.o -c -Wno-non-virtual-dtor -Wall -O2 -DNSISCALL= -D_UNICODE -DUNICODE -DMAKENSIS -D_WIN32_IE=0x0500 -Ibuild/urelease/config Source/dirreader.cpp
[00:04:46] g++ -o build/urelease/makensis/fileform.o -c -Wno-non-virtual-dtor -Wall -O2 -DNSISCALL= -D_UNICODE -DUNICODE -DMAKENSIS -D_WIN32_IE=0x0500 -Ibuild/urelease/config Source/fileform.cpp
[00:04:46] g++ -o build/urelease/makensis/growbuf.o -c -Wno-non-virtual-dtor -Wall -O2 -DNSISCALL= -D_UNICODE -DUNICODE -DMAKENSIS -D_WIN32_IE=0x0500 -Ibuild/urelease/config Source/growbuf.cpp
[00:04:47] g++ -o build/urelease/makensis/icon.o -c -Wno-non-virtual-dtor -Wall -O2 -DNSISCALL= -D_UNICODE -DUNICODE -DMAKENSIS -D_WIN32_IE=0x0500 -Ibuild/urelease/config Source/icon.cpp
[00:04:48] g++ -o build/urelease/makensis/lang.o -c -Wno-non-virtual-dtor -Wall -O2 -DNSISCALL= -D_UNICODE -DUNICODE -DMAKENSIS -D_WIN32_IE=0x0500 -Ibuild/urelease/config Source/lang.cpp
[00:04:49] g++ -o build/urelease/makensis/lineparse.o -c -Wno-non-virtual-dtor -Wall -O2 -DNSISCALL= -D_UNICODE -DUNICODE -DMAKENSIS -D_WIN32_IE=0x0500 -Ibuild/urelease/config Source/lineparse.cpp
[00:04:50] g++ -o build/urelease/makensis/makenssi.o -c -Wno-non-virtual-dtor -Wall -O2 -DNSISCALL= -D_UNICODE -DUNICODE -DMAKENSIS -D_WIN32_IE=0x0500 -Ibuild/urelease/config Source/makenssi.cpp
[00:04:50] g++ -o build/urelease/makensis/manifest.o -c -Wno-non-virtual-dtor -Wall -O2 -DNSISCALL= -D_UNICODE -DUNICODE -DMAKENSIS -D_WIN32_IE=0x0500 -Ibuild/urelease/config Source/manifest.cpp
[00:04:51] g++ -o build/urelease/makensis/mmap.o -c -Wno-non-virtual-dtor -Wall -O2 -DNSISCALL= -D_UNICODE -DUNICODE -DMAKENSIS -D_WIN32_IE=0x0500 -Ibuild/urelease/config Source/mmap.cpp
[00:04:51] g++ -o build/urelease/makensis/Plugins.o -c -Wno-non-virtual-dtor -Wall -O2 -DNSISCALL= -D_UNICODE -DUNICODE -DMAKENSIS -D_WIN32_IE=0x0500 -Ibuild/urelease/config Source/Plugins.cpp
[00:04:52] g++ -o build/urelease/makensis/ResourceEditor.o -c -Wno-non-virtual-dtor -Wall -O2 -DNSISCALL= -D_UNICODE -DUNICODE -DMAKENSIS -D_WIN32_IE=0x0500 -Ibuild/urelease/config Source/ResourceEditor.cpp
[00:04:53] g++ -o build/urelease/makensis/ResourceVersionInfo.o -c -Wno-non-virtual-dtor -Wall -O2 -DNSISCALL= -D_UNICODE -DUNICODE -DMAKENSIS -D_WIN32_IE=0x0500 -Ibuild/urelease/config Source/ResourceVersionInfo.cpp
[00:04:54] g++ -o build/urelease/makensis/script.o -c -Wno-non-virtual-dtor -Wall -O2 -DNSISCALL= -D_UNICODE -DUNICODE -DMAKENSIS -D_WIN32_IE=0x0500 -Ibuild/urelease/config Source/script.cpp
[00:04:54] Source/script.cpp: In member function 'int CEXEBuild::doCommand(int, LineParser&)':
[00:04:54] Source/script.cpp:3232:47: warning: variable 'forceutf8' set but not used [-Wunused-but-set-variable]
[00:04:54] int validparams=true, ret=-1, cmpv=0, forceutf8=0;
[00:04:54] ^
[00:04:57] g++ -o build/urelease/makensis/ShConstants.o -c -Wno-non-virtual-dtor -Wall -O2 -DNSISCALL= -D_UNICODE -DUNICODE -DMAKENSIS -D_WIN32_IE=0x0500 -Ibuild/urelease/config Source/ShConstants.cpp
[00:04:58] g++ -o build/urelease/makensis/strlist.o -c -Wno-non-virtual-dtor -Wall -O2 -DNSISCALL= -D_UNICODE -DUNICODE -DMAKENSIS -D_WIN32_IE=0x0500 -Ibuild/urelease/config Source/strlist.cpp
[00:04:58] g++ -o build/urelease/makensis/tokens.o -c -Wno-non-virtual-dtor -Wall -O2 -DNSISCALL= -D_UNICODE -DUNICODE -DMAKENSIS -D_WIN32_IE=0x0500 -Ibuild/urelease/config Source/tokens.cpp
[00:04:59] g++ -o build/urelease/makensis/tstring.o -c -Wno-non-virtual-dtor -Wall -O2 -DNSISCALL= -D_UNICODE -DUNICODE -DMAKENSIS -D_WIN32_IE=0x0500 -Ibuild/urelease/config Source/tstring.cpp
[00:04:59] g++ -o build/urelease/makensis/utf.o -c -Wno-non-virtual-dtor -Wall -O2 -DNSISCALL= -D_UNICODE -DUNICODE -DMAKENSIS -D_WIN32_IE=0x0500 -Ibuild/urelease/config Source/utf.cpp
[00:04:59] g++ -o build/urelease/makensis/util.o -c -Wno-non-virtual-dtor -Wall -O2 -DNSISCALL= -D_UNICODE -DUNICODE -DMAKENSIS -D_WIN32_IE=0x0500 -Ibuild/urelease/config Source/util.cpp
[00:05:00] g++ -o build/urelease/makensis/winchar.o -c -Wno-non-virtual-dtor -Wall -O2 -DNSISCALL= -D_UNICODE -DUNICODE -DMAKENSIS -D_WIN32_IE=0x0500 -Ibuild/urelease/config Source/winchar.cpp
[00:05:01] g++ -o build/urelease/makensis/writer.o -c -Wno-non-virtual-dtor -Wall -O2 -DNSISCALL= -D_UNICODE -DUNICODE -DMAKENSIS -D_WIN32_IE=0x0500 -Ibuild/urelease/config Source/writer.cpp
[00:05:01] gcc -o build/urelease/makensis/bzip2/blocksort.o -c -Wall -O2 -DNSISCALL= -D_UNICODE -DUNICODE -DMAKENSIS -D_WIN32_IE=0x0500 -Ibuild/urelease/config Source/bzip2/blocksort.c
[00:05:01] gcc -o build/urelease/makensis/bzip2/bzlib.o -c -Wall -O2 -DNSISCALL= -D_UNICODE -DUNICODE -DMAKENSIS -D_WIN32_IE=0x0500 -Ibuild/urelease/config Source/bzip2/bzlib.c
[00:05:02] gcc -o build/urelease/makensis/bzip2/compress.o -c -Wall -O2 -DNSISCALL= -D_UNICODE -DUNICODE -DMAKENSIS -D_WIN32_IE=0x0500 -Ibuild/urelease/config Source/bzip2/compress.c
[00:05:02] gcc -o build/urelease/makensis/bzip2/huffman.o -c -Wall -O2 -DNSISCALL= -D_UNICODE -DUNICODE -DMAKENSIS -D_WIN32_IE=0x0500 -Ibuild/urelease/config Source/bzip2/huffman.c
[00:05:02] g++ -o build/urelease/makensis/7zip/7zGuids.o -c -Wno-non-virtual-dtor -Wall -O2 -DNSISCALL= -D_UNICODE -DUNICODE -DMAKENSIS -D_WIN32_IE=0x0500 -DCOMPRESS_MF_BT -Ibuild/urelease/config Source/7zip/7zGuids.cpp
[00:05:03] g++ -o build/urelease/makensis/7zip/7zip/Common/OutBuffer.o -c -Wno-non-virtual-dtor -Wall -O2 -DNSISCALL= -D_UNICODE -DUNICODE -DMAKENSIS -D_WIN32_IE=0x0500 -DCOMPRESS_MF_BT -Ibuild/urelease/config Source/7zip/7zip/Common/OutBuffer.cpp
[00:05:03] g++ -o build/urelease/makensis/7zip/7zip/Common/StreamUtils.o -c -Wno-non-virtual-dtor -Wall -O2 -DNSISCALL= -D_UNICODE -DUNICODE -DMAKENSIS -D_WIN32_IE=0x0500 -DCOMPRESS_MF_BT -Ibuild/urelease/config Source/7zip/7zip/Common/StreamUtils.cpp
[00:05:03] g++ -o build/urelease/makensis/7zip/7zip/Compress/LZ/LZInWindow.o -c -Wno-non-virtual-dtor -Wall -O2 -DNSISCALL= -D_UNICODE -DUNICODE -DMAKENSIS -D_WIN32_IE=0x0500 -DCOMPRESS_MF_BT -Ibuild/urelease/config Source/7zip/7zip/Compress/LZ/LZInWindow.cpp
[00:05:04] g++ -o build/urelease/makensis/7zip/7zip/Compress/LZMA/LZMAEncoder.o -c -Wno-non-virtual-dtor -Wall -O2 -DNSISCALL= -D_UNICODE -DUNICODE -DMAKENSIS -D_WIN32_IE=0x0500 -DCOMPRESS_MF_BT -Ibuild/urelease/config Source/7zip/7zip/Compress/LZMA/LZMAEncoder.cpp
[00:05:05] g++ -o build/urelease/makensis/7zip/7zip/Compress/RangeCoder/RangeCoderBit.o -c -Wno-non-virtual-dtor -Wall -O2 -DNSISCALL= -D_UNICODE -DUNICODE -DMAKENSIS -D_WIN32_IE=0x0500 -DCOMPRESS_MF_BT -Ibuild/urelease/config Source/7zip/7zip/Compress/RangeCoder/RangeCoderBit.cpp
[00:05:05] g++ -o build/urelease/makensis/7zip/Common/Alloc.o -c -Wno-non-virtual-dtor -Wall -O2 -DNSISCALL= -D_UNICODE -DUNICODE -DMAKENSIS -D_WIN32_IE=0x0500 -DCOMPRESS_MF_BT -Ibuild/urelease/config Source/7zip/Common/Alloc.cpp
[00:05:06] g++ -o build/urelease/makensis/7zip/Common/CRC.o -c -Wno-non-virtual-dtor -Wall -O2 -DNSISCALL= -D_UNICODE -DUNICODE -DMAKENSIS -D_WIN32_IE=0x0500 -DCOMPRESS_MF_BT -Ibuild/urelease/config Source/7zip/Common/CRC.cpp
[00:05:06] g++ -o build/urelease/makensis/makensis -Wl,-Map,build/urelease/makensis/makensis.map -s -pthread build/urelease/makensis/build.o build/urelease/makensis/clzma.o build/urelease/makensis/crc32.o build/urelease/makensis/DialogTemplate.o build/urelease/makensis/dirreader.o build/urelease/makensis/fileform.o build/urelease/makensis/growbuf.o build/urelease/makensis/icon.o build/urelease/makensis/lang.o build/urelease/makensis/lineparse.o build/urelease/makensis/makenssi.o build/urelease/makensis/manifest.o build/urelease/makensis/mmap.o build/urelease/makensis/Plugins.o build/urelease/makensis/ResourceEditor.o build/urelease/makensis/ResourceVersionInfo.o build/urelease/makensis/script.o build/urelease/makensis/ShConstants.o build/urelease/makensis/strlist.o build/urelease/makensis/tokens.o build/urelease/makensis/tstring.o build/urelease/makensis/utf.o build/urelease/makensis/util.o build/urelease/makensis/winchar.o build/urelease/makensis/writer.o build/urelease/makensis/bzip2/blocksort.o build/urelease/makensis/bzip2/bzlib.o build/urelease/makensis/bzip2/compress.o build/urelease/makensis/bzip2/huffman.o build/urelease/makensis/7zip/7zGuids.o build/urelease/makensis/7zip/7zip/Common/OutBuffer.o build/urelease/makensis/7zip/7zip/Common/StreamUtils.o build/urelease/makensis/7zip/7zip/Compress/LZ/LZInWindow.o build/urelease/makensis/7zip/7zip/Compress/LZMA/LZMAEncoder.o build/urelease/makensis/7zip/7zip/Compress/RangeCoder/RangeCoderBit.o build/urelease/makensis/7zip/Common/Alloc.o build/urelease/makensis/7zip/Common/CRC.o -lpthread -lz
[00:05:06] Install file: "build/urelease/makensis/makensis" as "nsis-3.01/makensis"
[00:05:07] scons: done building targets.
[00:05:07] + exit 0
[00:05:07] Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.WlC1bo
[00:05:07] + umask 022
[00:05:07] + cd /root/rpmbuild/BUILD
[00:05:07] + '[' /root/rpmbuild/BUILDROOT/nsis-3.01-1.x86_64 '!=' / ']'
[00:05:07] + rm -rf /root/rpmbuild/BUILDROOT/nsis-3.01-1.x86_64
[00:05:07] ++ dirname /root/rpmbuild/BUILDROOT/nsis-3.01-1.x86_64
[00:05:07] + mkdir -p /root/rpmbuild/BUILDROOT
[00:05:07] + mkdir /root/rpmbuild/BUILDROOT/nsis-3.01-1.x86_64
[00:05:07] + cd nsis-3.01-src
[00:05:07] + rm -rf /root/rpmbuild/BUILDROOT/nsis-3.01-1.x86_64
[00:05:07] + mkdir -p /root/rpmbuild/BUILDROOT/nsis-3.01-1.x86_64/usr/local/nsis
[00:05:07] ++ pwd
[00:05:07] + cp -r /root/rpmbuild/BUILD/nsis-3.01-src/nsis-3.01/Bin /root/rpmbuild/BUILD/nsis-3.01-src/nsis-3.01/COPYING /root/rpmbuild/BUILD/nsis-3.01-src/nsis-3.01/Contrib /root/rpmbuild/BUILD/nsis-3.01-src/nsis-3.01/Docs /root/rpmbuild/BUILD/nsis-3.01-src/nsis-3.01/Examples /root/rpmbuild/BUILD/nsis-3.01-src/nsis-3.01/Include /root/rpmbuild/BUILD/nsis-3.01-src/nsis-3.01/Menu /root/rpmbuild/BUILD/nsis-3.01-src/nsis-3.01/NSIS.chm /root/rpmbuild/BUILD/nsis-3.01-src/nsis-3.01/NSIS.exe /root/rpmbuild/BUILD/nsis-3.01-src/nsis-3.01/Plugins /root/rpmbuild/BUILD/nsis-3.01-src/nsis-3.01/Stubs /root/rpmbuild/BUILD/nsis-3.01-src/nsis-3.01/makensis /root/rpmbuild/BUILD/nsis-3.01-src/nsis-3.01/makensis.exe /root/rpmbuild/BUILD/nsis-3.01-src/nsis-3.01/makensisw.exe /root/rpmbuild/BUILD/nsis-3.01-src/nsis-3.01/nsisconf.nsh /root/rpmbuild/BUILDROOT/nsis-3.01-1.x86_64/usr/local/nsis
[00:05:07] ++ pwd
[00:05:07] + cp -r /root/rpmbuild/BUILD/nsis-3.01-src/build/urelease/makensis/makensis /root/rpmbuild/BUILDROOT/nsis-3.01-1.x86_64/usr/local/nsis
[00:05:07] + cd /root/rpmbuild/BUILDROOT/nsis-3.01-1.x86_64/usr/local/nsis
[00:05:07] + ln -s . bin
[00:05:07] + cd /root/rpmbuild/BUILDROOT/nsis-3.01-1.x86_64/usr/local
[00:05:07] + ln -s nsis/Contrib nsis/Include nsis/Stubs .
[00:05:07] + /usr/lib/rpm/brp-compress
[00:05:07] Processing files: nsis-3.01-1.x86_64
[00:05:08] Provides: nsis = 3.01-1 nsis(x86-64) = 3.01-1
[00:05:08] Requires(interp): /bin/sh
[00:05:08] Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
[00:05:08] Requires(post): /bin/sh
[00:05:08] Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libm.so.6()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpthread.so.0(GLIBC_2.3.2)(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libz.so.1()(64bit) rtld(GNU_HASH)
[00:05:08] Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/nsis-3.01-1.x86_64
[00:05:08] Wrote: /root/rpmbuild/SRPMS/nsis-3.01-1.src.rpm
[00:05:09] Wrote: /root/rpmbuild/RPMS/x86_64/nsis-3.01-1.x86_64.rpm
[00:05:09] Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.EdvEqn
[00:05:09] + umask 022
[00:05:09] + cd /root/rpmbuild/BUILD
[00:05:09] + cd nsis-3.01-src
[00:05:09] + '[' -d /root/rpmbuild/BUILDROOT/nsis-3.01-1.x86_64 ']'
[00:05:09] + '[' / '!=' /root/rpmbuild/BUILDROOT/nsis-3.01-1.x86_64 ']'
[00:05:09] + rm -rf /root/rpmbuild/BUILDROOT/nsis-3.01-1.x86_64
[00:05:09] + exit 0
[00:05:09] 0
[00:05:09] now running: ssh -f -o "StrictHostKeyChecking no" -o Port=2008 -i /etc/lightbuildserver/container/container_rsa root@10.0.3.1 "export LC_ALL=C; (mkdir -p ~/repo/src) 2>&1 && echo \$?"
[00:05:09] bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[00:05:09] /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[00:05:09] 0
[00:05:09] now running: ssh -f -o "StrictHostKeyChecking no" -o Port=2008 -i /etc/lightbuildserver/container/container_rsa root@10.0.3.1 "export LC_ALL=C; (cp ~/rpmbuild/SRPMS/*.src.rpm ~/repo/src) 2>&1 && echo \$?"
[00:05:09] bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[00:05:09] /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[00:05:09] 0
[00:05:09] now running: ssh -f -o "StrictHostKeyChecking no" -o Port=2008 -i /etc/lightbuildserver/container/container_rsa root@10.0.3.1 "export LC_ALL=C; (cp -R ~/rpmbuild/RPMS/* ~/repo) 2>&1 && echo \$?"
[00:05:09] bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[00:05:09] /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[00:05:09] 0
[00:05:10] now running: ssh -f -o "StrictHostKeyChecking no" -o Port=2008 -i /etc/lightbuildserver/container/container_rsa root@10.0.3.1 "export LC_ALL=C; (cd repo && createrepo .) 2>&1 && echo \$?"
[00:05:10] bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[00:05:10] /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[00:05:13] Spawning worker 0 with 2 pkgs
[00:05:13] Spawning worker 1 with 2 pkgs
[00:05:13] Spawning worker 2 with 1 pkgs
[00:05:13] Spawning worker 3 with 1 pkgs
[00:05:13] Spawning worker 4 with 1 pkgs
[00:05:13] Spawning worker 5 with 1 pkgs
[00:05:13] Workers Finished
[00:05:13] Saving Primary metadata
[00:05:13] Saving file lists metadata
[00:05:13] Saving other metadata
[00:05:13] Generating sqlite DBs
[00:05:13] Sqlite DBs complete
[00:05:13] 0
[00:05:13] now running: rsync -avz --delete -e "ssh -o 'StrictHostKeyChecking no' -i /etc/lightbuildserver/container/container_rsa -p 2222" root@build04docker.lbs.solidcharity.com:/mnt/var/lib/lightbuildserver/repos/tpokorra/nsis/centos/7 /var/lib/lightbuildserver/repos/tpokorra/nsis/centos
[00:05:13] bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[00:05:13] receiving incremental file list
[00:05:13] 7/
[00:05:13] deleting 7/repodata/f97dc21acc078e05b926c155117850e1e4eb05ce536b394304b36c26b855ce9f-filelists.sqlite.bz2
[00:05:13] deleting 7/repodata/eef7afd6c61765f4c067bdd73abbf4a68b6384e15f25b3fe16dae2682b871706-filelists.xml.gz
[00:05:13] deleting 7/repodata/bc7c314c6ad3fbed08a2aef363daa22d86c89facb3b0fd97fdfa425943294e97-other.sqlite.bz2
[00:05:13] deleting 7/repodata/975cbb958c21947c335c951eee7c285686379ec5f7f2c2ddefe676d7c7fbc870-other.xml.gz
[00:05:13] deleting 7/repodata/944a89ca5fc67313f010081d96b22c959179d2b38a11a6d3f4bb3fabea259967-primary.sqlite.bz2
[00:05:13] deleting 7/repodata/72dae27fe9f82c9ea40ee5667036823edac3fd1c21ed6d5e39a327a07932204e-primary.xml.gz
[00:05:13] 7/repodata/
[00:05:13] 7/repodata/1f0b60c205098be13f8f8be2ddc81fd700406f699a24d814bd9dbfd9b757fb76-filelists.xml.gz
[00:05:13] 7/repodata/2ef7a6267ad8c3901af10b7690f1f21acb5998a843d46cb6c14037f4243e0062-primary.xml.gz
[00:05:13] 7/repodata/67e98269141c8ccb71d4dedd6fa9c48134a2d6c7da6e7b612c27880890540b9a-other.sqlite.bz2
[00:05:13] 7/repodata/a0f5493d4cd8387f2871e25793f7d4466c3bca1649bcdbaed7138fd5fd079f18-other.xml.gz
[00:05:13] 7/repodata/a5cf47acd3701d16cd1662ffbff1e83544a4ed559fa3c371853b479904bcbfeb-filelists.sqlite.bz2
[00:05:13] 7/repodata/b93dc715f413ddded4fe28193580cb776a4b1c68764829c26e4a887f9e068952-primary.sqlite.bz2
[00:05:13] 7/repodata/repomd.xml
[00:05:13] 7/src/
[00:05:13] 7/src/nsis-3.01-1.src.rpm
[00:05:13] 7/x86_64/
[00:05:13] 7/x86_64/nsis-3.01-1.x86_64.rpm
[00:05:13]
[00:05:13] sent 253 bytes received 6,096,106 bytes 4,064,239.33 bytes/sec
[00:05:13] total size is 24,194,283 speedup is 3.97
[00:05:13] now running: rsync -avz --delete -e "ssh -o 'StrictHostKeyChecking no' -i /etc/lightbuildserver/container/container_rsa -p 2222" root@build04docker.lbs.solidcharity.com:/mnt/var/lib/lightbuildserver/tarballs/tpokorra/nsis /var/lib/lightbuildserver/tarballs/tpokorra
[00:05:14] bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
[00:05:14] receiving incremental file list
[00:05:14]
[00:05:14] sent 25 bytes received 51 bytes 152.00 bytes/sec
[00:05:14] total size is 0 speedup is 0.00
[00:05:14] Success!
[00:05:48] This build took about 5 minutes
go to top of this page