ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target i386 --nodeps builddir/build/SPECS/pypoker-eval.spec'], False, '/var/lib/mock/dist-f8-build-319697-57785/root/', None, 86400, True, 0, 426, 102, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target i386 --nodeps builddir/build/SPECS/pypoker-eval.spec'] sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory warning: Could not canonicalize hostname: x86-4.fedora.phx.redhat.com Building target platforms: i386 Building for target i386 Wrote: /builddir/build/SRPMS/pypoker-eval-136.0-1.fc8.src.rpm Child returncode was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target i386 --nodeps builddir/build/SPECS/pypoker-eval.spec'], False, '/var/lib/mock/dist-f8-build-319697-57785/root/', None, 86400, True, 0, 426, 102, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target i386 --nodeps builddir/build/SPECS/pypoker-eval.spec'] Building target platforms: i386 Building for target i386 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.67504 + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf pypoker-eval-136.0 + /bin/gzip -dc /builddir/build/SOURCES/pypoker-eval-136.0.tar.gz + tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd pypoker-eval-136.0 ++ /usr/bin/id -u + '[' 426 = 0 ']' ++ /usr/bin/id -u + '[' 426 = 0 ']' + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + mkdir -p tmp/examples + cp test.py tmp/examples + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.67504 + umask 022 + cd /builddir/build/BUILD + cd pypoker-eval-136.0 + LANG=C + export LANG + unset DISPLAY + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables' + export FFLAGS ++ find . -name config.guess -o -name config.sub + for i in '$(find . -name config.guess -o -name config.sub)' ++ basename ./config/config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /bin/rm -f ./config/config.guess ++ basename ./config/config.guess + /bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config/config.guess `/usr/lib/rpm/redhat/config.guess' -> `./config/config.guess' + for i in '$(find . -name config.guess -o -name config.sub)' ++ basename ./config/config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /bin/rm -f ./config/config.sub ++ basename ./config/config.sub + /bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config/config.sub `/usr/lib/rpm/redhat/config.sub' -> `./config/config.sub' + ./configure --build=i386-redhat-linux-gnu --host=i386-redhat-linux-gnu --target=i386-redhat-linux-gnu --program-prefix= --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/usr/com --mandir=/usr/share/man --infodir=/usr/share/info --disable-static checking build system type... i386-redhat-linux-gnu checking host system type... i386-redhat-linux-gnu checking target system type... i386-redhat-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make sets $(MAKE)... (cached) yes checking for i386-redhat-linux-gnu-g++... no checking for i386-redhat-linux-gnu-c++... no checking for i386-redhat-linux-gnu-gpp... no checking for i386-redhat-linux-gnu-aCC... no checking for i386-redhat-linux-gnu-CC... no checking for i386-redhat-linux-gnu-cxx... no checking for i386-redhat-linux-gnu-cc++... no checking for i386-redhat-linux-gnu-cl.exe... no checking for i386-redhat-linux-gnu-FCC... no checking for i386-redhat-linux-gnu-KCC... no checking for i386-redhat-linux-gnu-RCC... no checking for i386-redhat-linux-gnu-xlC_r... no checking for i386-redhat-linux-gnu-xlC... no checking for g++... g++ checking for C++ compiler default output file name... a.out checking whether the C++ compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking for style of include used by make... GNU checking dependency style of g++... gcc3 checking for i386-redhat-linux-gnu-gcc... no checking for gcc... gcc 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 dependency style of gcc... gcc3 checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognize dependent libraries... pass_all checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking how to run the C++ preprocessor... g++ -E checking for i386-redhat-linux-gnu-g77... no checking for i386-redhat-linux-gnu-xlf... no checking for i386-redhat-linux-gnu-f77... no checking for i386-redhat-linux-gnu-frt... no checking for i386-redhat-linux-gnu-pgf77... no checking for i386-redhat-linux-gnu-cf77... no checking for i386-redhat-linux-gnu-fort77... no checking for i386-redhat-linux-gnu-fl32... no checking for i386-redhat-linux-gnu-af77... no checking for i386-redhat-linux-gnu-xlf90... no checking for i386-redhat-linux-gnu-f90... no checking for i386-redhat-linux-gnu-pgf90... no checking for i386-redhat-linux-gnu-pghpf... no checking for i386-redhat-linux-gnu-epcf90... no checking for i386-redhat-linux-gnu-gfortran... no checking for i386-redhat-linux-gnu-g95... no checking for i386-redhat-linux-gnu-xlf95... no checking for i386-redhat-linux-gnu-f95... no checking for i386-redhat-linux-gnu-fort... no checking for i386-redhat-linux-gnu-ifort... no checking for i386-redhat-linux-gnu-ifc... no checking for i386-redhat-linux-gnu-efc... no checking for i386-redhat-linux-gnu-pgf95... no checking for i386-redhat-linux-gnu-lf95... no checking for i386-redhat-linux-gnu-ftn... no checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking the maximum length of command line arguments... 98304 checking command to parse /usr/bin/nm -B output from gcc object... ok checking for objdir... .libs checking for i386-redhat-linux-gnu-ar... no checking for ar... ar checking for i386-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking for i386-redhat-linux-gnu-strip... no checking for strip... strip checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc linker (/usr/bin/ld) 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... no configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so (cached) (cached) checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking for i386-redhat-linux-gnu-ranlib... ranlib checking for memset... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for a Python interpreter with version =2.3... done checking for a Python interpreter with version =2.4... done checking for a Python interpreter with version =2.5... done checking for python2.5... /usr/bin/python2.5 checking for python2.5 version... done checking for python2.5 platform... done checking for python2.5 script directory... done checking for python2.5 extension module directory... done checking for include directory... /usr/include/python2.5 checking for python2.5 C libraries directory... /usr/lib/python2.5/config checking for python2.5 link flags... -L/usr/lib/python2.5/config -lpython2.5 checking python includes in /usr/include/python2.5 checking Python.h usability... yes checking Python.h presence... yes checking for Python.h... yes checking for Python libraries... yes configure: Found working python compilation environment for =2.5 checking for a Python interpreter with version =2.6... done checking for i386-redhat-linux-gnu-pkg-config... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for POKER_EVAL... yes configure: creating ./config.status config.status: creating Makefile config.status: creating pypoker-eval.pc config.status: executing depfiles commands + make -j4 if /bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"pypoker-eval\" -DPACKAGE_TARNAME=\"pypoker-eval\" -DPACKAGE_VERSION=\"134.0\" -DPACKAGE_STRING=\"pypoker-eval\ 134.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"pypoker-eval\" -DVERSION=\"134.0\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_MEMSET=1 -I. -I. -I/usr/include/python2.5 -I/usr/include/poker-eval -DPYTHON_VERSION=\"2_5\" -D'VERSION_NAME(w)=w##2_5' -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT _pokereval_2_5_la-pypokereval.lo -MD -MP -MF ".deps/_pokereval_2_5_la-pypokereval.Tpo" -c -o _pokereval_2_5_la-pypokereval.lo `test -f 'pypokereval.c' || echo './'`pypokereval.c; \ then mv -f ".deps/_pokereval_2_5_la-pypokereval.Tpo" ".deps/_pokereval_2_5_la-pypokereval.Plo"; else rm -f ".deps/_pokereval_2_5_la-pypokereval.Tpo"; exit 1; fi mkdir .libs gcc -DPACKAGE_NAME=\"pypoker-eval\" -DPACKAGE_TARNAME=\"pypoker-eval\" -DPACKAGE_VERSION=\"134.0\" "-DPACKAGE_STRING=\"pypoker-eval 134.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"pypoker-eval\" -DVERSION=\"134.0\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_MEMSET=1 -I. -I. -I/usr/include/python2.5 -I/usr/include/poker-eval -DPYTHON_VERSION=\"2_5\" "-DVERSION_NAME(w)=w##2_5" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT _pokereval_2_5_la-pypokereval.lo -MD -MP -MF .deps/_pokereval_2_5_la-pypokereval.Tpo -c pypokereval.c -fPIC -DPIC -o .libs/_pokereval_2_5_la-pypokereval.o /bin/sh ./libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -o _pokereval_2_5.la -rpath /usr/lib/python2.5/site-packages -module -no-undefined -version-info 1:0:0 _pokereval_2_5_la-pypokereval.lo -L/usr/lib/python2.5/config -L/usr/lib/python2.5/config -lpython2.5 -lpoker-eval gcc -shared .libs/_pokereval_2_5_la-pypokereval.o -L/usr/lib/python2.5/config -lpython2.5 -lpoker-eval -m32 -march=i386 -mtune=generic -Wl,-soname -Wl,_pokereval_2_5.so.1 -o .libs/_pokereval_2_5.so.1.0.0 (cd .libs && rm -f _pokereval_2_5.so.1 && ln -s _pokereval_2_5.so.1.0.0 _pokereval_2_5.so.1) (cd .libs && rm -f _pokereval_2_5.so && ln -s _pokereval_2_5.so.1.0.0 _pokereval_2_5.so) creating _pokereval_2_5.la (cd .libs && rm -f _pokereval_2_5.la && ln -s ../_pokereval_2_5.la _pokereval_2_5.la) + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.69225 + umask 022 + cd /builddir/build/BUILD + cd pypoker-eval-136.0 + LANG=C + export LANG + unset DISPLAY + rm -rf /var/tmp/pypoker-eval-136.0-1.fc8-root-mockbuild + make install DESTDIR=/var/tmp/pypoker-eval-136.0-1.fc8-root-mockbuild make[1]: Entering directory `/builddir/build/BUILD/pypoker-eval-136.0' test -z "" || mkdir -p -- "/var/tmp/pypoker-eval-136.0-1.fc8-root-mockbuild" test -z "" || mkdir -p -- "/var/tmp/pypoker-eval-136.0-1.fc8-root-mockbuild" test -z "/usr/lib/python2.5/site-packages" || mkdir -p -- "/var/tmp/pypoker-eval-136.0-1.fc8-root-mockbuild/usr/lib/python2.5/site-packages" /bin/sh ./libtool --mode=install /usr/bin/install -c '_pokereval_2_5.la' '/var/tmp/pypoker-eval-136.0-1.fc8-root-mockbuild/usr/lib/python2.5/site-packages/_pokereval_2_5.la' /usr/bin/install -c .libs/_pokereval_2_5.so.1.0.0 /var/tmp/pypoker-eval-136.0-1.fc8-root-mockbuild/usr/lib/python2.5/site-packages/_pokereval_2_5.so.1.0.0 (cd /var/tmp/pypoker-eval-136.0-1.fc8-root-mockbuild/usr/lib/python2.5/site-packages && { ln -s -f _pokereval_2_5.so.1.0.0 _pokereval_2_5.so.1 || { rm -f _pokereval_2_5.so.1 && ln -s _pokereval_2_5.so.1.0.0 _pokereval_2_5.so.1; }; }) (cd /var/tmp/pypoker-eval-136.0-1.fc8-root-mockbuild/usr/lib/python2.5/site-packages && { ln -s -f _pokereval_2_5.so.1.0.0 _pokereval_2_5.so || { rm -f _pokereval_2_5.so && ln -s _pokereval_2_5.so.1.0.0 _pokereval_2_5.so; }; }) /usr/bin/install -c .libs/_pokereval_2_5.lai /var/tmp/pypoker-eval-136.0-1.fc8-root-mockbuild/usr/lib/python2.5/site-packages/_pokereval_2_5.la libtool: install: warning: remember to run `libtool --finish /usr/lib/python2.5/site-packages' test -z "" || mkdir -p -- "/var/tmp/pypoker-eval-136.0-1.fc8-root-mockbuild" test -z "/usr/lib/pkgconfig" || mkdir -p -- "/var/tmp/pypoker-eval-136.0-1.fc8-root-mockbuild/usr/lib/pkgconfig" /usr/bin/install -c -m 644 'pypoker-eval.pc' '/var/tmp/pypoker-eval-136.0-1.fc8-root-mockbuild/usr/lib/pkgconfig/pypoker-eval.pc' test -z "/usr/lib/python2.5/site-packages" || mkdir -p -- "/var/tmp/pypoker-eval-136.0-1.fc8-root-mockbuild/usr/lib/python2.5/site-packages" /usr/bin/install -c -m 644 'pokereval.py' '/var/tmp/pypoker-eval-136.0-1.fc8-root-mockbuild/usr/lib/python2.5/site-packages/pokereval.py' Byte-compiling python modules... pokereval.py Byte-compiling python modules (optimized versions) ... pokereval.py make[1]: Leaving directory `/builddir/build/BUILD/pypoker-eval-136.0' + rm -f /var/tmp/pypoker-eval-136.0-1.fc8-root-mockbuild/usr/lib/python2.5/site-packages/_pokereval_2_5.la + /usr/lib/rpm/find-debuginfo.sh /builddir/build/BUILD/pypoker-eval-136.0 extracting debug info from /var/tmp/pypoker-eval-136.0-1.fc8-root-mockbuild/usr/lib/python2.5/site-packages/_pokereval_2_5.so.1.0.0 symlinked /usr/lib/debug/usr/lib/python2.5/site-packages/_pokereval_2_5.so.1.0.0.debug to /usr/lib/debug/usr/lib/python2.5/site-packages/_pokereval_2_5.so.1.debug symlinked /usr/lib/debug/usr/lib/python2.5/site-packages/_pokereval_2_5.so.1.0.0.debug to /usr/lib/debug/usr/lib/python2.5/site-packages/_pokereval_2_5.so.debug 64 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-python-bytecompile + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.42314 + umask 022 + cd /builddir/build/BUILD + cd pypoker-eval-136.0 + /usr/bin/python test.py stud7 (1) result = {'hi': [0]} stud7 (2) result = {'hi': [0]} ['2h/0', '3h/1', '4h/2', '5h/3', '6h/4', '7h/5', '8h/6', '9h/7', 'Th/8', 'Jh/9', 'Qh/10', 'Kh/11', 'Ah/12', '2d/13', '3d/14', '4d/15', '5d/16', '6d/17', '7d/18', '8d/19', '9d/20', 'Td/21', 'Jd/22', 'Qd/23', 'Kd/24', 'Ad/25', '2c/26', '3c/27', '4c/28', '5c/29', '6c/30', '7c/31', '8c/32', '9c/33', 'Tc/34', 'Jc/35', 'Qc/36', 'Kc/37', 'Ac/38', '2s/39', '3s/40', '4s/41', '5s/42', '6s/43', '7s/44', '8s/45', '9s/46', 'Ts/47', 'Js/48', 'Qs/49', 'Ks/50', 'As/51'] deck = [0, 13, 26, 39, 1, 14, 27, 40, 2, 15, 28, 41, 3, 16, 29, 42, 4, 17, 30, 43, 5, 18, 31, 44, 6, 19, 32, 45, 7, 20, 33, 46, 8, 21, 34, 47, 9, 22, 35, 48, 10, 23, 36, 49, 11, 24, 37, 50, 12, 25, 38, 51] result = {'info': (1, 0, 1), 'eval': [{'winlo': 0, 'tielo': 0, 'winhi': 0, 'scoop': 0, 'loselo': 0, 'ev': 0, 'losehi': 1, 'tiehi': 0}, {'winlo': 0, 'tielo': 0, 'winhi': 1, 'scoop': 1, 'loselo': 0, 'ev': 1000, 'losehi': 0, 'tiehi': 0}, {'winlo': 0, 'tielo': 0, 'winhi': 0, 'scoop': 0, 'loselo': 0, 'ev': 0, 'losehi': 1, 'tiehi': 0}]} winners = {'hi': [1]} result = {'info': (1, 0, 1), 'eval': [{'winlo': 0, 'tielo': 0, 'winhi': 0, 'scoop': 0, 'loselo': 0, 'ev': 500, 'losehi': 0, 'tiehi': 1}, {'winlo': 0, 'tielo': 0, 'winhi': 0, 'scoop': 0, 'loselo': 0, 'ev': 500, 'losehi': 0, 'tiehi': 1}, {'winlo': 0, 'tielo': 0, 'winhi': 0, 'scoop': 0, 'loselo': 0, 'ev': 0, 'losehi': 1, 'tiehi': 0}]} winners = {'hi': [0, 1]} winners (filthy pockets) = {'hi': [3]} winners omaha = {'hi': [0]} winners omaha8 = {'hi': [0], 'low': [2]} best hand from ['Ac', 'As', 'Td', '7s', '7h', '3s', '2c'] = ['TwoPair', 51, 38, 44, 5, 21] best hand from ['Ac', 'As', 'Td', '7s', '7h', '3s', '2c'] = (TwoPair) ['As', 'Ac', '7s', '7h', 'Td'] best hand from ['Ah', 'Ts', 'Kh', 'Qs', 'Js'] = ['Straight', 12, 11, 49, 48, 47] best hand from ['Ah', 'Ts', 'Kh', 'Qs', 'Js'] = (Straight) ['Ah', 'Kh', 'Qs', 'Js', 'Ts'] best hand from ['2h', 'Kh', 'Qh', 'Jh', 'Th'] = ['Flush', 11, 10, 9, 8, 0] best hand from ['2h', 'Kh', 'Qh', 'Jh', 'Th'] = (Flush) ['Kh', 'Qh', 'Jh', 'Th', '2h'] best hand from ['2s', '3s', 'Jd', 'Ks', 'As', '4d', '5h', '7d', '9c'] = ['Straight', 3, 15, 40, 39, 51] best hand from ['2s', '3s', 'Jd', 'Ks', 'As', '4d', '5h', '7d', '9c'] = (Straight) ['5h', '4d', '3s', '2s', 'As'] 1/ low hand from ['As', '2s', '4d', '4s', '5c', '5d', '7s'] = [410384, ['NoPair', 44, 29, 41, 39, 51]] best low hand from ['As', '2s', '4d', '4s', '5c', '5d', '7s'] = (NoPair) ['7s', '5c', '4s', '2s', 'As'] 2/ low hand from ['As', '2s', '4d', '4s', '5c', '5d', '8s'] = [475920, ['NoPair', 45, 29, 41, 39, 51]] best low hand from ['As', '2s', '4d', '4s', '5c', '5d', '8s'] = (NoPair) ['8s', '5c', '4s', '2s', 'As'] 3/ low hand from ['7d', '6c', '5h', '4d', 'As'] = [414768, ['NoPair', 18, 30, 3, 15, 51]] best low hand from ['7d', '6c', '5h', '4d', 'As'] = (NoPair) ['7d', '6c', '5h', '4d', 'As'] 4/ low hand from ['2s', 'Ts', 'Jd', 'Ks'] / ['As', '4d', '5h', '7d', '9c'] = [268435455, ['Nothing']] best low hand from ['2s', 'Ts', 'Jd', 'Ks'] / ['As', '4d', '5h', '7d', '9c'] = (Nothing) [] low hand from ['2s', '5s', 'Jd', 'Ks'] / ['As', '4d', '6h', '7d', '3c'] = [274960, ['NoPair', 42, 15, 27, 39, 51]] best low hand from ['2s', '5s', 'Jd', 'Ks'] / ['As', '4d', '6h', '7d', '3c'] = (NoPair) ['5s', '4d', '3c', '2s', 'As'] hi hand from ['2c', 'Ac', '5h', '9d'] / ['Jc', '4c', '3c', '5c', '9c'] = [134414336, ['StFlush', 29, 28, 27, 26, 38]] best hi hand from ['2c', 'Ac', '5h', '9d'] / ['Jc', '4c', '3c', '5c', '9c'] = (StFlush) ['5c', '4c', '3c', '2c', 'Ac'] 5/ low hand from ['2c', '4c', 'Th', '6s'] / ['Jd', '9c', 'Jc', 'Tc', '2h'] = [268435455, ['Nothing']] best low hand from ['2c', '4c', 'Th', '6s'] / ['Jd', '9c', 'Jc', 'Tc', '2h'] = (Nothing) [] 6/ low hand from ['2d', '6c', 'Ac', '5c'] / ['Ks', 'Jd', '7s', '4d', 'Js'] = [268435455, ['Nothing']] best low hand from ['2d', '6c', 'Ac', '5c'] / ['Ks', 'Jd', '7s', '4d', 'Js'] = (Nothing) [] handval ['As', 'Ad'] = 17563648 handval ['Qc', '7d'] = 675840 Processing files: pypoker-eval-136.0-1.fc8 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.42314 + exit 0 + umask 022 + cd /builddir/build/BUILD + cd pypoker-eval-136.0 + DOCDIR=/var/tmp/pypoker-eval-136.0-1.fc8-root-mockbuild/usr/share/doc/pypoker-eval-136.0 + export DOCDIR + rm -rf /var/tmp/pypoker-eval-136.0-1.fc8-root-mockbuild/usr/share/doc/pypoker-eval-136.0 + /bin/mkdir -p /var/tmp/pypoker-eval-136.0-1.fc8-root-mockbuild/usr/share/doc/pypoker-eval-136.0 + cp -pr AUTHORS ChangeLog COPYING NEWS README /var/tmp/pypoker-eval-136.0-1.fc8-root-mockbuild/usr/share/doc/pypoker-eval-136.0 + exit 0 Provides: _pokereval_2_5.so.1 Requires(interp): /sbin/ldconfig /sbin/ldconfig Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig Requires: _pokereval_2_5.so.1 libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1.3) libc.so.6(GLIBC_2.4) libpoker-eval.so.1 libpython2.5.so.1.0 python(abi) = 2.5 rtld(GNU_HASH) Processing files: pypoker-eval-devel-136.0-1.fc8 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.42314 + umask 022 + cd /builddir/build/BUILD + cd pypoker-eval-136.0 + DOCDIR=/var/tmp/pypoker-eval-136.0-1.fc8-root-mockbuild/usr/share/doc/pypoker-eval-devel-136.0 + export DOCDIR + rm -rf /var/tmp/pypoker-eval-136.0-1.fc8-root-mockbuild/usr/share/doc/pypoker-eval-devel-136.0 + /bin/mkdir -p /var/tmp/pypoker-eval-136.0-1.fc8-root-mockbuild/usr/share/doc/pypoker-eval-devel-136.0 + cp -pr tmp/examples /var/tmp/pypoker-eval-136.0-1.fc8-root-mockbuild/usr/share/doc/pypoker-eval-devel-136.0 + exit 0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: pkgconfig pypoker-eval = 136.0-1.fc8 Processing files: pypoker-eval-debuginfo-136.0-1.fc8 Provides: _pokereval_2_5.so.1.0.0.debug Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: _pokereval_2_5.so.1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /var/tmp/pypoker-eval-136.0-1.fc8-root-mockbuild warning: Could not canonicalize hostname: x86-4.fedora.phx.redhat.com Wrote: /builddir/build/RPMS/pypoker-eval-136.0-1.fc8.i386.rpm Wrote: /builddir/build/RPMS/pypoker-eval-devel-136.0-1.fc8.i386.rpm Wrote: /builddir/build/RPMS/pypoker-eval-debuginfo-136.0-1.fc8.i386.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.42314 + umask 022 + cd /builddir/build/BUILD + cd pypoker-eval-136.0 + rm -rf /var/tmp/pypoker-eval-136.0-1.fc8-root-mockbuild + exit 0 Child returncode was: 0 LEAVE do -->