Collecting jenkins==1.0.2 1 location(s) to search for versions of jenkins: * https://pypi.python.org/simple/jenkins/ Getting page https://pypi.python.org/simple/jenkins/ Analyzing links from page https://pypi.python.org/simple/jenkins/ Found link https://pypi.python.org/packages/2c/dd/b65fd97de6c3a4aa74d1a92760291b7cd30d84e9729254c6e4cc376cc360/jenkins-1.0.2.tar.gz#md5=e333eb87e82589641979138cd4e67a42 (from https://pypi.python.org/simple/jenkins/), version: 1.0.2 Found link https://pypi.python.org/packages/52/cd/741f9296b3568ace39a124ef3c12c922156777c69631a0dab0c6ccbd83a4/jenkins-1.0.tar.gz#md5=32ef1d1beee67622544e8094c91e2e8f (from https://pypi.python.org/simple/jenkins/), version: 1.0 Found link https://pypi.python.org/packages/bc/8d/e55930a906f78dbba565b7c3c7323ac6378c326f85f4a4e4dfd11d4a85db/jenkins-1.0.1.tar.gz#md5=2c392d96f2ac63d807f53ab2457e8739 (from https://pypi.python.org/simple/jenkins/), version: 1.0.1 Using version 1.0.2 (newest of versions: 1.0.2) Downloading jenkins-1.0.2.tar.gz Downloading from URL https://pypi.python.org/packages/2c/dd/b65fd97de6c3a4aa74d1a92760291b7cd30d84e9729254c6e4cc376cc360/jenkins-1.0.2.tar.gz#md5=e333eb87e82589641979138cd4e67a42 (from https://pypi.python.org/simple/jenkins/) Running setup.py (path:/tmp/pip-build-toshadsg/jenkins/setup.py) egg_info for package jenkins Running command python setup.py egg_info running egg_info creating pip-egg-info/jenkins.egg-info writing top-level names to pip-egg-info/jenkins.egg-info/top_level.txt writing dependency_links to pip-egg-info/jenkins.egg-info/dependency_links.txt writing pip-egg-info/jenkins.egg-info/PKG-INFO writing manifest file 'pip-egg-info/jenkins.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/jenkins.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/jenkins.egg-info/SOURCES.txt' Source in /tmp/pip-build-toshadsg/jenkins has version 1.0.2, which satisfies requirement jenkins==1.0.2 from https://pypi.python.org/packages/2c/dd/b65fd97de6c3a4aa74d1a92760291b7cd30d84e9729254c6e4cc376cc360/jenkins-1.0.2.tar.gz#md5=e333eb87e82589641979138cd4e67a42 Building wheels for collected packages: jenkins Running setup.py bdist_wheel for jenkins: started Destination directory: /tmp/tmpapfcb9ncpip-wheel- Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-toshadsg/jenkins/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmpapfcb9ncpip-wheel- running bdist_wheel running build running build_py creating build creating build/lib.linux-armv7l-3.5 copying jenkins.py -> build/lib.linux-armv7l-3.5 running build_ext building 'lookup3' extension creating build/temp.linux-armv7l-3.5 arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fdebug-prefix-map=/build/python3.5-RUbMX3/python3.5-3.5.3=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.5m -c lookup3.c -o build/temp.linux-armv7l-3.5/lookup3.o lookup3.c: In function 'hashlittle': lookup3.c:293:21: warning: unused variable 'k8' [-Wunused-variable] const uint8_t *k8; ^~ lookup3.c: In function 'hashlittle2': lookup3.c:478:21: warning: unused variable 'k8' [-Wunused-variable] const uint8_t *k8; ^~ lookup3.c: In function 'hashbig': lookup3.c:655:21: warning: unused variable 'k8' [-Wunused-variable] const uint8_t *k8; ^~ lookup3.c: At top level: lookup3.c:770:6: warning: function declaration isn't a prototype [-Wstrict-prototypes] void driver1() ^~~~~~~ lookup3.c: In function 'driver1': lookup3.c:784:30: warning: format '%d' expects argument of type 'int', but argument 2 has type 'time_t {aka long int}' [-Wformat=] if (z-a > 0) printf("time %d %.8x\n", z-a, h); ^ lookup3.c: At top level: lookup3.c:792:6: warning: function declaration isn't a prototype [-Wstrict-prototypes] void driver2() ^~~~~~~ lookup3.c:862:6: warning: function declaration isn't a prototype [-Wstrict-prototypes] void driver3() ^~~~~~~ lookup3.c:953:7: warning: function declaration isn't a prototype [-Wstrict-prototypes] void driver4() ^~~~~~~ lookup3.c: In function 'driver4': lookup3.c:965:16: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'uint32_t {aka unsigned int}' [-Wformat=] printf("%2ld 0-byte strings, hash is %.8x\n", i, h); ^ lookup3.c:956:16: warning: variable 'state' set but not used [-Wunused-but-set-variable] uint32_t h,i,state[HASHSTATE]; ^~~~~ lookup3.c: At top level: lookup3.c:969:6: warning: function declaration isn't a prototype [-Wstrict-prototypes] void driver5() ^~~~~~~ lookup3.c: In function 'driver5': lookup3.c:973:23: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uint32_t {aka unsigned int}' [-Wformat=] printf("hash is %.8lx %.8lx\n", c, b); /* deadbeef deadbeef */ ^ lookup3.c:973:29: warning: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'uint32_t {aka unsigned int}' [-Wformat=] printf("hash is %.8lx %.8lx\n", c, b); /* deadbeef deadbeef */ ^ lookup3.c:975:23: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uint32_t {aka unsigned int}' [-Wformat=] printf("hash is %.8lx %.8lx\n", c, b); /* bd5b7dde deadbeef */ ^ lookup3.c:975:29: warning: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'uint32_t {aka unsigned int}' [-Wformat=] printf("hash is %.8lx %.8lx\n", c, b); /* bd5b7dde deadbeef */ ^ lookup3.c:977:23: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uint32_t {aka unsigned int}' [-Wformat=] printf("hash is %.8lx %.8lx\n", c, b); /* 9c093ccd bd5b7dde */ ^ lookup3.c:977:29: warning: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'uint32_t {aka unsigned int}' [-Wformat=] printf("hash is %.8lx %.8lx\n", c, b); /* 9c093ccd bd5b7dde */ ^ lookup3.c:979:23: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uint32_t {aka unsigned int}' [-Wformat=] printf("hash is %.8lx %.8lx\n", c, b); /* 17770551 ce7226e6 */ ^ lookup3.c:979:29: warning: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'uint32_t {aka unsigned int}' [-Wformat=] printf("hash is %.8lx %.8lx\n", c, b); /* 17770551 ce7226e6 */ ^ lookup3.c:981:23: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uint32_t {aka unsigned int}' [-Wformat=] printf("hash is %.8lx %.8lx\n", c, b); /* e3607cae bd371de4 */ ^ lookup3.c:981:29: warning: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'uint32_t {aka unsigned int}' [-Wformat=] printf("hash is %.8lx %.8lx\n", c, b); /* e3607cae bd371de4 */ ^ lookup3.c:983:23: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uint32_t {aka unsigned int}' [-Wformat=] printf("hash is %.8lx %.8lx\n", c, b); /* cd628161 6cbea4b3 */ ^ lookup3.c:983:29: warning: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'uint32_t {aka unsigned int}' [-Wformat=] printf("hash is %.8lx %.8lx\n", c, b); /* cd628161 6cbea4b3 */ ^ lookup3.c:985:23: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uint32_t {aka unsigned int}' [-Wformat=] printf("hash is %.8lx\n", c); /* 17770551 */ ^ lookup3.c:987:23: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uint32_t {aka unsigned int}' [-Wformat=] printf("hash is %.8lx\n", c); /* cd628161 */ ^ lookup3.c: At top level: lookup3.c:991:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] int main() ^~~~ arm-linux-gnueabihf-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,relro -g -fdebug-prefix-map=/build/python3.5-RUbMX3/python3.5-3.5.3=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-armv7l-3.5/lookup3.o -o build/lib.linux-armv7l-3.5/lookup3.cpython-35m-arm-linux-gnueabihf.so installing to build/bdist.linux-armv7l/wheel running install running install_lib creating build/bdist.linux-armv7l creating build/bdist.linux-armv7l/wheel copying build/lib.linux-armv7l-3.5/jenkins.py -> build/bdist.linux-armv7l/wheel copying build/lib.linux-armv7l-3.5/lookup3.cpython-35m-arm-linux-gnueabihf.so -> build/bdist.linux-armv7l/wheel running install_egg_info running egg_info creating jenkins.egg-info writing jenkins.egg-info/PKG-INFO writing dependency_links to jenkins.egg-info/dependency_links.txt writing top-level names to jenkins.egg-info/top_level.txt writing manifest file 'jenkins.egg-info/SOURCES.txt' reading manifest file 'jenkins.egg-info/SOURCES.txt' writing manifest file 'jenkins.egg-info/SOURCES.txt' Copying jenkins.egg-info to build/bdist.linux-armv7l/wheel/jenkins-1.0.2-py3.5.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/jenkins-1.0.2.dist-info/WHEEL Running setup.py bdist_wheel for jenkins: finished with status 'done' Stored in directory: /tmp/tmpdqg_7kr4 Successfully built jenkins Cleaning up... Removing source in /tmp/pip-build-toshadsg/jenkins