Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 432554 - dev-python/kombu-2.3.2 fails tests with cpython-3.2
Summary: dev-python/kombu-2.3.2 fails tests with cpython-3.2
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-24 08:11 UTC by Patrick Lauer
Modified: 2016-10-10 17:25 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Lauer gentoo-dev 2012-08-24 08:11:46 UTC
>>> Source compiled.
 * Testing of dev-python/kombu-2.3.2 with CPython 2.7...
...........................................................................................SSSSSSSSSSSSSS..............................................................................................................................................................................S..........................................................................................................................................................SS.........................................
----------------------------------------------------------------------
Ran 477 tests in 5.158s

OK (SKIP=17)
 * Testing of dev-python/kombu-2.3.2 with CPython 3.2...
....................................................................................EE..EE.SSSSSSSSSSSSSS...........SS.........../usr/lib64/python3.2/unittest/case.py:966: DeprecationWarning: assertSameElements is deprecated
  DeprecationWarning)
..SS...................Restoring 1 unacknowledged message(s).
EE.......SSS...................................................................................................................S............................................................................................/usr/lib64/python3.2/unittest/case.py:929: DeprecationWarning: assertDictContainsSubset is deprecated
  DeprecationWarning)
.......E.E.E........E.E.............................EE........SS..............EE.......EE................
======================================================================
ERROR: test_produce_consume (kombu.tests.transport.test_filesystem.test_FilesystemTransport)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/dev-python/kombu-2.3.2/work/kombu-2.3.2/build-3.2/lib/kombu/tests/transport/test_filesystem.py", line 74, in test_produce_consume
    routing_key='test_transport_filesystem')
  File "/var/tmp/portage/dev-python/kombu-2.3.2/work/kombu-2.3.2/build-3.2/lib/kombu/messaging.py", line 162, in publish
    immediate, exchange, declare)
  File "/var/tmp/portage/dev-python/kombu-2.3.2/work/kombu-2.3.2/build-3.2/lib/kombu/messaging.py", line 170, in _publish
    mandatory, immediate, exchange)
  File "/var/tmp/portage/dev-python/kombu-2.3.2/work/kombu-2.3.2/build-3.2/lib/kombu/entity.py", line 215, in publish
    immediate=immediate)
  File "/var/tmp/portage/dev-python/kombu-2.3.2/work/kombu-2.3.2/build-3.2/lib/kombu/transport/virtual/__init__.py", line 454, in basic_publish
    exchange, routing_key, **kwargs)
  File "/var/tmp/portage/dev-python/kombu-2.3.2/work/kombu-2.3.2/build-3.2/lib/kombu/transport/virtual/exchange.py", line 62, in deliver
    _put(queue, message, **kwargs)
  File "/var/tmp/portage/dev-python/kombu-2.3.2/work/kombu-2.3.2/build-3.2/lib/kombu/transport/filesystem.py", line 75, in _put
    f.write(dumps(payload))
TypeError: 'str' does not support the buffer interface

[snip]

======================================================================
ERROR: test_produce__consume (kombu.tests.test_simple.test_SimpleQueue)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/dev-python/kombu-2.3.2/work/kombu-2.3.2/build-3.2/lib/kombu/tests/test_simple.py", line 43, in test_produce__consume
    self.assertEqual(q.get(timeout=1).payload, {'hello': 'Simple'})
  File "/var/tmp/portage/dev-python/kombu-2.3.2/work/kombu-2.3.2/build-3.2/lib/kombu/simple.py", line 56, in get
    timeout=timeout and remaining)
  File "/var/tmp/portage/dev-python/kombu-2.3.2/work/kombu-2.3.2/build-3.2/lib/kombu/connection.py", line 192, in drain_events
    return self.transport.drain_events(self.connection, **kwargs)
  File "/var/tmp/portage/dev-python/kombu-2.3.2/work/kombu-2.3.2/build-3.2/lib/kombu/transport/virtual/__init__.py", line 760, in drain_events
    self._callbacks[queue](message)
  File "/var/tmp/portage/dev-python/kombu-2.3.2/work/kombu-2.3.2/build-3.2/lib/kombu/transport/virtual/__init__.py", line 465, in _callback
    return callback(message)
  File "/var/tmp/portage/dev-python/kombu-2.3.2/work/kombu-2.3.2/build-3.2/lib/kombu/messaging.py", line 479, in _receive_callback
    decoded = message.decode()
  File "/var/tmp/portage/dev-python/kombu-2.3.2/work/kombu-2.3.2/build-3.2/lib/kombu/transport/base.py", line 151, in decode
    self.content_encoding)
  File "/var/tmp/portage/dev-python/kombu-2.3.2/work/kombu-2.3.2/build-3.2/lib/kombu/serialization.py", line 166, in decode
    return decode(data)
  File "/var/tmp/portage/dev-python/kombu-2.3.2/work/kombu-2.3.2/build-3.2/lib/kombu/serialization.py", line 291, in _loads
    return loads(obj)
  File "/usr/lib64/python3.2/site-packages/anyjson/__init__.py", line 135, in loads
    return implementation.loads(value)
  File "/usr/lib64/python3.2/site-packages/anyjson/__init__.py", line 98, in loads
    return self._filedecode(StringIO(s))
