Created
September 21, 2018 20:31
-
-
Save ericpulvino/d07cc85f52f93516b17b967012a54601 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cumulus@leaf03:~$ sudo su | |
root@leaf03:/home/cumulus# cat << EOT > /etc/apt/sources.list.d/jessie.list | |
> deb http://deb.debian.org/debian jessie main | |
> deb-src http://deb.debian.org/debian jessie main | |
> | |
> deb http://deb.debian.org/debian jessie-updates main | |
> deb-src http://deb.debian.org/debian jessie-updates main | |
> EOT | |
root@leaf03:/home/cumulus# apt-get udpate -y | |
E: Command line option 'y' [from -y] is not known. | |
root@leaf03:/home/cumulus# apt-get update -y | |
Hit http://apps3.cumulusnetworks.com CumulusLinux-3 InRelease | |
Hit http://repo3.cumulusnetworks.com CumulusLinux-3 InRelease | |
Get:1 http://repo3.cumulusnetworks.com CumulusLinux-3-security-updates InRelease [7,612 B] | |
Get:2 http://repo3.cumulusnetworks.com CumulusLinux-3-updates InRelease [7,690 B] | |
Hit http://apps3.cumulusnetworks.com CumulusLinux-3/netq-1.3 amd64 Packages | |
Ign http://deb.debian.org jessie InRelease | |
Get:3 http://deb.debian.org jessie-updates InRelease [145 kB] | |
Hit http://repo3.cumulusnetworks.com CumulusLinux-3/cumulus Sources | |
Hit http://repo3.cumulusnetworks.com CumulusLinux-3/upstream Sources | |
Get:4 http://deb.debian.org jessie Release.gpg [2,420 B] | |
Hit http://repo3.cumulusnetworks.com CumulusLinux-3/cumulus amd64 Packages | |
Hit http://repo3.cumulusnetworks.com CumulusLinux-3/upstream amd64 Packages | |
Get:5 http://deb.debian.org jessie Release [148 kB] | |
Get:6 http://deb.debian.org jessie-updates/main Sources [17.2 kB] | |
Hit http://repo3.cumulusnetworks.com CumulusLinux-3-security-updates/cumulus Sources | |
Ign http://apps3.cumulusnetworks.com CumulusLinux-3/netq-1.3 Translation-en_US | |
Get:7 http://repo3.cumulusnetworks.com CumulusLinux-3-security-updates/upstream Sources [28.2 kB] | |
Ign http://apps3.cumulusnetworks.com CumulusLinux-3/netq-1.3 Translation-en | |
Hit http://repo3.cumulusnetworks.com CumulusLinux-3-security-updates/cumulus amd64 Packages | |
Get:8 http://repo3.cumulusnetworks.com CumulusLinux-3-security-updates/upstream amd64 Packages [108 kB] | |
Get:9 http://deb.debian.org jessie-updates/main Translation-en [14.9 kB] | |
Get:10 http://deb.debian.org jessie/main Sources [7,063 kB] | |
Get:11 http://repo3.cumulusnetworks.com CumulusLinux-3-updates/cumulus Sources [23.1 kB] | |
Get:12 http://repo3.cumulusnetworks.com CumulusLinux-3-updates/upstream Sources [214 kB] | |
Get:13 http://repo3.cumulusnetworks.com CumulusLinux-3-updates/cumulus amd64 Packages [64.2 kB] | |
Get:14 http://deb.debian.org jessie/main amd64 Packages [6,818 kB] | |
Get:15 http://repo3.cumulusnetworks.com CumulusLinux-3-updates/upstream amd64 Packages [511 kB] | |
Get:16 http://deb.debian.org jessie/main Translation-en [4,581 kB] | |
Get:17 http://deb.debian.org jessie-updates/main amd64 Packages [20.1 kB] | |
Ign http://repo3.cumulusnetworks.com CumulusLinux-3/cumulus Translation-en_US | |
Ign http://repo3.cumulusnetworks.com CumulusLinux-3/cumulus Translation-en | |
Ign http://repo3.cumulusnetworks.com CumulusLinux-3/upstream Translation-en_US | |
Ign http://repo3.cumulusnetworks.com CumulusLinux-3/upstream Translation-en | |
Ign http://repo3.cumulusnetworks.com CumulusLinux-3-security-updates/cumulus Translation-en_US | |
Ign http://repo3.cumulusnetworks.com CumulusLinux-3-security-updates/cumulus Translation-en | |
Ign http://repo3.cumulusnetworks.com CumulusLinux-3-security-updates/upstream Translation-en_US | |
Ign http://repo3.cumulusnetworks.com CumulusLinux-3-security-updates/upstream Translation-en | |
Ign http://repo3.cumulusnetworks.com CumulusLinux-3-updates/cumulus Translation-en_US | |
Ign http://repo3.cumulusnetworks.com CumulusLinux-3-updates/cumulus Translation-en | |
Ign http://repo3.cumulusnetworks.com CumulusLinux-3-updates/upstream Translation-en_US | |
Ign http://repo3.cumulusnetworks.com CumulusLinux-3-updates/upstream Translation-en | |
Fetched 19.8 MB in 9s (2,169 kB/s) | |
Reading package lists... Done | |
root@leaf03:/home/cumulus# apt-get install python-pip | |
Reading package lists... Done | |
Building dependency tree | |
Reading state information... Done | |
The following extra packages will be installed: | |
python-colorama python-distlib python-html5lib | |
Suggested packages: | |
python-genshi python-lxml | |
Recommended packages: | |
build-essential python-dev-all python-wheel | |
The following NEW packages will be installed: | |
python-colorama python-distlib python-html5lib python-pip | |
0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded. | |
Need to get 332 kB of archives. | |
After this operation, 1,700 kB of additional disk space will be used. | |
Do you want to continue? [Y/n] y | |
Get:1 http://repo3.cumulusnetworks.com/repo/ CumulusLinux-3/upstream python-colorama all 0.3.2-1 [20.3 kB] | |
Get:2 http://repo3.cumulusnetworks.com/repo/ CumulusLinux-3/upstream python-distlib all 0.1.9-1 [113 kB] | |
Get:3 http://repo3.cumulusnetworks.com/repo/ CumulusLinux-3/upstream python-html5lib all 0.999-3 [84.0 kB] | |
Get:4 http://repo3.cumulusnetworks.com/repo/ CumulusLinux-3/upstream python-pip all 1.5.6-5 [114 kB] | |
Fetched 332 kB in 0s (408 kB/s) | |
Creating pre-apt snapshot... 18 done. | |
Selecting previously unselected package python-colorama. | |
(Reading database ... 28421 files and directories currently installed.) | |
Preparing to unpack .../python-colorama_0.3.2-1_all.deb ... | |
Unpacking python-colorama (0.3.2-1) ... | |
Selecting previously unselected package python-distlib. | |
Preparing to unpack .../python-distlib_0.1.9-1_all.deb ... | |
Unpacking python-distlib (0.1.9-1) ... | |
Selecting previously unselected package python-html5lib. | |
Preparing to unpack .../python-html5lib_0.999-3_all.deb ... | |
Unpacking python-html5lib (0.999-3) ... | |
Selecting previously unselected package python-pip. | |
Preparing to unpack .../python-pip_1.5.6-5_all.deb ... | |
Unpacking python-pip (1.5.6-5) ... | |
Processing triggers for man-db (2.7.0.2-5) ... | |
Setting up python-colorama (0.3.2-1) ... | |
Setting up python-distlib (0.1.9-1) ... | |
Setting up python-html5lib (0.999-3) ... | |
Setting up python-pip (1.5.6-5) ... | |
Creating post-apt snapshot... 19 done. | |
root@leaf03:/home/cumulus# apt-get install -qy build-essential sshpass libssh-dev python-dev libssl-dev libffi-dev | |
Reading package lists... | |
Building dependency tree... | |
Reading state information... | |
The following extra packages will be installed: | |
cpp cpp-4.9 dpkg-dev g++ g++-4.9 gcc gcc-4.9 libasan1 libc-dev-bin libc6-dev | |
libcilkrts5 libcloog-isl4 libexpat1-dev libgcc-4.9-dev libgomp1 libisl10 | |
libitm1 liblsan0 libmpc3 libmpfr4 libpython-dev libpython2.7 | |
libpython2.7-dev libquadmath0 libssh-4 libstdc++-4.9-dev libtsan0 libubsan0 | |
linux-libc-dev python2.7-dev zlib1g-dev | |
Suggested packages: | |
cpp-doc gcc-4.9-locales debian-keyring g++-multilib g++-4.9-multilib | |
gcc-4.9-doc libstdc++6-4.9-dbg gcc-multilib manpages-dev autoconf automake | |
libtool flex bison gdb gcc-doc gcc-4.9-multilib libgcc1-dbg libgomp1-dbg | |
libitm1-dbg libatomic1-dbg libasan1-dbg liblsan0-dbg libtsan0-dbg | |
libubsan0-dbg libcilkrts5-dbg libquadmath0-dbg glibc-doc libssh-doc | |
libstdc++-4.9-doc | |
Recommended packages: | |
fakeroot libalgorithm-merge-perl libssl-doc | |
The following NEW packages will be installed: | |
build-essential cpp cpp-4.9 dpkg-dev g++ g++-4.9 gcc gcc-4.9 libasan1 | |
libc-dev-bin libc6-dev libcilkrts5 libcloog-isl4 libexpat1-dev libffi-dev | |
libgcc-4.9-dev libgomp1 libisl10 libitm1 liblsan0 libmpc3 libmpfr4 | |
libpython-dev libpython2.7 libpython2.7-dev libquadmath0 libssh-4 libssh-dev | |
libssl-dev libstdc++-4.9-dev libtsan0 libubsan0 linux-libc-dev python-dev | |
python2.7-dev sshpass zlib1g-dev | |
0 upgraded, 37 newly installed, 0 to remove and 0 not upgraded. | |
Need to get 59.3 MB of archives. | |
After this operation, 155 MB of additional disk space will be used. | |
Get:1 http://repo3.cumulusnetworks.com/repo/ CumulusLinux-3-security-updates/upstream libasan1 amd64 4.9.2-10+deb8u1 [195 kB] | |
Get:2 http://deb.debian.org/debian/ jessie/main libssh-4 amd64 0.6.3-4+deb8u2 [129 kB] | |
Get:3 http://deb.debian.org/debian/ jessie/main libffi-dev amd64 3.1-2+deb8u1 [157 kB] | |
Get:4 http://repo3.cumulusnetworks.com/repo/ CumulusLinux-3-security-updates/upstream libcilkrts5 amd64 4.9.2-10+deb8u1 [40.1 kB] | |
Get:5 http://repo3.cumulusnetworks.com/repo/ CumulusLinux-3/upstream libisl10 amd64 0.12.2-2 [440 kB] | |
Get:6 http://deb.debian.org/debian/ jessie/main libssh-dev amd64 0.6.3-4+deb8u2 [162 kB] | |
Get:7 http://deb.debian.org/debian/ jessie/main sshpass amd64 1.05-1 [11.2 kB] | |
Get:8 http://repo3.cumulusnetworks.com/repo/ CumulusLinux-3/upstream libcloog-isl4 amd64 0.18.2-1+b2 [61.8 kB] | |
Get:9 http://repo3.cumulusnetworks.com/repo/ CumulusLinux-3-security-updates/upstream libgomp1 amd64 4.9.2-10+deb8u1 [37.8 kB] | |
Get:10 http://repo3.cumulusnetworks.com/repo/ CumulusLinux-3-security-updates/upstream libitm1 amd64 4.9.2-10+deb8u1 [29.3 kB] | |
Get:11 http://repo3.cumulusnetworks.com/repo/ CumulusLinux-3-security-updates/upstream liblsan0 amd64 4.9.2-10+deb8u1 [92.7 kB] | |
Get:12 http://repo3.cumulusnetworks.com/repo/ CumulusLinux-3/upstream libmpfr4 amd64 3.1.2-2 [527 kB] | |
Get:13 http://repo3.cumulusnetworks.com/repo/ CumulusLinux-3/upstream libpython2.7 amd64 2.7.9-2+deb8u1 [1,081 kB] | |
Get:14 http://repo3.cumulusnetworks.com/repo/ CumulusLinux-3-security-updates/upstream libc-dev-bin amd64 2.19-18+deb8u10 [238 kB] | |
Get:15 http://repo3.cumulusnetworks.com/repo/ CumulusLinux-3-updates/cumulus linux-libc-dev amd64 4.1.33-1+cl3u16 [860 kB] | |
Get:16 http://repo3.cumulusnetworks.com/repo/ CumulusLinux-3-security-updates/upstream libc6-dev amd64 2.19-18+deb8u10 [2,003 kB] | |
Get:17 http://repo3.cumulusnetworks.com/repo/ CumulusLinux-3-security-updates/upstream libexpat1-dev amd64 2.1.0-6+deb8u4 [126 kB] | |
Get:18 http://repo3.cumulusnetworks.com/repo/ CumulusLinux-3/upstream libpython2.7-dev amd64 2.7.9-2+deb8u1 [18.6 MB] | |
Get:19 http://repo3.cumulusnetworks.com/repo/ CumulusLinux-3-security-updates/upstream libquadmath0 amd64 4.9.2-10+deb8u1 [129 kB] | |
Get:20 http://repo3.cumulusnetworks.com/repo/ CumulusLinux-3-security-updates/upstream libtsan0 amd64 4.9.2-10+deb8u1 [212 kB] | |
Get:21 http://repo3.cumulusnetworks.com/repo/ CumulusLinux-3-security-updates/upstream libubsan0 amd64 4.9.2-10+deb8u1 [82.4 kB] | |
Get:22 http://repo3.cumulusnetworks.com/repo/ CumulusLinux-3/upstream libmpc3 amd64 1.0.2-1 [39.3 kB] | |
Get:23 http://repo3.cumulusnetworks.com/repo/ CumulusLinux-3-security-updates/upstream cpp-4.9 amd64 4.9.2-10+deb8u1 [5,002 kB] | |
Get:24 http://repo3.cumulusnetworks.com/repo/ CumulusLinux-3/upstream cpp amd64 4:4.9.2-2 [17.3 kB] | |
Get:25 http://repo3.cumulusnetworks.com/repo/ CumulusLinux-3-security-updates/upstream libgcc-4.9-dev amd64 4.9.2-10+deb8u1 [2,066 kB] | |
Get:26 http://repo3.cumulusnetworks.com/repo/ CumulusLinux-3-security-updates/upstream gcc-4.9 amd64 4.9.2-10+deb8u1 [5,184 kB] | |
Get:27 http://repo3.cumulusnetworks.com/repo/ CumulusLinux-3/upstream gcc amd64 4:4.9.2-2 [5,136 B] | |
Get:28 http://repo3.cumulusnetworks.com/repo/ CumulusLinux-3-security-updates/upstream libstdc++-4.9-dev amd64 4.9.2-10+deb8u1 [1,120 kB] | |
Get:29 http://repo3.cumulusnetworks.com/repo/ CumulusLinux-3-security-updates/upstream g++-4.9 amd64 4.9.2-10+deb8u1 [17.3 MB] | |
Get:30 http://repo3.cumulusnetworks.com/repo/ CumulusLinux-3/upstream g++ amd64 4:4.9.2-2 [1,530 B] | |
Get:31 http://repo3.cumulusnetworks.com/repo/ CumulusLinux-3/upstream dpkg-dev all 1.17.27 [1,548 kB] | |
Get:32 http://repo3.cumulusnetworks.com/repo/ CumulusLinux-3/upstream build-essential amd64 11.7 [7,114 B] | |
Get:33 http://repo3.cumulusnetworks.com/repo/ CumulusLinux-3/upstream libpython-dev amd64 2.7.9-1 [19.6 kB] | |
Get:34 http://repo3.cumulusnetworks.com/repo/ CumulusLinux-3/upstream zlib1g-dev amd64 1:1.2.8.dfsg-2+b1 [206 kB] | |
Get:35 http://repo3.cumulusnetworks.com/repo/ CumulusLinux-3-security-updates/upstream libssl-dev amd64 1.0.1t-1+deb8u9 [1,284 kB] | |
Get:36 http://repo3.cumulusnetworks.com/repo/ CumulusLinux-3/upstream python2.7-dev amd64 2.7.9-2+deb8u1 [290 kB] | |
Get:37 http://repo3.cumulusnetworks.com/repo/ CumulusLinux-3/upstream python-dev amd64 2.7.9-1 [1,182 B] | |
Fetched 59.3 MB in 17s (3,323 kB/s) | |
Creating pre-apt snapshot... 20 done. | |
Extracting templates from packages: 100% | |
Selecting previously unselected package libasan1:amd64. | |
(Reading database ... 28604 files and directories currently installed.) | |
Preparing to unpack .../libasan1_4.9.2-10+deb8u1_amd64.deb ... | |
Unpacking libasan1:amd64 (4.9.2-10+deb8u1) ... | |
Selecting previously unselected package libcilkrts5:amd64. | |
Preparing to unpack .../libcilkrts5_4.9.2-10+deb8u1_amd64.deb ... | |
Unpacking libcilkrts5:amd64 (4.9.2-10+deb8u1) ... | |
Selecting previously unselected package libisl10:amd64. | |
Preparing to unpack .../libisl10_0.12.2-2_amd64.deb ... | |
Unpacking libisl10:amd64 (0.12.2-2) ... | |
Selecting previously unselected package libcloog-isl4:amd64. | |
Preparing to unpack .../libcloog-isl4_0.18.2-1+b2_amd64.deb ... | |
Unpacking libcloog-isl4:amd64 (0.18.2-1+b2) ... | |
Selecting previously unselected package libgomp1:amd64. | |
Preparing to unpack .../libgomp1_4.9.2-10+deb8u1_amd64.deb ... | |
Unpacking libgomp1:amd64 (4.9.2-10+deb8u1) ... | |
Selecting previously unselected package libitm1:amd64. | |
Preparing to unpack .../libitm1_4.9.2-10+deb8u1_amd64.deb ... | |
Unpacking libitm1:amd64 (4.9.2-10+deb8u1) ... | |
Selecting previously unselected package liblsan0:amd64. | |
Preparing to unpack .../liblsan0_4.9.2-10+deb8u1_amd64.deb ... | |
Unpacking liblsan0:amd64 (4.9.2-10+deb8u1) ... | |
Selecting previously unselected package libmpfr4:amd64. | |
Preparing to unpack .../libmpfr4_3.1.2-2_amd64.deb ... | |
Unpacking libmpfr4:amd64 (3.1.2-2) ... | |
Selecting previously unselected package libpython2.7:amd64. | |
Preparing to unpack .../libpython2.7_2.7.9-2+deb8u1_amd64.deb ... | |
Unpacking libpython2.7:amd64 (2.7.9-2+deb8u1) ... | |
Selecting previously unselected package libc-dev-bin. | |
Preparing to unpack .../libc-dev-bin_2.19-18+deb8u10_amd64.deb ... | |
Unpacking libc-dev-bin (2.19-18+deb8u10) ... | |
Selecting previously unselected package linux-libc-dev:amd64. | |
Preparing to unpack .../linux-libc-dev_4.1.33-1+cl3u16_amd64.deb ... | |
Unpacking linux-libc-dev:amd64 (4.1.33-1+cl3u16) ... | |
Selecting previously unselected package libc6-dev:amd64. | |
Preparing to unpack .../libc6-dev_2.19-18+deb8u10_amd64.deb ... | |
Unpacking libc6-dev:amd64 (2.19-18+deb8u10) ... | |
Selecting previously unselected package libexpat1-dev:amd64. | |
Preparing to unpack .../libexpat1-dev_2.1.0-6+deb8u4_amd64.deb ... | |
Unpacking libexpat1-dev:amd64 (2.1.0-6+deb8u4) ... | |
Selecting previously unselected package libpython2.7-dev:amd64. | |
Preparing to unpack .../libpython2.7-dev_2.7.9-2+deb8u1_amd64.deb ... | |
Unpacking libpython2.7-dev:amd64 (2.7.9-2+deb8u1) ... | |
Selecting previously unselected package libquadmath0:amd64. | |
Preparing to unpack .../libquadmath0_4.9.2-10+deb8u1_amd64.deb ... | |
Unpacking libquadmath0:amd64 (4.9.2-10+deb8u1) ... | |
Selecting previously unselected package libssh-4:amd64. | |
Preparing to unpack .../libssh-4_0.6.3-4+deb8u2_amd64.deb ... | |
Unpacking libssh-4:amd64 (0.6.3-4+deb8u2) ... | |
Selecting previously unselected package libtsan0:amd64. | |
Preparing to unpack .../libtsan0_4.9.2-10+deb8u1_amd64.deb ... | |
Unpacking libtsan0:amd64 (4.9.2-10+deb8u1) ... | |
Selecting previously unselected package libubsan0:amd64. | |
Preparing to unpack .../libubsan0_4.9.2-10+deb8u1_amd64.deb ... | |
Unpacking libubsan0:amd64 (4.9.2-10+deb8u1) ... | |
Selecting previously unselected package libmpc3:amd64. | |
Preparing to unpack .../libmpc3_1.0.2-1_amd64.deb ... | |
Unpacking libmpc3:amd64 (1.0.2-1) ... | |
Selecting previously unselected package cpp-4.9. | |
Preparing to unpack .../cpp-4.9_4.9.2-10+deb8u1_amd64.deb ... | |
Unpacking cpp-4.9 (4.9.2-10+deb8u1) ... | |
Selecting previously unselected package cpp. | |
Preparing to unpack .../cpp_4%3a4.9.2-2_amd64.deb ... | |
Unpacking cpp (4:4.9.2-2) ... | |
Selecting previously unselected package libgcc-4.9-dev:amd64. | |
Preparing to unpack .../libgcc-4.9-dev_4.9.2-10+deb8u1_amd64.deb ... | |
Unpacking libgcc-4.9-dev:amd64 (4.9.2-10+deb8u1) ... | |
Selecting previously unselected package gcc-4.9. | |
Preparing to unpack .../gcc-4.9_4.9.2-10+deb8u1_amd64.deb ... | |
Unpacking gcc-4.9 (4.9.2-10+deb8u1) ... | |
Selecting previously unselected package gcc. | |
Preparing to unpack .../gcc_4%3a4.9.2-2_amd64.deb ... | |
Unpacking gcc (4:4.9.2-2) ... | |
Selecting previously unselected package libstdc++-4.9-dev:amd64. | |
Preparing to unpack .../libstdc++-4.9-dev_4.9.2-10+deb8u1_amd64.deb ... | |
Unpacking libstdc++-4.9-dev:amd64 (4.9.2-10+deb8u1) ... | |
Selecting previously unselected package g++-4.9. | |
Preparing to unpack .../g++-4.9_4.9.2-10+deb8u1_amd64.deb ... | |
Unpacking g++-4.9 (4.9.2-10+deb8u1) ... | |
Selecting previously unselected package g++. | |
Preparing to unpack .../g++_4%3a4.9.2-2_amd64.deb ... | |
Unpacking g++ (4:4.9.2-2) ... | |
Selecting previously unselected package dpkg-dev. | |
Preparing to unpack .../dpkg-dev_1.17.27_all.deb ... | |
Unpacking dpkg-dev (1.17.27) ... | |
Selecting previously unselected package build-essential. | |
Preparing to unpack .../build-essential_11.7_amd64.deb ... | |
Unpacking build-essential (11.7) ... | |
Selecting previously unselected package libffi-dev:amd64. | |
Preparing to unpack .../libffi-dev_3.1-2+deb8u1_amd64.deb ... | |
Unpacking libffi-dev:amd64 (3.1-2+deb8u1) ... | |
Selecting previously unselected package libpython-dev:amd64. | |
Preparing to unpack .../libpython-dev_2.7.9-1_amd64.deb ... | |
Unpacking libpython-dev:amd64 (2.7.9-1) ... | |
Selecting previously unselected package zlib1g-dev:amd64. | |
Preparing to unpack .../zlib1g-dev_1%3a1.2.8.dfsg-2+b1_amd64.deb ... | |
Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-2+b1) ... | |
Selecting previously unselected package libssl-dev:amd64. | |
Preparing to unpack .../libssl-dev_1.0.1t-1+deb8u9_amd64.deb ... | |
Unpacking libssl-dev:amd64 (1.0.1t-1+deb8u9) ... | |
Selecting previously unselected package libssh-dev. | |
Preparing to unpack .../libssh-dev_0.6.3-4+deb8u2_amd64.deb ... | |
Unpacking libssh-dev (0.6.3-4+deb8u2) ... | |
Selecting previously unselected package python2.7-dev. | |
Preparing to unpack .../python2.7-dev_2.7.9-2+deb8u1_amd64.deb ... | |
Unpacking python2.7-dev (2.7.9-2+deb8u1) ... | |
Selecting previously unselected package python-dev. | |
Preparing to unpack .../python-dev_2.7.9-1_amd64.deb ... | |
Unpacking python-dev (2.7.9-1) ... | |
Selecting previously unselected package sshpass. | |
Preparing to unpack .../sshpass_1.05-1_amd64.deb ... | |
Unpacking sshpass (1.05-1) ... | |
Processing triggers for man-db (2.7.0.2-5) ... | |
Setting up libasan1:amd64 (4.9.2-10+deb8u1) ... | |
Setting up libcilkrts5:amd64 (4.9.2-10+deb8u1) ... | |
Setting up libisl10:amd64 (0.12.2-2) ... | |
Setting up libcloog-isl4:amd64 (0.18.2-1+b2) ... | |
Setting up libgomp1:amd64 (4.9.2-10+deb8u1) ... | |
Setting up libitm1:amd64 (4.9.2-10+deb8u1) ... | |
Setting up liblsan0:amd64 (4.9.2-10+deb8u1) ... | |
Setting up libmpfr4:amd64 (3.1.2-2) ... | |
Setting up libpython2.7:amd64 (2.7.9-2+deb8u1) ... | |
Setting up libc-dev-bin (2.19-18+deb8u10) ... | |
Setting up linux-libc-dev:amd64 (4.1.33-1+cl3u16) ... | |
Setting up libc6-dev:amd64 (2.19-18+deb8u10) ... | |
Setting up libexpat1-dev:amd64 (2.1.0-6+deb8u4) ... | |
Setting up libpython2.7-dev:amd64 (2.7.9-2+deb8u1) ... | |
Setting up libquadmath0:amd64 (4.9.2-10+deb8u1) ... | |
Setting up libssh-4:amd64 (0.6.3-4+deb8u2) ... | |
Setting up libtsan0:amd64 (4.9.2-10+deb8u1) ... | |
Setting up libubsan0:amd64 (4.9.2-10+deb8u1) ... | |
Setting up libmpc3:amd64 (1.0.2-1) ... | |
Setting up cpp-4.9 (4.9.2-10+deb8u1) ... | |
Setting up cpp (4:4.9.2-2) ... | |
Setting up libgcc-4.9-dev:amd64 (4.9.2-10+deb8u1) ... | |
Setting up gcc-4.9 (4.9.2-10+deb8u1) ... | |
Setting up gcc (4:4.9.2-2) ... | |
Setting up libstdc++-4.9-dev:amd64 (4.9.2-10+deb8u1) ... | |
Setting up g++-4.9 (4.9.2-10+deb8u1) ... | |
Setting up g++ (4:4.9.2-2) ... | |
update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode | |
Setting up dpkg-dev (1.17.27) ... | |
Setting up build-essential (11.7) ... | |
Setting up libffi-dev:amd64 (3.1-2+deb8u1) ... | |
Setting up libpython-dev:amd64 (2.7.9-1) ... | |
Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-2+b1) ... | |
Setting up libssl-dev:amd64 (1.0.1t-1+deb8u9) ... | |
Setting up libssh-dev (0.6.3-4+deb8u2) ... | |
Setting up python2.7-dev (2.7.9-2+deb8u1) ... | |
Setting up python-dev (2.7.9-1) ... | |
Setting up sshpass (1.05-1) ... | |
Processing triggers for libc-bin (2.19-18+deb8u10) ... | |
Creating post-apt snapshot... 21 done. | |
root@leaf03:/home/cumulus# pip install pip setuptools --upgrade | |
Downloading/unpacking pip from https://files.pythonhosted.org/packages/5f/25/e52d3f31441505a5f3af41213346e5b6c221c9e086a166f3703d2ddaf940/pip-18.0-py2.py3-none-any.whl#sha256=070e4bf493c7c2c9f6a08dd797dd3c066d64074c38e9e8a0fb4e6541f266d96c | |
Downloading pip-18.0-py2.py3-none-any.whl (1.3MB): 1.3MB downloaded | |
Downloading/unpacking setuptools from https://files.pythonhosted.org/packages/6e/9c/cc2eb661d85f4aa541910af1a72b834a0f5c9209079fcbd1438fa6da17c6/setuptools-40.4.2-py2.py3-none-any.whl#sha256=c3a8ff6bf3fd43d27242db824c871fc4752fea907c5ce59e00a9c5bb7da908d8 | |
Downloading setuptools-40.4.2-py2.py3-none-any.whl (569kB): 569kB downloaded | |
Installing collected packages: pip, setuptools | |
Found existing installation: pip 1.5.6 | |
Not uninstalling pip at /usr/lib/python2.7/dist-packages, owned by OS | |
Found existing installation: setuptools 5.5.1 | |
Not uninstalling setuptools at /usr/lib/python2.7/dist-packages, owned by OS | |
Successfully installed pip setuptools | |
Cleaning up... | |
root@leaf03:/home/cumulus# pip install ansible==2.6.4 | |
Downloading/unpacking ansible==2.6.4 | |
Downloading ansible-2.6.4.tar.gz (10.8MB): 10.8MB downloaded | |
Running setup.py (path:/tmp/pip-build-FXkb0z/ansible/setup.py) egg_info for package ansible | |
no previously-included directories found matching 'hacking' | |
Downloading/unpacking jinja2 (from ansible==2.6.4) | |
Downloading Jinja2-2.10-py2.py3-none-any.whl (126kB): 126kB downloaded | |
Requirement already satisfied (use --upgrade to upgrade): PyYAML in /usr/lib/python2.7/dist-packages (from ansible==2.6.4) | |
Downloading/unpacking paramiko (from ansible==2.6.4) | |
Downloading paramiko-2.4.2-py2.py3-none-any.whl (193kB): 193kB downloaded | |
Downloading/unpacking cryptography (from ansible==2.6.4) | |
Downloading cryptography-2.3.1.tar.gz (449kB): 449kB downloaded | |
Running setup.py (path:/tmp/pip-build-FXkb0z/cryptography/setup.py) egg_info for package cryptography | |
no previously-included directories found matching 'docs/_build' | |
warning: no previously-included files matching '*' found under directory 'vectors' | |
Requirement already satisfied (use --upgrade to upgrade): setuptools in /usr/local/lib/python2.7/dist-packages (from ansible==2.6.4) | |
Requirement already satisfied (use --upgrade to upgrade): MarkupSafe>=0.23 in /usr/lib/python2.7/dist-packages (from jinja2->ansible==2.6.4) | |
Downloading/unpacking pynacl>=1.0.1 (from paramiko->ansible==2.6.4) | |
Downloading PyNaCl-1.2.1.tar.gz (3.3MB): 3.3MB downloaded | |
Running setup.py (path:/tmp/pip-build-FXkb0z/pynacl/setup.py) egg_info for package pynacl | |
warning: no previously-included files found matching 'setup.pyc' | |
warning: no previously-included files matching 'yacctab.*' found under directory 'tests' | |
warning: no previously-included files matching 'lextab.*' found under directory 'tests' | |
warning: no previously-included files matching 'yacctab.*' found under directory 'examples' | |
warning: no previously-included files matching 'lextab.*' found under directory 'examples' | |
zip_safe flag not set; analyzing archive contents... | |
pycparser.ply.lex: module references __file__ | |
pycparser.ply.lex: module MAY be using inspect.getsourcefile | |
pycparser.ply.yacc: module references __file__ | |
pycparser.ply.yacc: module MAY be using inspect.getsourcefile | |
pycparser.ply.yacc: module MAY be using inspect.stack | |
pycparser.ply.ygen: module references __file__ | |
Installed /tmp/pip-build-FXkb0z/pynacl/.eggs/pycparser-2.19-py2.7.egg | |
warning: no previously-included files matching '__pycache__/*' found anywhere in distribution | |
warning: no previously-included files found matching '.travis.yml' | |
warning: no previously-included files found matching '.travis' | |
warning: no previously-included files found matching '.travis/install.sh' | |
warning: no previously-included files found matching '.travis/run.sh' | |
warning: no previously-included files found matching '.readthedocs.yml' | |
warning: no previously-included files found matching '.coveragerc' | |
warning: no previously-included files found matching 'tasks.py' | |
warning: no previously-included files found matching 'Jenkinsfile' | |
warning: no previously-included files found matching '.jenkins' | |
warning: no previously-included files found matching '.jenkins/Jenkinsfile-pynacl-wheel-builder' | |
Downloading/unpacking pyasn1>=0.1.7 (from paramiko->ansible==2.6.4) | |
Downloading pyasn1-0.4.4-py2.py3-none-any.whl (72kB): 72kB downloaded | |
Downloading/unpacking bcrypt>=3.1.3 (from paramiko->ansible==2.6.4) | |
Downloading bcrypt-3.1.4.tar.gz (42kB): 42kB downloaded | |
Running setup.py (path:/tmp/pip-build-FXkb0z/bcrypt/setup.py) egg_info for package bcrypt | |
warning: no previously-included files found matching 'requirements.txt' | |
warning: no previously-included files found matching 'tasks.py' | |
warning: no previously-included files found matching '.travis.yml' | |
warning: no previously-included files found matching 'wheel-scripts' | |
warning: no previously-included files found matching 'Jenkinsfile' | |
warning: no previously-included files found matching '.jenkins' | |
warning: no previously-included files matching '*' found under directory '.jenkins' | |
warning: no previously-included files matching '*' found under directory 'wheel-scripts' | |
no previously-included directories found matching '.travis' | |
Downloading/unpacking idna>=2.1 (from cryptography->ansible==2.6.4) | |
Downloading idna-2.7-py2.py3-none-any.whl (58kB): 58kB downloaded | |
Downloading/unpacking asn1crypto>=0.21.0 (from cryptography->ansible==2.6.4) | |
Downloading asn1crypto-0.24.0-py2.py3-none-any.whl (101kB): 101kB downloaded | |
Requirement already satisfied (use --upgrade to upgrade): six>=1.4.1 in /usr/lib/python2.7/dist-packages (from cryptography->ansible==2.6.4) | |
Downloading/unpacking cffi!=1.11.3,>=1.7 (from cryptography->ansible==2.6.4) | |
Downloading cffi-1.11.5.tar.gz (438kB): 438kB downloaded | |
Running setup.py (path:/tmp/pip-build-FXkb0z/cffi/setup.py) egg_info for package cffi | |
Downloading/unpacking pycparser (from cffi!=1.11.3,>=1.7->cryptography->ansible==2.6.4) | |
Downloading pycparser-2.19.tar.gz (158kB): 158kB downloaded | |
Running setup.py (path:/tmp/pip-build-FXkb0z/pycparser/setup.py) egg_info for package pycparser | |
warning: no previously-included files found matching 'setup.pyc' | |
warning: no previously-included files matching 'yacctab.*' found under directory 'tests' | |
warning: no previously-included files matching 'lextab.*' found under directory 'tests' | |
warning: no previously-included files matching 'yacctab.*' found under directory 'examples' | |
warning: no previously-included files matching 'lextab.*' found under directory 'examples' | |
Installing collected packages: ansible, jinja2, paramiko, cryptography, pynacl, pyasn1, bcrypt, idna, asn1crypto, cffi, pycparser | |
Running setup.py install for ansible | |
changing mode of build/scripts-2.7/ansible from 644 to 755 | |
changing mode of build/scripts-2.7/ansible-playbook from 644 to 755 | |
changing mode of build/scripts-2.7/ansible-pull from 644 to 755 | |
changing mode of build/scripts-2.7/ansible-doc from 644 to 755 | |
changing mode of build/scripts-2.7/ansible-galaxy from 644 to 755 | |
changing mode of build/scripts-2.7/ansible-console from 644 to 755 | |
changing mode of build/scripts-2.7/ansible-connection from 644 to 755 | |
changing mode of build/scripts-2.7/ansible-vault from 644 to 755 | |
changing mode of build/scripts-2.7/ansible-config from 644 to 755 | |
changing mode of build/scripts-2.7/ansible-inventory from 644 to 755 | |
no previously-included directories found matching 'hacking' | |
changing mode of /usr/local/bin/ansible to 755 | |
changing mode of /usr/local/bin/ansible-connection to 755 | |
changing mode of /usr/local/bin/ansible-config to 755 | |
changing mode of /usr/local/bin/ansible-console to 755 | |
changing mode of /usr/local/bin/ansible-doc to 755 | |
changing mode of /usr/local/bin/ansible-galaxy to 755 | |
changing mode of /usr/local/bin/ansible-inventory to 755 | |
changing mode of /usr/local/bin/ansible-playbook to 755 | |
changing mode of /usr/local/bin/ansible-pull to 755 | |
changing mode of /usr/local/bin/ansible-vault to 755 | |
Could not find .egg-info directory in install record for ansible==2.6.4 | |
Compiling /tmp/pip-build-FXkb0z/jinja2/jinja2/asyncfilters.py ... | |
File "/tmp/pip-build-FXkb0z/jinja2/jinja2/asyncfilters.py", line 7 | |
async def auto_to_seq(value): | |
^ | |
SyntaxError: invalid syntax | |
Compiling /tmp/pip-build-FXkb0z/jinja2/jinja2/asyncsupport.py ... | |
File "/tmp/pip-build-FXkb0z/jinja2/jinja2/asyncsupport.py", line 22 | |
async def concat_async(async_gen): | |
^ | |
SyntaxError: invalid syntax | |
Running setup.py install for cryptography | |
warning: no previously-included files found matching 'setup.pyc' | |
warning: no previously-included files matching 'yacctab.*' found under directory 'tests' | |
warning: no previously-included files matching 'lextab.*' found under directory 'tests' | |
warning: no previously-included files matching 'yacctab.*' found under directory 'examples' | |
warning: no previously-included files matching 'lextab.*' found under directory 'examples' | |
zip_safe flag not set; analyzing archive contents... | |
pycparser.ply.lex: module references __file__ | |
pycparser.ply.lex: module MAY be using inspect.getsourcefile | |
pycparser.ply.yacc: module references __file__ | |
pycparser.ply.yacc: module MAY be using inspect.getsourcefile | |
pycparser.ply.yacc: module MAY be using inspect.stack | |
pycparser.ply.ygen: module references __file__ | |
Installed /tmp/pip-build-FXkb0z/cryptography/.eggs/pycparser-2.19-py2.7.egg | |
no previously-included directories found matching 'docs/_build' | |
warning: no previously-included files matching '*' found under directory 'vectors' | |
generating cffi module 'build/temp.linux-x86_64-2.7/_padding.c' | |
generating cffi module 'build/temp.linux-x86_64-2.7/_constant_time.c' | |
generating cffi module 'build/temp.linux-x86_64-2.7/_openssl.c' | |
building '_openssl' extension | |
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -c build/temp.linux-x86_64-2.7/_openssl.c -o build/temp.linux-x86_64-2.7/build/temp.linux-x86_64-2.7/_openssl.o -Wconversion -Wno-error=sign-conversion | |
build/temp.linux-x86_64-2.7/_openssl.c: In function ‘dev_urandom_read’: | |
build/temp.linux-x86_64-2.7/_openssl.c:1544:17: warning: conversion to ‘int’ from ‘ssize_t’ may alter its value [-Wconversion] | |
size -= n; | |
^ | |
build/temp.linux-x86_64-2.7/_openssl.c: In function ‘SSL_SESSION_get_master_key’: | |
build/temp.linux-x86_64-2.7/_openssl.c:2159:9: warning: conversion to ‘size_t’ from ‘int’ may change the sign of the result [-Wsign-conversion] | |
return session->master_key_length; | |
^ | |
build/temp.linux-x86_64-2.7/_openssl.c:2161:18: warning: conversion to ‘size_t’ from ‘int’ may change the sign of the result [-Wsign-conversion] | |
outlen = session->master_key_length; | |
^ | |
build/temp.linux-x86_64-2.7/_openssl.c: In function ‘SSL_SESSION_get_ticket_lifetime_hint’: | |
build/temp.linux-x86_64-2.7/_openssl.c:2173:5: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] | |
return s->tlsext_tick_lifetime_hint; | |
^ | |
build/temp.linux-x86_64-2.7/_openssl.c: In function ‘Cryptography_setup_ssl_threads’: | |
build/temp.linux-x86_64-2.7/_openssl.c:2668:28: warning: conversion to ‘unsigned int’ from ‘int’ may change the sign of the result [-Wsign-conversion] | |
_ssl_locks_count = CRYPTO_num_locks(); | |
^ | |
build/temp.linux-x86_64-2.7/_openssl.c: In function ‘Cryptography_pem_password_cb’: | |
build/temp.linux-x86_64-2.7/_openssl.c:2701:35: warning: conversion to ‘size_t’ from ‘int’ may change the sign of the result [-Wsign-conversion] | |
memcpy(buf, st->password, st->length); | |
^ | |
build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_d_BIO_new_mem_buf’: | |
build/temp.linux-x86_64-2.7/_openssl.c:12987:26: warning: passing argument 1 of ‘BIO_new_mem_buf’ discards ‘const’ qualifier from pointer target type | |
return BIO_new_mem_buf(x0, x1); | |
^ | |
In file included from /usr/include/openssl/asn1.h:65:0, | |
from build/temp.linux-x86_64-2.7/_openssl.c:536: | |
/usr/include/openssl/bio.h:691:6: note: expected ‘void *’ but argument is of type ‘const void *’ | |
BIO *BIO_new_mem_buf(void *buf, int len); | |
^ | |
build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_f_BIO_new_mem_buf’: | |
build/temp.linux-x86_64-2.7/_openssl.c:13020:30: warning: passing argument 1 of ‘BIO_new_mem_buf’ discards ‘const’ qualifier from pointer target type | |
{ result = BIO_new_mem_buf(x0, x1); } | |
^ | |
In file included from /usr/include/openssl/asn1.h:65:0, | |
from build/temp.linux-x86_64-2.7/_openssl.c:536: | |
/usr/include/openssl/bio.h:691:6: note: expected ‘void *’ but argument is of type ‘const void *’ | |
BIO *BIO_new_mem_buf(void *buf, int len); | |
^ | |
build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_d_SSL_CTX_add_extra_chain_cert’: | |
build/temp.linux-x86_64-2.7/_openssl.c:38803:3: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] | |
return SSL_CTX_add_extra_chain_cert(x0, x1); | |
^ | |
build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_f_SSL_CTX_add_extra_chain_cert’: | |
build/temp.linux-x86_64-2.7/_openssl.c:38843:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] | |
{ result = SSL_CTX_add_extra_chain_cert(x0, x1); } | |
^ | |
build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_d_SSL_CTX_clear_options’: | |
build/temp.linux-x86_64-2.7/_openssl.c:38982:10: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion] | |
return SSL_CTX_clear_options(x0, x1); | |
^ | |
build/temp.linux-x86_64-2.7/_openssl.c:38982:3: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] | |
return SSL_CTX_clear_options(x0, x1); | |
^ | |
build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_f_SSL_CTX_clear_options’: | |
build/temp.linux-x86_64-2.7/_openssl.c:39015:14: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion] | |
{ result = SSL_CTX_clear_options(x0, x1); } | |
^ | |
build/temp.linux-x86_64-2.7/_openssl.c:39015:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] | |
build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_d_SSL_CTX_get_mode’: | |
build/temp.linux-x86_64-2.7/_openssl.c:39267:3: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] | |
return SSL_CTX_get_mode(x0); | |
^ | |
build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_f_SSL_CTX_get_mode’: | |
build/temp.linux-x86_64-2.7/_openssl.c:39290:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] | |
{ result = SSL_CTX_get_mode(x0); } | |
^ | |
build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_d_SSL_CTX_get_options’: | |
build/temp.linux-x86_64-2.7/_openssl.c:39303:3: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] | |
return SSL_CTX_get_options(x0); | |
^ | |
build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_f_SSL_CTX_get_options’: | |
build/temp.linux-x86_64-2.7/_openssl.c:39326:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] | |
{ result = SSL_CTX_get_options(x0); } | |
^ | |
build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_d_SSL_CTX_get_session_cache_mode’: | |
build/temp.linux-x86_64-2.7/_openssl.c:39375:3: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] | |
return SSL_CTX_get_session_cache_mode(x0); | |
^ | |
build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_f_SSL_CTX_get_session_cache_mode’: | |
build/temp.linux-x86_64-2.7/_openssl.c:39398:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] | |
{ result = SSL_CTX_get_session_cache_mode(x0); } | |
^ | |
build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_d_SSL_CTX_set_cookie_verify_cb’: | |
build/temp.linux-x86_64-2.7/_openssl.c:40672:36: warning: passing argument 2 of ‘SSL_CTX_set_cookie_verify_cb’ from incompatible pointer type | |
SSL_CTX_set_cookie_verify_cb(x0, x1); | |
^ | |
In file included from build/temp.linux-x86_64-2.7/_openssl.c:719:0: | |
/usr/include/openssl/ssl.h:1127:6: note: expected ‘int (*)(struct SSL *, unsigned char *, unsigned int)’ but argument is of type ‘int (*)(struct SSL *, const unsigned char *, unsigned int)’ | |
void SSL_CTX_set_cookie_verify_cb(SSL_CTX *ctx, | |
^ | |
build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_f_SSL_CTX_set_cookie_verify_cb’: | |
build/temp.linux-x86_64-2.7/_openssl.c:40704:38: warning: passing argument 2 of ‘SSL_CTX_set_cookie_verify_cb’ from incompatible pointer type | |
{ SSL_CTX_set_cookie_verify_cb(x0, x1); } | |
^ | |
In file included from build/temp.linux-x86_64-2.7/_openssl.c:719:0: | |
/usr/include/openssl/ssl.h:1127:6: note: expected ‘int (*)(struct SSL *, unsigned char *, unsigned int)’ but argument is of type ‘int (*)(struct SSL *, const unsigned char *, unsigned int)’ | |
void SSL_CTX_set_cookie_verify_cb(SSL_CTX *ctx, | |
^ | |
build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_d_SSL_CTX_set_mode’: | |
build/temp.linux-x86_64-2.7/_openssl.c:41004:10: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion] | |
return SSL_CTX_set_mode(x0, x1); | |
^ | |
build/temp.linux-x86_64-2.7/_openssl.c:41004:3: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] | |
return SSL_CTX_set_mode(x0, x1); | |
^ | |
build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_f_SSL_CTX_set_mode’: | |
build/temp.linux-x86_64-2.7/_openssl.c:41037:14: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion] | |
{ result = SSL_CTX_set_mode(x0, x1); } | |
^ | |
build/temp.linux-x86_64-2.7/_openssl.c:41037:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] | |
build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_d_SSL_CTX_set_options’: | |
build/temp.linux-x86_64-2.7/_openssl.c:41168:10: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion] | |
return SSL_CTX_set_options(x0, x1); | |
^ | |
build/temp.linux-x86_64-2.7/_openssl.c:41168:3: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] | |
return SSL_CTX_set_options(x0, x1); | |
^ | |
build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_f_SSL_CTX_set_options’: | |
build/temp.linux-x86_64-2.7/_openssl.c:41201:14: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion] | |
{ result = SSL_CTX_set_options(x0, x1); } | |
^ | |
build/temp.linux-x86_64-2.7/_openssl.c:41201:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] | |
In file included from build/temp.linux-x86_64-2.7/_openssl.c:719:0: | |
build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_d_SSL_CTX_set_session_cache_mode’: | |
build/temp.linux-x86_64-2.7/_openssl.c:41352:45: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion] | |
return SSL_CTX_set_session_cache_mode(x0, x1); | |
^ | |
build/temp.linux-x86_64-2.7/_openssl.c:41352:3: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] | |
return SSL_CTX_set_session_cache_mode(x0, x1); | |
^ | |
In file included from build/temp.linux-x86_64-2.7/_openssl.c:719:0: | |
build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_f_SSL_CTX_set_session_cache_mode’: | |
build/temp.linux-x86_64-2.7/_openssl.c:41385:49: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion] | |
{ result = SSL_CTX_set_session_cache_mode(x0, x1); } | |
^ | |
build/temp.linux-x86_64-2.7/_openssl.c:41385:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] | |
{ result = SSL_CTX_set_session_cache_mode(x0, x1); } | |
^ | |
build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_d_SSL_CTX_set_tmp_dh’: | |
build/temp.linux-x86_64-2.7/_openssl.c:41754:3: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] | |
return SSL_CTX_set_tmp_dh(x0, x1); | |
^ | |
build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_f_SSL_CTX_set_tmp_dh’: | |
build/temp.linux-x86_64-2.7/_openssl.c:41794:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] | |
{ result = SSL_CTX_set_tmp_dh(x0, x1); } | |
^ | |
build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_d_SSL_CTX_set_tmp_ecdh’: | |
build/temp.linux-x86_64-2.7/_openssl.c:41807:3: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] | |
return SSL_CTX_set_tmp_ecdh(x0, x1); | |
^ | |
build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_f_SSL_CTX_set_tmp_ecdh’: | |
build/temp.linux-x86_64-2.7/_openssl.c:41847:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] | |
{ result = SSL_CTX_set_tmp_ecdh(x0, x1); } | |
^ | |
build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_d_SSL_SESSION_get_ticket_lifetime_hint’: | |
build/temp.linux-x86_64-2.7/_openssl.c:42560:3: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion] | |
return SSL_SESSION_get_ticket_lifetime_hint(x0); | |
^ | |
build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_f_SSL_SESSION_get_ticket_lifetime_hint’: | |
build/temp.linux-x86_64-2.7/_openssl.c:42583:14: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion] | |
{ result = SSL_SESSION_get_ticket_lifetime_hint(x0); } | |
^ | |
build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_d_SSL_get_mode’: | |
build/temp.linux-x86_64-2.7/_openssl.c:43912:3: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] | |
return SSL_get_mode(x0); | |
^ | |
build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_f_SSL_get_mode’: | |
build/temp.linux-x86_64-2.7/_openssl.c:43935:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] | |
{ result = SSL_get_mode(x0); } | |
^ | |
build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_d_SSL_get_options’: | |
build/temp.linux-x86_64-2.7/_openssl.c:43948:3: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] | |
return SSL_get_options(x0); | |
^ | |
build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_f_SSL_get_options’: | |
build/temp.linux-x86_64-2.7/_openssl.c:43971:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] | |
{ result = SSL_get_options(x0); } | |
^ | |
build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_d_SSL_set_mode’: | |
build/temp.linux-x86_64-2.7/_openssl.c:45747:10: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion] | |
return SSL_set_mode(x0, x1); | |
^ | |
build/temp.linux-x86_64-2.7/_openssl.c:45747:3: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] | |
return SSL_set_mode(x0, x1); | |
^ | |
build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_f_SSL_set_mode’: | |
build/temp.linux-x86_64-2.7/_openssl.c:45780:14: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion] | |
{ result = SSL_set_mode(x0, x1); } | |
^ | |
build/temp.linux-x86_64-2.7/_openssl.c:45780:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] | |
build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_d_SSL_set_options’: | |
build/temp.linux-x86_64-2.7/_openssl.c:45793:10: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion] | |
return SSL_set_options(x0, x1); | |
^ | |
build/temp.linux-x86_64-2.7/_openssl.c:45793:3: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] | |
return SSL_set_options(x0, x1); | |
^ | |
build/temp.linux-x86_64-2.7/_openssl.c: In function ‘_cffi_f_SSL_set_options’: | |
build/temp.linux-x86_64-2.7/_openssl.c:45826:14: warning: conversion to ‘long int’ from ‘long unsigned int’ may change the sign of the result [-Wsign-conversion] | |
{ result = SSL_set_options(x0, x1); } | |
^ | |
build/temp.linux-x86_64-2.7/_openssl.c:45826:14: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] | |
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/build/temp.linux-x86_64-2.7/_openssl.o -lssl -lcrypto -o build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/_openssl.so | |
building '_constant_time' extension | |
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -c build/temp.linux-x86_64-2.7/_constant_time.c -o build/temp.linux-x86_64-2.7/build/temp.linux-x86_64-2.7/_constant_time.o | |
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/build/temp.linux-x86_64-2.7/_constant_time.o -o build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/_constant_time.so | |
building '_padding' extension | |
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -c build/temp.linux-x86_64-2.7/_padding.c -o build/temp.linux-x86_64-2.7/build/temp.linux-x86_64-2.7/_padding.o | |
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/build/temp.linux-x86_64-2.7/_padding.o -o build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/_padding.so | |
Could not find .egg-info directory in install record for cryptography (from ansible==2.6.4) | |
Running setup.py install for pynacl | |
checking build system type... x86_64-pc-linux-gnu | |
checking host system type... x86_64-pc-linux-gnu | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /bin/mkdir -p | |
checking for gawk... no | |
checking for mawk... mawk | |
checking whether make sets $(MAKE)... yes | |
checking whether make supports nested variables... yes | |
checking whether UID '0' is supported by ustar format... yes | |
checking whether GID '0' is supported by ustar format... yes | |
checking how to create a ustar tar archive... gnutar | |
checking whether make supports nested variables... (cached) yes | |
checking whether to enable maintainer-specific portions of Makefiles... no | |
checking for style of include used by make... GNU | |
checking for gcc... gcc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking whether gcc understands -c and -o together... yes | |
checking dependency style of gcc... none | |
checking for a sed that does not truncate output... /bin/sed | |
checking how to run the C preprocessor... gcc -E | |
checking for grep that handles long lines and -e... /bin/grep | |
checking for egrep... /bin/grep -E | |
checking whether gcc is Clang... no | |
checking whether pthreads work with -pthread... yes | |
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE | |
checking whether more special flags are required for pthreads... no | |
checking for PTHREAD_PRIO_INHERIT... yes | |
checking for gcc option to accept ISO C99... -std=gnu99 | |
checking dependency style of gcc -std=gnu99... none | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking minix/config.h usability... no | |
checking minix/config.h presence... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking for __native_client__ defined... no | |
checking for _FORTIFY_SOURCE defined... no | |
checking whether C compiler accepts -D_FORTIFY_SOURCE=2... yes | |
checking whether C compiler accepts -fvisibility=hidden... yes | |
checking whether C compiler accepts -fPIC... yes | |
checking whether C compiler accepts -fPIE... yes | |
checking whether the linker accepts -pie... yes | |
checking whether C compiler accepts -fno-strict-aliasing... yes | |
checking whether C compiler accepts -fno-strict-overflow... yes | |
checking whether C compiler accepts -fstack-protector... yes | |
checking whether the linker accepts -fstack-protector... yes | |
checking whether C compiler accepts -Wwrite-strings... yes | |
checking whether C compiler accepts -Wdiv-by-zero... yes | |
checking whether C compiler accepts -Wsometimes-uninitialized... no | |
checking whether C compiler accepts -Wall... yes | |
checking whether C compiler accepts -Wall -Wextra... yes | |
checking for clang... no | |
checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast... yes | |
checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align... yes | |
checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual... yes | |
checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wduplicated-cond... no | |
checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wfloat-equal... yes | |
checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wfloat-equal -Wformat=2... yes | |
checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wfloat-equal -Wformat=2 -Wmissing-declarations... yes | |
checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes... yes | |
checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs... yes | |
checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits... yes | |
checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas... yes | |
checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id... yes | |
checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference... no | |
checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wold-style-declaration... yes | |
checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wold-style-declaration -Wpointer-arith... yes | |
checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wold-style-declaration -Wpointer-arith -Wredundant-decls... yes | |
checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wold-style-declaration -Wpointer-arith -Wredundant-decls -Wshorten-64-to-32... no | |
checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wold-style-declaration -Wpointer-arith -Wredundant-decls -Wstrict-prototypes... yes | |
checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wold-style-declaration -Wpointer-arith -Wredundant-decls -Wstrict-prototypes -Wswitch-enum... yes | |
checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wold-style-declaration -Wpointer-arith -Wredundant-decls -Wstrict-prototypes -Wswitch-enum -Wvariable-decl... no | |
checking whether the linker accepts -Wl,-z,relro... yes | |
checking whether the linker accepts -Wl,-z,now... yes | |
checking whether the linker accepts -Wl,-z,noexecstack... yes | |
checking for a broken clang + AVX512 combination... no | |
checking whether segmentation violations can be caught when using the C compiler... yes | |
checking whether SIGABRT can be caught when using the C compiler... yes | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... (cached) /bin/sed | |
checking for fgrep... /bin/grep -F | |
checking for ld used by gcc -std=gnu99... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... yes | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B | |
checking the name lister (/usr/bin/nm -B) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 1572864 | |
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop | |
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop | |
checking for /usr/bin/ld option to reload object files... -r | |
checking for objdump... objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for ar... ar | |
checking for archiver @FILE support... @ | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object... ok | |
checking for sysroot... no | |
checking for a working dd... /bin/dd | |
checking how to truncate binary pipes... /bin/dd bs=4096 count=1 | |
checking for mt... mt | |
checking if mt is a manifest tool... no | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no | |
checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC | |
checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes | |
checking if gcc -std=gnu99 static flag -static works... no | |
checking if gcc -std=gnu99 supports -c -o file.o... yes | |
checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes | |
checking whether the gcc -std=gnu99 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking dynamic linker characteristics... GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... no | |
checking whether to build static libraries... yes | |
checking for ar... (cached) ar | |
checking whether C compiler accepts -mmmx... yes | |
checking for MMX instructions set... yes | |
checking whether C compiler accepts -mmmx... (cached) yes | |
checking whether C compiler accepts -msse2... yes | |
checking for SSE2 instructions set... yes | |
checking whether C compiler accepts -msse2... (cached) yes | |
checking whether C compiler accepts -msse3... yes | |
checking for SSE3 instructions set... yes | |
checking whether C compiler accepts -msse3... (cached) yes | |
checking whether C compiler accepts -mssse3... yes | |
checking for SSSE3 instructions set... yes | |
checking whether C compiler accepts -mssse3... (cached) yes | |
checking whether C compiler accepts -msse4.1... yes | |
checking for SSE4.1 instructions set... yes | |
checking whether C compiler accepts -msse4.1... (cached) yes | |
checking whether C compiler accepts -mavx... yes | |
checking for AVX instructions set... yes | |
checking whether C compiler accepts -mavx... (cached) yes | |
checking whether C compiler accepts -mavx2... yes | |
checking for AVX2 instructions set... yes | |
checking whether C compiler accepts -mavx2... (cached) yes | |
checking if _mm256_broadcastsi128_si256 is correctly defined... yes | |
checking whether C compiler accepts -mavx512f... yes | |
checking for AVX512F instructions set... yes | |
checking whether C compiler accepts -mavx512f... (cached) yes | |
checking whether C compiler accepts -maes... yes | |
checking whether C compiler accepts -mpclmul... yes | |
checking for AESNI instructions set and PCLMULQDQ... yes | |
checking whether C compiler accepts -maes... (cached) yes | |
checking whether C compiler accepts -mpclmul... (cached) yes | |
checking sys/mman.h usability... yes | |
checking sys/mman.h presence... yes | |
checking for sys/mman.h... yes | |
checking intrin.h usability... no | |
checking intrin.h presence... no | |
checking for intrin.h... no | |
checking if _xgetbv() is available... no | |
checking for inline... inline | |
checking whether byte ordering is bigendian... (cached) no | |
checking whether __STDC_LIMIT_MACROS is required... no | |
checking whether we can use x86_64 asm code... yes | |
checking whether we can assemble AVX opcodes... yes | |
checking for 128-bit arithmetic... yes | |
checking for cpuid instruction... yes | |
checking if the .private_extern asm directive is supported... no | |
checking if the .hidden asm directive is supported... yes | |
checking if weak symbols are supported... yes | |
checking if data alignment is required... no | |
checking if atomic operations are supported... yes | |
checking for arc4random... no | |
checking for arc4random_buf... no | |
checking for mmap... yes | |
checking for mlock... yes | |
checking for madvise... yes | |
checking for mprotect... yes | |
checking for memset_s... no | |
checking for explicit_bzero... no | |
checking for nanosleep... yes | |
checking for posix_memalign... yes | |
checking for getpid... yes | |
checking if gcc/ld supports -Wl,--output-def... not needed, shared libraries are disabled | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating builds/Makefile | |
config.status: creating contrib/Makefile | |
config.status: creating dist-build/Makefile | |
config.status: creating libsodium.pc | |
config.status: creating libsodium-uninstalled.pc | |
config.status: creating msvc-scripts/Makefile | |
config.status: creating src/Makefile | |
config.status: creating src/libsodium/Makefile | |
config.status: creating src/libsodium/include/Makefile | |
config.status: creating src/libsodium/include/sodium/version.h | |
config.status: creating test/default/Makefile | |
config.status: creating test/Makefile | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
Making all in builds | |
make[1]: Entering directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/builds' | |
make[1]: Nothing to be done for 'all'. | |
make[1]: Leaving directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/builds' | |
Making all in contrib | |
make[1]: Entering directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/contrib' | |
make[1]: Nothing to be done for 'all'. | |
make[1]: Leaving directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/contrib' | |
Making all in dist-build | |
make[1]: Entering directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/dist-build' | |
make[1]: Nothing to be done for 'all'. | |
make[1]: Leaving directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/dist-build' | |
Making all in msvc-scripts | |
make[1]: Entering directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/msvc-scripts' | |
make[1]: Nothing to be done for 'all'. | |
make[1]: Leaving directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/msvc-scripts' | |
Making all in src | |
make[1]: Entering directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/src' | |
Making all in libsodium | |
make[2]: Entering directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/src/libsodium' | |
Making all in include | |
make[3]: Entering directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/src/libsodium/include' | |
make[3]: Nothing to be done for 'all'. | |
make[3]: Leaving directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/src/libsodium/include' | |
make[3]: Entering directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/src/libsodium' | |
CC crypto_aead/chacha20poly1305/sodium/libsodium_la-aead_chacha20poly1305.lo | |
CC crypto_aead/xchacha20poly1305/sodium/libsodium_la-aead_xchacha20poly1305.lo | |
CC crypto_auth/libsodium_la-crypto_auth.lo | |
CC crypto_auth/hmacsha256/libsodium_la-auth_hmacsha256.lo | |
CC crypto_auth/hmacsha512/libsodium_la-auth_hmacsha512.lo | |
CC crypto_auth/hmacsha512256/libsodium_la-auth_hmacsha512256.lo | |
CC crypto_box/libsodium_la-crypto_box.lo | |
CC crypto_box/libsodium_la-crypto_box_easy.lo | |
CC crypto_box/libsodium_la-crypto_box_seal.lo | |
CC crypto_box/curve25519xsalsa20poly1305/libsodium_la-box_curve25519xsalsa20poly1305.lo | |
CC crypto_core/curve25519/ref10/libsodium_la-curve25519_ref10.lo | |
CC crypto_core/hchacha20/libsodium_la-core_hchacha20.lo | |
CC crypto_core/hsalsa20/ref2/libsodium_la-core_hsalsa20_ref2.lo | |
CC crypto_core/hsalsa20/libsodium_la-core_hsalsa20.lo | |
CC crypto_core/salsa/ref/libsodium_la-core_salsa_ref.lo | |
CC crypto_generichash/libsodium_la-crypto_generichash.lo | |
CC crypto_generichash/blake2b/libsodium_la-generichash_blake2.lo | |
CC crypto_generichash/blake2b/ref/libsodium_la-blake2b-compress-ref.lo | |
CC crypto_generichash/blake2b/ref/libsodium_la-blake2b-ref.lo | |
CC crypto_generichash/blake2b/ref/libsodium_la-generichash_blake2b.lo | |
CC crypto_hash/libsodium_la-crypto_hash.lo | |
CC crypto_hash/sha256/libsodium_la-hash_sha256.lo | |
CC crypto_hash/sha256/cp/libsodium_la-hash_sha256_cp.lo | |
CC crypto_hash/sha512/libsodium_la-hash_sha512.lo | |
CC crypto_hash/sha512/cp/libsodium_la-hash_sha512_cp.lo | |
CC crypto_kdf/blake2b/libsodium_la-kdf_blake2b.lo | |
CC crypto_kdf/libsodium_la-crypto_kdf.lo | |
CC crypto_kx/libsodium_la-crypto_kx.lo | |
CC crypto_onetimeauth/libsodium_la-crypto_onetimeauth.lo | |
CC crypto_onetimeauth/poly1305/libsodium_la-onetimeauth_poly1305.lo | |
CC crypto_onetimeauth/poly1305/donna/libsodium_la-poly1305_donna.lo | |
CC crypto_pwhash/argon2/libsodium_la-argon2-core.lo | |
CC crypto_pwhash/argon2/libsodium_la-argon2-encoding.lo | |
CC crypto_pwhash/argon2/libsodium_la-argon2-fill-block-ref.lo | |
CC crypto_pwhash/argon2/libsodium_la-argon2.lo | |
CC crypto_pwhash/argon2/libsodium_la-blake2b-long.lo | |
CC crypto_pwhash/argon2/libsodium_la-pwhash_argon2i.lo | |
CC crypto_pwhash/argon2/libsodium_la-pwhash_argon2id.lo | |
CC crypto_pwhash/libsodium_la-crypto_pwhash.lo | |
CC crypto_scalarmult/libsodium_la-crypto_scalarmult.lo | |
CC crypto_scalarmult/curve25519/libsodium_la-scalarmult_curve25519.lo | |
CC crypto_secretbox/libsodium_la-crypto_secretbox.lo | |
CC crypto_secretbox/libsodium_la-crypto_secretbox_easy.lo | |
CC crypto_secretbox/xsalsa20poly1305/libsodium_la-secretbox_xsalsa20poly1305.lo | |
CC crypto_secretstream/xchacha20poly1305/libsodium_la-secretstream_xchacha20poly1305.lo | |
CC crypto_shorthash/libsodium_la-crypto_shorthash.lo | |
CC crypto_shorthash/siphash24/libsodium_la-shorthash_siphash24.lo | |
CC crypto_shorthash/siphash24/ref/libsodium_la-shorthash_siphash24_ref.lo | |
CC crypto_sign/libsodium_la-crypto_sign.lo | |
CC crypto_sign/ed25519/libsodium_la-sign_ed25519.lo | |
CC crypto_sign/ed25519/ref10/libsodium_la-keypair.lo | |
CC crypto_sign/ed25519/ref10/libsodium_la-open.lo | |
CC crypto_sign/ed25519/ref10/libsodium_la-sign.lo | |
CC crypto_stream/chacha20/libsodium_la-stream_chacha20.lo | |
CC crypto_stream/chacha20/ref/libsodium_la-chacha20_ref.lo | |
CC crypto_stream/libsodium_la-crypto_stream.lo | |
CC crypto_stream/salsa20/libsodium_la-stream_salsa20.lo | |
CC crypto_stream/xsalsa20/libsodium_la-stream_xsalsa20.lo | |
CC crypto_verify/sodium/libsodium_la-verify.lo | |
CC randombytes/libsodium_la-randombytes.lo | |
CC sodium/libsodium_la-codecs.lo | |
CC sodium/libsodium_la-core.lo | |
CC sodium/libsodium_la-runtime.lo | |
CC sodium/libsodium_la-utils.lo | |
CC sodium/libsodium_la-version.lo | |
CC randombytes/salsa20/libsodium_la-randombytes_salsa20_random.lo | |
CC randombytes/sysrandom/libsodium_la-randombytes_sysrandom.lo | |
CC crypto_scalarmult/curve25519/donna_c64/libsodium_la-curve25519_donna_c64.lo | |
CPPAS crypto_stream/salsa20/xmm6/libsodium_la-salsa20_xmm6-asm.lo | |
CC crypto_stream/salsa20/xmm6/libsodium_la-salsa20_xmm6.lo | |
CC crypto_scalarmult/curve25519/sandy2x/libsodium_la-curve25519_sandy2x.lo | |
CC crypto_scalarmult/curve25519/sandy2x/libsodium_la-fe51_invert.lo | |
CC crypto_scalarmult/curve25519/sandy2x/libsodium_la-fe_frombytes_sandy2x.lo | |
CPPAS crypto_scalarmult/curve25519/sandy2x/libsodium_la-sandy2x.lo | |
CC crypto_box/curve25519xchacha20poly1305/libsodium_la-box_curve25519xchacha20poly1305.lo | |
CC crypto_box/curve25519xchacha20poly1305/libsodium_la-box_seal_curve25519xchacha20poly1305.lo | |
CC crypto_pwhash/scryptsalsa208sha256/libsodium_la-crypto_scrypt-common.lo | |
CC crypto_pwhash/scryptsalsa208sha256/libsodium_la-scrypt_platform.lo | |
CC crypto_pwhash/scryptsalsa208sha256/libsodium_la-pbkdf2-sha256.lo | |
CC crypto_pwhash/scryptsalsa208sha256/libsodium_la-pwhash_scryptsalsa208sha256.lo | |
CC crypto_pwhash/scryptsalsa208sha256/nosse/libsodium_la-pwhash_scryptsalsa208sha256_nosse.lo | |
CC crypto_secretbox/xchacha20poly1305/libsodium_la-secretbox_xchacha20poly1305.lo | |
CC crypto_shorthash/siphash24/libsodium_la-shorthash_siphashx24.lo | |
CC crypto_shorthash/siphash24/ref/libsodium_la-shorthash_siphashx24_ref.lo | |
CC crypto_sign/ed25519/ref10/libsodium_la-obsolete.lo | |
CC crypto_stream/salsa2012/ref/libsodium_la-stream_salsa2012_ref.lo | |
CC crypto_stream/salsa2012/libsodium_la-stream_salsa2012.lo | |
CC crypto_stream/salsa208/ref/libsodium_la-stream_salsa208_ref.lo | |
CC crypto_stream/salsa208/libsodium_la-stream_salsa208.lo | |
CC crypto_stream/xchacha20/libsodium_la-stream_xchacha20.lo | |
CC crypto_aead/aes256gcm/aesni/libaesni_la-aead_aes256gcm_aesni.lo | |
CCLD libaesni.la | |
libtool: warning: '-version-info/-version-number' is ignored for convenience libraries | |
CC crypto_onetimeauth/poly1305/sse2/libsse2_la-poly1305_sse2.lo | |
CC crypto_pwhash/scryptsalsa208sha256/sse/libsse2_la-pwhash_scryptsalsa208sha256_sse.lo | |
CCLD libsse2.la | |
libtool: warning: '-version-info/-version-number' is ignored for convenience libraries | |
CC crypto_generichash/blake2b/ref/libssse3_la-blake2b-compress-ssse3.lo | |
CC crypto_pwhash/argon2/libssse3_la-argon2-fill-block-ssse3.lo | |
CC crypto_stream/chacha20/dolbeau/libssse3_la-chacha20_dolbeau-ssse3.lo | |
CCLD libssse3.la | |
libtool: warning: '-version-info/-version-number' is ignored for convenience libraries | |
CC crypto_generichash/blake2b/ref/libsse41_la-blake2b-compress-sse41.lo | |
CCLD libsse41.la | |
libtool: warning: '-version-info/-version-number' is ignored for convenience libraries | |
CC crypto_generichash/blake2b/ref/libavx2_la-blake2b-compress-avx2.lo | |
CC crypto_pwhash/argon2/libavx2_la-argon2-fill-block-avx2.lo | |
CC crypto_stream/chacha20/dolbeau/libavx2_la-chacha20_dolbeau-avx2.lo | |
CC crypto_stream/salsa20/xmm6int/libavx2_la-salsa20_xmm6int-avx2.lo | |
CCLD libavx2.la | |
libtool: warning: '-version-info/-version-number' is ignored for convenience libraries | |
CC crypto_pwhash/argon2/libavx512f_la-argon2-fill-block-avx512f.lo | |
CCLD libavx512f.la | |
libtool: warning: '-version-info/-version-number' is ignored for convenience libraries | |
CCLD libsodium.la | |
make[3]: Leaving directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/src/libsodium' | |
make[2]: Leaving directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/src/libsodium' | |
make[2]: Entering directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/src' | |
make[2]: Nothing to be done for 'all-am'. | |
make[2]: Leaving directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/src' | |
make[1]: Leaving directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/src' | |
Making all in test | |
make[1]: Entering directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/test' | |
Making all in default | |
make[2]: Entering directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/test/default' | |
make[2]: Nothing to be done for 'all'. | |
make[2]: Leaving directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/test/default' | |
make[2]: Entering directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/test' | |
make[2]: Nothing to be done for 'all-am'. | |
make[2]: Leaving directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/test' | |
make[1]: Leaving directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/test' | |
make[1]: Entering directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7' | |
make[1]: Nothing to be done for 'all-am'. | |
make[1]: Leaving directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7' | |
Making check in builds | |
make[1]: Entering directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/builds' | |
make[1]: Nothing to be done for 'check'. | |
make[1]: Leaving directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/builds' | |
Making check in contrib | |
make[1]: Entering directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/contrib' | |
make[1]: Nothing to be done for 'check'. | |
make[1]: Leaving directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/contrib' | |
Making check in dist-build | |
make[1]: Entering directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/dist-build' | |
make[1]: Nothing to be done for 'check'. | |
make[1]: Leaving directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/dist-build' | |
Making check in msvc-scripts | |
make[1]: Entering directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/msvc-scripts' | |
make[1]: Nothing to be done for 'check'. | |
make[1]: Leaving directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/msvc-scripts' | |
Making check in src | |
make[1]: Entering directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/src' | |
Making check in libsodium | |
make[2]: Entering directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/src/libsodium' | |
Making check in include | |
make[3]: Entering directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/src/libsodium/include' | |
make[3]: Nothing to be done for 'check'. | |
make[3]: Leaving directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/src/libsodium/include' | |
make[3]: Entering directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/src/libsodium' | |
make[3]: Nothing to be done for 'check-am'. | |
make[3]: Leaving directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/src/libsodium' | |
make[2]: Leaving directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/src/libsodium' | |
make[2]: Entering directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/src' | |
make[2]: Nothing to be done for 'check-am'. | |
make[2]: Leaving directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/src' | |
make[1]: Leaving directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/src' | |
Making check in test | |
make[1]: Entering directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/test' | |
Making check in default | |
make[2]: Entering directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/test/default' | |
make aead_aes256gcm aead_chacha20poly1305 aead_xchacha20poly1305 auth auth2 auth3 auth5 auth6 auth7 box box2 box7 box8 box_easy box_easy2 box_seal box_seed chacha20 codecs core1 core2 core3 core4 core5 core6 ed25519_convert generichash generichash2 generichash3 hash hash3 kdf keygen kx metamorphic misuse onetimeauth onetimeauth2 onetimeauth7 pwhash_argon2i pwhash_argon2id randombytes scalarmult scalarmult2 scalarmult5 scalarmult6 scalarmult7 secretbox secretbox2 secretbox7 secretbox8 secretbox_easy secretbox_easy2 secretstream shorthash sign sodium_core sodium_utils sodium_version stream stream2 stream3 stream4 verify1 sodium_utils2 sodium_utils3 pwhash_scrypt pwhash_scrypt_ll siphashx24 xchacha20 | |
make[3]: Entering directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/test/default' | |
CC aead_aes256gcm.o | |
CCLD aead_aes256gcm | |
CC aead_chacha20poly1305.o | |
CCLD aead_chacha20poly1305 | |
CC aead_xchacha20poly1305.o | |
CCLD aead_xchacha20poly1305 | |
CC auth.o | |
CCLD auth | |
CC auth2.o | |
CCLD auth2 | |
CC auth3.o | |
CCLD auth3 | |
CC auth5.o | |
CCLD auth5 | |
CC auth6.o | |
CCLD auth6 | |
CC auth7.o | |
CCLD auth7 | |
CC box.o | |
CCLD box | |
CC box2.o | |
CCLD box2 | |
CC box7.o | |
CCLD box7 | |
CC box8.o | |
CCLD box8 | |
CC box_easy.o | |
CCLD box_easy | |
CC box_easy2.o | |
CCLD box_easy2 | |
CC box_seal.o | |
CCLD box_seal | |
CC box_seed.o | |
CCLD box_seed | |
CC chacha20.o | |
CCLD chacha20 | |
CC codecs.o | |
CCLD codecs | |
CC core1.o | |
CCLD core1 | |
CC core2.o | |
CCLD core2 | |
CC core3.o | |
CCLD core3 | |
CC core4.o | |
CCLD core4 | |
CC core5.o | |
CCLD core5 | |
CC core6.o | |
CCLD core6 | |
CC ed25519_convert.o | |
CCLD ed25519_convert | |
CC generichash.o | |
CCLD generichash | |
CC generichash2.o | |
CCLD generichash2 | |
CC generichash3.o | |
CCLD generichash3 | |
CC hash.o | |
CCLD hash | |
CC hash3.o | |
CCLD hash3 | |
CC kdf.o | |
CCLD kdf | |
CC keygen.o | |
CCLD keygen | |
CC kx.o | |
CCLD kx | |
CC metamorphic.o | |
CCLD metamorphic | |
CC misuse.o | |
CCLD misuse | |
CC onetimeauth.o | |
CCLD onetimeauth | |
CC onetimeauth2.o | |
CCLD onetimeauth2 | |
CC onetimeauth7.o | |
CCLD onetimeauth7 | |
CC pwhash_argon2i.o | |
CCLD pwhash_argon2i | |
CC pwhash_argon2id.o | |
CCLD pwhash_argon2id | |
CC randombytes.o | |
CCLD randombytes | |
CC scalarmult.o | |
CCLD scalarmult | |
CC scalarmult2.o | |
CCLD scalarmult2 | |
CC scalarmult5.o | |
CCLD scalarmult5 | |
CC scalarmult6.o | |
CCLD scalarmult6 | |
CC scalarmult7.o | |
CCLD scalarmult7 | |
CC secretbox.o | |
CCLD secretbox | |
CC secretbox2.o | |
CCLD secretbox2 | |
CC secretbox7.o | |
CCLD secretbox7 | |
CC secretbox8.o | |
CCLD secretbox8 | |
CC secretbox_easy.o | |
CCLD secretbox_easy | |
CC secretbox_easy2.o | |
CCLD secretbox_easy2 | |
CC secretstream.o | |
CCLD secretstream | |
CC shorthash.o | |
CCLD shorthash | |
CC sign.o | |
CCLD sign | |
CC sodium_core.o | |
CCLD sodium_core | |
CC sodium_utils.o | |
CCLD sodium_utils | |
CC sodium_version.o | |
CCLD sodium_version | |
CC stream.o | |
CCLD stream | |
CC stream2.o | |
CCLD stream2 | |
CC stream3.o | |
CCLD stream3 | |
CC stream4.o | |
CCLD stream4 | |
CC verify1.o | |
CCLD verify1 | |
CC sodium_utils2.o | |
CCLD sodium_utils2 | |
CC sodium_utils3.o | |
CCLD sodium_utils3 | |
CC pwhash_scrypt.o | |
CCLD pwhash_scrypt | |
CC pwhash_scrypt_ll.o | |
CCLD pwhash_scrypt_ll | |
CC siphashx24.o | |
CCLD siphashx24 | |
CC xchacha20.o | |
CCLD xchacha20 | |
make[3]: Leaving directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/test/default' | |
make check-TESTS | |
make[3]: Entering directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/test/default' | |
make[4]: Entering directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/test/default' | |
PASS: aead_aes256gcm | |
PASS: aead_chacha20poly1305 | |
PASS: aead_xchacha20poly1305 | |
PASS: auth | |
PASS: auth2 | |
PASS: auth3 | |
PASS: auth5 | |
PASS: auth6 | |
PASS: auth7 | |
PASS: box | |
PASS: box2 | |
PASS: box7 | |
PASS: box8 | |
PASS: box_easy | |
PASS: box_easy2 | |
PASS: box_seal | |
PASS: box_seed | |
PASS: chacha20 | |
PASS: codecs | |
PASS: core1 | |
PASS: core2 | |
PASS: core3 | |
PASS: core4 | |
PASS: core5 | |
PASS: core6 | |
PASS: ed25519_convert | |
PASS: generichash | |
PASS: generichash2 | |
PASS: generichash3 | |
PASS: hash | |
PASS: hash3 | |
PASS: kdf | |
PASS: keygen | |
PASS: kx | |
PASS: metamorphic | |
PASS: misuse | |
PASS: onetimeauth | |
PASS: onetimeauth2 | |
PASS: onetimeauth7 | |
PASS: pwhash_argon2i | |
PASS: pwhash_argon2id | |
PASS: randombytes | |
PASS: scalarmult | |
PASS: scalarmult2 | |
PASS: scalarmult5 | |
PASS: scalarmult6 | |
PASS: scalarmult7 | |
PASS: secretbox | |
PASS: secretbox2 | |
PASS: secretbox7 | |
PASS: secretbox8 | |
PASS: secretbox_easy | |
PASS: secretbox_easy2 | |
PASS: secretstream | |
PASS: shorthash | |
PASS: sign | |
PASS: sodium_core | |
PASS: sodium_utils | |
PASS: sodium_version | |
PASS: stream | |
PASS: stream2 | |
PASS: stream3 | |
PASS: stream4 | |
PASS: verify1 | |
PASS: sodium_utils2 | |
PASS: sodium_utils3 | |
PASS: pwhash_scrypt | |
PASS: pwhash_scrypt_ll | |
PASS: siphashx24 | |
PASS: xchacha20 | |
============================================================================ | |
Testsuite summary for libsodium 1.0.15 | |
============================================================================ | |
# TOTAL: 70 | |
# PASS: 70 | |
# SKIP: 0 | |
# XFAIL: 0 | |
# FAIL: 0 | |
# XPASS: 0 | |
# ERROR: 0 | |
============================================================================ | |
make[4]: Leaving directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/test/default' | |
make[3]: Leaving directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/test/default' | |
make[2]: Leaving directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/test/default' | |
make[2]: Entering directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/test' | |
make[2]: Nothing to be done for 'check-am'. | |
make[2]: Leaving directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/test' | |
make[1]: Leaving directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/test' | |
make[1]: Entering directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7' | |
make[1]: Nothing to be done for 'check-am'. | |
make[1]: Leaving directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7' | |
Making install in builds | |
make[1]: Entering directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/builds' | |
make[2]: Entering directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/builds' | |
make[2]: Nothing to be done for 'install-exec-am'. | |
make[2]: Nothing to be done for 'install-data-am'. | |
make[2]: Leaving directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/builds' | |
make[1]: Leaving directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/builds' | |
Making install in contrib | |
make[1]: Entering directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/contrib' | |
make[2]: Entering directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/contrib' | |
make[2]: Nothing to be done for 'install-exec-am'. | |
make[2]: Nothing to be done for 'install-data-am'. | |
make[2]: Leaving directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/contrib' | |
make[1]: Leaving directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/contrib' | |
Making install in dist-build | |
make[1]: Entering directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/dist-build' | |
make[2]: Entering directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/dist-build' | |
make[2]: Nothing to be done for 'install-exec-am'. | |
make[2]: Nothing to be done for 'install-data-am'. | |
make[2]: Leaving directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/dist-build' | |
make[1]: Leaving directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/dist-build' | |
Making install in msvc-scripts | |
make[1]: Entering directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/msvc-scripts' | |
make[2]: Entering directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/msvc-scripts' | |
make[2]: Nothing to be done for 'install-exec-am'. | |
make[2]: Nothing to be done for 'install-data-am'. | |
make[2]: Leaving directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/msvc-scripts' | |
make[1]: Leaving directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/msvc-scripts' | |
Making install in src | |
make[1]: Entering directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/src' | |
Making install in libsodium | |
make[2]: Entering directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/src/libsodium' | |
Making install in include | |
make[3]: Entering directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/src/libsodium/include' | |
make[4]: Entering directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/src/libsodium/include' | |
make[4]: Nothing to be done for 'install-exec-am'. | |
/bin/mkdir -p '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/include' | |
/bin/mkdir -p '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/include/sodium' | |
/usr/bin/install -c -m 644 /tmp/pip-build-FXkb0z/pynacl/src/libsodium/src/libsodium/include/sodium/core.h /tmp/pip-build-FXkb0z/pynacl/src/libsodium/src/libsodium/include/sodium/crypto_aead_aes256gcm.h /tmp/pip-build-FXkb0z/pynacl/src/libsodium/src/libsodium/include/sodium/crypto_aead_chacha20poly1305.h /tmp/pip-build-FXkb0z/pynacl/src/libsodium/src/libsodium/include/sodium/crypto_aead_xchacha20poly1305.h /tmp/pip-build-FXkb0z/pynacl/src/libsodium/src/libsodium/include/sodium/crypto_auth.h /tmp/pip-build-FXkb0z/pynacl/src/libsodium/src/libsodium/include/sodium/crypto_auth_hmacsha256.h /tmp/pip-build-FXkb0z/pynacl/src/libsodium/src/libsodium/include/sodium/crypto_auth_hmacsha512.h /tmp/pip-build-FXkb0z/pynacl/src/libsodium/src/libsodium/include/sodium/crypto_auth_hmacsha512256.h /tmp/pip-build-FXkb0z/pynacl/src/libsodium/src/libsodium/include/sodium/crypto_box.h /tmp/pip-build-FXkb0z/pynacl/src/libsodium/src/libsodium/include/sodium/crypto_box_curve25519xchacha20poly1305.h /tmp/pip-build-FXkb0z/pynacl/src/libsodium/src/libsodium/include/sodium/crypto_box_curve25519xsalsa20poly1305.h /tmp/pip-build-FXkb0z/pynacl/src/libsodium/src/libsodium/include/sodium/crypto_core_hchacha20.h /tmp/pip-build-FXkb0z/pynacl/src/libsodium/src/libsodium/include/sodium/crypto_core_hsalsa20.h /tmp/pip-build-FXkb0z/pynacl/src/libsodium/src/libsodium/include/sodium/crypto_core_salsa20.h /tmp/pip-build-FXkb0z/pynacl/src/libsodium/src/libsodium/include/sodium/crypto_core_salsa2012.h /tmp/pip-build-FXkb0z/pynacl/src/libsodium/src/libsodium/include/sodium/crypto_core_salsa208.h /tmp/pip-build-FXkb0z/pynacl/src/libsodium/src/libsodium/include/sodium/crypto_generichash.h /tmp/pip-build-FXkb0z/pynacl/src/libsodium/src/libsodium/include/sodium/crypto_generichash_blake2b.h /tmp/pip-build-FXkb0z/pynacl/src/libsodium/src/libsodium/include/sodium/crypto_hash.h /tmp/pip-build-FXkb0z/pynacl/src/libsodium/src/libsodium/include/sodium/crypto_hash_sha256.h /tmp/pip-build-FXkb0z/pynacl/src/libsodium/src/libsodium/include/sodium/crypto_hash_sha512.h /tmp/pip-build-FXkb0z/pynacl/src/libsodium/src/libsodium/include/sodium/crypto_kdf.h /tmp/pip-build-FXkb0z/pynacl/src/libsodium/src/libsodium/include/sodium/crypto_kdf_blake2b.h /tmp/pip-build-FXkb0z/pynacl/src/libsodium/src/libsodium/include/sodium/crypto_kx.h /tmp/pip-build-FXkb0z/pynacl/src/libsodium/src/libsodium/include/sodium/crypto_onetimeauth.h /tmp/pip-build-FXkb0z/pynacl/src/libsodium/src/libsodium/include/sodium/crypto_onetimeauth_poly1305.h /tmp/pip-build-FXkb0z/pynacl/src/libsodium/src/libsodium/include/sodium/crypto_pwhash.h /tmp/pip-build-FXkb0z/pynacl/src/libsodium/src/libsodium/include/sodium/crypto_pwhash_argon2i.h /tmp/pip-build-FXkb0z/pynacl/src/libsodium/src/libsodium/include/sodium/crypto_pwhash_argon2id.h /tmp/pip-build-FXkb0z/pynacl/src/libsodium/src/libsodium/include/sodium/crypto_pwhash_scryptsalsa208sha256.h /tmp/pip-build-FXkb0z/pynacl/src/libsodium/src/libsodium/include/sodium/crypto_scalarmult.h /tmp/pip-build-FXkb0z/pynacl/src/libsodium/src/libsodium/include/sodium/crypto_scalarmult_curve25519.h /tmp/pip-build-FXkb0z/pynacl/src/libsodium/src/libsodium/include/sodium/crypto_secretbox.h /tmp/pip-build-FXkb0z/pynacl/src/libsodium/src/libsodium/include/sodium/crypto_secretbox_xchacha20poly1305.h /tmp/pip-build-FXkb0z/pynacl/src/libsodium/src/libsodium/include/sodium/crypto_secretbox_xsalsa20poly1305.h /tmp/pip-build-FXkb0z/pynacl/src/libsodium/src/libsodium/include/sodium/crypto_secretstream_xchacha20poly1305.h /tmp/pip-build-FXkb0z/pynacl/src/libsodium/src/libsodium/include/sodium/crypto_shorthash.h /tmp/pip-build-FXkb0z/pynacl/src/libsodium/src/libsodium/include/sodium/crypto_shorthash_siphash24.h /tmp/pip-build-FXkb0z/pynacl/src/libsodium/src/libsodium/include/sodium/crypto_sign.h /tmp/pip-build-FXkb0z/pynacl/src/libsodium/src/libsodium/include/sodium/crypto_sign_ed25519.h '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/include/sodium' | |
/usr/bin/install -c -m 644 /tmp/pip-build-FXkb0z/pynacl/src/libsodium/src/libsodium/include/sodium.h '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/include/.' | |
/bin/mkdir -p '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/include/sodium' | |
/usr/bin/install -c -m 644 /tmp/pip-build-FXkb0z/pynacl/src/libsodium/src/libsodium/include/sodium/crypto_sign_edwards25519sha512batch.h /tmp/pip-build-FXkb0z/pynacl/src/libsodium/src/libsodium/include/sodium/crypto_stream.h /tmp/pip-build-FXkb0z/pynacl/src/libsodium/src/libsodium/include/sodium/crypto_stream_chacha20.h /tmp/pip-build-FXkb0z/pynacl/src/libsodium/src/libsodium/include/sodium/crypto_stream_salsa20.h /tmp/pip-build-FXkb0z/pynacl/src/libsodium/src/libsodium/include/sodium/crypto_stream_salsa2012.h /tmp/pip-build-FXkb0z/pynacl/src/libsodium/src/libsodium/include/sodium/crypto_stream_salsa208.h /tmp/pip-build-FXkb0z/pynacl/src/libsodium/src/libsodium/include/sodium/crypto_stream_xchacha20.h /tmp/pip-build-FXkb0z/pynacl/src/libsodium/src/libsodium/include/sodium/crypto_stream_xsalsa20.h /tmp/pip-build-FXkb0z/pynacl/src/libsodium/src/libsodium/include/sodium/crypto_verify_16.h /tmp/pip-build-FXkb0z/pynacl/src/libsodium/src/libsodium/include/sodium/crypto_verify_32.h /tmp/pip-build-FXkb0z/pynacl/src/libsodium/src/libsodium/include/sodium/crypto_verify_64.h /tmp/pip-build-FXkb0z/pynacl/src/libsodium/src/libsodium/include/sodium/export.h /tmp/pip-build-FXkb0z/pynacl/src/libsodium/src/libsodium/include/sodium/randombytes.h /tmp/pip-build-FXkb0z/pynacl/src/libsodium/src/libsodium/include/sodium/randombytes_salsa20_random.h /tmp/pip-build-FXkb0z/pynacl/src/libsodium/src/libsodium/include/sodium/randombytes_sysrandom.h /tmp/pip-build-FXkb0z/pynacl/src/libsodium/src/libsodium/include/sodium/runtime.h /tmp/pip-build-FXkb0z/pynacl/src/libsodium/src/libsodium/include/sodium/utils.h '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/include/sodium' | |
/bin/mkdir -p '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/include' | |
/bin/mkdir -p '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/include/sodium' | |
/usr/bin/install -c -m 644 sodium/version.h '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/include/sodium' | |
make[4]: Leaving directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/src/libsodium/include' | |
make[3]: Leaving directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/src/libsodium/include' | |
make[3]: Entering directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/src/libsodium' | |
make[4]: Entering directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/src/libsodium' | |
/bin/mkdir -p '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/lib' | |
/bin/bash ../../libtool --mode=install /usr/bin/install -c libsodium.la '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/lib' | |
libtool: install: /usr/bin/install -c .libs/libsodium.lai /tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/lib/libsodium.la | |
libtool: install: /usr/bin/install -c .libs/libsodium.a /tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/lib/libsodium.a | |
libtool: install: chmod 644 /tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/lib/libsodium.a | |
libtool: install: ranlib /tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/lib/libsodium.a | |
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/cumulus/bin:/sbin" ldconfig -n /tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/lib | |
---------------------------------------------------------------------- | |
Libraries have been installed in: | |
/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/lib | |
If you ever happen to want to link against installed libraries | |
in a given directory, LIBDIR, you must either use libtool, and | |
specify the full pathname of the library, or use the '-LLIBDIR' | |
flag during linking and do at least one of the following: | |
- add LIBDIR to the 'LD_LIBRARY_PATH' environment variable | |
during execution | |
- add LIBDIR to the 'LD_RUN_PATH' environment variable | |
during linking | |
- use the '-Wl,-rpath -Wl,LIBDIR' linker flag | |
- have your system administrator add LIBDIR to '/etc/ld.so.conf' | |
See any operating system documentation about shared libraries for | |
more information, such as the ld(1) and ld.so(8) manual pages. | |
---------------------------------------------------------------------- | |
make[4]: Nothing to be done for 'install-data-am'. | |
make[4]: Leaving directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/src/libsodium' | |
make[3]: Leaving directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/src/libsodium' | |
make[2]: Leaving directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/src/libsodium' | |
make[2]: Entering directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/src' | |
make[3]: Entering directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/src' | |
make[3]: Nothing to be done for 'install-exec-am'. | |
make[3]: Nothing to be done for 'install-data-am'. | |
make[3]: Leaving directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/src' | |
make[2]: Leaving directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/src' | |
make[1]: Leaving directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/src' | |
Making install in test | |
make[1]: Entering directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/test' | |
Making install in default | |
make[2]: Entering directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/test/default' | |
make[3]: Entering directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/test/default' | |
make[3]: Nothing to be done for 'install-exec-am'. | |
make[3]: Nothing to be done for 'install-data-am'. | |
make[3]: Leaving directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/test/default' | |
make[2]: Leaving directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/test/default' | |
make[2]: Entering directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/test' | |
make[3]: Entering directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/test' | |
make[3]: Nothing to be done for 'install-exec-am'. | |
make[3]: Nothing to be done for 'install-data-am'. | |
make[3]: Leaving directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/test' | |
make[2]: Leaving directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/test' | |
make[1]: Leaving directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/test' | |
make[1]: Entering directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7' | |
make[2]: Entering directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7' | |
make[2]: Nothing to be done for 'install-exec-am'. | |
/bin/mkdir -p '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/lib/pkgconfig' | |
/usr/bin/install -c -m 644 libsodium.pc '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7/lib/pkgconfig' | |
make[2]: Leaving directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7' | |
make[1]: Leaving directory '/tmp/pip-build-FXkb0z/pynacl/build/temp.linux-x86_64-2.7' | |
generating cffi module 'build/temp.linux-x86_64-2.7/_sodium.c' | |
building '_sodium' extension | |
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -Ibuild/temp.linux-x86_64-2.7/include -c build/temp.linux-x86_64-2.7/_sodium.c -o build/temp.linux-x86_64-2.7/build/temp.linux-x86_64-2.7/_sodium.o | |
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/build/temp.linux-x86_64-2.7/_sodium.o -Lbuild/temp.linux-x86_64-2.7/lib -Lbuild/temp.linux-x86_64-2.7 -lsodium -lsodium -o build/lib.linux-x86_64-2.7/nacl/_sodium.so | |
warning: no previously-included files matching '__pycache__/*' found anywhere in distribution | |
warning: no previously-included files found matching '.travis.yml' | |
warning: no previously-included files found matching '.travis' | |
warning: no previously-included files found matching '.travis/install.sh' | |
warning: no previously-included files found matching '.travis/run.sh' | |
warning: no previously-included files found matching '.readthedocs.yml' | |
warning: no previously-included files found matching '.coveragerc' | |
warning: no previously-included files found matching 'tasks.py' | |
warning: no previously-included files found matching 'Jenkinsfile' | |
warning: no previously-included files found matching '.jenkins' | |
warning: no previously-included files found matching '.jenkins/Jenkinsfile-pynacl-wheel-builder' | |
Could not find .egg-info directory in install record for pynacl>=1.0.1 (from paramiko->ansible==2.6.4) | |
Running setup.py install for bcrypt | |
warning: no previously-included files found matching 'setup.pyc' | |
warning: no previously-included files matching 'yacctab.*' found under directory 'tests' | |
warning: no previously-included files matching 'lextab.*' found under directory 'tests' | |
warning: no previously-included files matching 'yacctab.*' found under directory 'examples' | |
warning: no previously-included files matching 'lextab.*' found under directory 'examples' | |
zip_safe flag not set; analyzing archive contents... | |
pycparser.ply.lex: module references __file__ | |
pycparser.ply.lex: module MAY be using inspect.getsourcefile | |
pycparser.ply.yacc: module references __file__ | |
pycparser.ply.yacc: module MAY be using inspect.getsourcefile | |
pycparser.ply.yacc: module MAY be using inspect.stack | |
pycparser.ply.ygen: module references __file__ | |
Installed /tmp/pip-build-FXkb0z/bcrypt/.eggs/pycparser-2.19-py2.7.egg | |
generating cffi module 'build/temp.linux-x86_64-2.7/_bcrypt.c' | |
building '_bcrypt' extension | |
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc/_csrc -I/usr/include/python2.7 -c build/temp.linux-x86_64-2.7/_bcrypt.c -o build/temp.linux-x86_64-2.7/build/temp.linux-x86_64-2.7/_bcrypt.o | |
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc/_csrc -I/usr/include/python2.7 -c src/_csrc/blf.c -o build/temp.linux-x86_64-2.7/src/_csrc/blf.o | |
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc/_csrc -I/usr/include/python2.7 -c src/_csrc/bcrypt.c -o build/temp.linux-x86_64-2.7/src/_csrc/bcrypt.o | |
src/_csrc/bcrypt.c: In function ‘decode_base64’: | |
src/_csrc/bcrypt.c:205:22: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] | |
const u_int8_t *p = b64data; | |
^ | |
src/_csrc/bcrypt.c: In function ‘encode_base64’: | |
src/_csrc/bcrypt.c:247:17: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] | |
u_int8_t *bp = b64buffer; | |
^ | |
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc/_csrc -I/usr/include/python2.7 -c src/_csrc/bcrypt_pbkdf.c -o build/temp.linux-x86_64-2.7/src/_csrc/bcrypt_pbkdf.o | |
In file included from src/_csrc/bcrypt_pbkdf.c:24:0: | |
src/_csrc/sha2.h:68:2: warning: ‘__bounded__’ attribute directive ignored [-Wattributes] | |
__attribute__((__bounded__(__string__,2,3))); | |
^ | |
src/_csrc/sha2.h:70:2: warning: ‘__bounded__’ attribute directive ignored [-Wattributes] | |
__attribute__((__bounded__(__minbytes__,1,SHA256_DIGEST_LENGTH))); | |
^ | |
src/_csrc/sha2.h:74:2: warning: ‘__bounded__’ attribute directive ignored [-Wattributes] | |
__attribute__((__bounded__(__string__,2,3))); | |
^ | |
src/_csrc/sha2.h:76:2: warning: ‘__bounded__’ attribute directive ignored [-Wattributes] | |
__attribute__((__bounded__(__minbytes__,1,SHA384_DIGEST_LENGTH))); | |
^ | |
src/_csrc/sha2.h:80:2: warning: ‘__bounded__’ attribute directive ignored [-Wattributes] | |
__attribute__((__bounded__(__string__,2,3))); | |
^ | |
src/_csrc/sha2.h:82:2: warning: ‘__bounded__’ attribute directive ignored [-Wattributes] | |
__attribute__((__bounded__(__minbytes__,1,SHA512_DIGEST_LENGTH))); | |
^ | |
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc/_csrc -I/usr/include/python2.7 -c src/_csrc/sha2.c -o build/temp.linux-x86_64-2.7/src/_csrc/sha2.o | |
In file included from src/_csrc/sha2.c:38:0: | |
src/_csrc/sha2.h:68:2: warning: ‘__bounded__’ attribute directive ignored [-Wattributes] | |
__attribute__((__bounded__(__string__,2,3))); | |
^ | |
src/_csrc/sha2.h:70:2: warning: ‘__bounded__’ attribute directive ignored [-Wattributes] | |
__attribute__((__bounded__(__minbytes__,1,SHA256_DIGEST_LENGTH))); | |
^ | |
src/_csrc/sha2.h:74:2: warning: ‘__bounded__’ attribute directive ignored [-Wattributes] | |
__attribute__((__bounded__(__string__,2,3))); | |
^ | |
src/_csrc/sha2.h:76:2: warning: ‘__bounded__’ attribute directive ignored [-Wattributes] | |
__attribute__((__bounded__(__minbytes__,1,SHA384_DIGEST_LENGTH))); | |
^ | |
src/_csrc/sha2.h:80:2: warning: ‘__bounded__’ attribute directive ignored [-Wattributes] | |
__attribute__((__bounded__(__string__,2,3))); | |
^ | |
src/_csrc/sha2.h:82:2: warning: ‘__bounded__’ attribute directive ignored [-Wattributes] | |
__attribute__((__bounded__(__minbytes__,1,SHA512_DIGEST_LENGTH))); | |
^ | |
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc/_csrc -I/usr/include/python2.7 -c src/_csrc/timingsafe_bcmp.c -o build/temp.linux-x86_64-2.7/src/_csrc/timingsafe_bcmp.o | |
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/build/temp.linux-x86_64-2.7/_bcrypt.o build/temp.linux-x86_64-2.7/src/_csrc/blf.o build/temp.linux-x86_64-2.7/src/_csrc/bcrypt.o build/temp.linux-x86_64-2.7/src/_csrc/bcrypt_pbkdf.o build/temp.linux-x86_64-2.7/src/_csrc/sha2.o build/temp.linux-x86_64-2.7/src/_csrc/timingsafe_bcmp.o -o build/lib.linux-x86_64-2.7/bcrypt/_bcrypt.so | |
warning: no previously-included files found matching 'requirements.txt' | |
warning: no previously-included files found matching 'tasks.py' | |
warning: no previously-included files found matching '.travis.yml' | |
warning: no previously-included files found matching 'wheel-scripts' | |
warning: no previously-included files found matching 'Jenkinsfile' | |
warning: no previously-included files found matching '.jenkins' | |
warning: no previously-included files matching '*' found under directory '.jenkins' | |
warning: no previously-included files matching '*' found under directory 'wheel-scripts' | |
no previously-included directories found matching '.travis' | |
Could not find .egg-info directory in install record for bcrypt>=3.1.3 (from paramiko->ansible==2.6.4) | |
Running setup.py install for cffi | |
building '_cffi_backend' extension | |
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -DUSE__THREAD -DHAVE_SYNC_SYNCHRONIZE -I/usr/include/python2.7 -c c/_cffi_backend.c -o build/temp.linux-x86_64-2.7/c/_cffi_backend.o | |
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/c/_cffi_backend.o -lffi -o build/lib.linux-x86_64-2.7/_cffi_backend.so | |
Could not find .egg-info directory in install record for cffi!=1.11.3,>=1.7 (from cryptography->ansible==2.6.4) | |
Running setup.py install for pycparser | |
warning: no previously-included files found matching 'setup.pyc' | |
warning: no previously-included files matching 'yacctab.*' found under directory 'tests' | |
warning: no previously-included files matching 'lextab.*' found under directory 'tests' | |
warning: no previously-included files matching 'yacctab.*' found under directory 'examples' | |
warning: no previously-included files matching 'lextab.*' found under directory 'examples' | |
Build the lexing/parsing tables | |
Could not find .egg-info directory in install record for pycparser (from cffi!=1.11.3,>=1.7->cryptography->ansible==2.6.4) | |
Successfully installed ansible jinja2 paramiko cryptography pynacl pyasn1 bcrypt idna asn1crypto cffi pycparser | |
Cleaning up... | |
root@leaf03:/home/cumulus# ansible --version | |
ansible 2.6.4 | |
config file = None | |
configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] | |
ansible python module location = /usr/local/lib/python2.7/dist-packages/ansible | |
executable location = /usr/local/bin/ansible | |
python version = 2.7.9 (default, Jun 29 2016, 13:08:31) [GCC 4.9.2] | |
root@leaf03:/home/cumulus# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment