* CPV: dev-python/decorator-3.2.0 * REPO: gentoo * USE: amd64 elibc_glibc kernel_linux multilib test userland_GNU >>> Unpacking source... >>> Unpacking decorator-3.2.0.tar.gz to /var/tmp/portage/dev-python/decorator-3.2.0/work >>> Source unpacked in /var/tmp/portage/dev-python/decorator-3.2.0/work >>> Preparing source in /var/tmp/portage/dev-python/decorator-3.2.0/work/decorator-3.2.0 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-python/decorator-3.2.0/work/decorator-3.2.0 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-python/decorator-3.2.0/work/decorator-3.2.0 ... * Building of dev-python/decorator-3.2.0 with CPython 2.6... python2.6 setup.py build -b build-2.6  running build running build_py creating build-2.6 creating build-2.6/lib copying src/decorator.py -> build-2.6/lib warning: build_py: byte-compiling is disabled, skipping. * Building of dev-python/decorator-3.2.0 with CPython 2.7... python2.7 setup.py build -b build-2.7  running build running build_py creating build-2.7 creating build-2.7/lib copying src/decorator.py -> build-2.7/lib warning: build_py: byte-compiling is disabled, skipping. * Building of dev-python/decorator-3.2.0 with CPython 3.1... python3.1 setup.py build -b build-3.1  running build running build_py creating build-3.1 creating build-3.1/lib copying src/decorator.py -> build-3.1/lib Fixing build-3.1/lib/decorator.py Skipping implicit fixer: buffer Skipping implicit fixer: idioms Skipping implicit fixer: set_literal Skipping implicit fixer: ws_comma Fixing build-3.1/lib/decorator.py Skipping implicit fixer: buffer Skipping implicit fixer: idioms Skipping implicit fixer: set_literal Skipping implicit fixer: ws_comma warning: build_py: byte-compiling is disabled, skipping. * Building of dev-python/decorator-3.2.0 with CPython 3.2... python3.2 setup.py build -b build-3.2  running build running build_py creating build-3.2 creating build-3.2/lib copying src/decorator.py -> build-3.2/lib Fixing build-3.2/lib/decorator.py Skipping implicit fixer: buffer Skipping implicit fixer: idioms Skipping implicit fixer: set_literal Skipping implicit fixer: ws_comma Fixing build-3.2/lib/decorator.py Skipping implicit fixer: buffer Skipping implicit fixer: idioms Skipping implicit fixer: set_literal Skipping implicit fixer: ws_comma warning: build_py: byte-compiling is disabled, skipping. >>> Source compiled. * Testing of dev-python/decorator-3.2.0 with CPython 2.6... [?1034h * Testing of dev-python/decorator-3.2.0 with CPython 2.7... [?1034h * Testing of dev-python/decorator-3.2.0 with CPython 3.1... [?1034h * Testing of dev-python/decorator-3.2.0 with CPython 3.2... ********************************************************************** File "documentation3.py", line 133, in __main__ Failed example: f1(0, 1) Expected: Traceback (most recent call last): ... TypeError: f1() takes exactly 1 positional argument (2 given) Got: Traceback (most recent call last): File "/usr/lib64/python3.2/doctest.py", line 1244, in __run compileflags, 1), test.globs) File "", line 1, in f1(0, 1) File "documentation3.py", line 865, in memoize cache[key] = result = func(*args, **kw) TypeError: f1() takes exactly 1 argument (2 given) ********************************************************************** File "documentation3.py", line 616, in __main__ Failed example: f() Expected: Traceback (most recent call last): ... File "", line 2, in f File "", line 4, in trace return f(*args, **kw) File "", line 3, in f 1/0 ZeroDivisionError: int division or modulo by zero Got: calling f with args (), {} Traceback (most recent call last): File "/usr/lib64/python3.2/doctest.py", line 1244, in __run compileflags, 1), test.globs) File "", line 1, in f() File "", line 2, in f File "", line 4, in trace return f(*args, **kw) File "", line 3, in f 1/0 ZeroDivisionError: division by zero ********************************************************************** 1 items had failures: 2 of 53 in __main__ ***Test Failed*** 2 failures.