1. * Package: dev-python/demjson-1.6
  2. * Repository: gentoo
  3. * Maintainer: python@gentoo.org
  4. * USE: amd64 doc elibc_glibc kernel_linux multilib test userland_GNU
  5. * FEATURES: sandbox test userpriv usersandbox
  6. Installed LAPACK for library directory lib64
  7. [1] reference *
  8. Installed BLAS for library directory lib64
  9. [1] reference *
  10. Installed CBLAS for library directory lib64
  11. [1] gsl
  12. [2] reference *
  13. >>> Unpacking source...
  14. >>> Unpacking demjson-1.6.tar.gz to /tmp/portage/dev-python/demjson-1.6/work
  15. >>> Source unpacked in /tmp/portage/dev-python/demjson-1.6/work
  16. >>> Preparing source in /tmp/portage/dev-python/demjson-1.6/work/demjson-1.6 ...
  17. >>> Source prepared.
  18. >>> Configuring source in /tmp/portage/dev-python/demjson-1.6/work/demjson-1.6 ...
  19. >>> Source configured.
  20. >>> Compiling source in /tmp/portage/dev-python/demjson-1.6/work/demjson-1.6 ...
  21. * Building of dev-python/demjson-1.6 with CPython 2.7...
  22. python2.7 setup.py build -b build-2.7
  23. running build
  24. running build_py
  25. creating build-2.7
  26. creating build-2.7/lib
  27. copying demjson.py -> build-2.7/lib
  28. warning: build_py: byte-compiling is disabled, skipping.
  29. >>> Source compiled.
  30. * Testing of dev-python/demjson-1.6 with CPython 2.7...
  31. Running with demjson version 1.6
  32. ..................E................F...
  33. ======================================================================
  34. ERROR: testDecodeStringRawUnicode (__main__.DemjsonTest)
  35. ----------------------------------------------------------------------
  36. Traceback (most recent call last):
  37. File "test_demjson.py", line 204, in testDecodeStringRawUnicode
  38. encoding='ucs4'), u'\u00e0')
  39. File "../build-2.7/lib/demjson.py", line 2134, in decode
  40. raise JSONDecodeError('the decoded string is gibberish, is the encoding correct?',encoding)
  41. JSONDecodeError: ('the decoded string is gibberish, is the encoding correct?', 'ucs4')
  42. ======================================================================
  43. FAIL: testEncodeStringRawUnicode (__main__.DemjsonTest)
  44. ----------------------------------------------------------------------
  45. Traceback (most recent call last):
  46. File "test_demjson.py", line 217, in testEncodeStringRawUnicode
  47. '\xff\xfe\x00\x00"\x00\x00\x00\xe0\x00\x00\x00"\x00\x00\x00'] )
  48. AssertionError: False is not true
  49. ----------------------------------------------------------------------
  50. Ran 39 tests in 0.067s
  51. FAILED (failures=1, errors=1)
  52. * ERROR: dev-python/demjson-1.6 failed (test phase):
  53. * Testing failed with CPython 2.7 in testing() function
  54. *
  55. * Call stack:
  56. * ebuild.sh, line 93: Called src_test
  57. * environment, line 3903: Called python_execute_function 'testing'
  58. * environment, line 2261: Called die
  59. * The specific snippet of code:
  60. * die "${failure_message}";
  61. *
  62. * If you need support, post the output of `emerge --info '=dev-python/demjson-1.6'`,
  63. * the complete build log and the output of `emerge -pqv '=dev-python/demjson-1.6'`.
  64. * The complete build log is located at '/var/log/portage/dev-python:demjson-1.6:20130115-011437.log'.
  65. * For convenience, a symlink to the build log is located at '/tmp/portage/dev-python/demjson-1.6/temp/build.log'.
  66. * The ebuild environment file is located at '/tmp/portage/dev-python/demjson-1.6/temp/environment'.
  67. * Working directory: '/tmp/portage/dev-python/demjson-1.6/work/demjson-1.6/test'
  68. * S: '/tmp/portage/dev-python/demjson-1.6/work/demjson-1.6'
  69. >>> Install demjson-1.6 into /tmp/portage/dev-python/demjson-1.6/image/ category dev-python
  70. * Installation of dev-python/demjson-1.6 with CPython 2.7...
  71. python2.7 setup.py build -b build-2.7 install --no-compile --root=/tmp/portage/dev-python/demjson-1.6/temp/images/2.7
  72. running build
  73. running build_py
  74. warning: build_py: byte-compiling is disabled, skipping.
  75. running install
  76. running install_lib
  77. creating /tmp/portage/dev-python/demjson-1.6/temp/images
  78. creating /tmp/portage/dev-python/demjson-1.6/temp/images/2.7
  79. creating /tmp/portage/dev-python/demjson-1.6/temp/images/2.7/usr
  80. creating /tmp/portage/dev-python/demjson-1.6/temp/images/2.7/usr/lib64
  81. creating /tmp/portage/dev-python/demjson-1.6/temp/images/2.7/usr/lib64/python2.7
  82. creating /tmp/portage/dev-python/demjson-1.6/temp/images/2.7/usr/lib64/python2.7/site-packages
  83. copying build-2.7/lib/demjson.py -> /tmp/portage/dev-python/demjson-1.6/temp/images/2.7/usr/lib64/python2.7/site-packages
  84. warning: install_lib: byte-compiling is disabled, skipping.
  85. running install_egg_info
  86. Writing /tmp/portage/dev-python/demjson-1.6/temp/images/2.7/usr/lib64/python2.7/site-packages/demjson-1.6-py2.7.egg-info
  87. >>> Completed installing demjson-1.6 into /tmp/portage/dev-python/demjson-1.6/image/
  88. * Compilation and optimization of Python modules for CPython 2.7 ...
  89. [ ok ]