Centos binary build from 5.0.0.0b2 fails for kolla-toolbox.
Something with pip pulling in pynacl
INFO:kolla.image.build.kolla-toolbox: Running setup.py install for pynacl: started
INFO:kolla.image.build.kolla-toolbox: Running setup.py install for pynacl: finished with status 'error'
INFO:kolla.image.build.kolla-toolbox: Complete output from command /usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-2w5kmy/pynacl/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-uVBVSF-record/install-record.txt --single-version-externally-managed --compile:
INFO:kolla.image.build.kolla-toolbox: running install
INFO:kolla.image.build.kolla-toolbox: running build
INFO:kolla.image.build.kolla-toolbox: running build_py
INFO:kolla.image.build.kolla-toolbox: creating build
INFO:kolla.image.build.kolla-toolbox: creating build/lib.linux-x86_64-2.7
INFO:kolla.image.build.kolla-toolbox: creating build/lib.linux-x86_64-2.7/nacl
INFO:kolla.image.build.kolla-toolbox: copying src/nacl/utils.py -> build/lib.linux-x86_64-2.7/nacl
INFO:kolla.image.build.kolla-toolbox: copying src/nacl/hash.py -> build/lib.linux-x86_64-2.7/nacl
INFO:kolla.image.build.kolla-toolbox: copying src/nacl/hashlib.py -> build/lib.linux-x86_64-2.7/nacl
INFO:kolla.image.build.kolla-toolbox: copying src/nacl/encoding.py -> build/lib.linux-x86_64-2.7/nacl
INFO:kolla.image.build.kolla-toolbox: copying src/nacl/signing.py -> build/lib.linux-x86_64-2.7/nacl
INFO:kolla.image.build.kolla-toolbox: copying src/nacl/secret.py -> build/lib.linux-x86_64-2.7/nacl
INFO:kolla.image.build.kolla-toolbox: copying src/nacl/pwhash.py -> build/lib.linux-x86_64-2.7/nacl
INFO:kolla.image.build.kolla-toolbox: copying src/nacl/exceptions.py -> build/lib.linux-x86_64-2.7/nacl
INFO:kolla.image.build.kolla-toolbox: copying src/nacl/public.py -> build/lib.linux-x86_64-2.7/nacl
INFO:kolla.image.build.kolla-toolbox: copying src/nacl/__init__.py -> build/lib.linux-x86_64-2.7/nacl
INFO:kolla.image.build.kolla-toolbox: creating build/lib.linux-x86_64-2.7/nacl/bindings
INFO:kolla.image.build.kolla-toolbox: copying src/nacl/bindings/crypto_generichash.py -> build/lib.linux-x86_64-2.7/nacl/bindings
INFO:kolla.image.build.kolla-toolbox: copying src/nacl/bindings/crypto_box.py -> build/lib.linux-x86_64-2.7/nacl/bindings
INFO:kolla.image.build.kolla-toolbox: copying src/nacl/bindings/crypto_hash.py -> build/lib.linux-x86_64-2.7/nacl/bindings
INFO:kolla.image.build.kolla-toolbox: copying src/nacl/bindings/utils.py -> build/lib.linux-x86_64-2.7/nacl/bindings
INFO:kolla.image.build.kolla-toolbox: copying src/nacl/bindings/crypto_shorthash.py -> build/lib.linux-x86_64-2.7/nacl/bindings
INFO:kolla.image.build.kolla-toolbox: copying src/nacl/bindings/crypto_scalarmult.py -> build/lib.linux-x86_64-2.7/nacl/bindings
INFO:kolla.image.build.kolla-toolbox: copying src/nacl/bindings/crypto_secretbox.py -> build/lib.linux-x86_64-2.7/nacl/bindings
INFO:kolla.image.build.kolla-toolbox: copying src/nacl/bindings/randombytes.py -> build/lib.linux-x86_64-2.7/nacl/bindings
INFO:kolla.image.build.kolla-toolbox: copying src/nacl/bindings/sodium_core.py -> build/lib.linux-x86_64-2.7/nacl/bindings
INFO:kolla.image.build.kolla-toolbox: copying src/nacl/bindings/crypto_sign.py -> build/lib.linux-x86_64-2.7/nacl/bindings
INFO:kolla.image.build.kolla-toolbox: copying src/nacl/bindings/crypto_pwhash.py -> build/lib.linux-x86_64-2.7/nacl/bindings
INFO:kolla.image.build.kolla-toolbox: copying src/nacl/bindings/__init__.py -> build/lib.linux-x86_64-2.7/nacl/bindings
INFO:kolla.image.build.kolla-toolbox: running build_clib
INFO:kolla.image.build.kolla-toolbox: checking build system type... x86_64-unknown-linux-gnu
INFO:kolla.image.build.kolla-toolbox: checking host system type... x86_64-unknown-linux-gnu
INFO:kolla.image.build.kolla-toolbox: checking for a BSD-compatible install... /usr/bin/install -c
INFO:kolla.image.build.kolla-toolbox: checking whether build environment is sane... yes
INFO:kolla.image.build.kolla-toolbox: checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
INFO:kolla.image.build.kolla-toolbox: checking for gawk... gawk
INFO:kolla.image.build.kolla-toolbox: checking whether make sets $(MAKE)... no
INFO:kolla.image.build.kolla-toolbox: checking whether make supports nested variables... no
INFO:kolla.image.build.kolla-toolbox: checking whether UID '0' is supported by ustar format... yes
INFO:kolla.image.build.kolla-toolbox: checking whether GID '0' is supported by ustar format... yes
INFO:kolla.image.build.kolla-toolbox: checking how to create a ustar tar archive... gnutar
INFO:kolla.image.build.kolla-toolbox: checking whether make supports nested variables... (cached) no
INFO:kolla.image.build.kolla-toolbox: checking whether to enable maintainer-specific portions of Makefiles... no
INFO:kolla.image.build.kolla-toolbox: checking for style of include used by make... none
INFO:kolla.image.build.kolla-toolbox: checking for gcc... gcc
INFO:kolla.image.build.kolla-toolbox: checking whether the C compiler works... yes
INFO:kolla.image.build.kolla-toolbox: checking for C compiler default output file name... a.out
INFO:kolla.image.build.kolla-toolbox: checking for suffix of executables...
INFO:kolla.image.build.kolla-toolbox: checking whether we are cross compiling... no
INFO:kolla.image.build.kolla-toolbox: checking for suffix of object files... o
INFO:kolla.image.build.kolla-toolbox: checking whether we are using the GNU C compiler... yes
INFO:kolla.image.build.kolla-toolbox: checking whether gcc accepts -g... yes
INFO:kolla.image.build.kolla-toolbox: checking for gcc option to accept ISO C89... none needed
INFO:kolla.image.build.kolla-toolbox: checking whether gcc understands -c and -o together... yes
INFO:kolla.image.build.kolla-toolbox: checking dependency style of gcc... none
INFO:kolla.image.build.kolla-toolbox: checking for a sed that does not truncate output... /usr/bin/sed
INFO:kolla.image.build.kolla-toolbox: checking how to run the C preprocessor... gcc -E
INFO:kolla.image.build.kolla-toolbox: checking for grep that handles long lines and -e... /usr/bin/grep
INFO:kolla.image.build.kolla-toolbox: checking for egrep... /usr/bin/grep -E
INFO:kolla.image.build.kolla-toolbox: checking whether gcc is Clang... no
INFO:kolla.image.build.kolla-toolbox: checking whether pthreads work with -pthread... yes
INFO:kolla.image.build.kolla-toolbox: checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
INFO:kolla.image.build.kolla-toolbox: checking whether more special flags are required for pthreads... no
INFO:kolla.image.build.kolla-toolbox: checking for PTHREAD_PRIO_INHERIT... yes
INFO:kolla.image.build.kolla-toolbox: checking for gcc option to accept ISO C99... -std=gnu99
INFO:kolla.image.build.kolla-toolbox: checking dependency style of gcc -std=gnu99... none
INFO:kolla.image.build.kolla-toolbox: checking for ANSI C header files... yes
INFO:kolla.image.build.kolla-toolbox: checking for sys/types.h... yes
INFO:kolla.image.build.kolla-toolbox: checking for sys/stat.h... yes
INFO:kolla.image.build.kolla-toolbox: checking for stdlib.h... yes
INFO:kolla.image.build.kolla-toolbox: checking for string.h... yes
INFO:kolla.image.build.kolla-toolbox: checking for memory.h... yes
INFO:kolla.image.build.kolla-toolbox: checking for strings.h... yes
INFO:kolla.image.build.kolla-toolbox: checking for inttypes.h... yes
INFO:kolla.image.build.kolla-toolbox: checking for stdint.h... yes
INFO:kolla.image.build.kolla-toolbox: checking for unistd.h... yes
INFO:kolla.image.build.kolla-toolbox: checking minix/config.h usability... no
INFO:kolla.image.build.kolla-toolbox: checking minix/config.h presence... no
INFO:kolla.image.build.kolla-toolbox: checking for minix/config.h... no
INFO:kolla.image.build.kolla-toolbox: checking whether it is safe to define __EXTENSIONS__... yes
INFO:kolla.image.build.kolla-toolbox: checking for __native_client__ defined... no
INFO:kolla.image.build.kolla-toolbox: checking for _FORTIFY_SOURCE defined... no
INFO:kolla.image.build.kolla-toolbox: checking whether C compiler accepts -D_FORTIFY_SOURCE=2... yes
INFO:kolla.image.build.kolla-toolbox: checking whether C compiler accepts -fvisibility=hidden... yes
INFO:kolla.image.build.kolla-toolbox: checking whether C compiler accepts -fPIC... yes
INFO:kolla.image.build.kolla-toolbox: checking whether the linker accepts -fPIC... yes
INFO:kolla.image.build.kolla-toolbox: checking whether C compiler accepts -fPIE... yes
INFO:kolla.image.build.kolla-toolbox: checking whether the linker accepts -fPIE... yes
INFO:kolla.image.build.kolla-toolbox: checking whether the linker accepts -pie... yes
INFO:kolla.image.build.kolla-toolbox: checking whether C compiler accepts -fno-strict-aliasing... yes
INFO:kolla.image.build.kolla-toolbox: checking whether C compiler accepts -fno-strict-overflow... yes
INFO:kolla.image.build.kolla-toolbox: checking whether C compiler accepts -fstack-protector... yes
INFO:kolla.image.build.kolla-toolbox: checking whether the linker accepts -fstack-protector... yes
INFO:kolla.image.build.kolla-toolbox: checking whether C compiler accepts -Wwrite-strings... yes
INFO:kolla.image.build.kolla-toolbox: checking whether C compiler accepts -Wdiv-by-zero... yes
INFO:kolla.image.build.kolla-toolbox: checking whether C compiler accepts -Wsometimes-uninitialized... no
INFO:kolla.image.build.kolla-toolbox: checking whether C compiler accepts -Wall... yes
INFO:kolla.image.build.kolla-toolbox: checking whether C compiler accepts -Wall -Wextra... yes
INFO:kolla.image.build.kolla-toolbox: checking for clang... no
INFO:kolla.image.build.kolla-toolbox: checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast... yes
INFO:kolla.image.build.kolla-toolbox: checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align... yes
INFO:kolla.image.build.kolla-toolbox: checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual... yes
INFO:kolla.image.build.kolla-toolbox: checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wduplicated-cond... no
INFO:kolla.image.build.kolla-toolbox: checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wfloat-equal... yes
INFO:kolla.image.build.kolla-toolbox: checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wfloat-equal -Wformat=2... yes
INFO:kolla.image.build.kolla-toolbox: checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wfloat-equal -Wformat=2 -Wmissing-declarations... yes
INFO:kolla.image.build.kolla-toolbox: checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes... yes
INFO:kolla.image.build.kolla-toolbox: 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
INFO:kolla.image.build.kolla-toolbox: 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-unknown-pragmas... yes
INFO:kolla.image.build.kolla-toolbox: 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-unknown-pragmas -Wnormalized=id... yes
INFO:kolla.image.build.kolla-toolbox: 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-unknown-pragmas -Wnormalized=id -Wnull-dereference... no
INFO:kolla.image.build.kolla-toolbox: 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-unknown-pragmas -Wnormalized=id -Wpointer-arith... yes
INFO:kolla.image.build.kolla-toolbox: 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-unknown-pragmas -Wnormalized=id -Wpointer-arith -Wredundant-decls... yes
INFO:kolla.image.build.kolla-toolbox: 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-unknown-pragmas -Wnormalized=id -Wpointer-arith -Wredundant-decls -Wstrict-prototypes... yes
INFO:kolla.image.build.kolla-toolbox: 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-unknown-pragmas -Wnormalized=id -Wpointer-arith -Wredundant-decls -Wstrict-prototypes -Wswitch-enum... yes
INFO:kolla.image.build.kolla-toolbox: 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-unknown-pragmas -Wnormalized=id -Wpointer-arith -Wredundant-decls -Wstrict-prototypes -Wswitch-enum -Wvariable-decl... no
INFO:kolla.image.build.kolla-toolbox: checking whether the linker accepts -Wl,-z,relro... yes
INFO:kolla.image.build.kolla-toolbox: checking whether the linker accepts -Wl,-z,now... yes
INFO:kolla.image.build.kolla-toolbox: checking whether the linker accepts -Wl,-z,noexecstack... yes
INFO:kolla.image.build.kolla-toolbox: checking how to print strings... printf
INFO:kolla.image.build.kolla-toolbox: checking for a sed that does not truncate output... (cached) /usr/bin/sed
INFO:kolla.image.build.kolla-toolbox: checking for fgrep... /usr/bin/grep -F
INFO:kolla.image.build.kolla-toolbox: checking for ld used by gcc -std=gnu99... /usr/bin/ld
INFO:kolla.image.build.kolla-toolbox: checking if the linker (/usr/bin/ld) is GNU ld... yes
INFO:kolla.image.build.kolla-toolbox: checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
INFO:kolla.image.build.kolla-toolbox: checking the name lister (/usr/bin/nm -B) interface... BSD nm
INFO:kolla.image.build.kolla-toolbox: checking whether ln -s works... yes
INFO:kolla.image.build.kolla-toolbox: checking the maximum length of command line arguments... 1572864
INFO:kolla.image.build.kolla-toolbox: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
INFO:kolla.image.build.kolla-toolbox: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
INFO:kolla.image.build.kolla-toolbox: checking for /usr/bin/ld option to reload object files... -r
INFO:kolla.image.build.kolla-toolbox: checking for objdump... objdump
INFO:kolla.image.build.kolla-toolbox: checking how to recognize dependent libraries... pass_all
INFO:kolla.image.build.kolla-toolbox: checking for dlltool... no
INFO:kolla.image.build.kolla-toolbox: checking how to associate runtime and link libraries... printf %s\n
INFO:kolla.image.build.kolla-toolbox: checking for ar... ar
INFO:kolla.image.build.kolla-toolbox: checking for archiver @FILE support... @
INFO:kolla.image.build.kolla-toolbox: checking for strip... strip
INFO:kolla.image.build.kolla-toolbox: checking for ranlib... ranlib
INFO:kolla.image.build.kolla-toolbox: checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object... ok
INFO:kolla.image.build.kolla-toolbox: checking for sysroot... no
INFO:kolla.image.build.kolla-toolbox: checking for a working dd... /usr/bin/dd
INFO:kolla.image.build.kolla-toolbox: checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
INFO:kolla.image.build.kolla-toolbox: /tmp/pip-build-2w5kmy/pynacl/src/libsodium/configure: line 10272: /usr/bin/file: No such file or directory
INFO:kolla.image.build.kolla-toolbox: checking for mt... no
INFO:kolla.image.build.kolla-toolbox: checking if : is a manifest tool... no
INFO:kolla.image.build.kolla-toolbox: checking for dlfcn.h... yes
INFO:kolla.image.build.kolla-toolbox: checking for objdir... .libs
INFO:kolla.image.build.kolla-toolbox: checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
INFO:kolla.image.build.kolla-toolbox: checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC
INFO:kolla.image.build.kolla-toolbox: checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes
INFO:kolla.image.build.kolla-toolbox: checking if gcc -std=gnu99 static flag -static works... no
INFO:kolla.image.build.kolla-toolbox: checking if gcc -std=gnu99 supports -c -o file.o... yes
INFO:kolla.image.build.kolla-toolbox: checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes
INFO:kolla.image.build.kolla-toolbox: checking whether the gcc -std=gnu99 linker (/usr/bin/ld) supports shared libraries... yes
INFO:kolla.image.build.kolla-toolbox: checking dynamic linker characteristics... GNU/Linux ld.so
INFO:kolla.image.build.kolla-toolbox: checking how to hardcode library paths into programs... immediate
INFO:kolla.image.build.kolla-toolbox: checking whether stripping libraries is possible... yes
INFO:kolla.image.build.kolla-toolbox: checking if libtool supports shared libraries... yes
INFO:kolla.image.build.kolla-toolbox: checking whether to build shared libraries... no
INFO:kolla.image.build.kolla-toolbox: checking whether to build static libraries... yes
INFO:kolla.image.build.kolla-toolbox: checking for ar... (cached) ar
INFO:kolla.image.build.kolla-toolbox: checking for MMX instructions set... checking whether C compiler accepts -mmmx... yes
INFO:kolla.image.build.kolla-toolbox: yes
INFO:kolla.image.build.kolla-toolbox: checking whether C compiler accepts -mmmx... (cached) yes
INFO:kolla.image.build.kolla-toolbox: checking for SSE2 instructions set... checking whether C compiler accepts -msse2... yes
INFO:kolla.image.build.kolla-toolbox: yes
INFO:kolla.image.build.kolla-toolbox: checking whether C compiler accepts -msse2... (cached) yes
INFO:kolla.image.build.kolla-toolbox: checking whether C compiler accepts -msse3... yes
INFO:kolla.image.build.kolla-toolbox: checking for SSE3 instructions set... yes
INFO:kolla.image.build.kolla-toolbox: checking whether C compiler accepts -msse3... (cached) yes
INFO:kolla.image.build.kolla-toolbox: checking whether C compiler accepts -mssse3... yes
INFO:kolla.image.build.kolla-toolbox: checking for SSSE3 instructions set... yes
INFO:kolla.image.build.kolla-toolbox: checking whether C compiler accepts -mssse3... (cached) yes
INFO:kolla.image.build.kolla-toolbox: checking whether C compiler accepts -msse4.1... yes
INFO:kolla.image.build.kolla-toolbox: checking for SSE4.1 instructions set... yes
INFO:kolla.image.build.kolla-toolbox: checking whether C compiler accepts -msse4.1... (cached) yes
INFO:kolla.image.build.kolla-toolbox: checking whether C compiler accepts -mavx... yes
INFO:kolla.image.build.kolla-toolbox: checking for AVX instructions set... yes
INFO:kolla.image.build.kolla-toolbox: checking whether C compiler accepts -mavx... (cached) yes
INFO:kolla.image.build.kolla-toolbox: checking whether C compiler accepts -mavx2... yes
INFO:kolla.image.build.kolla-toolbox: checking for AVX2 instructions set... yes
INFO:kolla.image.build.kolla-toolbox: checking whether C compiler accepts -mavx2... (cached) yes
INFO:kolla.image.build.kolla-toolbox: checking if _mm256_broadcastsi128_si256 is correctly defined... yes
INFO:kolla.image.build.kolla-toolbox: checking whether C compiler accepts -maes... yes
INFO:kolla.image.build.kolla-toolbox: checking whether C compiler accepts -mpclmul... yes
INFO:kolla.image.build.kolla-toolbox: checking for AESNI instructions set and PCLMULQDQ... yes
INFO:kolla.image.build.kolla-toolbox: checking whether C compiler accepts -maes... (cached) yes
INFO:kolla.image.build.kolla-toolbox: checking whether C compiler accepts -mpclmul... (cached) yes
INFO:kolla.image.build.kolla-toolbox: checking sys/mman.h usability... yes
INFO:kolla.image.build.kolla-toolbox: checking sys/mman.h presence... yes
INFO:kolla.image.build.kolla-toolbox: checking for sys/mman.h... yes
INFO:kolla.image.build.kolla-toolbox: checking for inline... inline
INFO:kolla.image.build.kolla-toolbox: checking whether byte ordering is bigendian... (cached) no
INFO:kolla.image.build.kolla-toolbox: checking whether __STDC_LIMIT_MACROS is required... no
INFO:kolla.image.build.kolla-toolbox: checking whether we can use x86_64 asm code... yes
INFO:kolla.image.build.kolla-toolbox: checking whether we can assemble AVX opcodes... yes
INFO:kolla.image.build.kolla-toolbox: checking for 128-bit arithmetic... yes
INFO:kolla.image.build.kolla-toolbox: checking for cpuid instruction... yes
INFO:kolla.image.build.kolla-toolbox: checking if the .private_extern asm directive is supported... no
INFO:kolla.image.build.kolla-toolbox: checking if the .hidden asm directive is supported... yes
INFO:kolla.image.build.kolla-toolbox: checking if weak symbols are supported... yes
INFO:kolla.image.build.kolla-toolbox: checking if data alignment is required... no
INFO:kolla.image.build.kolla-toolbox: checking for arc4random... no
INFO:kolla.image.build.kolla-toolbox: checking for arc4random_buf... no
INFO:kolla.image.build.kolla-toolbox: checking for mmap... yes
INFO:kolla.image.build.kolla-toolbox: checking for mlock... yes
INFO:kolla.image.build.kolla-toolbox: checking for madvise... yes
INFO:kolla.image.build.kolla-toolbox: checking for mprotect... yes
INFO:kolla.image.build.kolla-toolbox: checking for explicit_bzero... no
INFO:kolla.image.build.kolla-toolbox: checking for nanosleep... yes
INFO:kolla.image.build.kolla-toolbox: checking for posix_memalign... yes
INFO:kolla.image.build.kolla-toolbox: checking for getpid... yes
INFO:kolla.image.build.kolla-toolbox: checking if gcc/ld supports -Wl,--output-def... not needed, shared libraries are disabled
INFO:kolla.image.build.kolla-toolbox: checking that generated files are newer than configure... done
INFO:kolla.image.build.kolla-toolbox: configure: creating ./config.status
INFO:kolla.image.build.kolla-toolbox: config.status: creating Makefile
INFO:kolla.image.build.kolla-toolbox: config.status: creating dist-build/Makefile
INFO:kolla.image.build.kolla-toolbox: config.status: creating libsodium.pc
INFO:kolla.image.build.kolla-toolbox: config.status: creating libsodium-uninstalled.pc
INFO:kolla.image.build.kolla-toolbox: config.status: creating msvc-scripts/Makefile
INFO:kolla.image.build.kolla-toolbox: config.status: creating src/Makefile
INFO:kolla.image.build.kolla-toolbox: config.status: creating src/libsodium/Makefile
INFO:kolla.image.build.kolla-toolbox: config.status: creating src/libsodium/include/Makefile
INFO:kolla.image.build.kolla-toolbox: config.status: creating src/libsodium/include/sodium/version.h
INFO:kolla.image.build.kolla-toolbox: config.status: creating test/default/Makefile
INFO:kolla.image.build.kolla-toolbox: config.status: creating test/Makefile
INFO:kolla.image.build.kolla-toolbox: config.status: executing depfiles commands
INFO:kolla.image.build.kolla-toolbox: config.status: executing libtool commands
INFO:kolla.image.build.kolla-toolbox: error: No such file or directory
INFO:kolla.image.build.kolla-toolbox:
INFO:kolla.image.build.kolla-toolbox: ----------------------------------------
INFO:kolla.image.build.kolla-toolbox:Command "/usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-2w5kmy/pynacl/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-uVBVSF-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-2w5kmy/pynacl/
INFO:kolla.image.build.kolla-toolbox:
INFO:kolla.image.build.kolla-toolbox:Removing intermediate container f4824fc45774
ERROR:kolla.image.build.kolla-toolbox:Error'd with the following message
ERROR:kolla.image.build.kolla-toolbox:The command '/bin/sh -c pip --no-cache-dir install --upgrade ansible==2.1.1.0 MySQL-python os-client-config==1.26.0 pymongo pytz pyudev shade==1.16.0' returned a non-zero code: 1
Fix proposed to branch: master /review. openstack. org/473332
Review: https:/