cURL fails to build

Fred.

Verified User
Joined
Sep 5, 2009
Messages
220
cURL fails to build on the latest Centos. How can I fix this?

Code:
Updating cURL
Found /usr/local/directadmin/custombuild/curl-7.52.1.tar.gz
Extracting ...
Done.
Configuring curl-7.52.1...
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... yes
checking whether to enable debug build options... no
checking whether to enable compiler optimizer... (assumed) yes
checking whether to enable strict compiler warnings... no
checking whether to enable compiler warnings as errors... no
checking whether to enable curl debug memory tracking... no
checking whether to enable hiding of library internal symbols... yes
checking whether to enable c-ares for DNS lookups... no
checking whether to disable dependency on -lrt... (assumed no)
checking for path separator... :
checking for sed... /usr/bin/sed
checking for grep... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ar... /usr/bin/ar
checking for a BSD-compatible install... /usr/bin/install -c
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 how to run the C preprocessor... gcc -E
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking curl version... 7.52.1
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for sys/types.h... yes
checking for stdint.h... yes
checking for inttypes.h... yes
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... (cached) 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... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... yes
checking if cpp -P is needed... no
checking size of long... 8
checking size of void*... 8
checking for 64-bit curl_off_t data type... long
checking size of curl_off_t... 8
checking formatting string directive for curl_off_t... "ld"
checking formatting string directive for unsigned curl_off_t... "lu"
checking constant suffix string for curl_off_t... L
checking constant suffix string for unsigned curl_off_t... UL
checking if OS is AIX (to define _ALL_SOURCE)... no
checking if _THREAD_SAFE is already defined... no
checking if _THREAD_SAFE is actually needed... no
checking if _THREAD_SAFE is onwards defined... no
checking if _REENTRANT is already defined... no
checking if _REENTRANT is actually needed... no
checking if _REENTRANT is onwards defined... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /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 archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
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... yes
checking whether to build static libraries... yes
checking whether to build shared libraries with -version-info... yes
checking whether to build shared libraries with -no-undefined... no
checking whether to build shared libraries with -mimpure-text... no
checking whether to build shared libraries with PIC... yes
checking whether to build static libraries with PIC... yes
checking whether to build shared libraries only... no
checking whether to build static libraries only... no
checking for inline... inline
checking if compiler is DEC/Compaq/HP C... no
checking if compiler is HP-UX C... no
checking if compiler is IBM C... no
checking if compiler is Intel C... no
checking if compiler is clang... no
checking if compiler is GNU C... yes
checking if compiler is LCC... no
checking if compiler is SGI MIPSpro C... no
checking if compiler is SGI MIPS C... no
checking if compiler is SunPro C... no
checking if compiler is Tiny C... no
checking if compiler is Watcom C... no
checking if compiler accepts debug disabling options... yes
configure: compiler options added: 
checking if compiler optimizer assumed setting might be used... yes
checking if compiler accepts optimizer enabling options... yes
configure: compiler options added: -O2
checking if compiler accepts strict warning options... yes
configure: compiler options added: -Wno-system-headers 
checking if compiler halts on compilation errors... yes
checking if compiler halts on negative sized arrays... yes
checking if compiler halts on function prototype mismatch... yes
checking if compiler supports hiding library internal symbols... yes
checking for windows.h... no
checking whether build target is a native Windows one... no
checking whether build target supports WIN32 file API... no
checking for good-to-use Mac CFLAGS... no
checking whether to support http... yes
checking whether to support ftp... yes
checking whether to support file... yes
checking whether to support ldap... yes
checking whether to support ldaps... yes
checking whether to support rtsp... yes
checking whether to support proxies... yes
checking whether to support dict... yes
checking whether to support telnet... yes
checking whether to support tftp... yes
checking whether to support pop3... yes
checking whether to support imap... yes
checking whether to support smb... yes
checking whether to support smtp... yes
checking whether to support gopher... yes
checking whether to provide built-in manual... yes
checking whether to enable generation of C code... yes
checking whether to use libgcc... no
checking if X/Open network library is required... no
checking for gethostbyname... yes
checking for windows.h... (cached) no
checking for winsock.h... (cached) no
checking for winsock2.h... (cached) no
checking for connect in libraries... yes
checking whether time.h and sys/time.h may both be included... yes
checking for sys/types.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for monotonic clock_gettime... yes
checking for clock_gettime in libraries... no additional lib required
checking if monotonic clock_gettime works... yes
checking for pkg-config... /usr/bin/pkg-config
checking for zlib options with pkg-config... found
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
configure: found both libz and libz.h header
checking for lber.h... no
checking for ldap.h... no
checking for ldapssl.h... no
checking for ldap_ssl.h... no
checking for LDAP libraries... cannot find LDAP libraries
configure: WARNING: Cannot find libraries for LDAP support: LDAP disabled
checking whether to enable IPv6... yes
checking if struct sockaddr_in6 has sin6_scope_id member... yes
checking if argv can be written to... yes
checking if GSS-API support is requested... no
checking whether to enable Windows native SSL/TLS (Windows native builds only)... no
checking whether to enable Apple OS native SSL/TLS... no
configure: PKG_CONFIG_LIBDIR will be set to "/usr/local/ssl/lib/pkgconfig"
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for openssl options with pkg-config... found
configure: pkg-config: SSL_LIBS: "-lssl -lcrypto  "
configure: pkg-config: SSL_LDFLAGS: "-L/usr/local/ssl/lib  "
configure: pkg-config: SSL_CPPFLAGS: "-I/usr/local/ssl/include  "
checking for HMAC_Update in -lcrypto... yes
checking OpenSSL linking without -ldl... yes
checking for SSL_connect in -lssl... yes
checking openssl/x509.h usability... yes
checking openssl/x509.h presence... yes
checking for openssl/x509.h... yes
checking openssl/rsa.h usability... yes
checking openssl/rsa.h presence... yes
checking for openssl/rsa.h... yes
checking openssl/crypto.h usability... yes
checking openssl/crypto.h presence... yes
checking for openssl/crypto.h... yes
checking openssl/pem.h usability... yes
checking openssl/pem.h presence... yes
checking for openssl/pem.h... yes
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking openssl/err.h usability... yes
checking openssl/err.h presence... yes
checking for openssl/err.h... yes
checking openssl/pkcs12.h usability... yes
checking openssl/pkcs12.h presence... yes
checking for openssl/pkcs12.h... yes
checking for ENGINE_init... yes
checking openssl/engine.h usability... yes
checking openssl/engine.h presence... yes
checking for openssl/engine.h... yes
checking for ENGINE_load_builtin_engines... yes
checking for RAND_egd... yes
checking for ENGINE_cleanup... yes
checking for SSL_get_shutdown... yes
checking for SSLv2_client_method... yes
checking for BoringSSL... no
checking for libressl... no
configure: Added /usr/local/ssl/lib to LD_LIBRARY_PATH
checking for OpenSSL headers version... 1.0.2 - 0x100020afL
checking for OpenSSL library version... 1.0.2
checking for OpenSSL headers and library versions matching... yes
checking for "/dev/urandom"... yes
checking for SRP_Calc_client_key in -lcrypto... yes
checking default CA cert bundle/path... /etc/pki/tls/certs/ca-bundle.crt
checking whether to use builtin CA store of SSL library... no
checking for library containing psl_builtin... no
configure: WARNING: libpsl was not found
checking for libssh2_channel_open_ex in -lssh2... no
checking libssh2.h usability... no
checking libssh2.h presence... no
checking for libssh2.h... no
checking for RTMP_Init in -lrtmp... no
checking whether versioned symbols are wanted... no
checking whether to enable Windows native IDN (Windows native builds only)... no
checking whether to build with libidn2... (assumed) yes
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for libidn2 options with pkg-config... no
configure: IDN_LIBS: "-lidn2"
configure: IDN_LDFLAGS: ""
configure: IDN_CPPFLAGS: ""
configure: IDN_DIR: ""
checking if idn2_lookup_ul can be linked... no
checking idn2.h usability... no
checking idn2.h presence... no
checking for idn2.h... no
configure: WARNING: Cannot find libraries for IDN support: IDN disabled
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for libnghttp2 options with pkg-config... no
checking for ANSI C header files... (cached) yes
checking for malloc.h... yes
checking for memory.h... yes
checking for sys/types.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/select.h... yes
checking for sys/socket.h... yes
checking for sys/ioctl.h... yes
checking for sys/uio.h... yes
checking for assert.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for limits.h... yes
checking for arpa/inet.h... yes
checking for net/if.h... yes
checking for netinet/in.h... yes
checking for sys/un.h... yes
checking for netinet/tcp.h... yes
checking for netdb.h... yes
checking for sys/sockio.h... no
checking for sys/stat.h... (cached) yes
checking for sys/param.h... yes
checking for termios.h... yes
checking for termio.h... yes
checking for sgtty.h... yes
checking for fcntl.h... yes
checking for alloca.h... yes
checking for time.h... (cached) yes
checking for io.h... no
checking for pwd.h... yes
checking for utime.h... yes
checking for sys/utime.h... no
checking for sys/poll.h... yes
checking for poll.h... yes
checking for socket.h... no
checking for sys/resource.h... yes
checking for libgen.h... yes
checking for locale.h... yes
checking for errno.h... yes
checking for stdbool.h... yes
checking for arpa/tftp.h... yes
checking for sys/filio.h... no
checking for sys/wait.h... yes
checking for setjmp.h... yes
checking for an ANSI C-conforming const... yes
checking for compiler support of C99 variadic macro style... yes
checking for compiler support of old gcc variadic macro style... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for time.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for struct timeval... yes
checking run-time libs availability... fine
checking size of size_t... 8
checking size of long... (cached) 8
checking size of int... 4
checking size of short... 2
checking size of time_t... 8
checking size of off_t... 8
checking for long long... yes
checking if numberLL works... yes
checking for ssize_t... yes
checking for bool... yes
checking for windows.h... (cached) no
checking for winsock2.h... (cached) no
checking for ws2tcpip.h... (cached) no
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for curl_socklen_t data type... socklen_t
checking size of curl_socklen_t... 4
checking for sys/types.h... (cached) yes
checking for poll.h... (cached) yes
checking for sys/poll.h... (cached) yes
checking for in_addr_t... yes
checking for struct sockaddr_storage... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for sig_atomic_t... yes
checking if sig_atomic_t is already defined as volatile... no
checking return type of signal handlers... void
checking for sys/select.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for select... yes
checking types of args and return type for select... int,fd_set *,struct timeval *,int
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for recv... yes
checking types of args and return type for recv... int,void *,size_t,int,ssize_t
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for send... yes
checking types of args and return type for send... int,const void *,size_t,int,ssize_t
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for MSG_NOSIGNAL... yes
checking for sys/types.h... (cached) yes
checking for unistd.h... (cached) yes
checking if alarm can be linked... yes
checking if alarm is prototyped... yes
checking if alarm is compilable... yes
checking if alarm usage allowed... yes
checking if alarm might be used... yes
checking for sys/types.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for libgen.h... (cached) yes
checking if basename can be linked... yes
checking if basename is prototyped... yes
checking if basename is compilable... yes
checking if basename usage allowed... yes
checking if basename might be used... yes
checking for sys/types.h... (cached) yes
checking for socket.h... (cached) no
checking if closesocket can be linked... no
checking if closesocket might be used... no
checking if CloseSocket can be linked... no
checking if CloseSocket might be used... no
checking if connect can be linked... yes
checking if connect is prototyped... yes
checking if connect is compilable... yes
checking if connect usage allowed... yes
checking if connect might be used... yes
checking for sys/types.h... (cached) yes
checking for unistd.h... (cached) yes
checking for fcntl.h... (cached) yes
checking if fcntl can be linked... yes
checking if fcntl is prototyped... yes
checking if fcntl is compilable... yes
checking if fcntl usage allowed... yes
checking if fcntl might be used... yes
checking if fcntl O_NONBLOCK is compilable... yes
checking if fcntl O_NONBLOCK usage allowed... yes
checking if fcntl O_NONBLOCK might be used... yes
checking for sys/types.h... (cached) yes
checking for stdio.h... yes
checking if fdopen can be linked... yes
checking if fdopen is prototyped... yes
checking if fdopen is compilable... yes
checking if fdopen usage allowed... yes
checking if fdopen might be used... yes
checking for sys/types.h... (cached) yes
checking for netdb.h... (cached) yes
checking if freeaddrinfo can be linked... yes
checking if freeaddrinfo is prototyped... yes
checking if freeaddrinfo is compilable... yes
checking if freeaddrinfo usage allowed... yes
checking if freeaddrinfo might be used... yes
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for netinet/in.h... (cached) yes
checking for ifaddrs.h... yes
checking if freeifaddrs can be linked... yes
checking if freeifaddrs is prototyped... yes
checking if freeifaddrs is compilable... yes
checking if freeifaddrs usage allowed... yes
checking if freeifaddrs might be used... yes
checking for sys/types.h... (cached) yes
checking for sys/xattr.h... yes
checking if fsetxattr can be linked... yes
checking if fsetxattr is prototyped... yes
checking if fsetxattr takes 5 args.... yes
checking if fsetxattr is compilable... yes
checking if fsetxattr usage allowed... yes
checking if fsetxattr might be used... yes
checking if ftruncate can be linked... yes
checking if ftruncate is prototyped... yes
checking if ftruncate is compilable... yes
checking if ftruncate usage allowed... yes
checking if ftruncate might be used... yes
checking for sys/types.h... (cached) yes
checking for stdlib.h... (cached) yes
checking if getaddrinfo can be linked... yes
checking if getaddrinfo is prototyped... yes
checking if getaddrinfo is compilable... yes
checking if getaddrinfo seems to work... yes
checking if getaddrinfo usage allowed... yes
checking if getaddrinfo might be used... yes
checking if getaddrinfo is threadsafe... yes
checking if gai_strerror can be linked... yes
checking if gai_strerror is prototyped... yes
checking if gai_strerror is compilable... yes
checking if gai_strerror usage allowed... yes
checking if gai_strerror might be used... yes
checking if gethostbyaddr can be linked... yes
checking if gethostbyaddr is prototyped... yes
checking if gethostbyaddr is compilable... yes
checking if gethostbyaddr usage allowed... yes
checking if gethostbyaddr might be used... yes
checking if gethostbyaddr_r can be linked... yes
checking if gethostbyaddr_r is prototyped... yes
checking if gethostbyaddr_r takes 5 args.... no
checking if gethostbyaddr_r takes 7 args.... no
checking if gethostbyaddr_r takes 8 args.... yes
checking if gethostbyaddr_r is compilable... yes
checking if gethostbyaddr_r usage allowed... yes
checking if gethostbyaddr_r might be used... yes
checking if gethostbyname can be linked... yes
checking if gethostbyname is prototyped... yes
checking if gethostbyname is compilable... yes
checking if gethostbyname usage allowed... yes
checking if gethostbyname might be used... yes
checking if gethostbyname_r can be linked... yes
checking if gethostbyname_r is prototyped... yes
checking if gethostbyname_r takes 3 args.... no
checking if gethostbyname_r takes 5 args.... no
checking if gethostbyname_r takes 6 args.... yes
checking if gethostbyname_r is compilable... yes
checking if gethostbyname_r usage allowed... yes
checking if gethostbyname_r might be used... yes
checking if gethostname can be linked... yes
checking if gethostname is prototyped... yes
checking if gethostname is compilable... yes
checking for gethostname arg 2 data type... size_t
checking if gethostname usage allowed... yes
checking if gethostname might be used... yes
checking if getifaddrs can be linked... yes
checking if getifaddrs is prototyped... yes
checking if getifaddrs is compilable... yes
checking if getifaddrs seems to work... yes
checking if getifaddrs usage allowed... yes
checking if getifaddrs might be used... yes
checking if getservbyport_r can be linked... yes
checking if getservbyport_r is prototyped... yes
checking if getservbyport_r takes 4 args.... no
checking if getservbyport_r takes 5 args.... no
checking if getservbyport_r takes 6 args.... yes
checking if getservbyport_r is compilable... yes
checking if getservbyport_r usage allowed... yes
checking if getservbyport_r might be used... yes
checking for sys/types.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for time.h... (cached) yes
checking if gmtime_r can be linked... yes
checking if gmtime_r is prototyped... yes
checking if gmtime_r is compilable... yes
checking if gmtime_r seems to work... yes
checking if gmtime_r usage allowed... yes
checking if gmtime_r might be used... yes
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for netinet/in.h... (cached) yes
checking for arpa/inet.h... (cached) yes
checking if inet_ntoa_r can be linked... no
checking if inet_ntoa_r might be used... no
checking if inet_ntop can be linked... yes
checking if inet_ntop is prototyped... yes
checking if inet_ntop is compilable... yes
checking if inet_ntop seems to work... yes
checking if inet_ntop usage allowed... yes
checking if inet_ntop might be used... yes
checking if inet_pton can be linked... yes
checking if inet_pton is prototyped... yes
checking if inet_pton is compilable... yes
checking if inet_pton seems to work... yes
checking if inet_pton usage allowed... yes
checking if inet_pton might be used... yes
checking for sys/types.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for sys/ioctl.h... (cached) yes
checking for stropts.h... no
checking if ioctl can be linked... yes
checking if ioctl is prototyped... yes
checking if ioctl is compilable... yes
checking if ioctl usage allowed... yes
checking if ioctl might be used... yes
checking if ioctl FIONBIO is compilable... yes
checking if ioctl FIONBIO usage allowed... yes
checking if ioctl FIONBIO might be used... yes
checking if ioctl SIOCGIFADDR is compilable... yes
checking if ioctl SIOCGIFADDR usage allowed... yes
checking if ioctl SIOCGIFADDR might be used... yes
checking if ioctlsocket can be linked... no
checking if ioctlsocket might be used... no
checking if IoctlSocket can be linked... no
checking if IoctlSocket might be used... no
checking if localtime_r can be linked... yes
checking if localtime_r is prototyped... yes
checking if localtime_r is compilable... yes
checking if localtime_r seems to work... yes
checking if localtime_r usage allowed... yes
checking if localtime_r might be used... yes
checking if memrchr can be linked... yes
checking if memrchr is prototyped... no
checking if memrchr might be used... no
checking if poll can be linked... yes
checking if poll is prototyped... yes
checking if poll is compilable... yes
checking if poll seems to work... yes
checking if poll usage allowed... yes
checking if poll might be used... yes
checking if setsockopt can be linked... yes
checking if setsockopt is prototyped... yes
checking if setsockopt is compilable... yes
checking if setsockopt usage allowed... yes
checking if setsockopt might be used... yes
checking if setsockopt SO_NONBLOCK is compilable... no
checking if setsockopt SO_NONBLOCK might be used... no
checking for sys/types.h... (cached) yes
checking for signal.h... (cached) yes
checking if sigaction can be linked... yes
checking if sigaction is prototyped... yes
checking if sigaction is compilable... yes
checking if sigaction usage allowed... yes
checking if sigaction might be used... yes
checking if siginterrupt can be linked... yes
checking if siginterrupt is prototyped... yes
checking if siginterrupt is compilable... yes
checking if siginterrupt usage allowed... yes
checking if siginterrupt might be used... yes
checking if signal can be linked... yes
checking if signal is prototyped... yes
checking if signal is compilable... yes
checking if signal usage allowed... yes
checking if signal might be used... yes
checking for sys/types.h... (cached) yes
checking for setjmp.h... (cached) yes
checking if sigsetjmp can be linked... no
checking if sigsetjmp seems a macro... yes
checking if sigsetjmp is compilable... yes
checking if sigsetjmp usage allowed... yes
checking if sigsetjmp might be used... yes
checking if socket can be linked... yes
checking if socket is prototyped... yes
checking if socket is compilable... yes
checking if socket usage allowed... yes
checking if socket might be used... yes
checking if socketpair can be linked... yes
checking if socketpair is prototyped... yes
checking if socketpair is compilable... yes
checking if socketpair usage allowed... yes
checking if socketpair might be used... yes
checking if strcasecmp can be linked... yes
checking if strcasecmp is prototyped... yes
checking if strcasecmp is compilable... yes
checking if strcasecmp usage allowed... yes
checking if strcasecmp might be used... yes
checking if strcmpi can be linked... no
checking if strcmpi might be used... no
checking if strdup can be linked... yes
checking if strdup is prototyped... yes
checking if strdup is compilable... yes
checking if strdup usage allowed... yes
checking if strdup might be used... yes
checking if strerror_r can be linked... yes
checking if strerror_r is prototyped... yes
checking if strerror_r is compilable... yes
checking if strerror_r is glibc like... no
checking if strerror_r is POSIX like... yes
checking if strerror_r seems to work... yes
checking if strerror_r usage allowed... yes
checking if strerror_r might be used... yes
checking if stricmp can be linked... no
checking if stricmp might be used... no
checking if strncasecmp can be linked... yes
checking if strncasecmp is prototyped... yes
checking if strncasecmp is compilable... yes
checking if strncasecmp usage allowed... yes
checking if strncasecmp might be used... yes
checking if strncmpi can be linked... no
checking if strncmpi might be used... no
checking if strnicmp can be linked... no
checking if strnicmp might be used... no
checking if strstr can be linked... yes
checking if strstr is prototyped... yes
checking if strstr is compilable... yes
checking if strstr usage allowed... yes
checking if strstr might be used... yes
checking if strtok_r can be linked... yes
checking if strtok_r is prototyped... yes
checking if strtok_r is compilable... yes
checking if strtok_r usage allowed... yes
checking if strtok_r might be used... yes
checking if strtoll can be linked... yes
checking if strtoll is prototyped... yes
checking if strtoll is compilable... yes
checking if strtoll usage allowed... yes
checking if strtoll might be used... yes
checking for sys/types.h... (cached) yes
checking for sys/uio.h... (cached) yes
checking if writev can be linked... yes
checking if writev is prototyped... yes
checking if writev is compilable... yes
checking if writev usage allowed... yes
checking if writev might be used... yes
checking for fork... yes
checking for geteuid... yes
checking for getpass_r... no
checking deeper for getpass_r... but still no
checking for getppid... yes
checking for getprotobyname... yes
checking for getpwuid... yes
checking for getpwuid_r... yes
checking for getrlimit... yes
checking for gettimeofday... yes
checking for if_nametoindex... yes
checking for inet_addr... yes
checking for perror... yes
checking for pipe... yes
checking for setlocale... yes
checking for setmode... no
checking deeper for setmode... but still no
checking for setrlimit... yes
checking for uname... yes
checking for utime... yes
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for netdb.h... (cached) yes
checking for getnameinfo... yes
checking types of arguments for getnameinfo... const struct sockaddr *,socklen_t,socklen_t,int
checking for stdio.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for netdb.h... (cached) yes
checking for netinet/in.h... (cached) yes
checking for arpa/inet.h... (cached) yes
checking for working NI_WITHSCOPEID... no
checking how to set a socket into non-blocking mode... fcntl O_NONBLOCK
checking for perl... /usr/bin/perl
checking for gnroff... /usr/bin/gnroff
checking how to use *nroff to get plain text from man pages... -man
checking whether to enable the threaded resolver... no
checking whether to enable verbose strings... yes
checking whether to enable SSPI support (Windows native builds only)... no
checking whether to enable cryptographic authentication methods... yes
checking whether to enable NTLM delegation to winbind's helper... yes
checking whether to enable TLS-SRP authentication... yes
checking whether to enable Unix domain sockets... auto
checking for struct sockaddr_un.sun_path... yes
checking whether to enable support for cookies... yes
checking whether hiding of library internal symbols will actually happen... yes
checking whether to enforce SONAME bump... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating docs/Makefile
config.status: creating docs/examples/Makefile
config.status: creating docs/libcurl/Makefile
config.status: creating docs/libcurl/opts/Makefile
config.status: creating docs/cmdline-opts/Makefile
config.status: creating include/Makefile
config.status: creating include/curl/Makefile
config.status: creating src/Makefile
config.status: creating lib/Makefile
config.status: creating scripts/Makefile
config.status: creating lib/libcurl.vers
config.status: creating tests/Makefile
config.status: creating tests/certs/Makefile
config.status: creating tests/certs/scripts/Makefile
config.status: creating tests/data/Makefile
config.status: creating tests/server/Makefile
config.status: creating tests/libtest/Makefile
config.status: creating tests/unit/Makefile
config.status: creating packages/Makefile
config.status: creating packages/Win32/Makefile
config.status: creating packages/Win32/cygwin/Makefile
config.status: creating packages/Linux/Makefile
config.status: creating packages/Linux/RPM/Makefile
config.status: creating packages/Linux/RPM/curl.spec
config.status: creating packages/Linux/RPM/curl-ssl.spec
config.status: creating packages/Solaris/Makefile
config.status: creating packages/EPM/curl.list
config.status: creating packages/EPM/Makefile
config.status: creating packages/vms/Makefile
config.status: creating packages/AIX/Makefile
config.status: creating packages/AIX/RPM/Makefile
config.status: creating packages/AIX/RPM/curl.spec
config.status: creating curl-config
config.status: creating libcurl.pc
config.status: creating lib/curl_config.h
config.status: creating include/curl/curlbuild.h
config.status: executing depfiles commands
config.status: executing libtool commands
configure: amending lib/Makefile
configure: amending src/Makefile
configure: amending tests/unit/Makefile
configure: amending tests/server/Makefile
configure: amending tests/libtest/Makefile
configure: amending docs/examples/Makefile
configure: Configured to build curl/libcurl:

  curl version:     7.52.1
  Host setup:       x86_64-pc-linux-gnu
  Install prefix:   /usr/local
  Compiler:         gcc
  SSL support:      enabled (OpenSSL)
  SSH support:      no      (--with-libssh2)
  zlib support:     enabled
  GSS-API support:  no      (--with-gssapi)
  TLS-SRP support:  enabled
  resolver:         default (--enable-ares / --enable-threaded-resolver)
  IPv6 support:     enabled
  Unix sockets support: enabled
  IDN support:      no      (--with-{libidn2,winidn})
  Build libcurl:    Shared=yes, Static=yes
  Built-in manual:  enabled
  --libcurl option: enabled (--disable-libcurl-option)
  Verbose errors:   enabled (--disable-verbose)
  SSPI support:     no      (--enable-sspi)
  ca cert bundle:   /etc/pki/tls/certs/ca-bundle.crt
  ca cert path:     no
  ca fallback:      no
  LDAP support:     no      (--enable-ldap / --with-ldap-lib / --with-lber-lib)
  LDAPS support:    no      (--enable-ldaps)
  RTSP support:     enabled
  RTMP support:     no      (--with-librtmp)
  metalink support: no      (--with-libmetalink)
  PSL support:      no      (libpsl not found)
  HTTP2 support:    disabled (--with-nghttp2)
  Protocols:        DICT FILE FTP FTPS GOPHER HTTP HTTPS IMAP IMAPS POP3 POP3S RTSP SMB SMBS SMTP SMTPS TELNET TFTP

Done Configuration.
Can't open ./lib/config.h: No such file or directory.
Done. Making curl-7.52.1...
Trying to make cURL...
Making all in lib
make[1]: Entering directory `/usr/local/directadmin/custombuild/curl-7.52.1/lib'
make  all-am
make[2]: Entering directory `/usr/local/directadmin/custombuild/curl-7.52.1/lib'
  CC       libcurl_la-file.lo
  CC       libcurl_la-timeval.lo
  CC       libcurl_la-base64.lo
  CC       libcurl_la-hostip.lo
  CC       libcurl_la-progress.lo
  CC       libcurl_la-formdata.lo
  CC       libcurl_la-cookie.lo
  CC       libcurl_la-http.lo
  CC       libcurl_la-sendf.lo
  CC       libcurl_la-ftp.lo
  CC       libcurl_la-url.lo
  CC       libcurl_la-dict.lo
  CC       libcurl_la-if2ip.lo
  CC       libcurl_la-speedcheck.lo
  CC       libcurl_la-ldap.lo
  CC       libcurl_la-version.lo
  CC       libcurl_la-getenv.lo
  CC       libcurl_la-escape.lo
  CC       libcurl_la-mprintf.lo
  CC       libcurl_la-telnet.lo
  CC       libcurl_la-netrc.lo
  CC       libcurl_la-getinfo.lo
  CC       libcurl_la-transfer.lo
  CC       libcurl_la-strcase.lo
  CC       libcurl_la-easy.lo
  CC       libcurl_la-security.lo
  CC       libcurl_la-curl_fnmatch.lo
  CC       libcurl_la-fileinfo.lo
  CC       libcurl_la-ftplistparser.lo
  CC       libcurl_la-wildcard.lo
  CC       libcurl_la-krb5.lo
  CC       libcurl_la-memdebug.lo
  CC       libcurl_la-http_chunks.lo
  CC       libcurl_la-strtok.lo
  CC       libcurl_la-connect.lo
  CC       libcurl_la-llist.lo
  CC       libcurl_la-hash.lo
  CC       libcurl_la-multi.lo
  CC       libcurl_la-content_encoding.lo
  CC       libcurl_la-share.lo
  CC       libcurl_la-http_digest.lo
  CC       libcurl_la-md4.lo
  CC       libcurl_la-md5.lo
  CC       libcurl_la-http_negotiate.lo
  CC       libcurl_la-inet_pton.lo
  CC       libcurl_la-strtoofft.lo
  CC       libcurl_la-strerror.lo
  CC       libcurl_la-amigaos.lo
  CC       libcurl_la-hostasyn.lo
  CC       libcurl_la-hostip4.lo
  CC       libcurl_la-hostip6.lo
  CC       libcurl_la-hostsyn.lo
  CC       libcurl_la-inet_ntop.lo
  CC       libcurl_la-parsedate.lo
  CC       libcurl_la-select.lo
  CC       libcurl_la-tftp.lo
  CC       libcurl_la-splay.lo
  CC       libcurl_la-strdup.lo
  CC       libcurl_la-socks.lo
  CC       libcurl_la-ssh.lo
  CC       libcurl_la-curl_addrinfo.lo
  CC       libcurl_la-socks_gssapi.lo
  CC       libcurl_la-socks_sspi.lo
  CC       libcurl_la-curl_sspi.lo
  CC       libcurl_la-slist.lo
  CC       libcurl_la-nonblock.lo
  CC       libcurl_la-curl_memrchr.lo
  CC       libcurl_la-imap.lo
  CC       libcurl_la-pop3.lo
  CC       libcurl_la-smtp.lo
  CC       libcurl_la-pingpong.lo
  CC       libcurl_la-rtsp.lo
  CC       libcurl_la-curl_threads.lo
  CC       libcurl_la-warnless.lo
  CC       libcurl_la-hmac.lo
  CC       libcurl_la-curl_rtmp.lo
  CC       libcurl_la-openldap.lo
  CC       libcurl_la-curl_gethostname.lo
  CC       libcurl_la-gopher.lo
  CC       libcurl_la-idn_win32.lo
  CC       libcurl_la-http_proxy.lo
  CC       libcurl_la-non-ascii.lo
  CC       libcurl_la-asyn-ares.lo
  CC       libcurl_la-asyn-thread.lo
  CC       libcurl_la-curl_gssapi.lo
  CC       libcurl_la-http_ntlm.lo
  CC       libcurl_la-curl_ntlm_wb.lo
  CC       libcurl_la-curl_ntlm_core.lo
  CC       libcurl_la-curl_sasl.lo
  CC       libcurl_la-rand.lo
  CC       libcurl_la-curl_multibyte.lo
  CC       libcurl_la-hostcheck.lo
  CC       libcurl_la-conncache.lo
  CC       libcurl_la-pipeline.lo
  CC       libcurl_la-dotdot.lo
  CC       libcurl_la-x509asn1.lo
  CC       libcurl_la-http2.lo
  CC       libcurl_la-smb.lo
  CC       libcurl_la-curl_endian.lo
  CC       libcurl_la-curl_des.lo
  CC       libcurl_la-system_win32.lo
  CC       vauth/libcurl_la-vauth.lo
  CC       vauth/libcurl_la-cleartext.lo
  CC       vauth/libcurl_la-cram.lo
  CC       vauth/libcurl_la-digest.lo
  CC       vauth/libcurl_la-digest_sspi.lo
  CC       vauth/libcurl_la-krb5_gssapi.lo
  CC       vauth/libcurl_la-krb5_sspi.lo
  CC       vauth/libcurl_la-ntlm.lo
  CC       vauth/libcurl_la-ntlm_sspi.lo
  CC       vauth/libcurl_la-oauth2.lo
  CC       vauth/libcurl_la-spnego_gssapi.lo
  CC       vauth/libcurl_la-spnego_sspi.lo
  CC       vtls/libcurl_la-openssl.lo
  CC       vtls/libcurl_la-gtls.lo
  CC       vtls/libcurl_la-vtls.lo
  CC       vtls/libcurl_la-nss.lo
  CC       vtls/libcurl_la-polarssl.lo
  CC       vtls/libcurl_la-polarssl_threadlock.lo
  CC       vtls/libcurl_la-axtls.lo
  CC       vtls/libcurl_la-cyassl.lo
  CC       vtls/libcurl_la-schannel.lo
  CC       vtls/libcurl_la-darwinssl.lo
  CC       vtls/libcurl_la-gskit.lo
  CC       vtls/libcurl_la-mbedtls.lo
  CCLD     libcurl.la