TypeError: initial_value must be str or None, not bytes

----------------------------------------------------------------------
Ran 477 tests in 3.289s

FAILED (SKIP=24, errors=17)
 * ERROR: dev-python/kombu-2.3.2 failed (test phase):
 *   Testing failed with CPython 3.2 in testing() function
Comment 1 Patrick Lauer gentoo-dev 2012-08-24 08:11:56 UTC
Portage 2.1.11.11 (default/linux/amd64/10.0, gcc-4.6.3, glibc-2.15-r2, 3.5.0vs2.3.4-vs2.3.4 x86_64)
=================================================================
System uname: Linux-3.5.0vs2.3.4-vs2.3.4-x86_64-AMD_Phenom-tm-_II_X4_965_Processor-with-gentoo-2.2
Timestamp of tree: Unknown
app-shells/bash:          4.2_p37
dev-lang/python:          2.7.3-r2, 3.2.3-r1
dev-util/cmake:           2.8.9
dev-util/pkgconfig:       0.27
sys-apps/baselayout:      2.2
sys-apps/openrc:          0.10.5
sys-apps/sandbox:         2.6
sys-devel/autoconf:       2.69
sys-devel/automake:       1.12.3
sys-devel/binutils:       2.22.90
sys-devel/gcc:            4.6.3
sys-devel/gcc-config:     1.7.3
sys-devel/libtool:        2.4.2
sys-devel/make:           3.82-r3
sys-kernel/linux-headers: 3.5 (virtual/os-headers)
sys-libs/glibc:           2.15-r2
Repositories: gentoo
ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt /usr/share/themes/oxygen-gtk/gtk-2.0 /var/lib/hsqldb /var/lib/otrs/Kernel/Config.pm /var/lib/otrs/Kernel/Config/GenericAgent.pm"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c"
CXXFLAGS="-O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs buildpkg config-protect-if-modified distlocks ebuild-locks fixlafiles news parallel-fetch parse-eapi-ebuild-head protect-owned sandbox sfperms strict test unknown-features-warn unmerge-logs unmerge-orphans userfetch"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="POSIX"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j4"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="acl amd64 berkdb bzip2 cli cracklib crypt cups cxx dri egl fortran gdbm gpm iconv ipv6 mmx modules mudflap multilib ncurses nls nptl openmp openvg pam pcre pppd readline session sse sse2 ssl tcpd unicode xa xvfb zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" PHP_TARGETS="php5-3" PYTHON_TARGETS="python3_2 python2_7" RUBY_TARGETS="ruby18" USERLAND="GNU" VIDEO_CARDS="vesa" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON
Comment 2 Ian Delaney (RETIRED) gentoo-dev 2012-09-01 16:11:50 UTC
TypeError: \'str\' does not support the buffer interface\n

Just like Bug 431702
Comment 3 Matthew Thode ( prometheanfire ) archtester Gentoo Infrastructure gentoo-dev Security 2016-10-10 17:25:18 UTC
closing as obsolete feel free to reopen if broken on newer releases of python/kombu.