make[2]: Leaving directory `/usr/local/directadmin/custombuild/curl-7.52.1/lib'
make[1]: Leaving directory `/usr/local/directadmin/custombuild/curl-7.52.1/lib'
Making all in src
make[1]: Entering directory `/usr/local/directadmin/custombuild/curl-7.52.1/src'
make  all-am
make[2]: Entering directory `/usr/local/directadmin/custombuild/curl-7.52.1/src'
  CC       curl-slist_wc.o
  CC       curl-tool_binmode.o
  CC       curl-tool_bname.o
  CC       curl-tool_cb_dbg.o
  CC       curl-tool_cb_hdr.o
  CC       curl-tool_cb_prg.o
  CC       curl-tool_cb_rea.o
  CC       curl-tool_cb_see.o
  CC       curl-tool_cb_wrt.o
  CC       curl-tool_cfgable.o
  CC       curl-tool_convert.o
  CC       curl-tool_dirhie.o
  CC       curl-tool_doswin.o
  CC       curl-tool_easysrc.o
  CC       curl-tool_formparse.o
  CC       curl-tool_getparam.o
  CC       curl-tool_getpass.o
  CC       curl-tool_help.o
  CC       curl-tool_helpers.o
  CC       curl-tool_homedir.o
  CC       curl-tool_hugehelp.o
  CC       curl-tool_libinfo.o
  CC       curl-tool_main.o
  CC       curl-tool_metalink.o
  CC       curl-tool_mfiles.o
  CC       curl-tool_msgs.o
  CC       curl-tool_operate.o
  CC       curl-tool_operhlp.o
  CC       curl-tool_panykey.o
  CC       curl-tool_paramhlp.o
  CC       curl-tool_parsecfg.o
  CC       curl-tool_strdup.o
  CC       curl-tool_setopt.o
  CC       curl-tool_sleep.o
  CC       curl-tool_urlglob.o
  CC       curl-tool_util.o
  CC       curl-tool_vms.o
  CC       curl-tool_writeenv.o
  CC       curl-tool_writeout.o
  CC       curl-tool_xattr.o
  CC       ../lib/curl-strtoofft.o
  CC       ../lib/curl-nonblock.o
  CC       ../lib/curl-warnless.o
  CCLD     curl
../lib/.libs/libcurl.so: undefined reference to `RSA_get0_crt_params'
../lib/.libs/libcurl.so: undefined reference to `TLS_client_method'
../lib/.libs/libcurl.so: undefined reference to `SSL_CTX_set_options'
../lib/.libs/libcurl.so: undefined reference to `X509_get_X509_PUBKEY'
../lib/.libs/libcurl.so: undefined reference to `DH_get0_key'
../lib/.libs/libcurl.so: undefined reference to `X509_get_version'
../lib/.libs/libcurl.so: undefined reference to `X509_get0_notBefore'
../lib/.libs/libcurl.so: undefined reference to `X509_get0_notAfter'
../lib/.libs/libcurl.so: undefined reference to `X509_get0_extensions'
../lib/.libs/libcurl.so: undefined reference to `OPENSSL_sk_pop'
../lib/.libs/libcurl.so: undefined reference to `OpenSSL_version_num'
../lib/.libs/libcurl.so: undefined reference to `EVP_PKEY_get0_DSA'
../lib/.libs/libcurl.so: undefined reference to `DSA_get0_key'
../lib/.libs/libcurl.so: undefined reference to `DH_get0_pqg'
../lib/.libs/libcurl.so: undefined reference to `RSA_get0_key'
../lib/.libs/libcurl.so: undefined reference to `OPENSSL_sk_pop_free'
../lib/.libs/libcurl.so: undefined reference to `RSA_get0_factors'
../lib/.libs/libcurl.so: undefined reference to `OPENSSL_sk_num'
../lib/.libs/libcurl.so: undefined reference to `EVP_PKEY_get0_DH'
../lib/.libs/libcurl.so: undefined reference to `ASN1_STRING_get0_data'
../lib/.libs/libcurl.so: undefined reference to `EVP_PKEY_get0_RSA'
../lib/.libs/libcurl.so: undefined reference to `DSA_get0_pqg'
../lib/.libs/libcurl.so: undefined reference to `OPENSSL_sk_value'
collect2: error: ld returned 1 exit status
make[2]: *** [curl] Error 1
make[2]: Leaving directory `/usr/local/directadmin/custombuild/curl-7.52.1/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/local/directadmin/custombuild/curl-7.52.1/src'
make: *** [all-recursive] Error 1

*** The make has failed, would you like to try to make again? (y,n):
 
Hmm, Nginx also fails to build now.
Seems like a problem with OpenSSL

Code:
./build nginx
Downloading		nginx-1.10.1.tar.gz...
--2017-01-16 02:06:07--  http://files26.directadmin.com/services/custombuild/nginx-1.10.1.tar.gz
Resolving files26.directadmin.com (files26.directadmin.com)... 185.35.164.131
Connecting to files26.directadmin.com (files26.directadmin.com)|185.35.164.131|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 909077 (888K) [application/x-gzip]
Saving to: '/usr/local/directadmin/custombuild/nginx-1.10.1.tar.gz'

100%[======================================>] 909,077     --.-K/s   in 0.01s   

2017-01-16 02:06:07 (89.3 MB/s) - '/usr/local/directadmin/custombuild/nginx-1.10.1.tar.gz' saved [909077/909077]

Found /usr/local/directadmin/custombuild/nginx-1.10.1.tar.gz
Extracting /usr/local/directadmin/custombuild/nginx-1.10.1.tar.gz...
Configuring nginx-1.10.1
checking for OS
 + Linux 3.10.0-327.36.3.el7.x86_64 x86_64
checking for C compiler ... found
 + using GNU C compiler
 + gcc version: 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) 
checking for gcc -pipe switch ... found
checking for -Wl,-E switch ... found
checking for gcc builtin atomic operations ... found
checking for C99 variadic macros ... found
checking for gcc variadic macros ... found
checking for gcc builtin 64 bit byteswap ... found
checking for unistd.h ... found
checking for inttypes.h ... found
checking for limits.h ... found
checking for sys/filio.h ... not found
checking for sys/param.h ... found
checking for sys/mount.h ... found
checking for sys/statvfs.h ... found
checking for crypt.h ... found
checking for Linux specific features
checking for epoll ... found
checking for EPOLLRDHUP ... found
checking for O_PATH ... found
checking for sendfile() ... found
checking for sendfile64() ... found
checking for sys/prctl.h ... found
checking for prctl(PR_SET_DUMPABLE) ... found
checking for sched_setaffinity() ... found
checking for crypt_r() ... found
checking for sys/vfs.h ... found
checking for poll() ... found
checking for /dev/poll ... not found
checking for kqueue ... not found
checking for crypt() ... not found
checking for crypt() in libcrypt ... found
checking for F_READAHEAD ... not found
checking for posix_fadvise() ... found
checking for O_DIRECT ... found
checking for F_NOCACHE ... not found
checking for directio() ... not found
checking for statfs() ... found
checking for statvfs() ... found
checking for dlopen() ... not found
checking for dlopen() in libdl ... found
checking for sched_yield() ... found
checking for SO_SETFIB ... not found
checking for SO_REUSEPORT ... found
checking for SO_ACCEPTFILTER ... not found
checking for IP_RECVDSTADDR ... not found
checking for IP_PKTINFO ... found
checking for IPV6_RECVPKTINFO ... found
checking for TCP_DEFER_ACCEPT ... found
checking for TCP_KEEPIDLE ... found
checking for TCP_FASTOPEN ... found
checking for TCP_INFO ... found
checking for accept4() ... found
checking for eventfd() ... found
checking for int size ... 4 bytes
checking for long size ... 8 bytes
checking for long long size ... 8 bytes
checking for void * size ... 8 bytes
checking for uint32_t ... found
checking for uint64_t ... found
checking for sig_atomic_t ... found
checking for sig_atomic_t size ... 4 bytes
checking for socklen_t ... found
checking for in_addr_t ... found
checking for in_port_t ... found
checking for rlim_t ... found
checking for uintptr_t ... uintptr_t found
checking for system byte ordering ... little endian
checking for size_t size ... 8 bytes
checking for off_t size ... 8 bytes
checking for time_t size ... 8 bytes
checking for AF_INET6 ... found
checking for setproctitle() ... not found
checking for pread() ... found
checking for pwrite() ... found
checking for pwritev() ... found
checking for sys_nerr ... found
checking for localtime_r() ... found
checking for posix_memalign() ... found
checking for memalign() ... found
checking for mmap(MAP_ANON|MAP_SHARED) ... found
checking for mmap("/dev/zero", MAP_SHARED) ... found
checking for System V shared memory ... found
checking for POSIX semaphores ... not found
checking for POSIX semaphores in libpthread ... found
checking for struct msghdr.msg_control ... found
checking for ioctl(FIONBIO) ... found
checking for struct tm.tm_gmtoff ... found
checking for struct dirent.d_namlen ... not found
checking for struct dirent.d_type ... found
checking for sysconf(_SC_NPROCESSORS_ONLN) ... found
checking for openat(), fstatat() ... found
checking for getaddrinfo() ... found
checking for PCRE library ... found
checking for PCRE JIT support ... found
checking for OpenSSL library ... found
checking for zlib library ... found
creating objs/Makefile

Configuration summary
  + using system PCRE library
  + using system OpenSSL library
  + md5: using OpenSSL library
  + sha1: using OpenSSL library
  + using system zlib library

  nginx path prefix: "/usr"
  nginx binary file: "/usr/sbin"
  nginx modules path: "/usr/modules"
  nginx configuration prefix: "/etc/nginx"
  nginx configuration file: "/etc/nginx/nginx.conf"
  nginx pid file: "/var/run/nginx.pid"
  nginx error log file: "/var/log/nginx/error_log"
  nginx http access log file: "/var/log/nginx/access_log"
  nginx http client request body temporary files: "client_body_temp"
  nginx http proxy temporary files: "proxy_temp"
  nginx http fastcgi temporary files: "fastcgi_temp"
  nginx http uwsgi temporary files: "uwsgi_temp"
  nginx http scgi temporary files: "scgi_temp"

Done Configuration.
increasing FD_SETSIZE in os/tpf/os.h ..
Trying to make Nginx...
make -f objs/Makefile
make[1]: Entering directory `/usr/local/directadmin/custombuild/nginx-1.10.1'
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
	-o objs/src/core/nginx.o \
	src/core/nginx.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
	-o objs/src/core/ngx_log.o \
	src/core/ngx_log.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
	-o objs/src/core/ngx_palloc.o \
	src/core/ngx_palloc.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
	-o objs/src/core/ngx_array.o \
	src/core/ngx_array.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
	-o objs/src/core/ngx_list.o \
	src/core/ngx_list.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
	-o objs/src/core/ngx_hash.o \
	src/core/ngx_hash.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
	-o objs/src/core/ngx_buf.o \
	src/core/ngx_buf.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
	-o objs/src/core/ngx_queue.o \
	src/core/ngx_queue.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
	-o objs/src/core/ngx_output_chain.o \
	src/core/ngx_output_chain.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
	-o objs/src/core/ngx_string.o \
	src/core/ngx_string.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
	-o objs/src/core/ngx_parse.o \
	src/core/ngx_parse.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
	-o objs/src/core/ngx_parse_time.o \
	src/core/ngx_parse_time.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
	-o objs/src/core/ngx_inet.o \
	src/core/ngx_inet.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
	-o objs/src/core/ngx_file.o \
	src/core/ngx_file.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
	-o objs/src/core/ngx_crc32.o \
	src/core/ngx_crc32.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
	-o objs/src/core/ngx_murmurhash.o \
	src/core/ngx_murmurhash.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
	-o objs/src/core/ngx_md5.o \
	src/core/ngx_md5.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
	-o objs/src/core/ngx_rbtree.o \
	src/core/ngx_rbtree.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
	-o objs/src/core/ngx_radix_tree.o \
	src/core/ngx_radix_tree.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
	-o objs/src/core/ngx_slab.o \
	src/core/ngx_slab.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
	-o objs/src/core/ngx_times.o \
	src/core/ngx_times.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
	-o objs/src/core/ngx_shmtx.o \
	src/core/ngx_shmtx.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
	-o objs/src/core/ngx_connection.o \
	src/core/ngx_connection.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
	-o objs/src/core/ngx_cycle.o \
	src/core/ngx_cycle.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
	-o objs/src/core/ngx_spinlock.o \
	src/core/ngx_spinlock.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
	-o objs/src/core/ngx_rwlock.o \
	src/core/ngx_rwlock.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
	-o objs/src/core/ngx_cpuinfo.o \
	src/core/ngx_cpuinfo.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
	-o objs/src/core/ngx_conf_file.o \
	src/core/ngx_conf_file.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
	-o objs/src/core/ngx_module.o \
	src/core/ngx_module.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
	-o objs/src/core/ngx_resolver.o \
	src/core/ngx_resolver.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
	-o objs/src/core/ngx_open_file_cache.o \
	src/core/ngx_open_file_cache.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
	-o objs/src/core/ngx_crypt.o \
	src/core/ngx_crypt.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
	-o objs/src/core/ngx_proxy_protocol.o \
	src/core/ngx_proxy_protocol.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
	-o objs/src/core/ngx_syslog.o \
	src/core/ngx_syslog.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
	-o objs/src/event/ngx_event.o \
	src/event/ngx_event.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
	-o objs/src/event/ngx_event_timer.o \
	src/event/ngx_event_timer.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
	-o objs/src/event/ngx_event_posted.o \
	src/event/ngx_event_posted.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
	-o objs/src/event/ngx_event_accept.o \
	src/event/ngx_event_accept.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
	-o objs/src/event/ngx_event_connect.o \
	src/event/ngx_event_connect.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
	-o objs/src/event/ngx_event_pipe.o \
	src/event/ngx_event_pipe.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
	-o objs/src/os/unix/ngx_time.o \
	src/os/unix/ngx_time.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
	-o objs/src/os/unix/ngx_errno.o \
	src/os/unix/ngx_errno.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
	-o objs/src/os/unix/ngx_alloc.o \
	src/os/unix/ngx_alloc.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
	-o objs/src/os/unix/ngx_files.o \
	src/os/unix/ngx_files.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
	-o objs/src/os/unix/ngx_socket.o \
	src/os/unix/ngx_socket.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
	-o objs/src/os/unix/ngx_recv.o \
	src/os/unix/ngx_recv.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
	-o objs/src/os/unix/ngx_readv_chain.o \
	src/os/unix/ngx_readv_chain.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
	-o objs/src/os/unix/ngx_udp_recv.o \
	src/os/unix/ngx_udp_recv.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
	-o objs/src/os/unix/ngx_send.o \
	src/os/unix/ngx_send.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
	-o objs/src/os/unix/ngx_writev_chain.o \
	src/os/unix/ngx_writev_chain.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
	-o objs/src/os/unix/ngx_udp_send.o \
	src/os/unix/ngx_udp_send.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
	-o objs/src/os/unix/ngx_channel.o \
	src/os/unix/ngx_channel.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
	-o objs/src/os/unix/ngx_shmem.o \
	src/os/unix/ngx_shmem.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
	-o objs/src/os/unix/ngx_process.o \
	src/os/unix/ngx_process.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
	-o objs/src/os/unix/ngx_daemon.o \
	src/os/unix/ngx_daemon.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
	-o objs/src/os/unix/ngx_setaffinity.o \
	src/os/unix/ngx_setaffinity.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
	-o objs/src/os/unix/ngx_setproctitle.o \
	src/os/unix/ngx_setproctitle.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
	-o objs/src/os/unix/ngx_posix_init.o \
	src/os/unix/ngx_posix_init.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
	-o objs/src/os/unix/ngx_user.o \
	src/os/unix/ngx_user.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
	-o objs/src/os/unix/ngx_dlopen.o \
	src/os/unix/ngx_dlopen.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
	-o objs/src/os/unix/ngx_process_cycle.o \
	src/os/unix/ngx_process_cycle.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
	-o objs/src/os/unix/ngx_linux_init.o \
	src/os/unix/ngx_linux_init.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
	-o objs/src/event/modules/ngx_epoll_module.o \
	src/event/modules/ngx_epoll_module.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
	-o objs/src/os/unix/ngx_linux_sendfile_chain.o \
	src/os/unix/ngx_linux_sendfile_chain.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
	-o objs/src/event/ngx_event_openssl.o \
	src/event/ngx_event_openssl.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
	-o objs/src/event/ngx_event_openssl_stapling.o \
	src/event/ngx_event_openssl_stapling.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
	-o objs/src/core/ngx_regex.o \
	src/core/ngx_regex.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules -I src/http/v2 \
	-o objs/src/http/ngx_http.o \
	src/http/ngx_http.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules -I src/http/v2 \
	-o objs/src/http/ngx_http_core_module.o \
	src/http/ngx_http_core_module.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules -I src/http/v2 \
	-o objs/src/http/ngx_http_special_response.o \
	src/http/ngx_http_special_response.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules -I src/http/v2 \
	-o objs/src/http/ngx_http_request.o \
	src/http/ngx_http_request.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules -I src/http/v2 \
	-o objs/src/http/ngx_http_parse.o \
	src/http/ngx_http_parse.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules -I src/http/v2 \
	-o objs/src/http/modules/ngx_http_log_module.o \
	src/http/modules/ngx_http_log_module.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules -I src/http/v2 \
	-o objs/src/http/ngx_http_request_body.o \
	src/http/ngx_http_request_body.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules -I src/http/v2 \
	-o objs/src/http/ngx_http_variables.o \
	src/http/ngx_http_variables.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules -I src/http/v2 \
	-o objs/src/http/ngx_http_script.o \
	src/http/ngx_http_script.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules -I src/http/v2 \
	-o objs/src/http/ngx_http_upstream.o \
	src/http/ngx_http_upstream.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules -I src/http/v2 \
	-o objs/src/http/ngx_http_upstream_round_robin.o \
	src/http/ngx_http_upstream_round_robin.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules -I src/http/v2 \
	-o objs/src/http/ngx_http_file_cache.o \
	src/http/ngx_http_file_cache.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules -I src/http/v2 \
	-o objs/src/http/ngx_http_write_filter_module.o \
	src/http/ngx_http_write_filter_module.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules -I src/http/v2 \
	-o objs/src/http/ngx_http_header_filter_module.o \
	src/http/ngx_http_header_filter_module.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules -I src/http/v2 \
	-o objs/src/http/modules/ngx_http_chunked_filter_module.o \
	src/http/modules/ngx_http_chunked_filter_module.c
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules -I src/http/v2 \
	-o objs/src/http/v2/ngx_http_v2_filter_module.o \
	src/http/v2/ngx_http_v2_filter_module.c
src/event/ngx_event_openssl.c: In function 'ngx_ssl_dhparam':
src/event/ngx_event_openssl.c:954:11: error: dereferencing pointer to incomplete type
         dh->p = BN_bin2bn(dh1024_p, sizeof(dh1024_p), NULL);
           ^
src/event/ngx_event_openssl.c:955:11: error: dereferencing pointer to incomplete type
         dh->g = BN_bin2bn(dh1024_g, sizeof(dh1024_g), NULL);
           ^
src/event/ngx_event_openssl.c:957:15: error: dereferencing pointer to incomplete type
         if (dh->p == NULL || dh->g == NULL) {
               ^
src/event/ngx_event_openssl.c:957:32: error: dereferencing pointer to incomplete type
         if (dh->p == NULL || dh->g == NULL) {
                                ^
src/event/ngx_event_openssl.c: In function 'ngx_ssl_connection_error':
src/event/ngx_event_openssl.c:1941:21: error: 'SSL_R_NO_CIPHERS_PASSED' undeclared (first use in this function)
             || n == SSL_R_NO_CIPHERS_PASSED                          /*  182 */
                     ^
src/event/ngx_event_openssl.c:1941:21: note: each undeclared identifier is reported only once for each function it appears in
cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g '-D FD_SETSIZE=32768' -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules -I src/http/v2 \
	-o objs/src/http/modules/ngx_http_range_filter_module.o \
	src/http/modules/ngx_http_range_filter_module.c
make[1]: *** [objs/src/event/ngx_event_openssl.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory `/usr/local/directadmin/custombuild/nginx-1.10.1'
make: *** [build] Error 2

*** The make has failed, would you like to try to make again? (y,n):
 
I rebuild OpenSSL 1.1.0c and rebooted the server but that doesn't fix the problem. Still unable to build cURL or Nginx. :(
 
Last edited:
Yes, I did.

Just noticed cURL is build against OpenSSL 1.0.2j

Code:
curl -V
curl 7.51.0 (x86_64-pc-linux-gnu) libcurl/7.51.0 OpenSSL/1.0.2j zlib/1.2.7
Protocols: dict file ftp ftps gopher http https imap imaps pop3 pop3s rtsp smb smbs smtp smtps telnet tftp 
Features: IPv6 Largefile NTLM NTLM_WB SSL libz TLS-SRP UnixSockets

But Nginx is build against OpenSSL 1.1.0c and I like to keep it this way.

No solution so far... :(
 
Hello Fred,

I've build NGINX 1.11.8 with 1.1.0c yesterday:

Code:
[B]nginx version: nginx/1.11.8[/B]
 built by gcc 4.4.7 20120313 (Red Hat 4.4.7-17) (GCC)
 built with OpenSSL 1.1.0c  10 Nov 2016
 TLS SNI support enabled
 configure arguments: --user=nginx --group=nginx --prefix=/usr --sbin-path=/usr/sbin --conf-path=/etc/nginx/nginx.conf --pid-path=/var/run/nginx.pid --http-log-path=/var/log/nginx/access_log --error-log-path=/var/log/nginx/error_log --with-ipv6 --without-mail_imap_module --without-mail_smtp_module --with-http_ssl_module --with-http_realip_module --with-http_stub_status_module --with-http_gzip_static_module --with-http_dav_module --with-cc-opt=''-D FD_SETSIZE=32768'' --with-http_v2_module [B]--with-openssl=/usr/local/directadmin/custombuild/openssl-1.1.0c [/B]--with-http_sub_module

Everything went fine, without any issue.

Don't recall any recent issue with building of curl against openssl 1.1.0
 
Aha, I noticed it was trying to install NGINX 1.10.x while I was on 1.11.x That's weird...
That's probably the reason why that failed.
I actually have 1.11.7 now, I tried to get 1.11.8 but it's not on DA server yet so it fails to download.
If I try to do it manually it tries to download the file from DA servers (but it doesn't exists) and overwrites the file so I end up with a 0 kb file. And it fails.
This worked before, but with your last script it doesn't seems to work anymore.
Your build_nginx2 (v 2.0) scripts tells me the last version is 1.11.7

cURL is another story...
I think with the latest centos update it might have overwritten something.
I remember seeing something like "altered from outside yum"
 
Last edited:
build_nginx2 - A script to install a mainline version of NGINX with custombuild2. A version number of NGINX mainline is taken from versions.txt of Directadmin. It works as it's designed.

You can use build_nginx (version 1) from https://github.com/poralix/directadmin-utils

build_nginx - A script to install a mainline version of NGINX with custombuild2. A version number of NGINX mainline is taken from NGINX's trac site.
 
Thanks for the information and link Alex, I pulled the script from github

That seems like it's going to work. :cool:
I try that tomorrow morning, rush hour now...

Code:
./build_nginx
########################################################################
#                                                                      #
#  A script to install a mainline version of NGINX with custombuild2   #
#  A version number of NGINX mainline is taken from NGINX's trac site  #
#            Version: 0.2 (Mon Aug  8 15:17:32 +07 2016)               #
#            Written by: Alex S Grebenschikov (zEitEr)                 #
#                                                                      #
########################################################################

Usage:
   ./build_nginx versions - to update information of available mainline version 
   ./build_nginx install  - to download and install the latest mainline version
[root@server01 custombuild]# ./build_nginx versions
Latest mainline version of Nginx: 1.11.8
Installed version of Nginx: 1.11.7

Any Idea about cURL?

Yesterday I received an email from OpenSSL, they will have TLS 1.3 integrated at last on 2017-04-05 that's the absolute deadline. I need your help by then :D Hopefully it's a bit earlier. I let you know then.
 
Code:
nginx -v
nginx version: nginx/1.11.8
:cool:
nginx is ok now.
Now I have to find a solution for curl.
 
Is there a configuration file for curl or how do I specify how to build it?
Is there anything I can change?
 
Reporting here in case someone has the same problem.

Found the curl config file
Code:
/usr/local/directadmin/custombuild/custom/configure.curl

I was able to build curl after I edited the path to OpenSSL 1.1
But the reason it was build against 1.0.2 was that is was causing problems with yum.

Code:
yum list updates
There was a problem importing one of the Python modules
required to run yum. The error leading to this problem was:

   /usr/lib64/python2.7/site-packages/pycurl.so: undefined symbol: CRYPTO_num_locks

Please install a package which provides this module, or
verify that the module is installed correctly.

It's possible that the above module doesn't match the
current version of Python, which is:
2.7.5 (default, Nov  6 2016, 00:28:07) 
[GCC 4.8.5 20150623 (Red Hat 4.8.5-11)]

If you cannot solve this problem yourself, please go to 
the yum faq at:
  http://yum.baseurl.org/wiki/Faq

So stuck again with another problem...
 
Ok, I found this link
https://access.redhat.com/solutions/641093
And my output is
Code:
ldconfig -p -N -X | grep curl
	libcurl.so.4 (libc6,x86-64) => /usr/local/lib/libcurl.so.4
	libcurl.so.4 (libc6,x86-64) => /lib64/libcurl.so.4
	libcurl.so (libc6,x86-64) => /usr/local/lib/libcurl.so
	libcurl.so (libc6,x86-64) => /lib64/libcurl.so
And the strace output
Code:
strace yum list updates
execve("/usr/bin/yum", ["yum", "list", "updates"], [/* 23 vars */]) = 0
brk(0)                                  = 0x2590000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae813000
access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=46520, ...}) = 0
mmap(NULL, 46520, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fe5ae807000
close(3)                                = 0
open("/lib64/libpython2.7.so.1.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300\v\4\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1843136, ...}) = 0
mmap(NULL, 3974696, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fe5ae22a000
mprotect(0x7fe5ae3a7000, 2093056, PROT_NONE) = 0
mmap(0x7fe5ae5a6000, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17c000) = 0x7fe5ae5a6000
mmap(0x7fe5ae5e6000, 58920, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae5e6000
close(3)                                = 0
open("/lib64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240l\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=143944, ...}) = 0
mmap(NULL, 2208864, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fe5ae00e000
mprotect(0x7fe5ae025000, 2093056, PROT_NONE) = 0
mmap(0x7fe5ae224000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16000) = 0x7fe5ae224000
mmap(0x7fe5ae226000, 13408, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae226000
close(3)                                = 0
open("/lib64/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\16\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=19776, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae806000
mmap(NULL, 2109744, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fe5ade0a000
mprotect(0x7fe5ade0c000, 2097152, PROT_NONE) = 0
mmap(0x7fe5ae00c000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7fe5ae00c000
close(3)                                = 0
open("/lib64/libutil.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240\16\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=14872, ...}) = 0
mmap(NULL, 2105616, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fe5adc07000
mprotect(0x7fe5adc09000, 2093056, PROT_NONE) = 0
mmap(0x7fe5ade08000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7fe5ade08000
close(3)                                = 0
open("/lib64/libm.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`T\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1141928, ...}) = 0
mmap(NULL, 3150152, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fe5ad905000
mprotect(0x7fe5ada05000, 2097152, PROT_NONE) = 0
mmap(0x7fe5adc05000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x100000) = 0x7fe5adc05000
close(3)                                = 0
open("/lib64/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@\34\2\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=2118128, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae805000
mmap(NULL, 3932672, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fe5ad544000
mprotect(0x7fe5ad6fa000, 2097152, PROT_NONE) = 0
mmap(0x7fe5ad8fa000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1b6000) = 0x7fe5ad8fa000
mmap(0x7fe5ad900000, 16896, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fe5ad900000
close(3)                                = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae804000
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae802000
arch_prctl(ARCH_SET_FS, 0x7fe5ae802740) = 0
mprotect(0x7fe5ad8fa000, 16384, PROT_READ) = 0
mprotect(0x7fe5adc05000, 4096, PROT_READ) = 0
mprotect(0x7fe5ade08000, 4096, PROT_READ) = 0
mprotect(0x7fe5ae00c000, 4096, PROT_READ) = 0
mprotect(0x7fe5ae224000, 4096, PROT_READ) = 0
mprotect(0x7fe5ae5a6000, 8192, PROT_READ) = 0
mprotect(0x600000, 4096, PROT_READ)     = 0
mprotect(0x7fe5ae814000, 4096, PROT_READ) = 0
munmap(0x7fe5ae807000, 46520)           = 0
set_tid_address(0x7fe5ae802a10)         = 43064
set_robust_list(0x7fe5ae802a20, 24)     = 0
rt_sigaction(SIGRTMIN, {0x7fe5ae014780, [], SA_RESTORER|SA_SIGINFO, 0x7fe5ae01d370}, NULL, 8) = 0
rt_sigaction(SIGRT_1, {0x7fe5ae014810, [], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x7fe5ae01d370}, NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0
ioctl(0, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
brk(0)                                  = 0x2590000
brk(0x25b1000)                          = 0x25b1000
brk(0)                                  = 0x25b1000
mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae7c1000
brk(0)                                  = 0x25b1000
brk(0x25d2000)                          = 0x25d2000
fstat(0, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 0), ...}) = 0
fstat(0, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 0), ...}) = 0
fstat(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 0), ...}) = 0
fstat(2, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 0), ...}) = 0
readlink("/usr/bin/python", "python2", 4096) = 7
readlink("/usr/bin/python2", "python2.7", 4096) = 9
readlink("/usr/bin/python2.7", 0x7fffc42ffb60, 4096) = -1 EINVAL (Invalid argument)
stat("/usr/bin/Modules/Setup", 0x7fffc42fd9f0) = -1 ENOENT (No such file or directory)
stat("/usr/bin/lib64/python2.7/os.py", 0x7fffc42fd9e0) = -1 ENOENT (No such file or directory)
stat("/usr/bin/lib64/python2.7/os.pyc", 0x7fffc42fd9e0) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/os.py", {st_mode=S_IFREG|0644, st_size=25769, ...}) = 0
stat("/usr/bin/pybuilddir.txt", 0x7fffc42fd9f0) = -1 ENOENT (No such file or directory)
stat("/usr/bin/lib64/python2.7/lib-dynload", 0x7fffc42fd9f0) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/lib-dynload", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae780000
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7fe5ae01d370}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGXFSZ, {SIG_IGN, [], SA_RESTORER, 0x7fe5ae01d370}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGHUP, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGINT, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGQUIT, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGILL, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGTRAP, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGABRT, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGBUS, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGFPE, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGKILL, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGUSR1, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGSEGV, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGUSR2, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGPIPE, NULL, {SIG_IGN, [], SA_RESTORER, 0x7fe5ae01d370}, 8) = 0
rt_sigaction(SIGALRM, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGTERM, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGSTKFLT, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGCHLD, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGCONT, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGSTOP, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGTSTP, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGTTIN, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGTTOU, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGURG, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGXCPU, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGXFSZ, NULL, {SIG_IGN, [], SA_RESTORER, 0x7fe5ae01d370}, 8) = 0
rt_sigaction(SIGVTALRM, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGPROF, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGWINCH, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGIO, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGPWR, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGSYS, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_2, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_3, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_4, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_5, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_6, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_7, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_8, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_9, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_10, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_11, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_12, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_13, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_14, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_15, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_16, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_17, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_18, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_19, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_20, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_21, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_22, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_23, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_24, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_25, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_26, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_27, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_28, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_29, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_30, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_31, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_32, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGINT, {0x7fe5ae340420, [], SA_RESTORER, 0x7fe5ae01d370}, {SIG_DFL, [], 0}, 8) = 0
brk(0)                                  = 0x25d2000
brk(0x25f3000)                          = 0x25f3000
stat("/usr/lib64/python27.zip", 0x7fffc42fc4e0) = -1 ENOENT (No such file or directory)
stat("/usr/lib64", {st_mode=S_IFDIR|0555, st_size=36864, ...}) = 0
stat("/usr/lib64/python27.zip", 0x7fffc42ff530) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0
stat("/usr/lib64/python2.7/", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0
stat("/usr/lib64/python2.7/site", 0x7fffc42ff6f0) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/site.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/sitemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/site.py", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=20078, ...}) = 0
open("/usr/lib64/python2.7/site.pyc", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=19568, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(4, "\3\363\r\n=y\36Xc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0sp\1\0\0d\0"..., 4096) = 4096
fstat(4, {st_mode=S_IFREG|0644, st_size=19568, ...}) = 0
read(4, "\1\0\0\0R\0\0\0\0t\5\0\0\0isdirR\10\0\0\0R\24\0\0\0t\t\0"..., 12288) = 12288
read(4, "\0\0\0C\0\0\0sg\0\0\0y\20\0d\1\0d\2\0l\0\0}\0\0WnP\0\4"..., 4096) = 3184
read(4, "", 4096)                       = 0
close(4)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
stat("/usr/lib64/python2.7/os", 0x7fffc42ff170) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/os.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/osmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/os.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=25769, ...}) = 0
open("/usr/lib64/python2.7/os.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=25557, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(5, "\3\363\r\n<y\36Xc\0\0\0\0\0\0\0\0\16\0\0\0@\0\0\0s\372\6\0\0d\0"..., 4096) = 4096
fstat(5, {st_mode=S_IFREG|0644, st_size=25557, ...}) = 0
read(5, "ive.\n\n    N(\t\0\0\0R\t\0\0\0t\5\0\0\0splitt"..., 20480) = 20480
read(5, "\"\0\0\0t\24\0\0\0builtin_module_namest\6\0"..., 4096) = 981
read(5, "", 4096)                       = 0
close(5)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
open("/proc/meminfo", O_RDONLY|O_CLOEXEC) = 5
fstat(5, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(5, "MemTotal:       16151272 kB\nMemF"..., 1024) = 1024
close(5)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
brk(0)                                  = 0x25f3000
brk(0x2615000)                          = 0x2615000
stat("/usr/lib64/python2.7/posixpath", 0x7fffc42febf0) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/posixpath.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/posixpathmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/posixpath.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=13591, ...}) = 0
open("/usr/lib64/python2.7/posixpath.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=11297, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(6, "\3\363\r\n=y\36Xc\0\0\0\0\0\0\0\0&\0\0\0@\0\0\0s\31\2\0\0d\0"..., 4096) = 4096
fstat(6, {st_mode=S_IFREG|0644, st_size=11297, ...}) = 0
read(6, "ISLNKt\7\0\0\0st_mode(\2\0\0\0R3\0\0\0t\2\0\0\0"..., 4096) = 4096
read(6, "\0\0R6\0\0\0(\7\0\0\0R3\0\0\0Rn\0\0\0R8\0\0\0t\1\0\0\0"..., 4096) = 3105
read(6, "", 4096)                       = 0
close(6)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
stat("/usr/lib64/python2.7/stat", 0x7fffc42fe670) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/stat.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/statmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/stat.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=1842, ...}) = 0
open("/usr/lib64/python2.7/stat.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=2751, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(7, "\3\363\r\n=y\36Xc\0\0\0\0\0\0\0\0\1\0\0\0@\0\0\0s{\1\0\0d\0"..., 4096) = 2751
fstat(7, {st_mode=S_IFREG|0644, st_size=2751, ...}) = 0
read(7, "", 4096)                       = 0
mmap(NULL, 200704, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae74f000
close(7)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
close(6)                                = 0
stat("/usr/lib64/python2.7/genericpath", 0x7fffc42fe670) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/genericpath.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/genericpathmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/genericpath.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=3015, ...}) = 0
open("/usr/lib64/python2.7/genericpath.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=3263, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(7, "\3\363\r\n<y\36Xc\0\0\0\0\0\0\0\0\10\0\0\0@\0\0\0s\221\0\0\0d\0"..., 4096) = 3263
fstat(7, {st_mode=S_IFREG|0644, st_size=3263, ...}) = 0
read(7, "", 4096)                       = 0
close(7)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
close(6)                                = 0
stat("/usr/lib64/python2.7/warnings", 0x7fffc42fe670) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/warnings.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/warningsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/warnings.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=14044, ...}) = 0
open("/usr/lib64/python2.7/warnings.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=13150, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(7, "\3\363\r\n=y\36Xc\0\0\0\0\0\0\0\0\7\0\0\0@\0\0\0sS\2\0\0d\0"..., 4096) = 4096
fstat(7, {st_mode=S_IFREG|0644, st_size=13150, ...}) = 0
read(7, "yss\7\0\0\0defaults\6\0\0\0modules\4\0\0\0on"..., 8192) = 8192
read(7, "\0\0(\0\0\0\0s \0\0\0/usr/lib64/python2.7"..., 4096) = 862
read(7, "", 4096)                       = 0
close(7)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
stat("/usr/lib64/python2.7/linecache", 0x7fffc42fe0f0) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/linecache.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/linecachemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/linecache.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=3964, ...}) = 0
open("/usr/lib64/python2.7/linecache.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=3211, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(8, "\3\363\r\n<y\36Xc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0sp\0\0\0d\0"..., 4096) = 3211
fstat(8, {st_mode=S_IFREG|0644, st_size=3211, ...}) = 0
read(8, "", 4096)                       = 0
close(8)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
close(7)                                = 0
stat("/usr/lib64/python2.7/types", 0x7fffc42fe0f0) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/types.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/typesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/types.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=2040, ...}) = 0
open("/usr/lib64/python2.7/types.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=2506, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(8, "\3\363\r\n=y\36Xc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s/\2\0\0d\0"..., 4096) = 2506
fstat(8, {st_mode=S_IFREG|0644, st_size=2506, ...}) = 0
read(8, "", 4096)                       = 0
close(8)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
close(7)                                = 0
close(6)                                = 0
close(5)                                = 0
stat("/usr/lib64/python2.7/UserDict", 0x7fffc42febf0) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/UserDict.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/UserDictmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/UserDict.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=5811, ...}) = 0
open("/usr/lib64/python2.7/UserDict.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=8820, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(6, "\3\363\r\n;y\36Xc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0sb\0\0\0d\0"..., 4096) = 4096
fstat(6, {st_mode=S_IFREG|0644, st_size=8820, ...}) = 0
read(6, "/lib64/python2.7/UserDict.pyR*\0\0"..., 4096) = 4096
read(6, "\6\0\0\0R\2\0\0\0R\v\0\0\0R8\0\0\0R\6\0\0\0R\35\0\0\0R\f\0"..., 4096) = 628
read(6, "", 4096)                       = 0
close(6)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
stat("/usr/lib64/python2.7/_abcoll", 0x7fffc42fe670) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/_abcoll.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/_abcollmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/_abcoll.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=17865, ...}) = 0
open("/usr/lib64/python2.7/_abcoll.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=24982, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(7, "\3\363\r\n;y\36Xc\0\0\0\0\0\0\0\0\20\0\0\0@\0\0\0sI\2\0\0d\0"..., 4096) = 4096
fstat(7, {st_mode=S_IFREG|0644, st_size=24982, ...}) = 0
read(7, "\1\0\0\0R(\0\0\0(\2\0\0\0R\34\0\0\0t\1\0\0\0x(\0\0\0\0(\0"..., 20480) = 20480
read(7, "\4\17\5\t\4\t\6\t\5\f\10\t\6(\0\0\0\0(\0\0\0\0(\0\0\0\0(\0\0\0"..., 4096) = 406
read(7, "", 4096)                       = 0
mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae70e000
close(7)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
stat("/usr/lib64/python2.7/abc", 0x7fffc42fe0f0) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/abc.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/abcmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/abc.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=7145, ...}) = 0
open("/usr/lib64/python2.7/abc.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=6143, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(8, "\3\363\r\n;y\36Xc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s}\0\0\0d\0"..., 4096) = 4096
fstat(8, {st_mode=S_IFREG|0644, st_size=6143, ...}) = 0
read(8, "abc.pyt\10\0\0\0registeri\0\0\0s\20\0\0\0\0\2\30\1"..., 4096) = 2047
read(8, "", 4096)                       = 0
close(8)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
stat("/usr/lib64/python2.7/_weakrefset", 0x7fffc42fdb70) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/_weakrefset.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/_weakrefsetmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/_weakrefset.py", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=5607, ...}) = 0
open("/usr/lib64/python2.7/_weakrefset.pyc", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0644, st_size=9477, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(9, "\3\363\r\n;y\36Xc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0sI\0\0\0d\0"..., 4096) = 4096
fstat(9, {st_mode=S_IFREG|0644, st_size=9477, ...}) = 0
read(9, "sr/lib64/python2.7/_weakrefset.p"..., 4096) = 4096
read(9, "\0}\1\0t\0\0|\1\0\210\0\0j\1\0\203\2\0V\1q\3\0d\0\0S(\1\0\0"..., 4096) = 1285
read(9, "", 4096)                       = 0
close(9)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
close(8)                                = 0
close(7)                                = 0
close(6)                                = 0
close(5)                                = 0
stat("/usr/lib64/python2.7/copy_reg", 0x7fffc42febf0) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/copy_reg.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/copy_regmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/copy_reg.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=6800, ...}) = 0
open("/usr/lib64/python2.7/copy_reg.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=5113, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(6, "\3\363\r\n<y\36Xc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s\326\0\0\0d\0"..., 4096) = 4096
fstat(6, {st_mode=S_IFREG|0644, st_size=5113, ...}) = 0
read(6, "e for key %s(\5\0\0\0t\3\0\0\0intt\n\0\0\0Va"..., 4096) = 1017
read(6, "", 4096)                       = 0
close(6)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
close(5)                                = 0
close(4)                                = 0
stat("/usr/lib64/python2.7/traceback", 0x7fffc42ff170) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/traceback.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/tracebackmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/traceback.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=11255, ...}) = 0
open("/usr/lib64/python2.7/traceback.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=11623, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(5, "\3\363\r\n=y\36Xc\0\0\0\0\0\0\0\0\16\0\0\0@\0\0\0sB\1\0\0d\0"..., 4096) = 4096
fstat(5, {st_mode=S_IFREG|0644, st_size=11623, ...}) = 0
read(5, "None.\n    R!\0\0\0i\0\0\0\0i\1\0\0\0N(\20\0\0\0R"..., 4096) = 4096
read(5, "\1\0\203\5\0\1Wd\1\0d\1\0\4}\2\0\4}\3\0}\4\0Xd\1\0S(\2\0"..., 4096) = 3431
read(5, "", 4096)                       = 0
close(5)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
close(4)                                = 0
stat("/usr/lib64/python2.7", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0
stat("/usr/lib64/python2.7", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0
stat("/usr/lib64/python2.7/sysconfig", 0x7fffc42ff000) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/sysconfig.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/sysconfigmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/sysconfig.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=22405, ...}) = 0
open("/usr/lib64/python2.7/sysconfig.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=17645, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(5, "\3\363\r\nZy\36Xc\0\0\0\0\0\0\0\0\10\0\0\0@\0\0\0s\v\5\0\0d\0"..., 4096) = 4096
fstat(5, {st_mode=S_IFREG|0644, st_size=17645, ...}) = 0
brk(0)                                  = 0x2615000
brk(0x2637000)                          = 0x2637000
read(5, "posixR\f\0\0\0(\2\0\0\0s\5\0\0\0posixs\2\0\0\0nt"..., 12288) = 12288
read(5, "\1\f\1\f\1c\0\0\0\0\0\0\0\0\3\0\0\0C\0\0\0sd\0\0\0d\1\0t\0"..., 4096) = 1261
read(5, "", 4096)                       = 0
close(5)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/bin", {st_mode=S_IFDIR|0555, st_size=36864, ...}) = 0
lstat("/usr/bin/python", {st_mode=S_IFLNK|0777, st_size=7, ...}) = 0
readlink("/usr/bin/python", "python2", 4096) = 7
lstat("/usr/bin/python2", {st_mode=S_IFLNK|0777, st_size=9, ...}) = 0
readlink("/usr/bin/python2", "python2.7", 4096) = 9
lstat("/usr/bin/python2.7", {st_mode=S_IFREG|0755, st_size=7136, ...}) = 0
stat("/usr/bin/Modules/Setup.dist", 0x7fffc42ffb20) = -1 ENOENT (No such file or directory)
stat("/usr/bin/Modules/Setup.local", 0x7fffc42ffb20) = -1 ENOENT (No such file or directory)
close(4)                                = 0
stat("/usr/bin/Modules/Setup.dist", 0x7fffc43000a0) = -1 ENOENT (No such file or directory)
stat("/usr/bin/Modules/Setup.local", 0x7fffc43000a0) = -1 ENOENT (No such file or directory)
geteuid()                               = 0
getuid()                                = 0
getegid()                               = 0
getgid()                                = 0
stat("/usr/lib64/python2.7/re", 0x7fffc42fe830) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/re.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/remodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/re.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=12959, ...}) = 0
open("/usr/lib64/python2.7/re.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=13094, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(5, "\3\363\r\n=y\36Xc\0\0\0\0\0\0\0\0\27\0\0\0@\0\0\0s'\2\0\0d\0"..., 4096) = 4096
fstat(5, {st_mode=S_IFREG|0644, st_size=13094, ...}) = 0
read(5, "  Match a regular expression pat"..., 8192) = 8192
read(5, "\0\0\1\6\1\t\1\25\1\6\1\3\1\t\1\6\1\4\1\f\1\f\1\4\1\30\1\17\1\t\1\30"..., 4096) = 806
read(5, "", 4096)                       = 0
close(5)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
stat("/usr/lib64/python2.7/sre_compile", 0x7fffc42fe2b0) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/sre_compile.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/sre_compilemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/sre_compile.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=16454, ...}) = 0
open("/usr/lib64/python2.7/sre_compile.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=11088, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(6, "\3\363\r\n=y\36Xc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s~\1\0\0d\0"..., 4096) = 4096
fstat(6, {st_mode=S_IFREG|0644, st_size=11088, ...}) = 0
read(6, "\24\1\16\1\27\2\16\1\f\0\n\1\16\1\16\1\24\1\24\1\f\1\21\2\21\1\f\1\n\1\16\1"..., 4096) = 4096
read(6, "\6\0k\10\0r\330\1|\v\0d\2\0\31r\330\1|\v\0d\2\0\31d\1\0\31\\\2\0"..., 4096) = 2896
read(6, "", 4096)                       = 0
close(6)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
stat("/usr/lib64/python2.7/sre_parse", 0x7fffc42fdd30) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/sre_parse.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/sre_parsemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/sre_parse.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=27505, ...}) = 0
open("/usr/lib64/python2.7/sre_parse.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=19488, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(7, "\3\363\r\n=y\36Xc\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0s\332\2\0\0d\0"..., 4096) = 4096
fstat(7, {st_mode=S_IFREG|0644, st_size=19488, ...}) = 0
read(7, "sr/lib64/python2.7/sre_parse.pyt"..., 12288) = 12288
read(7, "\3\f\2\f\1\f\1\t\1\t\2\22\2\f\1\f\1\f\1\6\1\f\2\n\1\r\2\33\3\23\2c"..., 4096) = 3104
read(7, "", 4096)                       = 0
close(7)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
stat("/usr/lib64/python2.7/sre_constants", 0x7fffc42fd7b0) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/sre_constants.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/sre_constantsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/sre_constants.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=7113, ...}) = 0
open("/usr/lib64/python2.7/sre_constants.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=6117, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(8, "\3\363\r\n=y\36Xc\0\0\0\0\0\0\0\0 \0\0\0@\0\0\0s\371\4\0\0d\0"..., 4096) = 4096
fstat(8, {st_mode=S_IFREG|0644, st_size=6117, ...}) = 0
read(8, "efine SRE_INFO_CHARSET %d\nt\4\0\0\0d"..., 4096) = 2021
read(8, "", 4096)                       = 0
close(8)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
close(7)                                = 0
mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae6cd000
close(6)                                = 0
close(5)                                = 0
close(4)                                = 0
stat("/usr/lib64/python2.7/_sysconfigdata", 0x7fffc42fe6c0) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/_sysconfigdata.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/_sysconfigdatamodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/_sysconfigdata.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=17968, ...}) = 0
open("/usr/lib64/python2.7/_sysconfigdata.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=21195, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(5, "\3\363\r\n>y\36Xc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\271\16\0\0i\31"..., 4096) = 4096
fstat(5, {st_mode=S_IFREG|0644, st_size=21195, ...}) = 0
brk(0)                                  = 0x2637000
brk(0x2659000)                          = 0x2659000
read(5, "uilddir/build/BUILD/Python-2.7.5"..., 16384) = 16384
read(5, "\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7"..., 4096) = 715
read(5, "", 4096)                       = 0
brk(0)                                  = 0x2659000
brk(0)                                  = 0x2659000
brk(0x2654000)                          = 0x2654000
brk(0)                                  = 0x2654000
close(5)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
close(4)                                = 0
brk(0)                                  = 0x2654000
brk(0x2675000)                          = 0x2675000
brk(0)                                  = 0x2675000
brk(0)                                  = 0x2675000
brk(0x2666000)                          = 0x2666000
brk(0)                                  = 0x2666000
stat("/root/.local/lib/python2.7/site-packages", 0x7fffc43000a0) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/site-packages", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/usr/lib64/python2.7/site-packages", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4
getdents(4, /* 46 entries */, 32768)    = 1688
getdents(4, /* 0 entries */, 32768)     = 0
close(4)                                = 0
stat("/usr/lib/python2.7/site-packages", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/usr/lib/python2.7/site-packages", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4
getdents(4, /* 62 entries */, 32768)    = 2448
getdents(4, /* 0 entries */, 32768)     = 0
close(4)                                = 0
stat("/usr/lib/site-python", 0x7fffc43000a0) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/sitecustomize", 0x7fffc42fee90) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/sitecustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/sitecustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/sitecustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/sitecustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/plat-linux2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/lib64/python2.7/plat-linux2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/lib64/python2.7/plat-linux2/sitecustomize", 0x7fffc42fee90) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/sitecustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/sitecustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/sitecustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/sitecustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/lib-tk", 0x7fffc42fbc80) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0
stat("/usr/lib64/python2.7/lib-tk", 0x7fffc42fecd0) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/lib-old", 0x7fffc42fbc80) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0
stat("/usr/lib64/python2.7/lib-old", 0x7fffc42fecd0) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/lib-dynload", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/lib64/python2.7/lib-dynload", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/lib64/python2.7/lib-dynload/sitecustomize", 0x7fffc42fee90) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/lib-dynload/sitecustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/lib-dynload/sitecustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/lib-dynload/sitecustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/lib-dynload/sitecustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/site-packages", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/lib64/python2.7/site-packages", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/lib64/python2.7/site-packages/sitecustomize", 0x7fffc42fee90) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/site-packages/sitecustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/site-packages/sitecustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/site-packages/sitecustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/site-packages/sitecustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/site-packages", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/lib/python2.7/site-packages", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/lib/python2.7/site-packages/sitecustomize", 0x7fffc42fee90) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/sitecustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/sitecustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/sitecustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/sitecustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/usercustomize", 0x7fffc42fee90) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/plat-linux2/usercustomize", 0x7fffc42fee90) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/lib-dynload/usercustomize", 0x7fffc42fee90) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/lib-dynload/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/lib-dynload/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/lib-dynload/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/lib-dynload/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/site-packages/usercustomize", 0x7fffc42fee90) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/site-packages/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/site-packages/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/site-packages/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/site-packages/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/site-packages/usercustomize", 0x7fffc42fee90) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(3)                                = 0
open("/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=106070960, ...}) = 0
mmap(NULL, 106070960, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fe5a701b000
close(3)                                = 0
stat("/usr/lib64/python2.7/encodings", {st_mode=S_IFDIR|0755, st_size=16384, ...}) = 0
stat("/usr/lib64/python2.7/encodings/__init__.py", {st_mode=S_IFREG|0644, st_size=5698, ...}) = 0
stat("/usr/lib64/python2.7/encodings/__init__", 0x7fffc42ff810) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/encodings/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/encodings/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/encodings/__init__.py", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=5698, ...}) = 0
open("/usr/lib64/python2.7/encodings/__init__.pyc", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=4378, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(4, "\3\363\r\nGy\36Xc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\216\0\0\0d\0"..., 4096) = 4096
fstat(4, {st_mode=S_IFREG|0644, st_size=4378, ...}) = 0
read(4, "\1\26\1\24\1\24\1$\1$\0016\0016\1\3\1\3\1\26\1\"\0015\1\22\3\n\4\3\1\20"..., 4096) = 282
read(4, "", 4096)                       = 0
close(4)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
stat("/usr/lib64/python2.7/encodings", {st_mode=S_IFDIR|0755, st_size=16384, ...}) = 0
stat("/usr/lib64/python2.7/encodings", {st_mode=S_IFDIR|0755, st_size=16384, ...}) = 0
stat("/usr/lib64/python2.7/encodings/codecs", 0x7fffc42ff290) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/encodings/codecs.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/encodings/codecsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/encodings/codecs.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/encodings/codecs.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/codecs", 0x7fffc42ff290) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/codecs.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/codecsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/codecs.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=35266, ...}) = 0
open("/usr/lib64/python2.7/codecs.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=36602, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(5, "\3\363\r\n<y\36Xc\0\0\0\0\0\0\0\0\30\0\0\0@\0\0\0s7\3\0\0d\0"..., 4096) = 4096
fstat(5, {st_mode=S_IFREG|0644, st_size=36602, ...}) = 0
read(5, "\0\0t\0\0\202\1\0d\1\0S(\2\0\0\0s\372\2\0\0 Decodes t"..., 28672) = 28672
read(5, "\0\0/usr/lib64/python2.7/codecs.py"..., 4096) = 3834
read(5, "", 4096)                       = 0
close(5)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
close(4)                                = 0
stat("/usr/lib64/python2.7/encodings/encodings", 0x7fffc42ff290) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/encodings/encodings.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/encodings/encodingsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/encodings/encodings.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/encodings/encodings.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/encodings/aliases", 0x7fffc42ff280) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/encodings/aliases.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/encodings/aliasesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/encodings/aliases.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=14848, ...}) = 0
open("/usr/lib64/python2.7/encodings/aliases.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=8770, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(5, "\3\363\r\nGy\36Xc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0su\10\0\0d\0"..., 4096) = 4096
fstat(5, {st_mode=S_IFREG|0644, st_size=8770, ...}) = 0
read(5, "ibm860t\6\0\0\0ibm860t\5\0\0\0cp861t\3\0\0\0"..., 4096) = 4096
read(5, "\7\3\7\3\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\3\7\1\7\1\7\3\7\1\7\3\7\1"..., 4096) = 578
read(5, "", 4096)                       = 0
close(5)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
close(4)                                = 0
stat("/usr/lib64/python2.7/encodings/__builtin__", 0x7fffc42ff290) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/encodings/__builtin__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/encodings/__builtin__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/encodings/__builtin__.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/encodings/__builtin__.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(3)                                = 0
stat("/usr/lib64/python2.7/encodings/utf_8", 0x7fffc42ff540) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/encodings/utf_8.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/encodings/utf_8module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/encodings/utf_8.py", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=1005, ...}) = 0
open("/usr/lib64/python2.7/encodings/utf_8.pyc", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=1966, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(4, "\3\363\r\nHy\36Xc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\230\0\0\0d\0"..., 4096) = 1966
fstat(4, {st_mode=S_IFREG|0644, st_size=1966, ...}) = 0
read(4, "", 4096)                       = 0
close(4)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
close(3)                                = 0
ioctl(0, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
ioctl(1, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
ioctl(2, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
readlink("/usr/bin/yum", 0x7fffc42fdc90, 4096) = -1 EINVAL (Invalid argument)
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/bin", {st_mode=S_IFDIR|0555, st_size=36864, ...}) = 0
lstat("/usr/bin/yum", {st_mode=S_IFREG|0755, st_size=801, ...}) = 0
stat("/usr/bin/yum", {st_mode=S_IFREG|0755, st_size=801, ...}) = 0
open("/usr/bin/yum", O_RDONLY)          = 3
fstat(3, {st_mode=S_IFREG|0755, st_size=801, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
fstat(3, {st_mode=S_IFREG|0755, st_size=801, ...}) = 0
lseek(3, 0, SEEK_SET)                   = 0
read(3, "#!/usr/bin/python\nimport sys\ntry"..., 779) = 779
read(3, "cel.\"\n    sys.exit(1)\n", 4096) = 22
close(3)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
stat("/usr/bin/yum", {st_mode=S_IFREG|0755, st_size=801, ...}) = 0
open("/usr/bin/yum", O_RDONLY)          = 3
fstat(3, {st_mode=S_IFREG|0755, st_size=801, ...}) = 0
ioctl(3, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffc4300c20) = -1 ENOTTY (Inappropriate ioctl for device)
lseek(3, 0, SEEK_CUR)                   = 0
fstat(3, {st_mode=S_IFREG|0755, st_size=801, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(3, "#!/usr/bin/python\nimport sys\ntry"..., 4096) = 801
lseek(3, 0, SEEK_SET)                   = 0
brk(0)                                  = 0x2666000
brk(0x2687000)                          = 0x2687000
read(3, "#!/usr/bin/python\nimport sys\ntry"..., 4096) = 801
stat("/etc/sysconfig/64bit_strstr_via_64bit_strstr_sse2_unaligned", 0x7fffc43008b0) = -1 ENOENT (No such file or directory)
read(3, "", 4096)                       = 0
close(3)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
stat("/usr/bin", {st_mode=S_IFDIR|0555, st_size=36864, ...}) = 0
stat("/usr/bin", {st_mode=S_IFDIR|0555, st_size=36864, ...}) = 0
stat("/usr/bin/yum", {st_mode=S_IFREG|0755, st_size=801, ...}) = 0
open("/usr/bin/yum.so", O_RDONLY)       = -1 ENOENT (No such file or directory)
open("/usr/bin/yummodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/yum.py", O_RDONLY)       = -1 ENOENT (No such file or directory)
open("/usr/bin/yum.pyc", O_RDONLY)      = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/yum", 0x7fffc42ff550) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/yum.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/yummodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/yum.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/yum.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/plat-linux2/yum", 0x7fffc42ff550) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/yum.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/yummodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/yum.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/yum.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/lib-dynload/yum", 0x7fffc42ff550) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/lib-dynload/yum.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/lib-dynload/yummodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/lib-dynload/yum.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/lib-dynload/yum.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/site-packages/yum", 0x7fffc42ff550) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/site-packages/yum.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/site-packages/yummodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/site-packages/yum.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/site-packages/yum.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/site-packages/yum", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/lib/python2.7/site-packages/yum/__init__.py", {st_mode=S_IFREG|0755, st_size=307175, ...}) = 0
stat("/usr/lib/python2.7/site-packages/yum/__init__", 0x7fffc42ff500) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/__init__.py", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0755, st_size=307175, ...}) = 0
open("/usr/lib/python2.7/site-packages/yum/__init__.pyc", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=201644, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(4, "\3\363\r\n\16*+Xc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s(\4\0\0d\0"..., 4096) = 4096
fstat(4, {st_mode=S_IFREG|0644, st_size=201644, ...}) = 0
mmap(NULL, 204800, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae69b000
read(4, "unc:`YumBase.repos` is first cal"..., 196608) = 196608
read(4, "\0\0\0R\375\0\0\0R\341\0\0\0Rx\0\0\0t\16\0\0\0logging.c"..., 4096) = 940
read(4, "", 4096)                       = 0
mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae65a000
brk(0)                                  = 0x2687000
brk(0x26a8000)                          = 0x26a8000
munmap(0x7fe5ae69b000, 204800)          = 0
close(4)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
stat("/usr/lib/python2.7/site-packages/yum", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/lib/python2.7/site-packages/yum", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/lib/python2.7/site-packages/yum/os", 0x7fffc42fef80) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/os.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/osmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/os.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/os.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/site-packages/yum/rpm", 0x7fffc42fef80) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/rpm.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/rpmmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/rpm.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/rpm.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/bin/rpm", {st_mode=S_IFREG|0755, st_size=16120, ...}) = 0
open("/usr/bin/rpm.so", O_RDONLY)       = -1 ENOENT (No such file or directory)
open("/usr/bin/rpmmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/rpm.py", O_RDONLY)       = -1 ENOENT (No such file or directory)
open("/usr/bin/rpm.pyc", O_RDONLY)      = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/rpm", 0x7fffc42fef80) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/rpm.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/rpmmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/rpm.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/rpm.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/plat-linux2/rpm", 0x7fffc42fef80) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/rpm.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/rpmmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/rpm.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/rpm.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/lib-dynload/rpm", 0x7fffc42fef80) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/lib-dynload/rpm.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/lib-dynload/rpmmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/lib-dynload/rpm.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/lib-dynload/rpm.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/site-packages/rpm", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/lib64/python2.7/site-packages/rpm/__init__.py", {st_mode=S_IFREG|0644, st_size=2018, ...}) = 0
stat("/usr/lib64/python2.7/site-packages/rpm/__init__", 0x7fffc42fef30) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/site-packages/rpm/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/site-packages/rpm/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/site-packages/rpm/__init__.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=2018, ...}) = 0
open("/usr/lib64/python2.7/site-packages/rpm/__init__.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=2804, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(5, "\3\363\r\n!m\36Xc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s\34\1\0\0d\0"..., 4096) = 2804
fstat(5, {st_mode=S_IFREG|0644, st_size=2804, ...}) = 0
read(5, "", 4096)                       = 0
close(5)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
stat("/usr/lib64/python2.7/site-packages/rpm", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/lib64/python2.7/site-packages/rpm", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/lib64/python2.7/site-packages/rpm/warnings", 0x7fffc42fe9b0) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/site-packages/rpm/warnings.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/site-packages/rpm/warningsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/site-packages/rpm/warnings.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/site-packages/rpm/warnings.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/site-packages/rpm/os", 0x7fffc42fe9b0) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/site-packages/rpm/os.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/site-packages/rpm/osmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/site-packages/rpm/os.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/site-packages/rpm/os.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/site-packages/rpm/rpm", 0x7fffc42fe9b0) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/site-packages/rpm/rpm.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/site-packages/rpm/rpmmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/site-packages/rpm/rpm.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/site-packages/rpm/rpm.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/site-packages/rpm/_rpm", 0x7fffc42fe9b0) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/site-packages/rpm/_rpm.so", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0755, st_size=108544, ...}) = 0
futex(0x7fe5ae00d0d0, FUTEX_WAKE_PRIVATE, 2147483647) = 0
open("/usr/lib64/python2.7/site-packages/rpm/_rpm.so", O_RDONLY|O_CLOEXEC) = 6
read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 \233\0\0\0\0\0\0"..., 832) = 832
fstat(6, {st_mode=S_IFREG|0755, st_size=108544, ...}) = 0
mmap(NULL, 2200936, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7fe5a6e01000
mprotect(0x7fe5a6e16000, 2097152, PROT_NONE) = 0
mmap(0x7fe5a7016000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x15000) = 0x7fe5a7016000
close(6)                                = 0
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=46520, ...}) = 0
mmap(NULL, 46520, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7fe5ae807000
close(6)                                = 0
open("/lib64/librpm.so.3", O_RDONLY|O_CLOEXEC) = 6
read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p.\1\0\0\0\0\0"..., 832) = 832
fstat(6, {st_mode=S_IFREG|0755, st_size=428168, ...}) = 0
mmap(NULL, 2516272, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7fe5a6b9a000
mprotect(0x7fe5a6bfb000, 2093056, PROT_NONE) = 0
mmap(0x7fe5a6dfa000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x60000) = 0x7fe5a6dfa000
mmap(0x7fe5a6e00000, 1328, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fe5a6e00000
close(6)                                = 0
open("/lib64/libselinux.so.1", O_RDONLY|O_CLOEXEC) = 6
read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300j\0\0\0\0\0\0"..., 832) = 832
fstat(6, {st_mode=S_IFREG|0755, st_size=155744, ...}) = 0
mmap(NULL, 2255216, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7fe5a6973000
mprotect(0x7fe5a6997000, 2093056, PROT_NONE) = 0
mmap(0x7fe5a6b96000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x23000) = 0x7fe5a6b96000
mmap(0x7fe5a6b98000, 6512, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fe5a6b98000
close(6)                                = 0
open("/lib64/libcap.so.2", O_RDONLY|O_CLOEXEC) = 6
read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 \26\0\0\0\0\0\0"..., 832) = 832
fstat(6, {st_mode=S_IFREG|0755, st_size=20024, ...}) = 0
mmap(NULL, 2114112, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7fe5a676e000
mprotect(0x7fe5a6772000, 2093056, PROT_NONE) = 0
mmap(0x7fe5a6971000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x3000) = 0x7fe5a6971000
close(6)                                = 0
open("/lib64/libacl.so.1", O_RDONLY|O_CLOEXEC) = 6
read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200\37\0\0\0\0\0\0"..., 832) = 832
fstat(6, {st_mode=S_IFREG|0755, st_size=37056, ...}) = 0
mmap(NULL, 2130560, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7fe5a6565000
mprotect(0x7fe5a656c000, 2097152, PROT_NONE) = 0
mmap(0x7fe5a676c000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x7000) = 0x7fe5a676c000
close(6)                                = 0
open("/lib64/libdb-5.3.so", O_RDONLY|O_CLOEXEC) = 6
read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000\363\2\0\0\0\0\0"..., 832) = 832
fstat(6, {st_mode=S_IFREG|0755, st_size=1846280, ...}) = 0
mmap(NULL, 3923240, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7fe5a61a7000
mprotect(0x7fe5a635b000, 2097152, PROT_NONE) = 0
mmap(0x7fe5a655b000, 40960, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x1b4000) = 0x7fe5a655b000
close(6)                                = 0
open("/lib64/librpmio.so.3", O_RDONLY|O_CLOEXEC) = 6
read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 \260\0\0\0\0\0\0"..., 832) = 832
fstat(6, {st_mode=S_IFREG|0755, st_size=178928, ...}) = 0
mmap(NULL, 2279024, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7fe5a5f7a000
mprotect(0x7fe5a5fa2000, 2093056, PROT_NONE) = 0
mmap(0x7fe5a61a1000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x27000) = 0x7fe5a61a1000
mmap(0x7fe5a61a5000, 5744, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fe5a61a5000
close(6)                                = 0
open("/lib64/libnss3.so", O_RDONLY|O_CLOEXEC) = 6
read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220\206\1\0\0\0\0\0"..., 832) = 832
fstat(6, {st_mode=S_IFREG|0755, st_size=1220224, ...}) = 0
mmap(NULL, 3298600, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7fe5a5c54000
mprotect(0x7fe5a5d72000, 2093056, PROT_NONE) = 0
mmap(0x7fe5a5f71000, 28672, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x11d000) = 0x7fe5a5f71000
mmap(0x7fe5a5f78000, 5416, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fe5a5f78000
close(6)                                = 0
open("/lib64/libbz2.so.1", O_RDONLY|O_CLOEXEC) = 6
read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\27\0\0\0\0\0\0"..., 832) = 832
fstat(6, {st_mode=S_IFREG|0755, st_size=68192, ...}) = 0
mmap(NULL, 2162024, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7fe5a5a44000
mprotect(0x7fe5a5a53000, 2093056, PROT_NONE) = 0
mmap(0x7fe5a5c52000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0xe000) = 0x7fe5a5c52000
close(6)                                = 0
open("/lib64/libz.so.1", O_RDONLY|O_CLOEXEC) = 6
read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p!\0\0\0\0\0\0"..., 832) = 832
fstat(6, {st_mode=S_IFREG|0755, st_size=90664, ...}) = 0
mmap(NULL, 2183688, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7fe5a582e000
mprotect(0x7fe5a5843000, 2093056, PROT_NONE) = 0
mmap(0x7fe5a5a42000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x14000) = 0x7fe5a5a42000
close(6)                                = 0
open("/lib64/libelf.so.1", O_RDONLY|O_CLOEXEC) = 6
read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0200\0\0\0\0\0\0"..., 832) = 832
fstat(6, {st_mode=S_IFREG|0755, st_size=99952, ...}) = 0
mmap(NULL, 2191824, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7fe5a5616000
mprotect(0x7fe5a562d000, 2093056, PROT_NONE) = 0
mmap(0x7fe5a582c000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x16000) = 0x7fe5a582c000
close(6)                                = 0
open("/lib64/libpopt.so.0", O_RDONLY|O_CLOEXEC) = 6
read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360\34\0\0\0\0\0\0"..., 832) = 832
fstat(6, {st_mode=S_IFREG|0755, st_size=41456, ...}) = 0
mmap(NULL, 2135088, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7fe5a540c000
mprotect(0x7fe5a5415000, 2093056, PROT_NONE) = 0
mmap(0x7fe5a5614000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x8000) = 0x7fe5a5614000
close(6)                                = 0
open("/lib64/liblzma.so.5", O_RDONLY|O_CLOEXEC) = 6
read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\2000\0\0\0\0\0\0"..., 832) = 832
fstat(6, {st_mode=S_IFREG|0755, st_size=157424, ...}) = 0
mmap(NULL, 2249352, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7fe5a51e6000
mprotect(0x7fe5a520b000, 2093056, PROT_NONE) = 0
mmap(0x7fe5a540a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x24000) = 0x7fe5a540a000
close(6)                                = 0
open("/lib64/liblua-5.1.so", O_RDONLY|O_CLOEXEC) = 6
read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`o\0\0\0\0\0\0"..., 832) = 832
fstat(6, {st_mode=S_IFREG|0755, st_size=193864, ...}) = 0
mmap(NULL, 2283096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7fe5a4fb8000
mprotect(0x7fe5a4fe4000, 2093056, PROT_NONE) = 0
mmap(0x7fe5a51e3000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x2b000) = 0x7fe5a51e3000
close(6)                                = 0
open("/lib64/libpcre.so.1", O_RDONLY|O_CLOEXEC) = 6
read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360\25\0\0\0\0\0\0"..., 832) = 832
fstat(6, {st_mode=S_IFREG|0755, st_size=398264, ...}) = 0
mmap(NULL, 2490888, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7fe5a4d57000
mprotect(0x7fe5a4db7000, 2093056, PROT_NONE) = 0
mmap(0x7fe5a4fb6000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x5f000) = 0x7fe5a4fb6000
close(6)                                = 0
open("/lib64/libattr.so.1", O_RDONLY|O_CLOEXEC) = 6
read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320\23\0\0\0\0\0\0"..., 832) = 832
fstat(6, {st_mode=S_IFREG|0755, st_size=19888, ...}) = 0
mmap(NULL, 2113904, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7fe5a4b52000
mprotect(0x7fe5a4b56000, 2093056, PROT_NONE) = 0
mmap(0x7fe5a4d55000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x3000) = 0x7fe5a4d55000
close(6)                                = 0
open("/lib64/libnssutil3.so", O_RDONLY|O_CLOEXEC) = 6
read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\276\0\0\0\0\0\0"..., 832) = 832
fstat(6, {st_mode=S_IFREG|0755, st_size=182072, ...}) = 0
mmap(NULL, 2275936, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7fe5a4926000
mprotect(0x7fe5a494c000, 2093056, PROT_NONE) = 0
mmap(0x7fe5a4b4b000, 28672, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x25000) = 0x7fe5a4b4b000
close(6)                                = 0
open("/lib64/libplc4.so", O_RDONLY|O_CLOEXEC) = 6
read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\25\0\0\0\0\0\0"..., 832) = 832
fstat(6, {st_mode=S_IFREG|0755, st_size=20016, ...}) = 0
mmap(NULL, 2113936, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7fe5a4721000
mprotect(0x7fe5a4725000, 2093056, PROT_NONE) = 0
mmap(0x7fe5a4924000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x3000) = 0x7fe5a4924000
close(6)                                = 0
open("/lib64/libplds4.so", O_RDONLY|O_CLOEXEC) = 6
read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220\20\0\0\0\0\0\0"..., 832) = 832
fstat(6, {st_mode=S_IFREG|0755, st_size=15768, ...}) = 0
mmap(NULL, 2109800, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7fe5a451d000
mprotect(0x7fe5a4520000, 2093056, PROT_NONE) = 0
mmap(0x7fe5a471f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x2000) = 0x7fe5a471f000
close(6)                                = 0
open("/lib64/libnspr4.so", O_RDONLY|O_CLOEXEC) = 6
read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\315\0\0\0\0\0\0"..., 832) = 832
fstat(6, {st_mode=S_IFREG|0755, st_size=251784, ...}) = 0
mmap(NULL, 2350432, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7fe5a42df000
mprotect(0x7fe5a4319000, 2093056, PROT_NONE) = 0
mmap(0x7fe5a4518000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x39000) = 0x7fe5a4518000
mmap(0x7fe5a451b000, 7520, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fe5a451b000
close(6)                                = 0
open("/lib64/librt.so.1", O_RDONLY|O_CLOEXEC) = 6
read(6, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\"\0\0\0\0\0\0"..., 832) = 832
fstat(6, {st_mode=S_IFREG|0755, st_size=44448, ...}) = 0
mmap(NULL, 2128952, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7fe5a40d7000
mprotect(0x7fe5a40de000, 2093056, PROT_NONE) = 0
mmap(0x7fe5a42dd000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x6000) = 0x7fe5a42dd000
close(6)                                = 0
mprotect(0x7fe5a42dd000, 4096, PROT_READ) = 0
stat("/etc/sysconfig/64bit_strstr_via_64bit_strstr_sse2_unaligned", 0x7fffc42ff220) = -1 ENOENT (No such file or directory)
mprotect(0x7fe5a4518000, 4096, PROT_READ) = 0
mprotect(0x7fe5a471f000, 4096, PROT_READ) = 0
stat("/etc/sysconfig/64bit_strstr_via_64bit_strstr_sse2_unaligned", 0x7fffc42ff220) = -1 ENOENT (No such file or directory)
mprotect(0x7fe5a4924000, 4096, PROT_READ) = 0
stat("/etc/sysconfig/64bit_strstr_via_64bit_strstr_sse2_unaligned", 0x7fffc42ff220) = -1 ENOENT (No such file or directory)
mprotect(0x7fe5a4b4b000, 24576, PROT_READ) = 0
mprotect(0x7fe5a4d55000, 4096, PROT_READ) = 0
mprotect(0x7fe5a4fb6000, 4096, PROT_READ) = 0
stat("/etc/sysconfig/64bit_strstr_via_64bit_strstr_sse2_unaligned", 0x7fffc42ff220) = -1 ENOENT (No such file or directory)
mprotect(0x7fe5a51e3000, 8192, PROT_READ) = 0
mprotect(0x7fe5a540a000, 4096, PROT_READ) = 0
stat("/etc/sysconfig/64bit_strstr_via_64bit_strstr_sse2_unaligned", 0x7fffc42ff220) = -1 ENOENT (No such file or directory)
mprotect(0x7fe5a5614000, 4096, PROT_READ) = 0
mprotect(0x7fe5a5a42000, 4096, PROT_READ) = 0
mprotect(0x7fe5a582c000, 4096, PROT_READ) = 0
mprotect(0x7fe5a5c52000, 4096, PROT_READ) = 0
stat("/etc/sysconfig/64bit_strstr_via_64bit_strstr_sse2_unaligned", 0x7fffc42ff220) = -1 ENOENT (No such file or directory)
mprotect(0x7fe5a5f71000, 20480, PROT_READ) = 0
stat("/etc/sysconfig/64bit_strstr_via_64bit_strstr_sse2_unaligned", 0x7fffc42ff220) = -1 ENOENT (No such file or directory)
mprotect(0x7fe5a61a1000, 8192, PROT_READ) = 0
mprotect(0x7fe5a655b000, 28672, PROT_READ) = 0
mprotect(0x7fe5a676c000, 4096, PROT_READ) = 0
mprotect(0x7fe5a6971000, 4096, PROT_READ) = 0
stat("/etc/sysconfig/64bit_strstr_via_64bit_strstr_sse2_unaligned", 0x7fffc42ff220) = -1 ENOENT (No such file or directory)
mprotect(0x7fe5a6b96000, 4096, PROT_READ) = 0
stat("/etc/sysconfig/64bit_strstr_via_64bit_strstr_sse2_unaligned", 0x7fffc42ff220) = -1 ENOENT (No such file or directory)
mprotect(0x7fe5a6dfa000, 12288, PROT_READ) = 0
mprotect(0x7fe5a7016000, 4096, PROT_READ) = 0
statfs("/sys/fs/selinux", 0x7fffc42ff2a0) = -1 ENOENT (No such file or directory)
statfs("/selinux", 0x7fffc42ff2a0)      = -1 ENOENT (No such file or directory)
open("/proc/filesystems", O_RDONLY)     = 6
fstat(6, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae6cc000
read(6, "nodev\tsysfs\nnodev\trootfs\nnodev\tr"..., 1024) = 289
read(6, "", 1024)                       = 0
close(6)                                = 0
munmap(0x7fe5ae6cc000, 4096)            = 0
access("/etc/selinux/config", F_OK)     = 0
munmap(0x7fe5ae807000, 46520)           = 0
socket(PF_LOCAL, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 6
connect(6, {sa_family=AF_LOCAL, sun_path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
close(6)                                = 0
socket(PF_LOCAL, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 6
connect(6, {sa_family=AF_LOCAL, sun_path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
close(6)                                = 0
open("/etc/nsswitch.conf", O_RDONLY|O_CLOEXEC) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=1728, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(6, "#\n# /etc/nsswitch.conf\n#\n# An ex"..., 4096) = 1728
read(6, "", 4096)                       = 0
close(6)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=46520, ...}) = 0
mmap(NULL, 46520, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7fe5ae807000
close(6)                                = 0
open("/lib64/libnss_files.so.2", O_RDONLY|O_CLOEXEC) = 6
read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320!\0\0\0\0\0\0"..., 832) = 832
fstat(6, {st_mode=S_IFREG|0755, st_size=62184, ...}) = 0
mmap(NULL, 2173048, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7fe5a3ec4000
mprotect(0x7fe5a3ed0000, 2093056, PROT_NONE) = 0
mmap(0x7fe5a40cf000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0xb000) = 0x7fe5a40cf000
mmap(0x7fe5a40d1000, 22648, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fe5a40d1000
close(6)                                = 0
mprotect(0x7fe5a40cf000, 4096, PROT_READ) = 0
munmap(0x7fe5ae807000, 46520)           = 0
open("/etc/passwd", O_RDONLY|O_CLOEXEC) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=1987, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(6, "root:x:0:0:root:/root:/bin/bash\n"..., 4096) = 1987
close(6)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
socket(PF_LOCAL, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 6
connect(6, {sa_family=AF_LOCAL, sun_path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
close(6)                                = 0
socket(PF_LOCAL, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 6
connect(6, {sa_family=AF_LOCAL, sun_path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
close(6)                                = 0
open("/etc/group", O_RDONLY|O_CLOEXEC)  = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=845, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(6, "root:x:0:\nbin:x:1:\ndaemon:x:2:\ns"..., 4096) = 845
close(6)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
open("/etc/resolv.conf", O_RDONLY|O_CLOEXEC) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=303, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(6, "# Generated by NetworkManager\n\n\n"..., 4096) = 303
read(6, "", 4096)                       = 0
close(6)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
socket(PF_LOCAL, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 6
connect(6, {sa_family=AF_LOCAL, sun_path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
close(6)                                = 0
socket(PF_LOCAL, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 6
connect(6, {sa_family=AF_LOCAL, sun_path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
close(6)                                = 0
open("/etc/host.conf", O_RDONLY|O_CLOEXEC) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=9, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(6, "multi on\n", 4096)             = 9
read(6, "", 4096)                       = 0
close(6)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
futex(0x7fe5ad902a70, FUTEX_WAKE_PRIVATE, 2147483647) = 0
open("/etc/hosts", O_RDONLY|O_CLOEXEC)  = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=302, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(6, "# Do not remove the following li"..., 4096) = 302
read(6, "", 4096)                       = 0
close(6)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
gettid()                                = 43064
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7fe5ae01d370}, NULL, 8) = 0
open("/proc/sys/crypto/fips_enabled", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(6, "0\n", 1024)                    = 2
close(6)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
open("/lib64/libsoftokn3.so", O_RDONLY|O_CLOEXEC) = 6
read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320B\0\0\0\0\0\0"..., 832) = 832
fstat(6, {st_mode=S_IFREG|0755, st_size=261416, ...}) = 0
mmap(NULL, 2349672, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7fe5a3c86000
mprotect(0x7fe5a3cc2000, 2097152, PROT_NONE) = 0
mmap(0x7fe5a3ec2000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x3c000) = 0x7fe5a3ec2000
close(6)                                = 0
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=46520, ...}) = 0
mmap(NULL, 46520, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7fe5ae807000
close(6)                                = 0
open("/lib64/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = 6
read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\252\0\0\0\0\0\0"..., 832) = 832
fstat(6, {st_mode=S_IFREG|0755, st_size=753232, ...}) = 0
mmap(NULL, 2836216, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7fe5a39d1000
mprotect(0x7fe5a3a82000, 2093056, PROT_NONE) = 0
mmap(0x7fe5a3c81000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0xb0000) = 0x7fe5a3c81000
close(6)                                = 0
mprotect(0x7fe5a3c81000, 8192, PROT_READ) = 0
mprotect(0x7fe5a3ec2000, 4096, PROT_READ) = 0
brk(0)                                  = 0x26a8000
brk(0x26c9000)                          = 0x26c9000
open("/lib64/libfreeblpriv3.so", O_RDONLY|O_CLOEXEC) = 6
read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0009\0\0\0\0\0\0"..., 832) = 832
fstat(6, {st_mode=S_IFREG|0755, st_size=510416, ...}) = 0
mmap(NULL, 2615024, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7fe5a3752000
mprotect(0x7fe5a37cb000, 2093056, PROT_NONE) = 0
mmap(0x7fe5a39ca000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x78000) = 0x7fe5a39ca000
mmap(0x7fe5a39cd000, 14064, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fe5a39cd000
close(6)                                = 0
mprotect(0x7fe5a39ca000, 8192, PROT_READ) = 0
munmap(0x7fe5ae807000, 46520)           = 0
open("/dev/urandom", O_RDONLY)          = 6
read(6, "\217\315\341k\276^\n\371\275c\241`\316\3Wn\260\341\347\3778\212\243E\340V\0.y$\350\235"..., 110) = 110
close(6)                                = 0
sysinfo({uptime=512564, loads=[192, 960, 3968] totalram=16538902528, freeram=1669816320, sharedram=0, bufferram=293085184} totalswap=4194299904, freeswap=4170846208, procs=408}) = 0
uname({sys="Linux", node="server01.reisforum.info", ...}) = 0
sysinfo({uptime=512564, loads=[192, 960, 3968] totalram=16538902528, freeram=1669816320, sharedram=0, bufferram=293085184} totalswap=4194299904, freeswap=4170846208, procs=408}) = 0
stat("/dev/urandom", {st_mode=S_IFCHR|0666, st_rdev=makedev(1, 9), ...}) = 0
open("/dev/urandom", O_RDONLY)          = 6
read(6, "\240\3641\361\r}\353u@\301|\277(\332?\222\347\310\276\327+w\37\235\237\36\304<\274\355\251/"..., 1024) = 1024
close(6)                                = 0
stat("/etc/passwd", {st_mode=S_IFREG|0644, st_size=1987, ...}) = 0
open("/etc/passwd", O_RDONLY)           = 6
read(6, "root:x:0:0:root:/root:/bin/bash\n"..., 8192) = 1987
read(6, "", 8192)                       = 0
close(6)                                = 0
stat("/etc/utmp", 0x7fffc42fa950)       = -1 ENOENT (No such file or directory)
stat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=200, ...}) = 0
open("/tmp", O_RDONLY)                  = 6
read(6, 0x7fffc42fa9e0, 8192)           = -1 EISDIR (Is a directory)
close(6)                                = 0
stat("/var/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=200, ...}) = 0
open("/var/tmp", O_RDONLY)              = 6
read(6, 0x7fffc42fa9e0, 8192)           = -1 EISDIR (Is a directory)
close(6)                                = 0
stat("/usr/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=200, ...}) = 0
open("/usr/tmp", O_RDONLY)              = 6
read(6, 0x7fffc42fa9e0, 8192)           = -1 EISDIR (Is a directory)
close(6)                                = 0
open("/dev/urandom", O_RDONLY)          = 6
read(6, "m\302Al\370\334\244\314V]+\346\245\353\23\332\372\n\fdO\3\363\342\324h\345F\20w\317\362"..., 55) = 55
close(6)                                = 0
open("/lib64/libfreeblpriv3.chk", O_RDONLY) = 6
read(6, "\361\305\1\2\0\0\0\f\0\0\0\1", 12) = 12
lseek(6, 12, SEEK_SET)                  = 12
read(6, "\0\0\1\1", 4)                  = 4
read(6, "\0\244\302\203O6\323O\256\240\261GC\250\25\356\255\243\230\243)E\256\\\331\22\231\t\334\357\5\264"..., 257) = 257
read(6, "\0\0\0!", 4)                   = 4
read(6, "\0\216\253\364\276E\353\243XN`\25fZK%\317Ew\211?s4J\340\236\254\375\334\377\234\215"..., 33) = 33
read(6, "\0\0\1\1", 4)                  = 4
read(6, "\0\215r2F\246\\\200\343C\n\236\2245\206\324X\241\312\"\271sF\v\373>3\361\325\323\264&"..., 257) = 257
read(6, "\0\0\1\0", 4)                  = 4
read(6, "\vf*\220\316\233x\231\301I\231K\353\306A\3159\305\277\217c\250\255\357\313\302\2451\224[\223o"..., 256) = 256
read(6, "\0\0\0@", 4)                   = 4
read(6, "\6\3638P~Vh\364\31T\377\323\4X:6\273\314l\v*\23\207PEV\22?\3310\v="..., 64) = 64
close(6)                                = 0
open("/lib64/libfreeblpriv3.so", O_RDONLY) = 6
read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0009\0\0\0\0\0\0"..., 4096) = 4096
read(6, "\0\373\5\0\0\0\0\0\320\217'\0\0\0\0\0\10\0\0\0\0\0\0\0\210\373\5\0\0\0\0\0"..., 4096) = 4096
read(6, "\10\0\0\0\0\0\0\0p\236\1\0\0\0\0\0(\230'\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 4096) = 4096
read(6, "P\240'\0\0\0\0\0\7\0\0\0\n\0\0\0\0\0\0\0\0\0\0\0X\240'\0\0\0\0\0"..., 4096) = 4096
read(6, "A\211\305xcL\215\264$\260\0\0\0H\213|$\20L\211\366\350\306%\3\0\205\300A\211\305x"..., 4096) = 4096
read(6, "\20\350z\346\377\377\213|$\24\350q\346\377\377\351r\374\377\377\350\367\345\377\377\17\37\200\0\0\0\0"..., 4096) = 4096
read(6, "\320D\211\312\301\302\5I\1\320H\213W\10H\213_\330L\213_HH1\352H1\332L1\332M"..., 4096) = 4096
read(6, "L$\3201\3321\331\210\\$\334\17\266\322A\17\266]%\210L$\361\17\266\24\20A2U\4\210"..., 4096) = 4096
read(6, "\301\314\20\211\360A\1\324D1\340D\211\346\1\301\301\311\tD\1\3411\326\211\360\211\3161\310D1"..., 4096) = 4096
read(6, "\1\351A\301\310\23D\3L$\260E1\360E\211\376E1\340D\213d$\224E\1\310D\211D$"..., 4096) = 4096
read(6, "\1\301D\215\204\6\247\6\334\233D\211\370E\211\337A\1\311A\301\317\6D\211\336D1\370E\211\337"..., 4096) = 4096
read(6, "\370E\211\337D1\342A\301\317\26D1\352D1\370\1\320\211\312A\1\302\213D$D\301\312\vE"..., 4096) = 4096
read(6, "I\211\352I\321\311I\301\312\10L\211d$pM1\312I\211\351I\301\351\7M1\312M\211\371M"..., 4096) = 4096
read(6, "\20\1\0\0I\301\317\22M\211\364I!\364H\1\353L\211\375I\211\317I\301\317\16L1\375I\211"..., 4096) = 4096
read(6, "\307L\1\312I\271\337\263\225\235\23\r8SL\3L$\370H\1\326L\211\302M\1\316H\301\312\22"..., 4096) = 4096
read(6, "I1\321L\211\332H\301\312\"M1\351L1\372M\211\337I\301\317'L1\372L\1\312I\271\36"..., 4096) = 4096
read(6, "\351\333\367\377\377f.\17\37\204\0\0\0\0\0\220I\211\370\276(\1\0\0A\366\300\1\17\205\206\0"..., 4096) = 4096
read(6, "3\34%(\0\0\0\17\205\302\0\0\0H\203\304h[]A\\A]\303H\211\307H\215\\$\20"..., 4096) = 4096
read(6, "\211\301A!\301D)\312A\211\301f\301\300\vA\367\321f+G.A!\311D)\312A\211\311E"..., 4096) = 4096
read(6, "A\211U\374M9\364u\227H\213D$\30dH3\4%(\0\0\0u\17H\203\304([]A"..., 4096) = 4096
read(6, "\356A\201\346\374\0\0\0C3\f2E\211\356A\301\356\30A\201\346\374\0\0\0C3\f1E\211"..., 4096) = 4096
read(6, "\300u-H\211\337H\211\356D\211\342[]A\\L\211\351E\211\360A]A^\351\201\363\377\377\220"..., 4096) = 4096
read(6, "XdH\213\4%(\0\0\0H\211D$H1\300D9\351H\211T$(\213\234$\220\0\0\0"..., 4096) = 4096
read(6, "\340\377\377\350\230\274\3\0\270\377\377\377\377\353\257\277\23\340\377\377\350\207\274\3\0\270\377\377\377\377\353\236"..., 4096) = 4096
read(6, "\310u\355\203D$8\1\213D$89D$X\17\203z\376\377\377H\213D$@H\213|$0"..., 4096) = 4096
read(6, "\267\0\0\0H\215\5\365\371\377\377H\211\4$D\215C\377H\213t$\30A)\331\211\330L\215d"..., 4096) = 4096
read(6, "\10A\270\377\377\377\377H\307D$(\0\0\0\0\307D$\10\6\0\0\0H\211\4$D\211\300\220"..., 4096) = 4096
read(6, "\332\17\266\306G\213\f\210H\215\25Q<\4\0F3\f\251E\211\325A\301\355\0203\34\202D3\217"..., 4096) = 4096
read(6, "\17\266\311\17\266\304F3\34\211D\17\266\313G\213\f\210F3\f\251A\211\335A\301\355\20D3\217"..., 4096) = 4096
read(6, "AVAUATM\211\304UH\211\365S\203?\20D\211\313t:L\2155\323\363\377\377\205\333L"..., 4096) = 4096
read(6, "E\211\327A\301\352\21D\1\320D\211|$$D\211L$\350\211\301D\211\370E\211\367A\301\357\21"..., 4096) = 4096
read(6, "H\215w\20H\211\307\350\244\342\377\3771\300H\203\304\10\303\17\37D\0\0H\215w\20H\211\307\350"..., 4096) = 4096
read(6, "\20\0\0\0\0H\307D$@\0\0\0\0H\211\357H\307D$`\0\0\0\0H\307\204$\200\0"..., 4096) = 4096
read(6, "$PH\211T$XL\211D$`\215X\7\301\373\3H\205\311t\32H\213A\10\2008\4\17\205"..., 4096) = 4096
read(6, "\337\350\232>\1\0L\211\357\350\222>\1\0L\211\367\350\212>\1\0L\211\377\350\202>\1\0H\213"..., 4096) = 4096
read(6, "\215s\30\211B\20H\213U\20\350\241\376\377\377H\205\300\17\204\370\0\0\0H\213U\30H\213;H"..., 4096) = 4096
read(6, "\234\354\2\0\270\377\377\377\377\351z\377\377\377f\220L\215d$PL\215t$p\353\241\17\37@\0"..., 4096) = 4096
read(6, "\0\0\0)\320H\211\363\211D$<Hc\302H\211D$HL\1\360H\211D$@B\215\4\255"..., 4096) = 4096
read(6, "$8\0H\213l$xL\213\264$\200\0\0\0\307\204$\244\0\0\0\0\0\0\0\17\205\365\375\377"..., 4096) = 4096
read(6, "\366\350:\276\2\0H\211\337[\351\201\271\2\0\220[\303f.\17\37\204\0\0\0\0\0\17\37@\0"..., 4096) = 4096
read(6, "\377\350\232\254\2\0\353\250\350\3\266\375\377\17\37\0\351K\366\377\377f.\17\37\204\0\0\0\0\0\220"..., 4096) = 4096
read(6, "\326@\17\266\366)\325H\1\306\211\351H\211\312H\211L$(\350\267\246\375\377\205\300\17\211w\2\0"..., 4096) = 4096
read(6, "\0\0[]A\\A]A^A_\303\17\37\0H\215\204$\300\0\0\0H\211D$ \351X\377"..., 4096) = 4096
read(6, "\350\233\256\0\0H\211\357\350\223\256\0\0H\213|$\10\350\211\256\0\0H\213|$\20\350\177\256\0"..., 4096) = 4096
read(6, "\0\0D\211\340\17\205\215\0\0\0H\203\304@[]A\\A]A^\303\17\37\204\0\0\0\0\0"..., 4096) = 4096
read(6, "\356L\211\367\350gY\2\0H\205\300I\211\307\17\204\340\1\0\0D\213\3I\1\356D\211\352L\211"..., 4096) = 4096
read(6, "\20\213\274\270\0\f\0\0B3<\210E\17\266\3003\274\250\0\4\0\0L\211\363B3\274\200\0\10"..., 4096) = 4096
read(6, ",\230E\17\266\3223\254\210\0\4\0\0\213JTB3\254\220\0\10\0\0D\213RPF\215|%"..., 4096) = 4096
read(6, "\211\311D\17\266\321A\211\310A\301\351\30A\301\350\20\17\266\315F\213\214\210\0\f\0\0F3\f\220"..., 4096) = 4096
read(6, "$\10\1E1\344\351N\376\377\377\306D$\10\1E1\344\351N\376\377\377H\215\204$\200\1\0\0"..., 4096) = 4096
read(6, "P\1\0\0L\211L$8H\211\307I\211\306\350\374<\0\0\205\300\17\210r\1\0\0\213U\20H"..., 4096) = 4096
read(6, "w\201\373\301\1\0\0\307D$\24\7\0\0\0wg\201\373\217\1\0\0\307D$\24\10\0\0\0w"..., 4096) = 4096
read(6, "\211\307\17\210a\370\377\377H\211\336H\211\357\350\335.\0\0\205\300A\211\307\17\210K\370\377\377L\211"..., 4096) = 4096
read(6, "\210\32\4\0\0L\211\356H\211\337\350 \343\377\377\205\300\17\210\7\4\0\0H\211\356H\211\337\350\315"..., 4096) = 4096
read(6, "\363\303f\17\37D\0\0H\213G\20H\2038\0\17\225\300\17\266\300\303f\17\37\204\0\0\0\0\0"..., 4096) = 4096
read(6, "\\A]A^A_\303\17\37\204\0\0\0\0\0A\215i\377D\205\315u(A\203\371\4\17\204."..., 4096) = 4096
read(6, "\376\377\377\17\37D\0\0L\215t$0H\211\376L\211\367L\211t$\20\350\3\335\377\377\205\300\17"..., 4096) = 4096
read(6, "H\203\304\10\270\377\377\377\377[]A\\A]\303AWI\211\327AVAUI\211\375H\211\367A"..., 4096) = 4096
read(6, "\377\205\300\17\210\17\1\0\0H\213T$\20\213t$$L\211\347\350\266\340\377\377\205\300\17\210\366\0"..., 4096) = 4096
read(6, "H\201\304\230\0\0\0[]A\\A]A^A_\303f\17\37D\0\0L\213|$ A\213W"..., 4096) = 4096
read(6, "\213H\20L\213x\30L\213@ L\213p(L\213X0L\213H8H\211\224$\300\0\0\0H"..., 4096) = 4096
read(6, "\211\350H\367\345H\1\301H\21\326I\203\322\0H\213D$xH\367d$0H\1\301H\21\326I"..., 4096) = 4096
read(6, "I\21\327I\203\326\0H\213D$pI\367\341I\1\305I\21\327I\203\326\0H\213D$xI\367"..., 4096) = 4096
read(6, "\0\0I\1\307I\21\326I\203\325\0H\213\204$\220\0\0\0H\367\244$`\1\0\0I\1\307I"..., 4096) = 4096
read(6, "\1\0\0I\1\306I\21\325I\203\327\0L\211\300H\367\244$\360\1\0\0I\1\306I\21\325I\203"..., 4096) = 4096
read(6, "\0H\213\204$\270\0\0\0H\367\244$\230\1\0\0H\1\305I\21\323I\203\321\0H\213\204$\300"..., 4096) = 4096
read(6, "\220\1\0\0H\1\307I\21\320I\203\321\0H\213\204$\370\0\0\0H\367\244$\210\1\0\0H\1"..., 4096) = 4096
read(6, "H\1\307I\21\320I\203\321\0H\213\204$\310\0\0\0H\367\244$\0\2\0\0H\1\307I\21\320"..., 4096) = 4096
read(6, "\213t$\10L\1\320M\21\354L\21\315L\1\320M\21\354L\21\315I\211\305\307\6\0\0\0\0L"..., 4096) = 4096
read(6, "\0\0H\211\264$H\1\0\0H\215t$PH\213x\20\307@\10 \0\0\0\307\0\0\0\0\0"..., 4096) = 4096
read(6, "$@H\367d$pH\1\305I\21\324I\203\325\0H\213\204$\250\0\0\0H\367d$hH\1"..., 4096) = 4096
read(6, "H\213D$pH\367d$\30H\1\306H\21\327I\203\322\0H\213D$xH\367d$\20H\1"..., 4096) = 4096
read(6, "I\203\320\0L\213\244$\220\0\0\0L\211\355L\211\350H\367\244$\270\0\0\0H\1\301H\21\327"..., 4096) = 4096
read(6, "L\215\264$\240\0\0\0L\215\274$\300\0\0\0\351{\377\377\377\350\366\245\373\377H\213D$\20M"..., 4096) = 4096
read(6, "\214\0\0\0I9\325\17\207\203\0\0\0I9\325\17\204d\1\0\0\271\2\0\0\0\272\20\0\0\0"..., 4096) = 4096
read(6, "\377\377\377\377L)\333I9\330\17\222\302H\205\333\17\204\272\0\0\0H\203\353\1H\211\3751\300L"..., 4096) = 4096
read(6, "\377\377L\213|$(L\211\346H\213|$\10I\213G\10H\211\302\377P`\205\300\17\210\257\375\377"..., 4096) = 4096
read(6, "$\20H\211\337H\213@\10H\211\301\377PH\205\300\17\210\241\376\377\377H\213D$\30L\211\352H"..., 4096) = 4096
read(6, "\1\0\0H\213E\10L\215k\30H\211\337L\211\356H\211\302\377P`\205\300\17\2101\1\0\0H"..., 4096) = 4096
read(6, "H\203\351\1H\205\322\17\205\203\3\0\0H\211\306H+t$8H\211\312H9\306\17\227\300H+"..., 4096) = 4096
read(6, "\211\353L\211L$(F\215\f\225\0\0\0\0L\17\257\330M\17\257\310M\1\331I\211\313L\17\257"..., 4096) = 4096
read(6, "\356H\211\357\350g\357\377\377L\211\362H\211\356H\211\357\350\351\361\377\377H\211\332H\211\356L\211\347"..., 4096) = 4096
read(6, "AWI\211\327AVI\211\376AUATUH\211\365SH\203\354XL\215d$\20L\215l$"..., 4096) = 4096
read(6, "\211\337\350y\10\373\377H\205\300H\211\5\347\225\"\0\17\204\361\3\0\0H\2155\223\274\1\0H\211"..., 4096) = 4096
read(6, "\211\321I\377\310tJH\213F(L\213W(H\367\341L\1\320H\203\322\0L\1\310H\203\322\0"..., 4096) = 4096
read(6, "\334\363fA\0178\334\373fE\0178\334\303fE\0178\334\313fE\0178\334\323\363\17oOP\363"..., 4096) = 4096
read(6, "\343fA\0178\334\353fA\0178\334\363fA\0178\334\373fE\0178\334\303fE\0178\334\313f"..., 4096) = 4096
read(6, "H\201\352\200\0\0\0\17\202\0\2\0\0\305\372oFp\304\342y\0\302\304\343yD\37\0\304\343y"..., 4096) = 4096
read(6, "\220\0\0\0\304\301zo\231\240\0\0\0A\203\372\nt<\304\302i\334\221\240\0\0\0\304\302i\334"..., 4096) = 4096
read(6, "\10\0\0\0\0\0\0\0\t\0\0\0\0\0\0\0\n\0\0\0\0\0\0\0\v\0\0\0\0\0\0\0"..., 4096) = 4096
read(6, "\20\20\0\0\0\20\0\4\0\20\0\4\0\20\4\0\0\20\4\0\0\0\4\4\0\0\4\4\20\20\0\4"..., 4096) = 4096
read(6, "Known plaintext message utilized"..., 4096) = 4096
read(6, "#\253s\323(\245z\3365\267a\311>\271h\304\17\223W\347\4\235^\352\31\217E\375\22\201L\360"..., 4096) = 4096
read(6, "\30c\337J\202\345\0321`\227Q3EbS\177\340\261dw\204\273k\256\34\376\201\240\224\371\10+"..., 4096) = 4096
read(6, "\\h44\364Q\245\2454\321\345\345\10\371\361\361\223\342qqs\253\330\330Sb11?*\25\25"..., 4096) = 4096
read(6, "\33\33\0\33\244\244\0\244\25\25\0\02544\0004\36\36\0\36\34\34\0\34\370\370\0\370RR\0R"..., 4096) = 4096
read(6, "77037D812DEB33A0F4A13945D898C296"..., 4096) = 4096
read(6, "\27\224\223\207<\374\360\314\36\34\22\16\2\200\202\202! !\1\f\214\200\214\33\30\23\v\37\\SO"..., 4096) = 4096
read(6, "\207\r\0\0\0\0\0\0\213\r\0\0\0\0\0\0\215\r\0\0\0\0\0\0\243\r\0\0\0\0\0\0"..., 4096) = 4096
read(6, "\313\36\0\0\0\0\0\0\335\36\0\0\0\0\0\0\343\36\0\0\0\0\0\0\357\36\0\0\0\0\0\0"..., 4096) = 4096
read(6, "]1\0\0\0\0\0\0a1\0\0\0\0\0\0g1\0\0\0\0\0\0m1\0\0\0\0\0\0"..., 4096) = 4096
read(6, "\253D\0\0\0\0\0\0\255D\0\0\0\0\0\0\275D\0\0\0\0\0\0\277D\0\0\0\0\0\0"..., 4096) = 4096
read(6, "\227X\0\0\0\0\0\0\243X\0\0\0\0\0\0\251X\0\0\0\0\0\0\253X\0\0\0\0\0\0"..., 4096) = 4096
read(6, "\375l\0\0\0\0\0\0\rm\0\0\0\0\0\0\17m\0\0\0\0\0\0%m\0\0\0\0\0\0"..., 4096) = 4096
read(6, "\247\201\0\0\0\0\0\0\257\201\0\0\0\0\0\0\263\201\0\0\0\0\0\0\273\201\0\0\0\0\0\0"..., 4096) = 4096
read(6, "\345\226\0\0\0\0\0\0\357\226\0\0\0\0\0\0\373\226\0\0\0\0\0\0\375\226\0\0\0\0\0\0"..., 4096) = 4096
read(6, "\365\253\0\0\0\0\0\0\373\253\0\0\0\0\0\0\375\253\0\0\0\0\0\0\t\254\0\0\0\0\0\0"..., 4096) = 4096
read(6, "\227\301\0\0\0\0\0\0\275\301\0\0\0\0\0\0\303\301\0\0\0\0\0\0\315\301\0\0\0\0\0\0"..., 4096) = 4096
read(6, "{\327\0\0\0\0\0\0\203\327\0\0\0\0\0\0\241\327\0\0\0\0\0\0\247\327\0\0\0\0\0\0"..., 4096) = 4096
read(6, "\7\355\0\0\0\0\0\0\21\355\0\0\0\0\0\0\37\355\0\0\0\0\0\0/\355\0\0\0\0\0\0"..., 4096) = 4096
read(6, "\1\0\1\0\1\0\1\0\1\0\1\0\1\0\1\0\1\0\1\0\1\0\1\0\1\0\1\0\1\0\1\0"..., 4096) = 4096
read(6, "\214\n\372\377\304\34\0\0|\v\372\377\334\34\0\0\314\f\372\377D\35\0\0\374\r\372\377\224\35\0\0"..., 4096) = 4096
read(6, "\274=\376\377|\216\0\0\374=\376\377\224\216\0\0\214>\376\377\274\216\0\0\254>\376\377\324\216\0\0"..., 4096) = 4096
read(6, "$\0\0\0\344\16\0\0H\371\371\377\340\0\0\0\0A\16\20\203\2\2M\n\16\10J\vI\n\16"..., 4096) = 4096
read(6, "\0B\16\20\214\2D\16\30\206\3D\16 \203\4\2e\n\16\30A\16\20E\16\10K\v\0\0\0"..., 4096) = 4096
read(6, "\16\320\1\3\346\1\n\0168A\0160A\16(B\16 B\16\30B\16\20B\16\10D\v\0\0\0"..., 4096) = 4096
read(6, "L\0\0\0\344>\0\0\370{\373\377\201\1\0\0\0B\16\20\217\2E\16\30\216\3E\16 \215\4"..., 4096) = 4096
read(6, "\0\0\0\0\0\0\0\0,\0\0\0\354N\0\0\220\f\374\377f\0\0\0\0A\16\20\206\2A\16"..., 4096) = 4096
read(6, "D\0\0\0\344^\0\0(B\374\377\227\0\0\0\0B\16\20\214\2D\16\30\206\3D\16 \203\4"..., 4096) = 4096
read(6, "\16@\2I\n\0168G\0160A\16(B\16 B\16\30B\16\20B\16\10G\vD\n\0168A"..., 4096) = 4096
read(6, "0\266\375\377\345\2\0\0\0B\16\20\217\2B\16\30\216\3E\16 \215\4B\16(\214\5A\0160"..., 4096) = 4096
read(6, "R\371\5\0\0\0\0\0\0\0\0\0\200\1\0\0\230\374\5\0\0\0\0\0\0\375\5\0\0\0\0\0"..., 4096) = 4096
read(6, "\240\235'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00065\0\0\0\0\0\0"..., 4096) = 4096
read(6, "\332\34?\30\276bBM\334\370w1/\26\324\254\335\226K%9\302O;\210\313%RZ\334\350m"..., 4096) = 4096
read(6, "Y)Kw\231.\366\207\250Bn\335~\26\307k\235\227u\t\334\"\346t\203\10\370\357\317\257\200\31"..., 4096) = 2512
read(6, "", 4096)                       = 0
close(6)                                = 0
open("/lib64/libsoftokn3.chk", O_RDONLY) = 6
read(6, "\361\305\1\2\0\0\0\f\0\0\0\1", 12) = 12
lseek(6, 12, SEEK_SET)                  = 12
read(6, "\0\0\1\1", 4)                  = 4
read(6, "\0\244\302\203O6\323O\256\240\261GC\250\25\356\255\243\230\243)E\256\\\331\22\231\t\334\357\5\264"..., 257) = 257
read(6, "\0\0\0!", 4)                   = 4
read(6, "\0\216\253\364\276E\353\243XN`\25fZK%\317Ew\211?s4J\340\236\254\375\334\377\234\215"..., 33) = 33
read(6, "\0\0\1\1", 4)                  = 4
read(6, "\0\215r2F\246\\\200\343C\n\236\2245\206\324X\241\312\"\271sF\v\373>3\361\325\323\264&"..., 257) = 257
read(6, "\0\0\1\0", 4)                  = 4
read(6, "w\374\37\247\350e\245\10\221\305+\255\350:\251'\7\0\5\262B\211\374\223\4p\232'\"\374\354\307"..., 256) = 256
read(6, "\0\0\0@", 4)                   = 4
read(6, "\22\341@&!\337\227\n\354\245\350\366A\n'\312d_C\255\325\245YG\223p\236\237}\340^@"..., 64) = 64
close(6)                                = 0
open("/lib64/libsoftokn3.so", O_RDONLY) = 6
read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320B\0\0\0\0\0\0"..., 4096) = 4096
read(6, "\r\0\0\0\0\0\0\0\0__gmon_start__\0_ITM_der"..., 4096) = 4096
read(6, "\10\0\0\0\0\0\0\0\200\275\0\0\0\0\0\0\310\312#\0\0\0\0\0\10\0\0\0\0\0\0\0"..., 4096) = 4096
read(6, "\270\320#\0\0\0\0\0\7\0\0\0\30\0\0\0\0\0\0\0\0\0\0\0\300\320#\0\0\0\0\0"..., 4096) = 4096
read(6, "\377%\302\222#\0hV\0\0\0\351\200\372\377\377\377%\272\222#\0hW\0\0\0\351p\372\377\377"..., 4096) = 4096
read(6, "\6\353\327H\213t$\30L\211\367L\213d$(\350\353\354\377\377L;d$ s\24H\213L$"..., 4096) = 4096
read(6, "\204+\377\377\377\17\37\0\270\377\377\377\377\353\231\220H\215\\$ H\2155\4\206\2\0\272\0\1\0"..., 4096) = 4096
read(6, "\205\300u$H\215\5Yj#\0L\213D$\10\213\10\205\311u*H\215\25\307i#\0\2700\0"..., 4096) = 4096
read(6, "\0\0\213\22\205\322t\30H\203\304\30[]A\\A]\303\17\37D\0\0\2700\0\0\0\303f\220"..., 4096) = 4096
read(6, "A]\303\17\37D\0\0\270\377\377\377\377\353\351H\213{H\350x\262\377\377\270\377\377\377\377\353\331\220"..., 4096) = 4096
read(6, "\300\213\0D\215h?\211\4$A\203\345\300C\215D=\0\211\306\211D$ \350\22\237\377\377H\205"..., 4096) = 4096
read(6, "H\205\377t\vH\213?1\366\351A\214\377\377\220\363\303f.\17\37\204\0\0\0\0\0\17\37@\0"..., 4096) = 4096
read(6, "\306\1\0H\213}\10\350\204\202\377\377\353\260f\220\213\265\250\0\0\0Ei\344\305\220\306j\215V\377"..., 4096) = 4096
read(6, "\321\0\0\0\350\247\357\1\0\205\300\17\205\215\370\377\377\351\303\375\377\377I\213D$`H\215T$0"..., 4096) = 4096
read(6, "L\211\367\350\10\23\1\0L\211\347\3500\17\1\0H\211\357\350(\17\1\0\270\20\0\0\0\351\4\376"..., 4096) = 4096
read(6, "H3\f%(\0\0\0\17\205\363\0\0\0H\201\304(\1\0\0[]A\\A]A^A_\303"..., 4096) = 4096
read(6, ":\377\377\377H\211\\$\10\350\22>\377\377H\213D$\10\351&\377\377\377H\205\300\17\204\205\1\0"..., 4096) = 4096
read(6, "\325A\211\316M\211\307D\211L$<H\213;\350L\376\377\377H\213{\10\211D$8\350?\376\377"..., 4096) = 4096
read(6, "_\303f\17\37D\0\0M\205\344\17\204\4\1\0\0H\211\336L\211\377\350\4\321\0\0H\211\303\270"..., 4096) = 4096
read(6, "H\201\376D\1\0\0\17\204[\2\0\0\270T\0\0\0\351w\1\0\0f\17\37\204\0\0\0\0\0"..., 4096) = 4096
read(6, "\340\231\"\0\2700\0\0\0\2132\205\366t)H\213L$(dH3\f%(\0\0\0\17\205\370"..., 4096) = 4096
read(6, "H\213\10H\213T$\30\276\1\0\0\0L\211\347\350\233\307\377\377H\213T$ H\211D$0\351"..., 4096) = 4096
read(6, "\0\0H\213T$\30\276\7\0\0\0L\211\347\350\234\267\377\377H\213T$ H\211D$0\351\301"..., 4096) = 4096
read(6, "3\34%(\0\0\0L\211\320\17\205P\5\0\0H\201\304(\2\0\0[]A\\A]A^A"..., 4096) = 4096
read(6, "\n\0\0w\36\213\264$\210\1\0\0H\213\274$\200\1\0\0\350\27U\0\0\203\350\2=\376\v\0"..., 4096) = 4096
read(6, "D$\10\350\30\10\377\377I\215}\20\350\357\7\377\377H\307D$\20\0\0\0\0H\215\25\3776\""..., 4096) = 4096
read(6, "H\211\337\350\310C\0\0\2763\1\0\0H\211\337\350\273C\0\0\2764\1\0\0H\211\337\350\256C"..., 4096) = 4096
read(6, "\204P\374\377\377H\215\5\344\363\0\0L\213M\20L\213E\10H\211\4$L\211\376L\211\367\271\10"..., 4096) = 4096
read(6, "\377\377H\213s H\211\357\350b\3\1\0\351t\356\377\377H\211\353H\213l$xD\213D$`"..., 4096) = 4096
read(6, "L\211\367A\213,$\350\4\r\0\0H\205\300H\211\303\17\204\370\0\0\0\211\356H\211\307\350^O"..., 4096) = 4096
read(6, "H\205\300H\211EHt\4H\211P\10H\213{ H\211\223\210\0\0\0H\211]h\350ob\376"..., 4096) = 4096
read(6, "\211\325H\215\25\347\351!\0SH\203\3548H\215|$\f\307D$\f\0\0\0\0dH\213\4%"..., 4096) = 4096
read(6, "\333H\211P\10H\213\4$H\213T$\20H\213\0H\211\20\351G\376\377\377H\213t$\30H\215"..., 4096) = 4096
read(6, "H3\24%(\0\0\0H\213D$(\17\205\n\1\0\0H\203\304x[]A\\A]A^A"..., 4096) = 4096
read(6, "1\300\303f.\17\37\204\0\0\0\0\0\17\37\0H\201\3774\1\0\0wWH\201\3773\1\0\0"..., 4096) = 4096
read(6, "\0\0\260XH9\302s'H\201\372\"\1\0\0t\36f\270iCH9\302t\25H\201\372 \1"..., 4096) = 4096
read(6, "\213\f$I\213t$\20L\211\372L\211\367E1\344\201\341\377\377\377?H\211\f$I\211\310L\211"..., 4096) = 4096
read(6, "\334\361\375\377H\205\300I\211\305\17\204\260\1\0\0001\311H\215T$0H\211\306L\211\377A\377W"..., 4096) = 4096
read(6, "|$\10H\205\377t\5\350\23\336\375\377M\205\377t\10L\211\377\350\6\336\375\377H\213|$\20H"..., 4096) = 4096
read(6, "D$H1\300\350\6\315\375\377H\205\300H\211\305\17\204\250\0\0\0H\215\25\243\\!\0H\307\3"..., 4096) = 4096
read(6, "\350\v\300\375\377H\205\300I\211G\370u\322L\213d$ H\213l$(L\213<$H\213t$"..., 4096) = 4096
read(6, "\0\0\213T$\fI\211\351L\211\351L\211\376H\211\337\350\211\374\377\377H\205\300uxI\215w "..., 4096) = 4096
read(6, "UH\211\365SH\211\373H\203\354(H\213\5=:!\0H\205\300t\30H\213\200\200\0\0\0H"..., 4096) = 4096
read(6, "*!\0H\205\300t\30H\213\200\340\1\0\0H\203\304\30H\211\337[H\211\356]\377\340\17\37\0"..., 4096) = 4096
read(6, "H\203\304\10\270\377\377\377\377[]\303\17\37@\0UH\211\365SH\211\373H\203\354(H\213\5-"..., 4096) = 4096
read(6, "]\303f.\17\37\204\0\0\0\0\0\17\37@\0UH\211\365SH\211\373H\203\354\30H\213\5-"..., 4096) = 4096
read(6, "!I\352\316\262\240\377\344p\177W{\2506\270T\215\35\365D\235hY\371$n\205\217\303_\212,"..., 4096) = 4096
read(6, "ate Key Services                "..., 4096) = 4096
read(6, "\0(\0\0\0\0\0\0\0\0\0\0\0\0\0\0SCS\316\0\0\0\0\1\0\0\0\0\0\0\0"..., 4096) = 4096
read(6, "`cS\316\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
read(6, "escription=\0dbTokenDescription=\0"..., 4096) = 4096
read(6, "\364\37\377\377ti\0\0\264*\377\377\304i\0\0d.\377\377\24j\0\0t.\377\377,j\0\0"..., 4096) = 4096
read(6, "\30\214\3D\16 \206\4D\16(\203\5G\16@w\16(A\303\16 A\306\16\30B\314\16\20B"..., 4096) = 4096
read(6, "\30\215\3B\16 \214\4D\16(\206\5A\0160\203\6\3\22\1\n\303\16(A\306\16 B\314\16"..., 4096) = 4096
read(6, ",\0\0\0\364)\0\0x\246\375\377{\0\0\0\0A\16\20\206\2A\16\30\203\3G\0160\2@"..., 4096) = 4096
read(6, "B\16(\214\5D\0160\206\6D\0168\203\7D\16`\2M\n\0168A\0160A\16(B\16 "..., 4096) = 4096
read(6, "<\0\0\0\364I\0\0\270w\376\377_\0\0\0\0B\16\20\216\2E\16\30\215\3B\16 \214\4"..., 4096) = 4096
read(6, "\24\0\0\0\364Y\0\0H\315\376\377R\0\0\0\0G\16@\2J\16\10$\0\0\0\fZ\0\0"..., 4096) = 4096
read(6, "\34\0\0\0\364i\0\0x\t\377\377W\0\0\0\0j\16\20[\n\16\10K\vF\16\10\0\0\0"..., 4096) = 4096
read(6, "\20\34\377\377g\0\0\0\0A\16\20\206\2D\16\30\203\3G\0160W\n\16\30D\16\20D\16\10"..., 4096) = 4096
read(6, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
read(6, "@\315#\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\246:\0\0\0\0\0\0"..., 4096) = 4096
read(6, "\4\334\216\275u\221t\326\fI\376\2_\1775\277\322\264R\36\352\f\17J.\216a\304\4\353\246\202"..., 4096) = 4096
read(6, ";/\25C\335\344\250\315^\216\325\323\211J\320\316\265\204j\227Z\306\354c/\343\372\366\260m\217\362"..., 4096) = 3368
read(6, "", 4096)                       = 0
close(6)                                = 0
open("/proc/sys/crypto/fips_enabled", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(6, "0\n", 1024)                    = 2
close(6)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
open("/etc/rpm/platform", O_RDONLY)     = -1 ENOENT (No such file or directory)
uname({sys="Linux", node="server01.reisforum.info", ...}) = 0
stat("/root/.rpmrc", 0x7fffc42ff650)    = -1 ENOENT (No such file or directory)
access("/usr/lib/rpm/rpmrc", R_OK)      = 0
open("/usr/lib/rpm/rpmrc", O_RDONLY)    = 6
fcntl(6, F_SETFD, FD_CLOEXEC)           = 0
fstat(6, {st_mode=S_IFREG|0644, st_size=15369, ...}) = 0
read(6, "#/*! \\page config_rpmrc Default "..., 15369) = 15369
close(6)                                = 0
access("/usr/lib/rpm/redhat/rpmrc", R_OK) = -1 ENOENT (No such file or directory)
access("/etc/rpmrc", R_OK)              = -1 ENOENT (No such file or directory)
brk(0)                                  = 0x26c9000
brk(0x26ec000)                          = 0x26ec000
open("/usr/lib/rpm/macros", O_RDONLY)   = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=38221, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(6, "#/*! \\page config_macros Default"..., 4096) = 4096
read(6, ")\t\t%{expand:%%{?_with_%{1}:%%glo"..., 4096) = 4096
read(6, " format at the URL specified.\n#\n"..., 4096) = 4096
read(6, "dir}/rpmlint\n\n#\n# Program to cal"..., 4096) = 4096
read(6, "Packages) Use fcntl(2) locking ?"..., 4096) = 4096
read(6, "riptlet template templates.\n#\tGl"..., 4096) = 4096
read(6, "rmbuild_post\t%{___build_post}\n%_"..., 4096) = 4096
read(6, "buildroot}}%{_libexecdir} \\\\\\\n\tl"..., 4096) = 4096
read(6, "\"`%{__perl} -V:installprivlib`\";"..., 4096) = 4096
read(6, "-q}}\n\n%__scm_apply_git_am(qp:m:)"..., 4096) = 1357
read(6, "", 4096)                       = 0
close(6)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
openat(AT_FDCWD, "/usr/lib/rpm/macros.d", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 6
getdents(6, /* 5 entries */, 32768)     = 176
getdents(6, /* 0 entries */, 32768)     = 0
close(6)                                = 0
open("/usr/lib/rpm/macros.d/macros.firewalld", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=239, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(6, "# RPM macros for packages instal"..., 4096) = 239
read(6, "", 4096)                       = 0
close(6)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
open("/usr/lib/rpm/macros.d/macros.selinux-policy", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=2557, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(6, "# Copyright (C) 2016  Petr Lautr"..., 4096) = 2557
read(6, "", 4096)                       = 0
close(6)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
open("/usr/lib/rpm/macros.d/macros.systemd", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=2943, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(6, "#  -*- Mode: makefile; indent-ta"..., 4096) = 2943
read(6, "", 4096)                       = 0
close(6)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
open("/usr/lib/rpm/platform/x86_64-linux/macros", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=2130, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(6, "# Per-platform rpm configuration"..., 4096) = 2130
read(6, "", 4096)                       = 0
close(6)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
openat(AT_FDCWD, "/usr/lib/rpm/fileattrs", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/usr/lib/rpm/redhat/macros", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/etc/rpm", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 6
getdents(6, /* 4 entries */, 32768)     = 112
getdents(6, /* 0 entries */, 32768)     = 0
close(6)                                = 0
open("/etc/rpm/macros.dist", O_RDONLY)  = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=73, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(6, "# dist macros.\n\n%centos_ver 7\n%c"..., 4096) = 73
read(6, "", 4096)                       = 0
close(6)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
open("/etc/rpm/macros.perl", O_RDONLY)  = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=5134, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(6, "# Sensible Perl-specific RPM bui"..., 4096) = 4096
read(6, " ( cd %{perl_br_testdir} && %{__"..., 4096) = 1038
read(6, "", 4096)                       = 0
close(6)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
open("/etc/rpm/macros", O_RDONLY)       = -1 ENOENT (No such file or directory)
open("/etc/rpm/x86_64-linux/macros", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/root/.rpmmacros", 0x7fffc42ff610) = -1 ENOENT (No such file or directory)
stat("/usr/lib/rpm/init.lua", 0x7fffc42ff990) = -1 ENOENT (No such file or directory)
brk(0)                                  = 0x26ec000
brk(0x270f000)                          = 0x270f000
close(5)                                = 0
stat("/usr/lib64/python2.7/site-packages/rpm/transaction", 0x7fffc42fe9b0) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/site-packages/rpm/transaction.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/site-packages/rpm/transactionmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/site-packages/rpm/transaction.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=5230, ...}) = 0
open("/usr/lib64/python2.7/site-packages/rpm/transaction.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=6053, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(6, "\3\363\r\n!m\36Xc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0sj\0\0\0d\0"..., 4096) = 4096
fstat(6, {st_mode=S_IFREG|0644, st_size=6053, ...}) = 0
read(6, "\3\0k\5\0rL\1|\f\0t\4\0j\22\0O}\f\0n\0\0|\n\0d\5\0\31}"..., 4096) = 1957
read(6, "", 4096)                       = 0
mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae619000
close(6)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
stat("/usr/lib64/python2.7/site-packages/rpm/sys", 0x7fffc42fe430) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/site-packages/rpm/sys.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/site-packages/rpm/sysmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/site-packages/rpm/sys.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/site-packages/rpm/sys.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(5)                                = 0
stat("/usr/lib64/python2.7/site-packages/rpm/_rpmb", 0x7fffc42fe9b0) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/site-packages/rpm/_rpmb.so", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0755, st_size=17008, ...}) = 0
open("/usr/lib64/python2.7/site-packages/rpm/_rpmb.so", O_RDONLY|O_CLOEXEC) = 6
read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 \25\0\0\0\0\0\0"..., 832) = 832
fstat(6, {st_mode=S_IFREG|0755, st_size=17008, ...}) = 0
mmap(NULL, 2111128, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7fe5a354e000
mprotect(0x7fe5a3551000, 2093056, PROT_NONE) = 0
mmap(0x7fe5a3750000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x2000) = 0x7fe5a3750000
close(6)                                = 0
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=46520, ...}) = 0
mmap(NULL, 46520, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7fe5ae807000
close(6)                                = 0
open("/lib64/librpmbuild.so.3", O_RDONLY|O_CLOEXEC) = 6
read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360k\0\0\0\0\0\0"..., 832) = 832
fstat(6, {st_mode=S_IFREG|0755, st_size=146784, ...}) = 0
mmap(NULL, 2240584, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7fe5a332a000
mprotect(0x7fe5a334b000, 2093056, PROT_NONE) = 0
mmap(0x7fe5a354a000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x20000) = 0x7fe5a354a000
mmap(0x7fe5a354d000, 72, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fe5a354d000
close(6)                                = 0
open("/lib64/libmagic.so.1", O_RDONLY|O_CLOEXEC) = 6
read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0D\0\0\0\0\0\0"..., 832) = 832
fstat(6, {st_mode=S_IFREG|0755, st_size=120048, ...}) = 0
mmap(NULL, 2213776, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7fe5a310d000
mprotect(0x7fe5a3128000, 2097152, PROT_NONE) = 0
mmap(0x7fe5a3328000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x1b000) = 0x7fe5a3328000
close(6)                                = 0
stat("/etc/sysconfig/64bit_strstr_via_64bit_strstr_sse2_unaligned", 0x7fffc42ff2b0) = -1 ENOENT (No such file or directory)
mprotect(0x7fe5a3328000, 4096, PROT_READ) = 0
stat("/etc/sysconfig/64bit_strstr_via_64bit_strstr_sse2_unaligned", 0x7fffc42ff2b0) = -1 ENOENT (No such file or directory)
mprotect(0x7fe5a354a000, 8192, PROT_READ) = 0
mprotect(0x7fe5a3750000, 4096, PROT_READ) = 0
munmap(0x7fe5ae807000, 46520)           = 0
close(5)                                = 0
stat("/usr/lib64/python2.7/site-packages/rpm/_rpms", 0x7fffc42fe9b0) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/site-packages/rpm/_rpms.so", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0755, st_size=7160, ...}) = 0
open("/usr/lib64/python2.7/site-packages/rpm/_rpms.so", O_RDONLY|O_CLOEXEC) = 6
read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220\10\0\0\0\0\0\0"..., 832) = 832
fstat(6, {st_mode=S_IFREG|0755, st_size=7160, ...}) = 0
mmap(NULL, 2101448, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7fe5a2f0b000
mprotect(0x7fe5a2f0c000, 2093056, PROT_NONE) = 0
mmap(0x7fe5a310b000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0) = 0x7fe5a310b000
close(6)                                = 0
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=46520, ...}) = 0
mmap(NULL, 46520, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7fe5ae807000
close(6)                                = 0
open("/lib64/librpmsign.so.1", O_RDONLY|O_CLOEXEC) = 6
read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\34\0\0\0\0\0\0"..., 832) = 832
fstat(6, {st_mode=S_IFREG|0755, st_size=19864, ...}) = 0
mmap(NULL, 2114128, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7fe5a2d06000
mprotect(0x7fe5a2d0a000, 2093056, PROT_NONE) = 0
mmap(0x7fe5a2f09000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x3000) = 0x7fe5a2f09000
close(6)                                = 0
mprotect(0x7fe5a2f09000, 4096, PROT_READ) = 0
mprotect(0x7fe5a310b000, 4096, PROT_READ) = 0
munmap(0x7fe5ae807000, 46520)           = 0
close(5)                                = 0
close(4)                                = 0
stat("/usr/lib/python2.7/site-packages/yum/sys", 0x7fffc42fef80) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/sys.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/sysmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/sys.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/sys.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/site-packages/yum/re", 0x7fffc42fef80) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/re.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/remodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/re.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/re.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/site-packages/yum/types", 0x7fffc42fef80) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/types.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/typesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/types.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/types.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/site-packages/yum/errno", 0x7fffc42fef80) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/errno.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/errnomodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/errno.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/errno.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/site-packages/yum/time", 0x7fffc42fef80) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/time.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/timemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/time.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/time.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/bin/time", 0x7fffc42fef80)   = -1 ENOENT (No such file or directory)
open("/usr/bin/time.so", O_RDONLY)      = -1 ENOENT (No such file or directory)
open("/usr/bin/timemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/time.py", O_RDONLY)      = -1 ENOENT (No such file or directory)
open("/usr/bin/time.pyc", O_RDONLY)     = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/time", 0x7fffc42fef80) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/time.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/timemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/time.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/time.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/plat-linux2/time", 0x7fffc42fef80) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/time.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/timemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/time.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/time.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/lib-dynload/time", 0x7fffc42fef80) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/lib-dynload/time.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/lib-dynload/timemodule.so", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0755, st_size=24992, ...}) = 0
open("/usr/lib64/python2.7/lib-dynload/timemodule.so", O_RDONLY|O_CLOEXEC) = 5
read(5, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 \33\0\0\0\0\0\0"..., 832) = 832
fstat(5, {st_mode=S_IFREG|0755, st_size=24992, ...}) = 0
mmap(NULL, 2119512, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 0x7fe5a2b00000
mprotect(0x7fe5a2b04000, 2093056, PROT_NONE) = 0
mmap(0x7fe5a2d03000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x3000) = 0x7fe5a2d03000
close(5)                                = 0
mprotect(0x7fe5a2d03000, 4096, PROT_READ) = 0
open("/etc/localtime", O_RDONLY|O_CLOEXEC) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=2944, ...}) = 0
fstat(5, {st_mode=S_IFREG|0644, st_size=2944, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(5, "TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\n\0\0\0\n\0\0\0\0"..., 4096) = 2944
lseek(5, -1877, SEEK_CUR)               = 1067
read(5, "TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\f\0\0\0\f\0\0\0\0"..., 4096) = 1877
close(5)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2944, ...}) = 0
close(4)                                = 0
stat("/usr/lib/python2.7/site-packages/yum/glob", 0x7fffc42fef80) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/glob.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/globmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/glob.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/glob.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/bin/glob", 0x7fffc42fef80)   = -1 ENOENT (No such file or directory)
open("/usr/bin/glob.so", O_RDONLY)      = -1 ENOENT (No such file or directory)
open("/usr/bin/globmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/glob.py", O_RDONLY)      = -1 ENOENT (No such file or directory)
open("/usr/bin/glob.pyc", O_RDONLY)     = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/glob", 0x7fffc42fef80) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/glob.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/globmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/glob.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=2928, ...}) = 0
open("/usr/lib64/python2.7/glob.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=2897, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(5, "\3\363\r\n<y\36Xc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s\266\0\0\0d\0"..., 4096) = 2897
fstat(5, {st_mode=S_IFREG|0644, st_size=2897, ...}) = 0
read(5, "", 4096)                       = 0
close(5)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
stat("/usr/bin/fnmatch", 0x7fffc42fea00) = -1 ENOENT (No such file or directory)
open("/usr/bin/fnmatch.so", O_RDONLY)   = -1 ENOENT (No such file or directory)
open("/usr/bin/fnmatchmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/fnmatch.py", O_RDONLY)   = -1 ENOENT (No such file or directory)
open("/usr/bin/fnmatch.pyc", O_RDONLY)  = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/fnmatch", 0x7fffc42fea00) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/fnmatch.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/fnmatchmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/fnmatch.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=3239, ...}) = 0
open("/usr/lib64/python2.7/fnmatch.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=3534, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(6, "\3\363\r\n<y\36Xc\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0sa\0\0\0d\0"..., 4096) = 3534
fstat(6, {st_mode=S_IFREG|0644, st_size=3534, ...}) = 0
read(6, "", 4096)                       = 0
close(6)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
close(5)                                = 0
close(4)                                = 0
stat("/usr/lib/python2.7/site-packages/yum/fnmatch", 0x7fffc42fef80) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/fnmatch.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/fnmatchmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/fnmatch.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/fnmatch.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/site-packages/yum/logging", 0x7fffc42fef80) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/logging.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/loggingmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/logging.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/logging.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/bin/logging", 0x7fffc42fef80) = -1 ENOENT (No such file or directory)
open("/usr/bin/logging.so", O_RDONLY)   = -1 ENOENT (No such file or directory)
open("/usr/bin/loggingmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/logging.py", O_RDONLY)   = -1 ENOENT (No such file or directory)
open("/usr/bin/logging.pyc", O_RDONLY)  = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/logging", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/lib64/python2.7/logging/__init__.py", {st_mode=S_IFREG|0644, st_size=60276, ...}) = 0
stat("/usr/lib64/python2.7/logging/__init__", 0x7fffc42fef30) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/__init__.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=60276, ...}) = 0
open("/usr/lib64/python2.7/logging/__init__.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=57476, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(5, "\3\363\r\nJy\36Xc\0\0\0\0\0\0\0\0%\0\0\0@\0\0\0sc\5\0\0d\0"..., 4096) = 4096
fstat(5, {st_mode=S_IFREG|0644, st_size=57476, ...}) = 0
brk(0)                                  = 0x270f000
brk(0x2736000)                          = 0x2736000
read(5, "Error(\2\0\0\0R1\0\0\0t\2\0\0\0rv(\0\0\0\0(\0\0\0\0"..., 53248) = 53248
read(5, "\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\n\3\t\20\t\r\t\27\6\1"..., 4096) = 132
read(5, "", 4096)                       = 0
close(5)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
stat("/usr/lib64/python2.7/logging", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/lib64/python2.7/logging", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/lib64/python2.7/logging/sys", 0x7fffc42fe9b0) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/sys.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/sysmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/sys.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/sys.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/logging/os", 0x7fffc42fe9b0) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/os.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/osmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/os.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/os.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/logging/time", 0x7fffc42fe9b0) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/time.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/timemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/time.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/time.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/logging/cStringIO", 0x7fffc42fe9b0) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/cStringIO.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/cStringIOmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/cStringIO.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/cStringIO.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/bin/cStringIO", 0x7fffc42fe9b0) = -1 ENOENT (No such file or directory)
open("/usr/bin/cStringIO.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/cStringIOmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/cStringIO.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/cStringIO.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/cStringIO", 0x7fffc42fe9b0) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/cStringIO.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/cStringIOmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/cStringIO.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/cStringIO.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/plat-linux2/cStringIO", 0x7fffc42fe9b0) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/cStringIO.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/cStringIOmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/cStringIO.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/cStringIO.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/lib-dynload/cStringIO", 0x7fffc42fe9b0) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/lib-dynload/cStringIO.so", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0755, st_size=23896, ...}) = 0
open("/usr/lib64/python2.7/lib-dynload/cStringIO.so", O_RDONLY|O_CLOEXEC) = 6
read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360\33\0\0\0\0\0\0"..., 832) = 832
fstat(6, {st_mode=S_IFREG|0755, st_size=23896, ...}) = 0
mmap(NULL, 2117904, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7fe5a28fa000
mprotect(0x7fe5a28fe000, 2093056, PROT_NONE) = 0
mmap(0x7fe5a2afd000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x3000) = 0x7fe5a2afd000
close(6)                                = 0
mprotect(0x7fe5a2afd000, 4096, PROT_READ) = 0
close(5)                                = 0
stat("/usr/lib64/python2.7/logging/traceback", 0x7fffc42fe9b0) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/traceback.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/tracebackmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/traceback.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/traceback.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/logging/warnings", 0x7fffc42fe9b0) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/warnings.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/warningsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/warnings.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/warnings.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/logging/weakref", 0x7fffc42fe9b0) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/weakref.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/weakrefmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/weakref.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/weakref.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/bin/weakref", 0x7fffc42fe9b0) = -1 ENOENT (No such file or directory)
open("/usr/bin/weakref.so", O_RDONLY)   = -1 ENOENT (No such file or directory)
open("/usr/bin/weakrefmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/weakref.py", O_RDONLY)   = -1 ENOENT (No such file or directory)
open("/usr/bin/weakref.pyc", O_RDONLY)  = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/weakref", 0x7fffc42fe9b0) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/weakref.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/weakrefmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/weakref.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=10693, ...}) = 0
open("/usr/lib64/python2.7/weakref.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=14048, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(6, "\3\363\r\n>y\36Xc\0\0\0\0\0\0\0\0\f\0\0\0@\0\0\0s\350\0\0\0d\0"..., 4096) = 4096
fstat(6, {st_mode=S_IFREG|0644, st_size=14048, ...}) = 0
read(6, "elds the weak references to the "..., 8192) = 8192
read(6, "l cause the garbage collector to"..., 4096) = 1760
read(6, "", 4096)                       = 0
close(6)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
close(5)                                = 0
stat("/usr/lib64/python2.7/logging/codecs", 0x7fffc42fe9b0) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/codecs.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/codecsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/codecs.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/codecs.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/logging/thread", 0x7fffc42fe9b0) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/thread.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/threadmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/thread.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/thread.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/logging/threading", 0x7fffc42fe9b0) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/threading.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/threadingmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/threading.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/threading.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/bin/threading", 0x7fffc42fe9b0) = -1 ENOENT (No such file or directory)
open("/usr/bin/threading.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/threadingmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/threading.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/threading.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/threading", 0x7fffc42fe9b0) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/threading.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/threadingmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/threading.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=47324, ...}) = 0
open("/usr/lib64/python2.7/threading.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=42677, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(6, "\3\363\r\n=y\36Xc\0\0\0\0\0\0\0\0\21\0\0\0@\0\0\0s \3\0\0d\0"..., 4096) = 4096
fstat(6, {st_mode=S_IFREG|0644, st_size=42677, ...}) = 0
read(6, "\21\1\r\1\4\1\3\1i\1\0\0\0c\2\0\0\0\4\0\0\0\4\0\0\0C\0\0\0s\226"..., 36864) = 36864
read(6, "\0\0\0\0\1\20\1\6\1\22\1\n\1\35\1(\4\0\0\0R,\0\0\0R-\0\0\0R "..., 4096) = 1717
read(6, "", 4096)                       = 0
mmap(NULL, 790528, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5a2839000
munmap(0x7fe5ae74f000, 200704)          = 0
close(6)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
stat("/usr/bin/collections", 0x7fffc42fe430) = -1 ENOENT (No such file or directory)
open("/usr/bin/collections.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/collectionsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/collections.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/collections.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/collections", 0x7fffc42fe430) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/collections.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/collectionsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/collections.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=25883, ...}) = 0
open("/usr/lib64/python2.7/collections.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=24570, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(7, "\3\363\r\n<y\36Xc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s\202\2\0\0d\0"..., 4096) = 4096
fstat(7, {st_mode=S_IFREG|0644, st_size=24570, ...}) = 0
read(7, "q\7\0Wd\1\0S(\2\0\0\0s2\0\0\0od.itervalues "..., 20480) = 20474
read(7, "", 4096)                       = 0
mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5a27f8000
close(7)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
stat("/usr/bin/_collections", 0x7fffc42fdeb0) = -1 ENOENT (No such file or directory)
open("/usr/bin/_collections.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/_collectionsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/_collections.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/_collections.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/_collections", 0x7fffc42fdeb0) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/_collections.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/_collectionsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/_collections.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/_collections.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/plat-linux2/_collections", 0x7fffc42fdeb0) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/_collections.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/_collectionsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/_collections.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/_collections.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/lib-dynload/_collections", 0x7fffc42fdeb0) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/lib-dynload/_collections.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/lib-dynload/_collectionsmodule.so", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0755, st_size=33032, ...}) = 0
open("/usr/lib64/python2.7/lib-dynload/_collectionsmodule.so", O_RDONLY|O_CLOEXEC) = 8
read(8, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 %\0\0\0\0\0\0"..., 832) = 832
fstat(8, {st_mode=S_IFREG|0755, st_size=33032, ...}) = 0
mmap(NULL, 2126968, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0x7fe5a25f0000
mprotect(0x7fe5a25f6000, 2093056, PROT_NONE) = 0
mmap(0x7fe5a27f5000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x5000) = 0x7fe5a27f5000
close(8)                                = 0
mprotect(0x7fe5a27f5000, 4096, PROT_READ) = 0
close(7)                                = 0
stat("/usr/bin/operator", 0x7fffc42fdeb0) = -1 ENOENT (No such file or directory)
open("/usr/bin/operator.so", O_RDONLY)  = -1 ENOENT (No such file or directory)
open("/usr/bin/operatormodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/operator.py", O_RDONLY)  = -1 ENOENT (No such file or directory)
open("/usr/bin/operator.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/operator", 0x7fffc42fdeb0) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/operator.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/operatormodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/operator.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/operator.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/plat-linux2/operator", 0x7fffc42fdeb0) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/operator.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/operatormodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/operator.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/operator.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/lib-dynload/operator", 0x7fffc42fdeb0) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/lib-dynload/operator.so", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0755, st_size=47600, ...}) = 0
open("/usr/lib64/python2.7/lib-dynload/operator.so", O_RDONLY|O_CLOEXEC) = 8
read(8, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`B\0\0\0\0\0\0"..., 832) = 832
fstat(8, {st_mode=S_IFREG|0755, st_size=47600, ...}) = 0
mmap(NULL, 2141288, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0x7fe5a23e5000
mprotect(0x7fe5a23ee000, 2093056, PROT_NONE) = 0
mmap(0x7fe5a25ed000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x8000) = 0x7fe5a25ed000
close(8)                                = 0
mprotect(0x7fe5a25ed000, 4096, PROT_READ) = 0
close(7)                                = 0
stat("/usr/bin/keyword", 0x7fffc42fdeb0) = -1 ENOENT (No such file or directory)
open("/usr/bin/keyword.so", O_RDONLY)   = -1 ENOENT (No such file or directory)
open("/usr/bin/keywordmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/keyword.py", O_RDONLY)   = -1 ENOENT (No such file or directory)
open("/usr/bin/keyword.pyc", O_RDONLY)  = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/keyword", 0x7fffc42fdeb0) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/keyword.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/keywordmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/keyword.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0755, st_size=1996, ...}) = 0
open("/usr/lib64/python2.7/keyword.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=2105, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(8, "\3\363\r\n<y\36Xc\0\0\0\0\0\0\0\0\37\0\0\0@\0\0\0s\247\0\0\0d\0"..., 4096) = 2105
fstat(8, {st_mode=S_IFREG|0644, st_size=2105, ...}) = 0
read(8, "", 4096)                       = 0
close(8)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
close(7)                                = 0
stat("/usr/bin/heapq", 0x7fffc42fdeb0)  = -1 ENOENT (No such file or directory)
open("/usr/bin/heapq.so", O_RDONLY)     = -1 ENOENT (No such file or directory)
open("/usr/bin/heapqmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/heapq.py", O_RDONLY)     = -1 ENOENT (No such file or directory)
open("/usr/bin/heapq.pyc", O_RDONLY)    = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/heapq", 0x7fffc42fdeb0) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/heapq.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/heapqmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/heapq.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=18191, ...}) = 0
open("/usr/lib64/python2.7/heapq.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=14473, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(8, "\3\363\r\n<y\36Xc\0\0\0\0\0\0\0\0\n\0\0\0@\0\0\0s\321\1\0\0d\0"..., 4096) = 4096
fstat(8, {st_mode=S_IFREG|0644, st_size=14473, ...}) = 0
read(8, "ementing schedulers (this is wha"..., 8192) = 8192
read(8, "\0\0s(\0\0\0\0(\0\0\0\0s\35\0\0\0/usr/lib64/pyt"..., 4096) = 2185
read(8, "", 4096)                       = 0
close(8)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
stat("/usr/bin/itertools", 0x7fffc42fd930) = -1 ENOENT (No such file or directory)
open("/usr/bin/itertools.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/itertoolsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/itertools.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/itertools.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/itertools", 0x7fffc42fd930) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/itertools.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/itertoolsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/itertools.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/itertools.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/plat-linux2/itertools", 0x7fffc42fd930) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/itertools.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/itertoolsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/itertools.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/itertools.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/lib-dynload/itertools", 0x7fffc42fd930) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/lib-dynload/itertools.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/lib-dynload/itertoolsmodule.so", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0755, st_size=61992, ...}) = 0
open("/usr/lib64/python2.7/lib-dynload/itertoolsmodule.so", O_RDONLY|O_CLOEXEC) = 9
read(9, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200/\0\0\0\0\0\0"..., 832) = 832
fstat(9, {st_mode=S_IFREG|0755, st_size=61992, ...}) = 0
mmap(NULL, 2155440, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 9, 0) = 0x7fe5a21d6000
mprotect(0x7fe5a21e0000, 2093056, PROT_NONE) = 0
mmap(0x7fe5a23df000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0x9000) = 0x7fe5a23df000
close(9)                                = 0
mprotect(0x7fe5a23df000, 4096, PROT_READ) = 0
brk(0)                                  = 0x2736000
brk(0x2757000)                          = 0x2757000
close(8)                                = 0
stat("/usr/bin/_heapq", 0x7fffc42fd930) = -1 ENOENT (No such file or directory)
open("/usr/bin/_heapq.so", O_RDONLY)    = -1 ENOENT (No such file or directory)
open("/usr/bin/_heapqmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/_heapq.py", O_RDONLY)    = -1 ENOENT (No such file or directory)
open("/usr/bin/_heapq.pyc", O_RDONLY)   = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/_heapq", 0x7fffc42fd930) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/_heapq.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/_heapqmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/_heapq.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/_heapq.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/plat-linux2/_heapq", 0x7fffc42fd930) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/_heapq.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/_heapqmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/_heapq.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/_heapq.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/lib-dynload/_heapq", 0x7fffc42fd930) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/lib-dynload/_heapq.so", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0755, st_size=22864, ...}) = 0
open("/usr/lib64/python2.7/lib-dynload/_heapq.so", O_RDONLY|O_CLOEXEC) = 9
read(9, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\16\0\0\0\0\0\0"..., 832) = 832
fstat(9, {st_mode=S_IFREG|0755, st_size=22864, ...}) = 0
mmap(NULL, 2117040, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 9, 0) = 0x7fe5a1fd1000
mprotect(0x7fe5a1fd4000, 2093056, PROT_NONE) = 0
mmap(0x7fe5a21d3000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0x2000) = 0x7fe5a21d3000
close(9)                                = 0
mprotect(0x7fe5a21d3000, 4096, PROT_READ) = 0
close(8)                                = 0
close(7)                                = 0
close(6)                                = 0
close(5)                                = 0
stat("/usr/lib64/python2.7/logging/atexit", 0x7fffc42fe9b0) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/atexit.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/atexitmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/atexit.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/atexit.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/bin/atexit", 0x7fffc42fe9b0) = -1 ENOENT (No such file or directory)
open("/usr/bin/atexit.so", O_RDONLY)    = -1 ENOENT (No such file or directory)
open("/usr/bin/atexitmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/atexit.py", O_RDONLY)    = -1 ENOENT (No such file or directory)
open("/usr/bin/atexit.pyc", O_RDONLY)   = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/atexit", 0x7fffc42fe9b0) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/atexit.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/atexitmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/atexit.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=1705, ...}) = 0
open("/usr/lib64/python2.7/atexit.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=2203, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(6, "\3\363\r\n;y\36Xc\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0s\300\0\0\0d\0"..., 4096) = 2203
fstat(6, {st_mode=S_IFREG|0644, st_size=2203, ...}) = 0
read(6, "", 4096)                       = 0
close(6)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
close(5)                                = 0
close(4)                                = 0
stat("/usr/lib64/python2.7/logging/config", 0x7fffc42fef80) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/config.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/configmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/config.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=35619, ...}) = 0
open("/usr/lib64/python2.7/logging/config.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=25843, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(5, "\3\363\r\nJy\36Xc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s\355\1\0\0d\0"..., 4096) = 4096
fstat(5, {st_mode=S_IFREG|0644, st_size=25843, ...}) = 0
read(5, "t\t\0\0\0formattert\0\0\0\0t\4\0\0\0argst\5\0\0"..., 20480) = 20480
read(5, "\0\203\0\0\1|\1\0a\10\0t\6\0j\t\0\203\0\0\1|\1\0j\n\0\203\0\0\1d"..., 4096) = 1267
read(5, "", 4096)                       = 0
close(5)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
stat("/usr/lib64/python2.7/logging/logging", 0x7fffc42fea00) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/logging.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/loggingmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/logging.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/logging.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/logging/handlers", 0x7fffc42fea00) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/handlers.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/handlersmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/handlers.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=47424, ...}) = 0
open("/usr/lib64/python2.7/logging/handlers.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=39116, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(6, "\3\363\r\nJy\36Xc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s\"\2\0\0d\0"..., 4096) = 4096
fstat(6, {st_mode=S_IFREG|0644, st_size=39116, ...}) = 0
read(6, " rollover, as described in __ini"..., 32768) = 32768
read(6, "     Initialize the handler with"..., 4096) = 2252
read(6, "", 4096)                       = 0
brk(0)                                  = 0x2757000
brk(0x2778000)                          = 0x2778000
close(6)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
stat("/usr/lib64/python2.7/logging/errno", 0x7fffc42fe480) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/errno.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/errnomodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/errno.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/errno.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/logging/socket", 0x7fffc42fe480) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/socket.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/socketmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/socket.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/socket.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/bin/socket", 0x7fffc42fe480) = -1 ENOENT (No such file or directory)
open("/usr/bin/socket.so", O_RDONLY)    = -1 ENOENT (No such file or directory)
open("/usr/bin/socketmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/socket.py", O_RDONLY)    = -1 ENOENT (No such file or directory)
open("/usr/bin/socket.pyc", O_RDONLY)   = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/socket", 0x7fffc42fe480) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/socket.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/socketmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/socket.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=20512, ...}) = 0
open("/usr/lib64/python2.7/socket.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=16106, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(7, "\3\363\r\n=y\36Xc\0\0\0\0\0\0\0\0\16\0\0\0@\0\0\0s\312\3\0\0d\0"..., 4096) = 4096
fstat(7, {st_mode=S_IFREG|0644, st_size=16106, ...}) = 0
read(7, "The name is too long.iO'\0\0s\21\0\0\0T"..., 8192) = 8192
read(7, "\0r\331\1q\217\1n\0\0\202\0\0n\1\0X|\5\0s\352\1Pn\0\0|\5\0j\23"..., 4096) = 3818
read(7, "", 4096)                       = 0
close(7)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
stat("/usr/bin/_socket", 0x7fffc42fdf00) = -1 ENOENT (No such file or directory)
open("/usr/bin/_socket.so", O_RDONLY)   = -1 ENOENT (No such file or directory)
open("/usr/bin/_socketmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/_socket.py", O_RDONLY)   = -1 ENOENT (No such file or directory)
open("/usr/bin/_socket.pyc", O_RDONLY)  = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/_socket", 0x7fffc42fdf00) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/_socket.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/_socketmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/_socket.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/_socket.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/plat-linux2/_socket", 0x7fffc42fdf00) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/_socket.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/_socketmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/_socket.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/_socket.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/lib-dynload/_socket", 0x7fffc42fdf00) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/lib-dynload/_socket.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/lib-dynload/_socketmodule.so", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0755, st_size=83856, ...}) = 0
open("/usr/lib64/python2.7/lib-dynload/_socketmodule.so", O_RDONLY|O_CLOEXEC) = 8
read(8, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0PA\0\0\0\0\0\0"..., 832) = 832
fstat(8, {st_mode=S_IFREG|0755, st_size=83856, ...}) = 0
mmap(NULL, 2177688, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0x7fe5a1dbd000
mprotect(0x7fe5a1dcc000, 2093056, PROT_NONE) = 0
mmap(0x7fe5a1fcb000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0xe000) = 0x7fe5a1fcb000
close(8)                                = 0
mprotect(0x7fe5a1fcb000, 4096, PROT_READ) = 0
close(7)                                = 0
stat("/usr/bin/functools", 0x7fffc42fdf00) = -1 ENOENT (No such file or directory)
open("/usr/bin/functools.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/functoolsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/functools.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/functools.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/functools", 0x7fffc42fdf00) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/functools.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/functoolsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/functools.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=4478, ...}) = 0
open("/usr/lib64/python2.7/functools.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=6089, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(8, "\3\363\r\n<y\36Xc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\\\0\0\0d\0"..., 4096) = 4096
fstat(8, {st_mode=S_IFREG|0644, st_size=6089, ...}) = 0
read(8, "(\3\0\0\0s,\0\0\0Convert a cmp= functio"..., 4096) = 1993
read(8, "", 4096)                       = 0
close(8)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
stat("/usr/bin/_functools", 0x7fffc42fd980) = -1 ENOENT (No such file or directory)
open("/usr/bin/_functools.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/_functoolsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/_functools.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/_functools.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/_functools", 0x7fffc42fd980) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/_functools.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/_functoolsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/_functools.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/_functools.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/plat-linux2/_functools", 0x7fffc42fd980) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/_functools.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/_functoolsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/_functools.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/_functools.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/lib-dynload/_functools", 0x7fffc42fd980) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/lib-dynload/_functools.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/lib-dynload/_functoolsmodule.so", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0755, st_size=16992, ...}) = 0
open("/usr/lib64/python2.7/lib-dynload/_functoolsmodule.so", O_RDONLY|O_CLOEXEC) = 9
read(9, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200\21\0\0\0\0\0\0"..., 832) = 832
fstat(9, {st_mode=S_IFREG|0755, st_size=16992, ...}) = 0
mmap(NULL, 2111152, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 9, 0) = 0x7fe5a1bb9000
mprotect(0x7fe5a1bbc000, 2093056, PROT_NONE) = 0
mmap(0x7fe5a1dbb000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0x2000) = 0x7fe5a1dbb000
close(9)                                = 0
mprotect(0x7fe5a1dbb000, 4096, PROT_READ) = 0
close(8)                                = 0
close(7)                                = 0
stat("/usr/bin/_ssl", 0x7fffc42fdf00)   = -1 ENOENT (No such file or directory)
open("/usr/bin/_ssl.so", O_RDONLY)      = -1 ENOENT (No such file or directory)
open("/usr/bin/_sslmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/_ssl.py", O_RDONLY)      = -1 ENOENT (No such file or directory)
open("/usr/bin/_ssl.pyc", O_RDONLY)     = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/_ssl", 0x7fffc42fdf00) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/_ssl.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/_sslmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/_ssl.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/_ssl.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/plat-linux2/_ssl", 0x7fffc42fdf00) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/_ssl.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/_sslmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/_ssl.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/_ssl.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/lib-dynload/_ssl", 0x7fffc42fdf00) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/lib-dynload/_ssl.so", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0755, st_size=95072, ...}) = 0
open("/usr/lib64/python2.7/lib-dynload/_ssl.so", O_RDONLY|O_CLOEXEC) = 8
read(8, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200w\0\0\0\0\0\0"..., 832) = 832
fstat(8, {st_mode=S_IFREG|0755, st_size=95072, ...}) = 0
mmap(NULL, 2188576, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0x7fe5a19a2000
mprotect(0x7fe5a19b4000, 2097152, PROT_NONE) = 0
mmap(0x7fe5a1bb4000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x12000) = 0x7fe5a1bb4000
close(8)                                = 0
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=46520, ...}) = 0
mmap(NULL, 46520, PROT_READ, MAP_PRIVATE, 8, 0) = 0x7fe5ae807000
close(8)                                = 0
open("/lib64/libssl.so.10", O_RDONLY|O_CLOEXEC) = 8
read(8, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240\204\1\0\0\0\0\0"..., 832) = 832
fstat(8, {st_mode=S_IFREG|0755, st_size=449864, ...}) = 0
mmap(NULL, 2540816, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0x7fe5a1735000
mprotect(0x7fe5a1798000, 2093056, PROT_NONE) = 0
mmap(0x7fe5a1997000, 45056, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x62000) = 0x7fe5a1997000
close(8)                                = 0
open("/lib64/libcrypto.so.10", O_RDONLY|O_CLOEXEC) = 8
read(8, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\202\6\0\0\0\0\0"..., 832) = 832
fstat(8, {st_mode=S_IFREG|0755, st_size=2012880, ...}) = 0
mmap(NULL, 4091768, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0x7fe5a134e000
mprotect(0x7fe5a150b000, 2097152, PROT_NONE) = 0
mmap(0x7fe5a170b000, 155648, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x1bd000) = 0x7fe5a170b000
mmap(0x7fe5a1731000, 16248, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fe5a1731000
close(8)                                = 0
open("/lib64/libgssapi_krb5.so.2", O_RDONLY|O_CLOEXEC) = 8
read(8, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\306\0\0\0\0\0\0"..., 832) = 832
fstat(8, {st_mode=S_IFREG|0755, st_size=324888, ...}) = 0
mmap(NULL, 2414784, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0x7fe5a1100000
mprotect(0x7fe5a114b000, 2097152, PROT_NONE) = 0
mmap(0x7fe5a134b000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x4b000) = 0x7fe5a134b000
close(8)                                = 0
open("/lib64/libkrb5.so.3", O_RDONLY|O_CLOEXEC) = 8
read(8, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240U\2\0\0\0\0\0"..., 832) = 832
fstat(8, {st_mode=S_IFREG|0755, st_size=959008, ...}) = 0
mmap(NULL, 3041536, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0x7fe5a0e19000
mprotect(0x7fe5a0eef000, 2097152, PROT_NONE) = 0
mmap(0x7fe5a10ef000, 69632, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0xd6000) = 0x7fe5a10ef000
close(8)                                = 0
open("/lib64/libcom_err.so.2", O_RDONLY|O_CLOEXEC) = 8
read(8, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\25\0\0\0\0\0\0"..., 832) = 832
fstat(8, {st_mode=S_IFREG|0755, st_size=15848, ...}) = 0
mmap(NULL, 2109928, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0x7fe5a0c15000
mprotect(0x7fe5a0c18000, 2093056, PROT_NONE) = 0
mmap(0x7fe5a0e17000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x2000) = 0x7fe5a0e17000
close(8)                                = 0
open("/lib64/libk5crypto.so.3", O_RDONLY|O_CLOEXEC) = 8
read(8, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0pF\0\0\0\0\0\0"..., 832) = 832
fstat(8, {st_mode=S_IFREG|0755, st_size=202568, ...}) = 0
mmap(NULL, 2298328, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0x7fe5a09e3000
mprotect(0x7fe5a0a12000, 2093056, PROT_NONE) = 0
mmap(0x7fe5a0c11000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x2e000) = 0x7fe5a0c11000
mmap(0x7fe5a0c14000, 472, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fe5a0c14000
close(8)                                = 0
open("/lib64/libkrb5support.so.0", O_RDONLY|O_CLOEXEC) = 8
read(8, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\3406\0\0\0\0\0\0"..., 832) = 832
fstat(8, {st_mode=S_IFREG|0755, st_size=62744, ...}) = 0
mmap(NULL, 2156136, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0x7fe5a07d4000
mprotect(0x7fe5a07e1000, 2097152, PROT_NONE) = 0
mmap(0x7fe5a09e1000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0xd000) = 0x7fe5a09e1000
close(8)                                = 0
open("/lib64/libkeyutils.so.1", O_RDONLY|O_CLOEXEC) = 8
read(8, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260\25\0\0\0\0\0\0"..., 832) = 832
fstat(8, {st_mode=S_IFREG|0755, st_size=15688, ...}) = 0
mmap(NULL, 2109720, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0x7fe5a05d0000
mprotect(0x7fe5a05d3000, 2093056, PROT_NONE) = 0
mmap(0x7fe5a07d2000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x2000) = 0x7fe5a07d2000
close(8)                                = 0
open("/lib64/libresolv.so.2", O_RDONLY|O_CLOEXEC) = 8
read(8, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\3209\0\0\0\0\0\0"..., 832) = 832
fstat(8, {st_mode=S_IFREG|0755, st_size=111080, ...}) = 0
mmap(NULL, 2202264, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0x7fe5a03b6000
mprotect(0x7fe5a03cc000, 2097152, PROT_NONE) = 0
mmap(0x7fe5a05cc000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x16000) = 0x7fe5a05cc000
mmap(0x7fe5a05ce000, 6808, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fe5a05ce000
close(8)                                = 0
mprotect(0x7fe5a05cc000, 4096, PROT_READ) = 0
mprotect(0x7fe5a07d2000, 4096, PROT_READ) = 0
mprotect(0x7fe5a09e1000, 4096, PROT_READ) = 0
mprotect(0x7fe5a0c11000, 8192, PROT_READ) = 0
mprotect(0x7fe5a0e17000, 4096, PROT_READ) = 0
stat("/etc/sysconfig/64bit_strstr_via_64bit_strstr_sse2_unaligned", 0x7fffc42fe7c0) = -1 ENOENT (No such file or directory)
mprotect(0x7fe5a10ef000, 57344, PROT_READ) = 0
mprotect(0x7fe5a134b000, 4096, PROT_READ) = 0
stat("/etc/sysconfig/64bit_strstr_via_64bit_strstr_sse2_unaligned", 0x7fffc42fe7c0) = -1 ENOENT (No such file or directory)
mprotect(0x7fe5a170b000, 106496, PROT_READ) = 0
mprotect(0x7fe5a1997000, 16384, PROT_READ) = 0
mprotect(0x7fe5a1bb4000, 4096, PROT_READ) = 0
access("/etc/system-fips", F_OK)        = -1 ENOENT (No such file or directory)
munmap(0x7fe5ae807000, 46520)           = 0
brk(0)                                  = 0x2778000
brk(0x2799000)                          = 0x2799000
mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5a0375000
close(7)                                = 0
brk(0)                                  = 0x2799000
brk(0x27ba000)                          = 0x27ba000
close(6)                                = 0
stat("/usr/lib64/python2.7/logging/cPickle", 0x7fffc42fe480) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/cPickle.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/cPicklemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/cPickle.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/cPickle.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/bin/cPickle", 0x7fffc42fe480) = -1 ENOENT (No such file or directory)
open("/usr/bin/cPickle.so", O_RDONLY)   = -1 ENOENT (No such file or directory)
open("/usr/bin/cPicklemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/cPickle.py", O_RDONLY)   = -1 ENOENT (No such file or directory)
open("/usr/bin/cPickle.pyc", O_RDONLY)  = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/cPickle", 0x7fffc42fe480) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/cPickle.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/cPicklemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/cPickle.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/cPickle.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/plat-linux2/cPickle", 0x7fffc42fe480) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/cPickle.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/cPicklemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/cPickle.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/cPickle.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/lib-dynload/cPickle", 0x7fffc42fe480) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/lib-dynload/cPickle.so", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0755, st_size=85128, ...}) = 0
open("/usr/lib64/python2.7/lib-dynload/cPickle.so", O_RDONLY|O_CLOEXEC) = 7
read(7, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000:\0\0\0\0\0\0"..., 832) = 832
fstat(7, {st_mode=S_IFREG|0755, st_size=85128, ...}) = 0
mmap(NULL, 2178528, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0x7fe5a0161000
mprotect(0x7fe5a0173000, 2097152, PROT_NONE) = 0
mmap(0x7fe5a0373000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0x12000) = 0x7fe5a0373000
close(7)                                = 0
mprotect(0x7fe5a0373000, 4096, PROT_READ) = 0
close(6)                                = 0
stat("/usr/lib64/python2.7/logging/struct", 0x7fffc42fe480) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/struct.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/structmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/struct.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/struct.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/bin/struct", 0x7fffc42fe480) = -1 ENOENT (No such file or directory)
open("/usr/bin/struct.so", O_RDONLY)    = -1 ENOENT (No such file or directory)
open("/usr/bin/structmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/struct.py", O_RDONLY)    = -1 ENOENT (No such file or directory)
open("/usr/bin/struct.pyc", O_RDONLY)   = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/struct", 0x7fffc42fe480) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/struct.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/structmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/struct.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=82, ...}) = 0
open("/usr/lib64/python2.7/struct.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=239, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(7, "\3\363\r\n=y\36Xc\0\0\0\0\0\0\0\0\2\0\0\0@\0\0\0s.\0\0\0d\0"..., 4096) = 239
fstat(7, {st_mode=S_IFREG|0644, st_size=239, ...}) = 0
read(7, "", 4096)                       = 0
close(7)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
stat("/usr/bin/_struct", 0x7fffc42fdf00) = -1 ENOENT (No such file or directory)
open("/usr/bin/_struct.so", O_RDONLY)   = -1 ENOENT (No such file or directory)
open("/usr/bin/_structmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/_struct.py", O_RDONLY)   = -1 ENOENT (No such file or directory)
open("/usr/bin/_struct.pyc", O_RDONLY)  = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/_struct", 0x7fffc42fdf00) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/_struct.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/_structmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/_struct.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/_struct.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/plat-linux2/_struct", 0x7fffc42fdf00) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/_struct.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/_structmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/_struct.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/_struct.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/lib-dynload/_struct", 0x7fffc42fdf00) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/lib-dynload/_struct.so", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0755, st_size=38920, ...}) = 0
open("/usr/lib64/python2.7/lib-dynload/_struct.so", O_RDONLY|O_CLOEXEC) = 8
read(8, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`)\0\0\0\0\0\0"..., 832) = 832
fstat(8, {st_mode=S_IFREG|0755, st_size=38920, ...}) = 0
mmap(NULL, 2132608, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0x7fe59ff58000
mprotect(0x7fe59ff5f000, 2093056, PROT_NONE) = 0
mmap(0x7fe5a015e000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x6000) = 0x7fe5a015e000
close(8)                                = 0
mprotect(0x7fe5a015e000, 4096, PROT_READ) = 0
close(7)                                = 0
close(6)                                = 0
stat("/usr/lib64/python2.7/logging/re", 0x7fffc42fe480) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/re.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/remodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/re.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/re.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/logging/stat", 0x7fffc42fe480) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/stat.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/statmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/stat.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/stat.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(5)                                = 0
stat("/usr/lib64/python2.7/logging/types", 0x7fffc42fea00) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/types.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/typesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/types.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/types.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/logging/SocketServer", 0x7fffc42fea00) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/SocketServer.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/SocketServermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/SocketServer.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/logging/SocketServer.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/bin/SocketServer", 0x7fffc42fea00) = -1 ENOENT (No such file or directory)
open("/usr/bin/SocketServer.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/SocketServermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/SocketServer.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/SocketServer.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/SocketServer", 0x7fffc42fea00) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/SocketServer.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/SocketServermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/SocketServer.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=23849, ...}) = 0
open("/usr/lib64/python2.7/SocketServer.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=24052, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(6, "\3\363\r\n;y\36Xc\0\0\0\0\0\0\0\0\v\0\0\0@\0\0\0sO\2\0\0d\0"..., 4096) = 4096
fstat(6, {st_mode=S_IFREG|0644, st_size=24052, ...}) = 0
read(6, "t is\nbeing handled -- which may "..., 16384) = 16384
read(6, "\2\0d\1\0\204\0\0Z\3\0d\2\0\204\0\0Z\4\0d\3\0\204\0\0Z\5\0d\4\0"..., 4096) = 3572
read(6, "", 4096)                       = 0
close(6)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
stat("/usr/bin/select", 0x7fffc42fe480) = -1 ENOENT (No such file or directory)
open("/usr/bin/select.so", O_RDONLY)    = -1 ENOENT (No such file or directory)
open("/usr/bin/selectmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/select.py", O_RDONLY)    = -1 ENOENT (No such file or directory)
open("/usr/bin/select.pyc", O_RDONLY)   = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/select", 0x7fffc42fe480) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/select.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/selectmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/select.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/select.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/plat-linux2/select", 0x7fffc42fe480) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/select.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/selectmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/select.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/select.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/lib-dynload/select", 0x7fffc42fe480) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/lib-dynload/select.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/lib-dynload/selectmodule.so", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0755, st_size=29176, ...}) = 0
open("/usr/lib64/python2.7/lib-dynload/selectmodule.so", O_RDONLY|O_CLOEXEC) = 7
read(7, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240\35\0\0\0\0\0\0"..., 832) = 832
fstat(7, {st_mode=S_IFREG|0755, st_size=29176, ...}) = 0
mmap(NULL, 2123192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0x7fe59fd51000
mprotect(0x7fe59fd56000, 2093056, PROT_NONE) = 0
mmap(0x7fe59ff55000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0x4000) = 0x7fe59ff55000
close(7)                                = 0
mprotect(0x7fe59ff55000, 4096, PROT_READ) = 0
close(6)                                = 0
close(5)                                = 0
close(4)                                = 0
stat("/usr/lib/python2.7/site-packages/yum/operator", 0x7fffc42fef80) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/operator.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/operatormodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/operator.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/operator.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/site-packages/yum/tempfile", 0x7fffc42fef80) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/tempfile.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/tempfilemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/tempfile.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/tempfile.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/bin/tempfile", 0x7fffc42fef80) = -1 ENOENT (No such file or directory)
open("/usr/bin/tempfile.so", O_RDONLY)  = -1 ENOENT (No such file or directory)
open("/usr/bin/tempfilemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/tempfile.py", O_RDONLY)  = -1 ENOENT (No such file or directory)
open("/usr/bin/tempfile.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/tempfile", 0x7fffc42fef80) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/tempfile.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/tempfilemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/tempfile.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=18335, ...}) = 0
open("/usr/lib64/python2.7/tempfile.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=19814, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(5, "\3\363\r\n=y\36Xc\0\0\0\0\0\0\0\0\n\0\0\0@\0\0\0s\f\3\0\0d\0"..., 4096) = 4096
fstat(5, {st_mode=S_IFREG|0644, st_size=19814, ...}) = 0
read(5, " \0\0\0/usr/lib64/python2.7/tempfil"..., 12288) = 12288
read(5, "pyR\240\0\0\0%\2\0\0s\2\0\0\0\0\2c\1\0\0\0\1\0\0\0\1\0\0\0C"..., 4096) = 3430
read(5, "", 4096)                       = 0
close(5)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
stat("/usr/bin/io", 0x7fffc42fea00)     = -1 ENOENT (No such file or directory)
open("/usr/bin/io.so", O_RDONLY)        = -1 ENOENT (No such file or directory)
open("/usr/bin/iomodule.so", O_RDONLY)  = -1 ENOENT (No such file or directory)
open("/usr/bin/io.py", O_RDONLY)        = -1 ENOENT (No such file or directory)
open("/usr/bin/io.pyc", O_RDONLY)       = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/io", 0x7fffc42fea00) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/io.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/iomodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/io.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=3197, ...}) = 0
open("/usr/lib64/python2.7/io.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=3478, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(6, "\3\363\r\n<y\36Xc\0\0\0\0\0\0\0\0\22\0\0\0@\0\0\0s\245\1\0\0d\0"..., 4096) = 3478
fstat(6, {st_mode=S_IFREG|0644, st_size=3478, ...}) = 0
read(6, "", 4096)                       = 0
close(6)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
stat("/usr/bin/_io", 0x7fffc42fe480)    = -1 ENOENT (No such file or directory)
open("/usr/bin/_io.so", O_RDONLY)       = -1 ENOENT (No such file or directory)
open("/usr/bin/_iomodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/_io.py", O_RDONLY)       = -1 ENOENT (No such file or directory)
open("/usr/bin/_io.pyc", O_RDONLY)      = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/_io", 0x7fffc42fe480) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/_io.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/_iomodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/_io.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/_io.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/plat-linux2/_io", 0x7fffc42fe480) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/_io.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/_iomodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/_io.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/_io.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/lib-dynload/_io", 0x7fffc42fe480) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/lib-dynload/_io.so", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0755, st_size=156864, ...}) = 0
open("/usr/lib64/python2.7/lib-dynload/_io.so", O_RDONLY|O_CLOEXEC) = 7
read(7, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 }\0\0\0\0\0\0"..., 832) = 832
fstat(7, {st_mode=S_IFREG|0755, st_size=156864, ...}) = 0
mmap(NULL, 2249336, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0x7fe59fb2b000
mprotect(0x7fe59fb47000, 2093056, PROT_NONE) = 0
mmap(0x7fe59fd46000, 45056, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0x1b000) = 0x7fe59fd46000
close(7)                                = 0
mprotect(0x7fe59fd46000, 4096, PROT_READ) = 0
brk(0)                                  = 0x27ba000
brk(0x27db000)                          = 0x27db000
close(6)                                = 0
close(5)                                = 0
stat("/usr/bin/random", 0x7fffc42fea00) = -1 ENOENT (No such file or directory)
open("/usr/bin/random.so", O_RDONLY)    = -1 ENOENT (No such file or directory)
open("/usr/bin/randommodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/random.py", O_RDONLY)    = -1 ENOENT (No such file or directory)
open("/usr/bin/random.pyc", O_RDONLY)   = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/random", 0x7fffc42fea00) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/random.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/randommodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/random.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=32205, ...}) = 0
open("/usr/lib64/python2.7/random.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=25585, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(6, "\3\363\r\n=y\36Xc\0\0\0\0\0\0\0\0\31\0\0\0@ \0\0s\243\2\0\0d\0"..., 4096) = 4096
fstat(6, {st_mode=S_IFREG|0644, st_size=25585, ...}) = 0
read(6, "domness source if available.\n\n  "..., 20480) = 20480
read(6, "\360?(\2\0\0\0g\232\231\231\231\231\231\271?g\0\0\0\0\0\0\0@(\2\0\0\0g\0"..., 4096) = 1009
read(6, "", 4096)                       = 0
close(6)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
stat("/usr/bin/__future__", 0x7fffc42fe480) = -1 ENOENT (No such file or directory)
open("/usr/bin/__future__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/__future__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/__future__.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/__future__.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/__future__", 0x7fffc42fe480) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/__future__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/__future__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/__future__.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=4380, ...}) = 0
open("/usr/lib64/python2.7/__future__.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=4228, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(7, "\3\363\r\n;y\36Xc\0\0\0\0\0\0\0\0\7\0\0\0@\0\0\0s\355\0\0\0d\0"..., 4096) = 4096
fstat(7, {st_mode=S_IFREG|0644, st_size=4228, ...}) = 0
read(7, "\0\0/usr/lib64/python2.7/__future_"..., 4096) = 132
read(7, "", 4096)                       = 0
mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe59faea000
close(7)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
close(6)                                = 0
stat("/usr/bin/math", 0x7fffc42fe480)   = -1 ENOENT (No such file or directory)
open("/usr/bin/math.so", O_RDONLY)      = -1 ENOENT (No such file or directory)
open("/usr/bin/mathmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/math.py", O_RDONLY)      = -1 ENOENT (No such file or directory)
open("/usr/bin/math.pyc", O_RDONLY)     = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/math", 0x7fffc42fe480) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/math.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/mathmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/math.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/math.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/plat-linux2/math", 0x7fffc42fe480) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/math.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/mathmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/math.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/math.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/lib-dynload/math", 0x7fffc42fe480) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/lib-dynload/math.so", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0755, st_size=37352, ...}) = 0
open("/usr/lib64/python2.7/lib-dynload/math.so", O_RDONLY|O_CLOEXEC) = 7
read(7, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p%\0\0\0\0\0\0"..., 832) = 832
fstat(7, {st_mode=S_IFREG|0755, st_size=37352, ...}) = 0
mmap(NULL, 2131112, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0x7fe59f8e1000
mprotect(0x7fe59f8e8000, 2093056, PROT_NONE) = 0
mmap(0x7fe59fae7000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0x6000) = 0x7fe59fae7000
close(7)                                = 0
mprotect(0x7fe59fae7000, 4096, PROT_READ) = 0
close(6)                                = 0
stat("/usr/bin/binascii", 0x7fffc42fe480) = -1 ENOENT (No such file or directory)
open("/usr/bin/binascii.so", O_RDONLY)  = -1 ENOENT (No such file or directory)
open("/usr/bin/binasciimodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/binascii.py", O_RDONLY)  = -1 ENOENT (No such file or directory)
open("/usr/bin/binascii.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/binascii", 0x7fffc42fe480) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/binascii.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/binasciimodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/binascii.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/binascii.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/plat-linux2/binascii", 0x7fffc42fe480) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/binascii.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/binasciimodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/binascii.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/binascii.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/lib-dynload/binascii", 0x7fffc42fe480) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/lib-dynload/binascii.so", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0755, st_size=25704, ...}) = 0
open("/usr/lib64/python2.7/lib-dynload/binascii.so", O_RDONLY|O_CLOEXEC) = 7
read(7, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@\22\0\0\0\0\0\0"..., 832) = 832
fstat(7, {st_mode=S_IFREG|0755, st_size=25704, ...}) = 0
mmap(NULL, 2119832, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0x7fe59f6db000
mprotect(0x7fe59f6e0000, 2093056, PROT_NONE) = 0
mmap(0x7fe59f8df000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0x4000) = 0x7fe59f8df000
close(7)                                = 0
mprotect(0x7fe59f8df000, 4096, PROT_READ) = 0
close(6)                                = 0
stat("/usr/bin/hashlib", 0x7fffc42fe480) = -1 ENOENT (No such file or directory)
open("/usr/bin/hashlib.so", O_RDONLY)   = -1 ENOENT (No such file or directory)
open("/usr/bin/hashlibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/hashlib.py", O_RDONLY)   = -1 ENOENT (No such file or directory)
open("/usr/bin/hashlib.pyc", O_RDONLY)  = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/hashlib", 0x7fffc42fe480) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/hashlib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/hashlibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/hashlib.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=7658, ...}) = 0
open("/usr/lib64/python2.7/hashlib.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=6906, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(7, "\3\363\r\n<y\36Xc\0\0\0\0\0\0\0\0\6\0\0\0@\0\0\0s\206\1\0\0d\0"..., 4096) = 4096
fstat(7, {st_mode=S_IFREG|0644, st_size=6906, ...}) = 0
read(7, "y purposes in\n    a FIPS environ"..., 4096) = 2810
read(7, "", 4096)                       = 0
close(7)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
stat("/usr/bin/_hashlib", 0x7fffc42fdf00) = -1 ENOENT (No such file or directory)
open("/usr/bin/_hashlib.so", O_RDONLY)  = -1 ENOENT (No such file or directory)
open("/usr/bin/_hashlibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/_hashlib.py", O_RDONLY)  = -1 ENOENT (No such file or directory)
open("/usr/bin/_hashlib.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/_hashlib", 0x7fffc42fdf00) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/_hashlib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/_hashlibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/_hashlib.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/_hashlib.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/plat-linux2/_hashlib", 0x7fffc42fdf00) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/_hashlib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/_hashlibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/_hashlib.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/_hashlib.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/lib-dynload/_hashlib", 0x7fffc42fdf00) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/lib-dynload/_hashlib.so", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0755, st_size=22808, ...}) = 0
open("/usr/lib64/python2.7/lib-dynload/_hashlib.so", O_RDONLY|O_CLOEXEC) = 8
read(8, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360\37\0\0\0\0\0\0"..., 832) = 832
fstat(8, {st_mode=S_IFREG|0755, st_size=22808, ...}) = 0
mmap(NULL, 2117800, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0x7fe59f4d5000
mprotect(0x7fe59f4d9000, 2093056, PROT_NONE) = 0
mmap(0x7fe59f6d8000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x3000) = 0x7fe59f6d8000
mmap(0x7fe59f6da000, 168, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fe59f6da000
close(8)                                = 0
mprotect(0x7fe59f6d8000, 4096, PROT_READ) = 0
close(7)                                = 0
close(6)                                = 0
stat("/usr/bin/_random", 0x7fffc42fe480) = -1 ENOENT (No such file or directory)
open("/usr/bin/_random.so", O_RDONLY)   = -1 ENOENT (No such file or directory)
open("/usr/bin/_randommodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/_random.py", O_RDONLY)   = -1 ENOENT (No such file or directory)
open("/usr/bin/_random.pyc", O_RDONLY)  = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/_random", 0x7fffc42fe480) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/_random.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/_randommodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/_random.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/_random.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/plat-linux2/_random", 0x7fffc42fe480) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/_random.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/_randommodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/_random.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/_random.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/lib-dynload/_random", 0x7fffc42fe480) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/lib-dynload/_random.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/lib-dynload/_randommodule.so", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0755, st_size=16336, ...}) = 0
open("/usr/lib64/python2.7/lib-dynload/_randommodule.so", O_RDONLY|O_CLOEXEC) = 7
read(7, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\23\0\0\0\0\0\0"..., 832) = 832
fstat(7, {st_mode=S_IFREG|0755, st_size=16336, ...}) = 0
mmap(NULL, 2110512, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0x7fe59f2d1000
mprotect(0x7fe59f2d4000, 2093056, PROT_NONE) = 0
mmap(0x7fe59f4d3000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0x2000) = 0x7fe59f4d3000
close(7)                                = 0
mprotect(0x7fe59f4d3000, 4096, PROT_READ) = 0
close(6)                                = 0
open("/dev/urandom", O_RDONLY)          = 6
fstat(6, {st_mode=S_IFCHR|0666, st_rdev=makedev(1, 9), ...}) = 0
read(6, "\260D\247\364\376q\261\266\3.\241o\25\352\351\10", 16) = 16
close(5)                                = 0
stat("/usr/bin/fcntl", 0x7fffc42fea00)  = -1 ENOENT (No such file or directory)
open("/usr/bin/fcntl.so", O_RDONLY)     = -1 ENOENT (No such file or directory)
open("/usr/bin/fcntlmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/fcntl.py", O_RDONLY)     = -1 ENOENT (No such file or directory)
open("/usr/bin/fcntl.pyc", O_RDONLY)    = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/fcntl", 0x7fffc42fea00) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/fcntl.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/fcntlmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/fcntl.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/fcntl.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/plat-linux2/fcntl", 0x7fffc42fea00) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/fcntl.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/fcntlmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/fcntl.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/fcntl.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/lib-dynload/fcntl", 0x7fffc42fea00) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/lib-dynload/fcntl.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/lib-dynload/fcntlmodule.so", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0755, st_size=19208, ...}) = 0
open("/usr/lib64/python2.7/lib-dynload/fcntlmodule.so", O_RDONLY|O_CLOEXEC) = 7
read(7, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\16\0\0\0\0\0\0"..., 832) = 832
fstat(7, {st_mode=S_IFREG|0755, st_size=19208, ...}) = 0
mmap(NULL, 2113416, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0x7fe59f0cd000
mprotect(0x7fe59f0d0000, 2093056, PROT_NONE) = 0
mmap(0x7fe59f2cf000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0x2000) = 0x7fe59f2cf000
close(7)                                = 0
mprotect(0x7fe59f2cf000, 4096, PROT_READ) = 0
close(5)                                = 0
close(4)                                = 0
stat("/usr/lib/python2.7/site-packages/yum/shutil", 0x7fffc42fef80) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/shutil.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/shutilmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/shutil.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/shutil.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/bin/shutil", 0x7fffc42fef80) = -1 ENOENT (No such file or directory)
open("/usr/bin/shutil.so", O_RDONLY)    = -1 ENOENT (No such file or directory)
open("/usr/bin/shutilmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/shutil.py", O_RDONLY)    = -1 ENOENT (No such file or directory)
open("/usr/bin/shutil.pyc", O_RDONLY)   = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/shutil", 0x7fffc42fef80) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/shutil.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/shutilmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/shutil.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=18435, ...}) = 0
open("/usr/lib64/python2.7/shutil.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=18347, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(5, "\3\363\r\n=y\36Xc\0\0\0\0\0\0\0\0\21\0\0\0@\0\0\0s\273\2\0\0d\0"..., 4096) = 4096
fstat(5, {st_mode=S_IFREG|0644, st_size=18347, ...}) = 0
brk(0)                                  = 0x27db000
brk(0x27fc000)                          = 0x27fc000
read(5, "e a directory.\n\n    N(\7\0\0\0R\37\0\0\0R"..., 12288) = 12288
read(5, "\0d\3\0006}\n\0y\16\0t\10\0|\1\0\31}\v\0Wn\36\0\4t\t\0k\n\0"..., 4096) = 1963
read(5, "", 4096)                       = 0
close(5)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
stat("/usr/bin/grp", 0x7fffc42fea00)    = -1 ENOENT (No such file or directory)
open("/usr/bin/grp.so", O_RDONLY)       = -1 ENOENT (No such file or directory)
open("/usr/bin/grpmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/grp.py", O_RDONLY)       = -1 ENOENT (No such file or directory)
open("/usr/bin/grp.pyc", O_RDONLY)      = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/grp", 0x7fffc42fea00) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/grp.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/grpmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/grp.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/grp.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/plat-linux2/grp", 0x7fffc42fea00) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/grp.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/grpmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/grp.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/grp.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/lib-dynload/grp", 0x7fffc42fea00) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/lib-dynload/grp.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/lib-dynload/grpmodule.so", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0755, st_size=12352, ...}) = 0
open("/usr/lib64/python2.7/lib-dynload/grpmodule.so", O_RDONLY|O_CLOEXEC) = 7
read(7, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\16\0\0\0\0\0\0"..., 832) = 832
fstat(7, {st_mode=S_IFREG|0755, st_size=12352, ...}) = 0
mmap(NULL, 2107024, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0x7fe59eeca000
mprotect(0x7fe59eecc000, 2093056, PROT_NONE) = 0
mmap(0x7fe59f0cb000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0x1000) = 0x7fe59f0cb000
close(7)                                = 0
mprotect(0x7fe59f0cb000, 4096, PROT_READ) = 0
close(5)                                = 0
close(4)                                = 0
stat("/usr/lib/python2.7/site-packages/yum/yum", 0x7fffc42fef80) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/yum.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/yummodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/yum.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/yum.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/site-packages/yum/i18n", 0x7fffc42fef80) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/i18n.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/i18nmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/i18n.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0755, st_size=20927, ...}) = 0
open("/usr/lib/python2.7/site-packages/yum/i18n.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=16435, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(5, "\3\363\r\n\16*+Xc\0\0\0\0\0\0\0\0\217\0\0\0@\0\0\0s<\4\0\0d\0"..., 4096) = 4096
fstat(5, {st_mode=S_IFREG|0644, st_size=16435, ...}) = 0
read(5, "t\3\0\0\0ord(\2\0\0\0t\3\0\0\0msgt\4\0\0\0byte(\0"..., 12288) = 12288
read(5, "\2\"\1\3\5\6\1\n\2\f\1\f\2\t\24\5\1\24\1\16\2\5\1\24\1\3\1\20\1\r\1\7"..., 4096) = 51
read(5, "", 4096)                       = 0
close(5)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
stat("/usr/lib/python2.7/site-packages/yum/gettext", 0x7fffc42fea00) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/gettext.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/gettextmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/gettext.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/gettext.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/bin/gettext", {st_mode=S_IFREG|0755, st_size=36752, ...}) = 0
open("/usr/bin/gettext.so", O_RDONLY)   = -1 ENOENT (No such file or directory)
open("/usr/bin/gettextmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/gettext.py", O_RDONLY)   = -1 ENOENT (No such file or directory)
open("/usr/bin/gettext.pyc", O_RDONLY)  = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/gettext", 0x7fffc42fea00) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/gettext.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/gettextmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/gettext.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=19937, ...}) = 0
open("/usr/lib64/python2.7/gettext.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=15552, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(7, "\3\363\r\n<y\36Xc\0\0\0\0\0\0\0\0\f\0\0\0@\0\0\0s\264\1\0\0d\0"..., 4096) = 4096
fstat(7, {st_mode=S_IFREG|0644, st_size=15552, ...}) = 0
read(7, "\16\0d\f\0\204\0\0Z\17\0e\20\0d\16\0d\r\0\204\2\0Z\21\0RS(\17\0\0"..., 8192) = 8192
read(7, "\217\37\0}\v\0t\t\0j\f\0|\t\0|\3\0|\v\0\203\1\0\203\2\0}\n\0Wd"..., 4096) = 3264
read(7, "", 4096)                       = 0
close(7)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
stat("/usr/bin/locale", {st_mode=S_IFREG|0755, st_size=38680, ...}) = 0
open("/usr/bin/locale.so", O_RDONLY)    = -1 ENOENT (No such file or directory)
open("/usr/bin/localemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/locale.py", O_RDONLY)    = -1 ENOENT (No such file or directory)
open("/usr/bin/locale.pyc", O_RDONLY)   = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/locale", 0x7fffc42fe480) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/locale.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/localemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/locale.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=89428, ...}) = 0
open("/usr/lib64/python2.7/locale.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=49941, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(8, "\3\363\r\n<y\36Xc\0\0\0\0\0\0\0\0\27\0\0\0@\0\0\0s\315 \0\0d\0"..., 4096) = 4096
fstat(8, {st_mode=S_IFREG|0644, st_size=49941, ...}) = 0
read(8, "\2d\352\0026d\353\2d\354\0026d\353\2d\355\0026d\210\0d\356\0026d\266\1d\357\2"..., 45056) = 45056
read(8, "\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7"..., 4096) = 789
read(8, "", 4096)                       = 0
brk(0)                                  = 0x27fc000
brk(0x281e000)                          = 0x281e000
close(8)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
stat("/usr/bin/_locale", 0x7fffc42fdf00) = -1 ENOENT (No such file or directory)
open("/usr/bin/_locale.so", O_RDONLY)   = -1 ENOENT (No such file or directory)
open("/usr/bin/_localemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/_locale.py", O_RDONLY)   = -1 ENOENT (No such file or directory)
open("/usr/bin/_locale.pyc", O_RDONLY)  = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/_locale", 0x7fffc42fdf00) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/_locale.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/_localemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/_locale.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/_locale.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/plat-linux2/_locale", 0x7fffc42fdf00) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/_locale.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/_localemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/_locale.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/_locale.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/lib-dynload/_locale", 0x7fffc42fdf00) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/lib-dynload/_locale.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/lib-dynload/_localemodule.so", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0755, st_size=21248, ...}) = 0
open("/usr/lib64/python2.7/lib-dynload/_localemodule.so", O_RDONLY|O_CLOEXEC) = 9
read(9, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\33\0\0\0\0\0\0"..., 832) = 832
fstat(9, {st_mode=S_IFREG|0755, st_size=21248, ...}) = 0
mmap(NULL, 2115344, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 9, 0) = 0x7fe59ecc5000
mprotect(0x7fe59ecc9000, 2093056, PROT_NONE) = 0
mmap(0x7fe59eec8000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0x3000) = 0x7fe59eec8000
close(9)                                = 0
mprotect(0x7fe59eec8000, 4096, PROT_READ) = 0
close(8)                                = 0
brk(0)                                  = 0x281e000
brk(0x2841000)                          = 0x2841000
close(7)                                = 0
stat("/usr/bin/copy", 0x7fffc42fe480)   = -1 ENOENT (No such file or directory)
open("/usr/bin/copy.so", O_RDONLY)      = -1 ENOENT (No such file or directory)
open("/usr/bin/copymodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/copy.py", O_RDONLY)      = -1 ENOENT (No such file or directory)
open("/usr/bin/copy.pyc", O_RDONLY)     = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/copy", 0x7fffc42fe480) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/copy.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/copymodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/copy.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=11519, ...}) = 0
open("/usr/lib64/python2.7/copy.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=12194, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(8, "\3\363\r\n<y\36Xc\0\0\0\0\0\0\0\0\17\0\0\0@\0\0\0s\233\3\0\0d\0"..., 4096) = 4096
fstat(8, {st_mode=S_IFREG|0644, st_size=12194, ...}) = 0
read(8, "\0|\0\0j\1\0\203\0\0St\0\0|\0\0d\2\0\203\2\0rF\0|\0\0j\2\0"..., 4096) = 4096
read(8, "\315\1n\0\0|\10\0d\0\0k\t\0r\22\2x6\0|\10\0D]+\0}\16\0|\2"..., 4096) = 4002
read(8, "", 4096)                       = 0
close(8)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
stat("/usr/bin/org", 0x7fffc42fdf00)    = -1 ENOENT (No such file or directory)
open("/usr/bin/org.so", O_RDONLY)       = -1 ENOENT (No such file or directory)
open("/usr/bin/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/org.py", O_RDONLY)       = -1 ENOENT (No such file or directory)
open("/usr/bin/org.pyc", O_RDONLY)      = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/org", 0x7fffc42fdf00) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/org.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/org.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/org.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/plat-linux2/org", 0x7fffc42fdf00) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/org.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/org.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/org.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/lib-dynload/org", 0x7fffc42fdf00) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/lib-dynload/org.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/lib-dynload/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/lib-dynload/org.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/lib-dynload/org.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/site-packages/org", 0x7fffc42fdf00) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/site-packages/org.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/site-packages/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/site-packages/org.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/site-packages/org.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/site-packages/org", 0x7fffc42fdf00) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/org.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/org.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/org.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(7)                                = 0
close(5)                                = 0
stat("/usr/share/locale/en_AU.UTF-8/LC_MESSAGES/yum.mo", 0x7fffc42ff7f0) = -1 ENOENT (No such file or directory)
stat("/usr/share/locale/en_AU/LC_MESSAGES/yum.mo", 0x7fffc42ff7f0) = -1 ENOENT (No such file or directory)
stat("/usr/share/locale/en.UTF-8/LC_MESSAGES/yum.mo", 0x7fffc42ff7f0) = -1 ENOENT (No such file or directory)
stat("/usr/share/locale/en/LC_MESSAGES/yum.mo", 0x7fffc42ff7f0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/site-packages/yum/optparse", 0x7fffc42fea00) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/optparse.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/optparsemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/optparse.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/optparse.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/bin/optparse", 0x7fffc42fea00) = -1 ENOENT (No such file or directory)
open("/usr/bin/optparse.so", O_RDONLY)  = -1 ENOENT (No such file or directory)
open("/usr/bin/optparsemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/optparse.py", O_RDONLY)  = -1 ENOENT (No such file or directory)
open("/usr/bin/optparse.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/optparse", 0x7fffc42fea00) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/optparse.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/optparsemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/optparse.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=61124, ...}) = 0
open("/usr/lib64/python2.7/optparse.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=54049, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(7, "\3\363\r\n<y\36Xc\0\0\0\0\0\0\0\0\20\0\0\0@\0\0\0s\300\2\0\0d\0"..., 4096) = 4096
fstat(7, {st_mode=S_IFREG|0644, st_size=54049, ...}) = 0
read(7, "\2\0d\1\0\204\0\0Z\3\0d\2\0\204\0\0Z\4\0RS(\3\0\0\0s]\0\0\0"..., 49152) = 49152
read(7, "n 'wordmap' for which 's' is an "..., 4096) = 801
read(7, "", 4096)                       = 0
mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe59ec84000
close(7)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
stat("/usr/bin/textwrap", 0x7fffc42fe480) = -1 ENOENT (No such file or directory)
open("/usr/bin/textwrap.so", O_RDONLY)  = -1 ENOENT (No such file or directory)
open("/usr/bin/textwrapmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/textwrap.py", O_RDONLY)  = -1 ENOENT (No such file or directory)
open("/usr/bin/textwrap.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/textwrap", 0x7fffc42fe480) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/textwrap.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/textwrapmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/textwrap.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=17037, ...}) = 0
open("/usr/lib64/python2.7/textwrap.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=11899, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(8, "\3\363\r\n=y\36Xc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s\354\0\0\0d\0"..., 4096) = 4096
fstat(8, {st_mode=S_IFREG|0644, st_size=11899, ...}) = 0
read(8, "\32\0\0\0t\4\0\0\0text(\0\0\0\0(\0\0\0\0s \0\0\0/usr"..., 4096) = 4096
read(8, "expanded with string.expandtabs("..., 4096) = 3707
read(8, "", 4096)                       = 0
close(8)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
stat("/usr/bin/string", 0x7fffc42fdf00) = -1 ENOENT (No such file or directory)
open("/usr/bin/string.so", O_RDONLY)    = -1 ENOENT (No such file or directory)
open("/usr/bin/stringmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/string.py", O_RDONLY)    = -1 ENOENT (No such file or directory)
open("/usr/bin/string.pyc", O_RDONLY)   = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/string", 0x7fffc42fdf00) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/string.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/stringmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/string.py", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=20756, ...}) = 0
open("/usr/lib64/python2.7/string.pyc", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0644, st_size=20008, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(9, "\3\363\r\n=y\36Xc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s\226\2\0\0d\0"..., 4096) = 4096
fstat(9, {st_mode=S_IFREG|0644, st_size=20008, ...}) = 0
read(9, "elim)s(?:\n      (?P<escaped>%(de"..., 12288) = 12288
read(9, "old replaced by new. If the opti"..., 4096) = 3624
read(9, "", 4096)                       = 0
close(9)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
stat("/usr/bin/strop", 0x7fffc42fd980)  = -1 ENOENT (No such file or directory)
open("/usr/bin/strop.so", O_RDONLY)     = -1 ENOENT (No such file or directory)
open("/usr/bin/stropmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/strop.py", O_RDONLY)     = -1 ENOENT (No such file or directory)
open("/usr/bin/strop.pyc", O_RDONLY)    = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/strop", 0x7fffc42fd980) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/strop.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/stropmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/strop.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/strop.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/plat-linux2/strop", 0x7fffc42fd980) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/strop.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/stropmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/strop.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/strop.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/lib-dynload/strop", 0x7fffc42fd980) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/lib-dynload/strop.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/lib-dynload/stropmodule.so", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0755, st_size=28680, ...}) = 0
open("/usr/lib64/python2.7/lib-dynload/stropmodule.so", O_RDONLY|O_CLOEXEC) = 10
read(10, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\27\0\0\0\0\0\0"..., 832) = 832
fstat(10, {st_mode=S_IFREG|0755, st_size=28680, ...}) = 0
mmap(NULL, 2122728, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 10, 0) = 0x7fe59ea7d000
mprotect(0x7fe59ea82000, 2093056, PROT_NONE) = 0
mmap(0x7fe59ec81000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0x4000) = 0x7fe59ec81000
close(10)                               = 0
mprotect(0x7fe59ec81000, 4096, PROT_READ) = 0
close(9)                                = 0
close(8)                                = 0
close(7)                                = 0
stat("/usr/share/locale/en_AU.UTF-8/LC_MESSAGES/messages.mo", 0x7fffc42fef90) = -1 ENOENT (No such file or directory)
stat("/usr/share/locale/en_AU/LC_MESSAGES/messages.mo", 0x7fffc42fef90) = -1 ENOENT (No such file or directory)
stat("/usr/share/locale/en.UTF-8/LC_MESSAGES/messages.mo", 0x7fffc42fef90) = -1 ENOENT (No such file or directory)
stat("/usr/share/locale/en/LC_MESSAGES/messages.mo", 0x7fffc42fef90) = -1 ENOENT (No such file or directory)
stat("/usr/share/locale/en_AU.UTF-8/LC_MESSAGES/messages.mo", 0x7fffc42fef90) = -1 ENOENT (No such file or directory)
stat("/usr/share/locale/en_AU/LC_MESSAGES/messages.mo", 0x7fffc42fef90) = -1 ENOENT (No such file or directory)
stat("/usr/share/locale/en.UTF-8/LC_MESSAGES/messages.mo", 0x7fffc42fef90) = -1 ENOENT (No such file or directory)
stat("/usr/share/locale/en/LC_MESSAGES/messages.mo", 0x7fffc42fef90) = -1 ENOENT (No such file or directory)
stat("/usr/share/locale/en_AU.UTF-8/LC_MESSAGES/messages.mo", 0x7fffc42fef90) = -1 ENOENT (No such file or directory)
stat("/usr/share/locale/en_AU/LC_MESSAGES/messages.mo", 0x7fffc42fef90) = -1 ENOENT (No such file or directory)
stat("/usr/share/locale/en.UTF-8/LC_MESSAGES/messages.mo", 0x7fffc42fef90) = -1 ENOENT (No such file or directory)
stat("/usr/share/locale/en/LC_MESSAGES/messages.mo", 0x7fffc42fef90) = -1 ENOENT (No such file or directory)
stat("/usr/share/locale/en_AU.UTF-8/LC_MESSAGES/messages.mo", 0x7fffc42fef90) = -1 ENOENT (No such file or directory)
stat("/usr/share/locale/en_AU/LC_MESSAGES/messages.mo", 0x7fffc42fef90) = -1 ENOENT (No such file or directory)
stat("/usr/share/locale/en.UTF-8/LC_MESSAGES/messages.mo", 0x7fffc42fef90) = -1 ENOENT (No such file or directory)
stat("/usr/share/locale/en/LC_MESSAGES/messages.mo", 0x7fffc42fef90) = -1 ENOENT (No such file or directory)
close(5)                                = 0
stat("/usr/share/locale/en_AU.UTF-8/LC_MESSAGES/messages.mo", 0x7fffc42ff7f0) = -1 ENOENT (No such file or directory)
stat("/usr/share/locale/en_AU/LC_MESSAGES/messages.mo", 0x7fffc42ff7f0) = -1 ENOENT (No such file or directory)
stat("/usr/share/locale/en.UTF-8/LC_MESSAGES/messages.mo", 0x7fffc42ff7f0) = -1 ENOENT (No such file or directory)
stat("/usr/share/locale/en/LC_MESSAGES/messages.mo", 0x7fffc42ff7f0) = -1 ENOENT (No such file or directory)
close(4)                                = 0
stat("/usr/lib/python2.7/site-packages/yum/config", 0x7fffc42fef80) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/config.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/configmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/config.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0755, st_size=50107, ...}) = 0
open("/usr/lib/python2.7/site-packages/yum/config.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=47776, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(5, "\3\363\r\n\16*+Xc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s\212\3\0\0d\0"..., 4096) = 4096
fstat(5, {st_mode=S_IFREG|0644, st_size=47776, ...}) = 0
read(5, "\0C\0\0\0s\4\0\0\0|\1\0S(\1\0\0\0s\f\1\0\0Parse th"..., 40960) = 40960
read(5, "y\31\0t\4\0t\5\0|\0\0j\3\0\203\1\0\203\1\0}\1\0Wn\10\0\1\1\1d"..., 4096) = 2720
read(5, "", 4096)                       = 0
close(5)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
stat("/usr/lib/python2.7/site-packages/yum/warnings", 0x7fffc42fea00) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/warnings.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/warningsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/warnings.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/warnings.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/site-packages/yum/copy", 0x7fffc42fea00) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/copy.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/copymodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/copy.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/copy.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/site-packages/yum/urlparse", 0x7fffc42fea00) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/urlparse.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/urlparsemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/urlparse.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/urlparse.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/bin/urlparse", 0x7fffc42fea00) = -1 ENOENT (No such file or directory)
open("/usr/bin/urlparse.so", O_RDONLY)  = -1 ENOENT (No such file or directory)
open("/usr/bin/urlparsemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/urlparse.py", O_RDONLY)  = -1 ENOENT (No such file or directory)
open("/usr/bin/urlparse.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/urlparse", 0x7fffc42fea00) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/urlparse.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/urlparsemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/urlparse.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=15127, ...}) = 0
open("/usr/lib64/python2.7/urlparse.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=14505, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(7, "\3\363\r\n=y\36Xc\0\0\0\0\0\0\0\0\27\0\0\0@\0\0\0s\305\2\0\0d\0"..., 4096) = 4096
fstat(7, {st_mode=S_IFREG|0644, st_size=14505, ...}) = 0
read(7, "path query fragmentc\0\0\0\0\0\0\0\0\1\0\0\0"..., 8192) = 8192
read(7, "            blank values are to "..., 4096) = 2217
read(7, "", 4096)                       = 0
mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe59ea3c000
close(7)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
brk(0)                                  = 0x2841000
brk(0x2862000)                          = 0x2862000
close(5)                                = 0
stat("/usr/lib/python2.7/site-packages/yum/shlex", 0x7fffc42fea00) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/shlex.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/shlexmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/shlex.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/shlex.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/bin/shlex", 0x7fffc42fea00)  = -1 ENOENT (No such file or directory)
open("/usr/bin/shlex.so", O_RDONLY)     = -1 ENOENT (No such file or directory)
open("/usr/bin/shlexmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/shlex.py", O_RDONLY)     = -1 ENOENT (No such file or directory)
open("/usr/bin/shlex.pyc", O_RDONLY)    = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/shlex", 0x7fffc42fea00) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/shlex.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/shlexmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/shlex.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=11137, ...}) = 0
open("/usr/lib64/python2.7/shlex.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=7542, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(7, "\3\363\r\n=y\36Xc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s\25\1\0\0d\0"..., 4096) = 4096
fstat(7, {st_mode=S_IFREG|0644, st_size=7542, ...}) = 0
read(7, "Hn\0\0t\22\0d\f\0\202\2\0n\0\0|\3\0|\0\0j\7\0k\2\0rv\2|"..., 4096) = 3446
read(7, "", 4096)                       = 0
close(7)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
close(5)                                = 0
stat("/usr/lib/python2.7/site-packages/yum/parser", 0x7fffc42fea00) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/parser.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/parsermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/parser.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0755, st_size=8164, ...}) = 0
open("/usr/lib/python2.7/site-packages/yum/parser.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=6655, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(7, "\3\363\r\n\16*+Xc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0sk\0\0\0d\0"..., 4096) = 4096
fstat(7, {st_mode=S_IFREG|0644, st_size=6655, ...}) = 0
read(7, "match(\0\0\0\0(\0\0\0\0s.\0\0\0/usr/lib/pyt"..., 4096) = 2559
read(7, "", 4096)                       = 0
close(7)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
stat("/usr/lib/python2.7/site-packages/yum/urlgrabber", 0x7fffc42fe480) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/urlgrabber.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/urlgrabbermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/urlgrabber.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/yum/urlgrabber.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/bin/urlgrabber", {st_mode=S_IFREG|0755, st_size=12465, ...}) = 0
open("/usr/bin/urlgrabber.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/urlgrabbermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/urlgrabber.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/urlgrabber.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/urlgrabber", 0x7fffc42fe480) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/urlgrabber.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/urlgrabbermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/urlgrabber.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/urlgrabber.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/plat-linux2/urlgrabber", 0x7fffc42fe480) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/urlgrabber.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/urlgrabbermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/urlgrabber.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/urlgrabber.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/lib-dynload/urlgrabber", 0x7fffc42fe480) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/lib-dynload/urlgrabber.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/lib-dynload/urlgrabbermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/lib-dynload/urlgrabber.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/lib-dynload/urlgrabber.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/site-packages/urlgrabber", 0x7fffc42fe480) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/site-packages/urlgrabber.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/site-packages/urlgrabbermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/site-packages/urlgrabber.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/site-packages/urlgrabber.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/site-packages/urlgrabber", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/lib/python2.7/site-packages/urlgrabber/__init__.py", {st_mode=S_IFREG|0644, st_size=2362, ...}) = 0
stat("/usr/lib/python2.7/site-packages/urlgrabber/__init__", 0x7fffc42fe430) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/urlgrabber/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/urlgrabber/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/urlgrabber/__init__.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=2362, ...}) = 0
open("/usr/lib/python2.7/site-packages/urlgrabber/__init__.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=1724, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(8, "\3\363\r\n\rIURc\0\0\0\0\0\0\0\0\2\0\0\0@\0\0\0s>\0\0\0d\0"..., 4096) = 1724
fstat(8, {st_mode=S_IFREG|0644, st_size=1724, ...}) = 0
read(8, "", 4096)                       = 0
close(8)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
stat("/usr/lib/python2.7/site-packages/urlgrabber", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/lib/python2.7/site-packages/urlgrabber", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/lib/python2.7/site-packages/urlgrabber/grabber", 0x7fffc42fdeb0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/urlgrabber/grabber.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/urlgrabber/grabbermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/urlgrabber/grabber.py", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=95575, ...}) = 0
open("/usr/lib/python2.7/site-packages/urlgrabber/grabber.pyc", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0644, st_size=82866, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(9, "\3\363\r\n(G\36Xc\0\0\0\0\0\0\0\0\r\0\0\0@\0\0\0so\4\0\0d\0"..., 4096) = 4096
fstat(9, {st_mode=S_IFREG|0644, st_size=82866, ...}) = 0
brk(0)                                  = 0x2862000
brk(0x2885000)                          = 0x2885000
read(9, "ndwidth in bytes/second.  If thr"..., 77824) = 77824
read(9, "\0\0t\t\0\0\0readlinesR\t\1\0\0RZ\0\0\0R\26\1\0\0("..., 4096) = 946
read(9, "", 4096)                       = 0
close(9)                                = 0
munmap(0x7fe5ae812000, 4096)            = 0
stat("/usr/lib/python2.7/site-packages/urlgrabber/os", 0x7fffc42fd930) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/urlgrabber/os.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/urlgrabber/osmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/urlgrabber/os.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/urlgrabber/os.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/site-packages/urlgrabber/sys", 0x7fffc42fd930) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/urlgrabber/sys.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/urlgrabber/sysmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/urlgrabber/sys.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/urlgrabber/sys.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/site-packages/urlgrabber/urlparse", 0x7fffc42fd930) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/urlgrabber/urlparse.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/urlgrabber/urlparsemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/urlgrabber/urlparse.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/urlgrabber/urlparse.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/site-packages/urlgrabber/time", 0x7fffc42fd930) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/urlgrabber/time.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/urlgrabber/timemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/urlgrabber/time.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/urlgrabber/time.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/site-packages/urlgrabber/string", 0x7fffc42fd930) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/urlgrabber/string.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/urlgrabber/stringmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/urlgrabber/string.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/urlgrabber/string.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/site-packages/urlgrabber/urllib", 0x7fffc42fd930) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/urlgrabber/urllib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/urlgrabber/urllibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/urlgrabber/urllib.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/urlgrabber/urllib.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/bin/urllib", 0x7fffc42fd930) = -1 ENOENT (No such file or directory)
open("/usr/bin/urllib.so", O_RDONLY)    = -1 ENOENT (No such file or directory)
open("/usr/bin/urllibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/urllib.py", O_RDONLY)    = -1 ENOENT (No such file or directory)
open("/usr/bin/urllib.pyc", O_RDONLY)   = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/urllib", 0x7fffc42fd930) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/urllib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/urllibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/urllib.py", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0644, st_size=58415, ...}) = 0
open("/usr/lib64/python2.7/urllib.pyc", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=50265, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(10, "\3\363\r\n=y\36Xc\0\0\0\0\0\0\0\0\34\0\0\0@\0\0\0s\326\4\0\0d\0"..., 4096) = 4096
fstat(10, {st_mode=S_IFREG|0644, st_size=50265, ...}) = 0
read(10, "\0\0ftpcache(\0\0\0\0(\0\0\0\0(\0\0\0\0s\36\0\0\0/u"..., 45056) = 45056
read(10, "\0\3\0\0\0\4\0\0\0C\0\0\0s\26\0\0\0d\1\0|\0\0|\1\0|\2\0f\3"..., 4096) = 1113
read(10, "", 4096)                      = 0
close(10)                               = 0
munmap(0x7fe5ae812000, 4096)            = 0
stat("/usr/bin/base64", {st_mode=S_IFREG|0755, st_size=37352, ...}) = 0
open("/usr/bin/base64.so", O_RDONLY)    = -1 ENOENT (No such file or directory)
open("/usr/bin/base64module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/base64.py", O_RDONLY)    = -1 ENOENT (No such file or directory)
open("/usr/bin/base64.pyc", O_RDONLY)   = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/base64", 0x7fffc42fd3b0) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/base64.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/base64module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/base64.py", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0755, st_size=11357, ...}) = 0
open("/usr/lib64/python2.7/base64.pyc", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0644, st_size=10888, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(11, "\3\363\r\n;y\36Xc\0\0\0\0\0\0\0\0\16\0\0\0@\0\0\0s\255\2\0\0d\0"..., 4096) = 4096
fstat(11, {st_mode=S_IFREG|0644, st_size=10888, ...}) = 0
read(11, "\0\0Ji\t\0\0\0t\1\0\0\0Si\22\0\0\0t\1\0\0\0003i\33\0\0\0t\1"..., 4096) = 4096
read(11, "\3\1\0\0s\n\0\0\0\0\v\6\1\17\1\22\1\17\1iL\0\0\0c\2\0\0\0\5\0\0"..., 4096) = 2696
read(11, "", 4096)                      = 0
mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe59e9fb000
close(11)                               = 0
munmap(0x7fe5ae812000, 4096)            = 0
close(10)                               = 0
stat("/usr/bin/ssl", 0x7fffc42fd3b0)    = -1 ENOENT (No such file or directory)
open("/usr/bin/ssl.so", O_RDONLY)       = -1 ENOENT (No such file or directory)
open("/usr/bin/sslmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/ssl.py", O_RDONLY)       = -1 ENOENT (No such file or directory)
open("/usr/bin/ssl.pyc", O_RDONLY)      = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/ssl", 0x7fffc42fd3b0) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/ssl.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/sslmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/ssl.py", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=37959, ...}) = 0
open("/usr/lib64/python2.7/ssl.pyc", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0644, st_size=32313, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(11, "\3\363\r\n=y\36Xc\0\0\0\0\0\0\0\0\n\0\0\0@\0\0\0s:\4\0\0d\0"..., 4096) = 4096
fstat(11, {st_mode=S_IFREG|0644, st_size=32313, ...}) = 0
read(11, "LSyscallErrort\v\0\0\0SSLEOFError(\3\0"..., 24576) = 24576
read(11, "%d %H:%M:%S %Y GMTi\3\0\0\0i\1\0\0\0s*\0\0"..., 4096) = 3641
read(11, "", 4096)                      = 0
close(11)                               = 0
munmap(0x7fe5ae812000, 4096)            = 0
stat("/usr/bin/contextlib", 0x7fffc42fce30) = -1 ENOENT (No such file or directory)
open("/usr/bin/contextlib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/contextlibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/contextlib.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/contextlib.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/contextlib", 0x7fffc42fce30) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/contextlib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/contextlibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/contextlib.py", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0644, st_size=4424, ...}) = 0
open("/usr/lib64/python2.7/contextlib.pyc", O_RDONLY) = 12
fstat(12, {st_mode=S_IFREG|0644, st_size=4454, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(12, "\3\363\r\n<y\36Xc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\211\0\0\0d\0"..., 4096) = 4096
fstat(12, {st_mode=S_IFREG|0644, st_size=4454, ...}) = 0
read(12, "(\0\0\0\0s\"\0\0\0/usr/lib64/python2.7/c"..., 4096) = 358
read(12, "", 4096)                      = 0
close(12)                               = 0
munmap(0x7fe5ae812000, 4096)            = 0
close(11)                               = 0
brk(0)                                  = 0x2885000
brk(0x28a6000)                          = 0x28a6000
stat("/usr/bin/ConfigParser", 0x7fffc42fccc0) = -1 ENOENT (No such file or directory)
open("/usr/bin/ConfigParser.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/ConfigParsermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/ConfigParser.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/ConfigParser.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/ConfigParser", 0x7fffc42fccc0) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/ConfigParser.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/ConfigParsermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/ConfigParser.py", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0644, st_size=27746, ...}) = 0
open("/usr/lib64/python2.7/ConfigParser.pyc", O_RDONLY) = 12
fstat(12, {st_mode=S_IFREG|0644, st_size=25213, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(12, "\3\363\r\n;y\36Xc\0\0\0\0\0\0\0\0\r\0\0\0@\0\0\0s\275\1\0\0d\0"..., 4096) = 4096
fstat(12, {st_mode=S_IFREG|0644, st_size=25213, ...}) = 0
read(12, "etter for 'message'; needed only"..., 20480) = 20480
read(12, "rrorRM\0\0\0Rm\0\0\0R\253\0\0\0R\243\0\0\0R;\0\0\0R\202\0"..., 4096) = 637
read(12, "", 4096)                      = 0
close(12)                               = 0
munmap(0x7fe5ae812000, 4096)            = 0
close(11)                               = 0
open("/etc/python/cert-verification.cfg", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0644, st_size=381, ...}) = 0
fstat(11, {st_mode=S_IFREG|0644, st_size=381, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(11, "# Possible values are:\n# 'enable"..., 4096) = 381
read(11, "", 4096)                      = 0
close(11)                               = 0
munmap(0x7fe5ae812000, 4096)            = 0
close(10)                               = 0
close(9)                                = 0
stat("/usr/lib/python2.7/site-packages/urlgrabber/urllib2", 0x7fffc42fd930) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/urlgrabber/urllib2.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/urlgrabber/urllib2module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/urlgrabber/urllib2.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/urlgrabber/urllib2.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/bin/urllib2", 0x7fffc42fd930) = -1 ENOENT (No such file or directory)
open("/usr/bin/urllib2.so", O_RDONLY)   = -1 ENOENT (No such file or directory)
open("/usr/bin/urllib2module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/urllib2.py", O_RDONLY)   = -1 ENOENT (No such file or directory)
open("/usr/bin/urllib2.pyc", O_RDONLY)  = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/urllib2", 0x7fffc42fd930) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/urllib2.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/urllib2module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/urllib2.py", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0644, st_size=53110, ...}) = 0
open("/usr/lib64/python2.7/urllib2.pyc", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=47730, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(10, "\3\363\r\n=y\36Xc\0\0\0\0\0\0\0\0\7\0\0\0@\0\0\0sW\4\0\0d\0"..., 4096) = 4096
fstat(10, {st_mode=S_IFREG|0644, st_size=47730, ...}) = 0
read(10, "ddinfourlt\t\0\0\0splitportt\10\0\0\0spli"..., 40960) = 40960
read(10, "RF\0\0\0RL\0\0\0R\323\1\0\0R%\0\0\0R\325\1\0\0(\0\0\0\0(\0"..., 4096) = 2674
read(10, "", 4096)                      = 0
mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe59e9ba000
close(10)                               = 0
munmap(0x7fe5ae812000, 4096)            = 0
stat("/usr/bin/httplib", 0x7fffc42fd3b0) = -1 ENOENT (No such file or directory)
open("/usr/bin/httplib.so", O_RDONLY)   = -1 ENOENT (No such file or directory)
open("/usr/bin/httplibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/httplib.py", O_RDONLY)   = -1 ENOENT (No such file or directory)
open("/usr/bin/httplib.pyc", O_RDONLY)  = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/httplib", 0x7fffc42fd3b0) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/httplib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/httplibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/httplib.py", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=49613, ...}) = 0
open("/usr/lib64/python2.7/httplib.pyc", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0644, st_size=36458, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(11, "\3\363\r\n<y\36Xc\0\0\0\0\0\0\0\0\22\0\0\0@\0\0\0s\252\5\0\0d\0"..., 4096) = 4096
fstat(11, {st_mode=S_IFREG|0644, st_size=36458, ...}) = 0
read(11, "\0\0\0urlsplitt\6\0\0\0ignores\34\0\0\0.*mim"..., 28672) = 28672
read(11, "64/python2.7/httplib.pyR=\0\0\0007\5\0\0"..., 4096) = 3690
read(11, "", 4096)                      = 0
close(11)                               = 0
munmap(0x7fe5ae812000, 4096)            = 0
stat("/usr/bin/array", 0x7fffc42fce30)  = -1 ENOENT (No such file or directory)
open("/usr/bin/array.so", O_RDONLY)     = -1 ENOENT (No such file or directory)
open("/usr/bin/arraymodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/array.py", O_RDONLY)     = -1 ENOENT (No such file or directory)
open("/usr/bin/array.pyc", O_RDONLY)    = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/array", 0x7fffc42fce30) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/array.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/arraymodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/array.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/array.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/plat-linux2/array", 0x7fffc42fce30) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/array.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/arraymodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/array.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/array.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/lib-dynload/array", 0x7fffc42fce30) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/lib-dynload/array.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/lib-dynload/arraymodule.so", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0755, st_size=48152, ...}) = 0
open("/usr/lib64/python2.7/lib-dynload/arraymodule.so", O_RDONLY|O_CLOEXEC) = 12
read(12, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p,\0\0\0\0\0\0"..., 832) = 832
fstat(12, {st_mode=S_IFREG|0755, st_size=48152, ...}) = 0
mmap(NULL, 2141792, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 12, 0) = 0x7fe59e7af000
mprotect(0x7fe59e7b8000, 2093056, PROT_NONE) = 0
mmap(0x7fe59e9b7000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 12, 0x8000) = 0x7fe59e9b7000
close(12)                               = 0
mprotect(0x7fe59e9b7000, 4096, PROT_READ) = 0
close(11)                               = 0
stat("/usr/bin/mimetools", 0x7fffc42fce30) = -1 ENOENT (No such file or directory)
open("/usr/bin/mimetools.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/mimetoolsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/mimetools.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/mimetools.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/mimetools", 0x7fffc42fce30) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/mimetools.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/mimetoolsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/mimetools.py", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0644, st_size=7168, ...}) = 0
open("/usr/lib64/python2.7/mimetools.pyc", O_RDONLY) = 12
fstat(12, {st_mode=S_IFREG|0644, st_size=8222, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(12, "\3\363\r\n<y\36Xc\0\0\0\0\0\0\0\0\10\0\0\0@\0\0\0s\306\1\0\0d\0"..., 4096) = 4096
fstat(12, {st_mode=S_IFREG|0644, st_size=8222, ...}) = 0
read(12, "unters\0\0\0s\n\0\0\0\0\2\n\1\n\1\6\1\n\1c\0\0\0\0\5\0\0"..., 4096) = 4096
read(12, "\7\1\7\1\7\1\7\1\n\3\3\1\7\1\7\1\7\1\7\1\7\1\n\3\t\5\t\n\t\6", 4096) = 30
read(12, "", 4096)                      = 0
close(12)                               = 0
munmap(0x7fe5ae812000, 4096)            = 0
stat("/usr/bin/rfc822", 0x7fffc42fc8b0) = -1 ENOENT (No such file or directory)
open("/usr/bin/rfc822.so", O_RDONLY)    = -1 ENOENT (No such file or directory)
open("/usr/bin/rfc822module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/rfc822.py", O_RDONLY)    = -1 ENOENT (No such file or directory)
open("/usr/bin/rfc822.pyc", O_RDONLY)   = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/rfc822", 0x7fffc42fc8b0) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/rfc822.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/rfc822module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/rfc822.py", O_RDONLY) = 12
fstat(12, {st_mode=S_IFREG|0644, st_size=33295, ...}) = 0
open("/usr/lib64/python2.7/rfc822.pyc", O_RDONLY) = 13
fstat(13, {st_mode=S_IFREG|0644, st_size=31791, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(13, "\3\363\r\n=y\36Xc\0\0\0\0\0\0\0\0\30\0\0\0@\0\0\0s\271\3\0\0d\0"..., 4096) = 4096
fstat(13, {st_mode=S_IFREG|0644, st_size=31791, ...}) = 0
brk(0)                                  = 0x28a6000
brk(0x28ca000)                          = 0x28ca000
read(13, "\204\0\0Z\4\0d\4\0\204\0\0Z\5\0d\5\0\204\0\0Z\6\0d\6\0\204\0\0Z\7"..., 24576) = 24576
read(13, "\n\0ru\3\1\1\1n\1\0X|\f\0r\277\3|\f\0d\1\0k\0\0r\230\3d\2"..., 4096) = 3119
read(13, "", 4096)                      = 0
close(13)                               = 0
munmap(0x7fe5ae812000, 4096)            = 0
close(12)                               = 0
close(11)                               = 0
close(10)                               = 0
stat("/usr/bin/bisect", 0x7fffc42fd3b0) = -1 ENOENT (No such file or directory)
open("/usr/bin/bisect.so", O_RDONLY)    = -1 ENOENT (No such file or directory)
open("/usr/bin/bisectmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/bisect.py", O_RDONLY)    = -1 ENOENT (No such file or directory)
open("/usr/bin/bisect.pyc", O_RDONLY)   = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/bisect", 0x7fffc42fd3b0) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/bisect.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/bisectmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/bisect.py", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=2595, ...}) = 0
open("/usr/lib64/python2.7/bisect.pyc", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0644, st_size=3071, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe5ae812000
read(11, "\3\363\r\n<y\36Xc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0st\0\0\0d\0"..., 4096) = 3071
fstat(11, {st_mode=S_IFREG|0644, st_size=3071, ...}) = 0
read(11, "", 4096)                      = 0
close(11)                               = 0
munmap(0x7fe5ae812000, 4096)            = 0
stat("/usr/bin/_bisect", 0x7fffc42fce30) = -1 ENOENT (No such file or directory)
open("/usr/bin/_bisect.so", O_RDONLY)   = -1 ENOENT (No such file or directory)
open("/usr/bin/_bisectmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/_bisect.py", O_RDONLY)   = -1 ENOENT (No such file or directory)
open("/usr/bin/_bisect.pyc", O_RDONLY)  = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/_bisect", 0x7fffc42fce30) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/_bisect.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/_bisectmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/_bisect.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/_bisect.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/plat-linux2/_bisect", 0x7fffc42fce30) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/_bisect.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/_bisectmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/_bisect.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/_bisect.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/lib-dynload/_bisect", 0x7fffc42fce30) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/lib-dynload/_bisect.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/lib-dynload/_bisectmodule.so", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0755, st_size=13432, ...}) = 0
open("/usr/lib64/python2.7/lib-dynload/_bisectmodule.so", O_RDONLY|O_CLOEXEC) = 12
read(12, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\r\0\0\0\0\0\0"..., 832) = 832
fstat(12, {st_mode=S_IFREG|0755, st_size=13432, ...}) = 0
mmap(NULL, 2107656, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 12, 0) = 0x7fe59e5ac000
mprotect(0x7fe59e5ae000, 2093056, PROT_NONE) = 0
mmap(0x7fe59e7ad000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 12, 0x1000) = 0x7fe59e7ad000
close(12)                               = 0
mprotect(0x7fe59e7ad000, 4096, PROT_READ) = 0
close(11)                               = 0
close(10)                               = 0
close(9)                                = 0
stat("/usr/lib/python2.7/site-packages/urlgrabber/httplib", 0x7fffc42fd930) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/urlgrabber/httplib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/urlgrabber/httplibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/urlgrabber/httplib.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/urlgrabber/httplib.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/site-packages/urlgrabber/mimetools", 0x7fffc42fd930) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/urlgrabber/mimetools.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/urlgrabber/mimetoolsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/urlgrabber/mimetools.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/urlgrabber/mimetools.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/site-packages/urlgrabber/thread", 0x7fffc42fd930) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/urlgrabber/thread.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/urlgrabber/threadmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/urlgrabber/thread.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/urlgrabber/thread.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/site-packages/urlgrabber/types", 0x7fffc42fd930) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/urlgrabber/types.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/urlgrabber/typesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/urlgrabber/types.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/urlgrabber/types.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/site-packages/urlgrabber/stat", 0x7fffc42fd930) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/urlgrabber/stat.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/urlgrabber/statmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/urlgrabber/stat.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/urlgrabber/stat.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/site-packages/urlgrabber/pycurl", 0x7fffc42fd930) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/urlgrabber/pycurl.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/urlgrabber/pycurlmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/urlgrabber/pycurl.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site-packages/urlgrabber/pycurl.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/bin/pycurl", 0x7fffc42fd930) = -1 ENOENT (No such file or directory)
open("/usr/bin/pycurl.so", O_RDONLY)    = -1 ENOENT (No such file or directory)
open("/usr/bin/pycurlmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/pycurl.py", O_RDONLY)    = -1 ENOENT (No such file or directory)
open("/usr/bin/pycurl.pyc", O_RDONLY)   = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/pycurl", 0x7fffc42fd930) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/pycurl.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/pycurlmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/pycurl.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/pycurl.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/plat-linux2/pycurl", 0x7fffc42fd930) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/pycurl.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/pycurlmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/pycurl.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/plat-linux2/pycurl.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/lib-dynload/pycurl", 0x7fffc42fd930) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/lib-dynload/pycurl.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/lib-dynload/pycurlmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/lib-dynload/pycurl.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/lib-dynload/pycurl.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib64/python2.7/site-packages/pycurl", 0x7fffc42fd930) = -1 ENOENT (No such file or directory)
open("/usr/lib64/python2.7/site-packages/pycurl.so", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0755, st_size=70744, ...}) = 0
open("/usr/lib64/python2.7/site-packages/pycurl.so", O_RDONLY|O_CLOEXEC) = 10
read(10, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\2202\0\0\0\0\0\0"..., 832) = 832
fstat(10, {st_mode=S_IFREG|0755, st_size=70744, ...}) = 0
mmap(NULL, 2164096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 10, 0) = 0x7fe59e39b000
mprotect(0x7fe59e3aa000, 2093056, PROT_NONE) = 0
mmap(0x7fe59e5a9000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0xe000) = 0x7fe59e5a9000
close(10)                               = 0
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=46520, ...}) = 0
mmap(NULL, 46520, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7fe5ae807000
close(10)                               = 0
open("/usr/local/lib/libcurl.so.4", O_RDONLY|O_CLOEXEC) = 10
read(10, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 \220\0\0\0\0\0\0"..., 832) = 832
fstat(10, {st_mode=S_IFREG|0755, st_size=473288, ...}) = 0
mmap(NULL, 2514120, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 10, 0) = 0x7fe59e135000
mprotect(0x7fe59e199000, 2093056, PROT_NONE) = 0
mmap(0x7fe59e398000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0x63000) = 0x7fe59e398000
close(10)                               = 0
open("/lib64/libssl.so.1.1", O_RDONLY|O_CLOEXEC) = 10
read(10, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0pu\1\0\0\0\0\0"..., 832) = 832
fstat(10, {st_mode=S_IFREG|0755, st_size=520912, ...}) = 0
mmap(NULL, 2545896, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 10, 0) = 0x7fe59dec7000
mprotect(0x7fe59df2b000, 2097152, PROT_NONE) = 0
mmap(0x7fe59e12b000, 40960, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0x64000) = 0x7fe59e12b000
close(10)                               = 0
open("/lib64/libcrypto.so.1.1", O_RDONLY|O_CLOEXEC) = 10
read(10, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\200\6\0\0\0\0\0"..., 832) = 832
fstat(10, {st_mode=S_IFREG|0755, st_size=2929224, ...}) = 0
mmap(NULL, 4730584, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 10, 0) = 0x7fe59da44000
mprotect(0x7fe59dc9d000, 2097152, PROT_NONE) = 0
mmap(0x7fe59de9d000, 159744, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0x259000) = 0x7fe59de9d000
mmap(0x7fe59dec4000, 11992, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fe59dec4000
close(10)                               = 0
mprotect(0x7fe59de9d000, 118784, PROT_READ) = 0
mprotect(0x7fe59e12b000, 16384, PROT_READ) = 0
stat("/etc/sysconfig/64bit_strstr_via_64bit_strstr_sse2_unaligned", 0x7fffc42fe220) = -1 ENOENT (No such file or directory)
mprotect(0x7fe59e398000, 8192, PROT_READ) = 0
munmap(0x7fe5ae807000, 46520)           = 0
munmap(0x7fe59e39b000, 2164096)         = 0
munmap(0x7fe59e135000, 2514120)         = 0
close(9)                                = 0
close(8)                                = 0
close(7)                                = 0
close(5)                                = 0
close(4)                                = 0
close(3)                                = 0
write(2, "There was a problem importing on"..., 588There was a problem importing one of the Python modules
required to run yum. The error leading to this problem was:

   /usr/lib64/python2.7/site-packages/pycurl.so: undefined symbol: CRYPTO_num_locks

Please install a package which provides this module, or
verify that the module is installed correctly.

It's possible that the above module doesn't match the
current version of Python, which is:
2.7.5 (default, Nov  6 2016, 00:28:07) 
[GCC 4.8.5 20150623 (Red Hat 4.8.5-11)]

If you cannot solve this problem yourself, please go to 
the yum faq at:
  http://yum.baseurl.org/wiki/Faq
  
) = 588
write(2, "\n", 1
)                       = 1
rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER, 0x7fe5ae01d370}, {0x7fe5ae340420, [], SA_RESTORER, 0x7fe5ae01d370}, 8) = 0
close(6)                                = 0
rt_sigprocmask(SIG_BLOCK, ~[RTMIN RT_1], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
exit_group(1)                           = ?
+++ exited with 1 +++
ldd on pycurl.so
Code:
ldd /usr/lib64/python2.7/site-packages/pycurl.so
	linux-vdso.so.1 =>  (0x00007ffc807d9000)
	libcurl.so.4 => /usr/local/lib/libcurl.so.4 (0x00007f4dddb7d000)
	libpython2.7.so.1.0 => /lib64/libpython2.7.so.1.0 (0x00007f4ddd7b2000)
	libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f4ddd595000)
	libc.so.6 => /lib64/libc.so.6 (0x00007f4ddd1d4000)
	libssl.so.1.1 => /lib64/libssl.so.1.1 (0x00007f4ddcf66000)
	libcrypto.so.1.1 => /lib64/libcrypto.so.1.1 (0x00007f4ddcae2000)
	libz.so.1 => /lib64/libz.so.1 (0x00007f4ddc8cc000)
	libdl.so.2 => /lib64/libdl.so.2 (0x00007f4ddc6c8000)
	libutil.so.1 => /lib64/libutil.so.1 (0x00007f4ddc4c4000)
	libm.so.6 => /lib64/libm.so.6 (0x00007f4ddc1c2000)
	/lib64/ld-linux-x86-64.so.2 (0x00007f4dde001000)

So it has to point to /lib64/libcurl.so.4 ???
How can I change that?
 
Back
Top