Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 905629 Details for
Bug 1106928
python-waitress: FTBFS in rawhide
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
build.log
<fdopen> (text/plain), 171.31 KB, created by
Dennis Gilmore
on 2014-06-09 18:39:57 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Dennis Gilmore
Created:
2014-06-09 18:39:57 UTC
Size:
171.31 KB
patch
obsolete
>Mock Version: 1.1.39 >Mock Version: 1.1.39 >ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target noarch --nodeps builddir/build/SPECS/python-waitress.spec'], False, '/var/lib/mock/f21-build-2143207-392949/root/', None, 86400, True, False, 1000, 425, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n "<mock-chroot>"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=<mockbuild.trace_decorator.getLog object at 0x1a36b90>) >Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target noarch --nodeps builddir/build/SPECS/python-waitress.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n "<mock-chroot>"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} >sh: /usr/bin/python: No such file or directory >sh: /usr/bin/python: No such file or directory >warning: Could not canonicalize hostname: buildhw-02.phx2.fedoraproject.org >Building target platforms: noarch >Building for target noarch >Wrote: /builddir/build/SRPMS/python-waitress-0.8.9-2.fc21.src.rpm >Child return code was: 0 >LEAVE do --> > >ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/python-waitress.spec'], False, '/var/lib/mock/f21-build-2143207-392949/root/', None, 86400, True, False, 1000, 425, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n "<mock-chroot>"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=<mockbuild.trace_decorator.getLog object at 0x1a36b90>) >Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/python-waitress.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n "<mock-chroot>"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} >Building target platforms: noarch >Building for target noarch >Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.WQRE7O >+ umask 022 >+ cd /builddir/build/BUILD >+ cd /builddir/build/BUILD >+ rm -rf waitress-0.8.9 >+ /usr/bin/gzip -dc /builddir/build/SOURCES/waitress-0.8.9.tar.gz >+ /usr/bin/tar -xf - >+ STATUS=0 >+ '[' 0 -ne 0 ']' >+ cd waitress-0.8.9 >+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . >+ rm -rf waitress.egg-info >+ rm -f .gitignore docs/.gitignore >+ rm -f docs/rebuild >+ rm -rf /builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21 >+ cp -a . /builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21 >+ exit 0 >Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.lXBpmi >+ umask 022 >+ cd /builddir/build/BUILD >+ cd waitress-0.8.9 >+ /usr/bin/python setup.py build >running build >running build_py >creating build >creating build/lib >creating build/lib/waitress >copying waitress/compat.py -> build/lib/waitress >copying waitress/parser.py -> build/lib/waitress >copying waitress/channel.py -> build/lib/waitress >copying waitress/receiver.py -> build/lib/waitress >copying waitress/adjustments.py -> build/lib/waitress >copying waitress/__init__.py -> build/lib/waitress >copying waitress/task.py -> build/lib/waitress >copying waitress/runner.py -> build/lib/waitress >copying waitress/buffers.py -> build/lib/waitress >copying waitress/server.py -> build/lib/waitress >copying waitress/trigger.py -> build/lib/waitress >copying waitress/utilities.py -> build/lib/waitress >creating build/lib/waitress/tests >copying waitress/tests/__init__.py -> build/lib/waitress/tests >copying waitress/tests/test_utilities.py -> build/lib/waitress/tests >copying waitress/tests/test_regression.py -> build/lib/waitress/tests >copying waitress/tests/test_parser.py -> build/lib/waitress/tests >copying waitress/tests/test_compat.py -> build/lib/waitress/tests >copying waitress/tests/test_server.py -> build/lib/waitress/tests >copying waitress/tests/test_init.py -> build/lib/waitress/tests >copying waitress/tests/test_runner.py -> build/lib/waitress/tests >copying waitress/tests/test_channel.py -> build/lib/waitress/tests >copying waitress/tests/test_adjustments.py -> build/lib/waitress/tests >copying waitress/tests/test_functional.py -> build/lib/waitress/tests >copying waitress/tests/test_trigger.py -> build/lib/waitress/tests >copying waitress/tests/test_receiver.py -> build/lib/waitress/tests >copying waitress/tests/test_buffers.py -> build/lib/waitress/tests >copying waitress/tests/test_task.py -> build/lib/waitress/tests >creating build/lib/waitress/tests/fixtureapps >copying waitress/tests/fixtureapps/badcl.py -> build/lib/waitress/tests/fixtureapps >copying waitress/tests/fixtureapps/__init__.py -> build/lib/waitress/tests/fixtureapps >copying waitress/tests/fixtureapps/toolarge.py -> build/lib/waitress/tests/fixtureapps >copying waitress/tests/fixtureapps/runner.py -> build/lib/waitress/tests/fixtureapps >copying waitress/tests/fixtureapps/getline.py -> build/lib/waitress/tests/fixtureapps >copying waitress/tests/fixtureapps/filewrapper.py -> build/lib/waitress/tests/fixtureapps >copying waitress/tests/fixtureapps/writecb.py -> build/lib/waitress/tests/fixtureapps >copying waitress/tests/fixtureapps/nocl.py -> build/lib/waitress/tests/fixtureapps >copying waitress/tests/fixtureapps/echo.py -> build/lib/waitress/tests/fixtureapps >copying waitress/tests/fixtureapps/error.py -> build/lib/waitress/tests/fixtureapps >copying waitress/tests/fixtureapps/sleepy.py -> build/lib/waitress/tests/fixtureapps >running egg_info >creating waitress.egg-info >writing requirements to waitress.egg-info/requires.txt >writing waitress.egg-info/PKG-INFO >writing top-level names to waitress.egg-info/top_level.txt >writing dependency_links to waitress.egg-info/dependency_links.txt >writing entry points to waitress.egg-info/entry_points.txt >writing manifest file 'waitress.egg-info/SOURCES.txt' >reading manifest file 'waitress.egg-info/SOURCES.txt' >writing manifest file 'waitress.egg-info/SOURCES.txt' >+ pushd /builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21 >~/build/BUILD/python3-python-waitress-0.8.9-2.fc21 ~/build/BUILD/waitress-0.8.9 >+ /usr/bin/python3 setup.py build >running build >running build_py >creating build >creating build/lib >creating build/lib/waitress >copying waitress/compat.py -> build/lib/waitress >copying waitress/parser.py -> build/lib/waitress >copying waitress/channel.py -> build/lib/waitress >copying waitress/receiver.py -> build/lib/waitress >copying waitress/adjustments.py -> build/lib/waitress >copying waitress/__init__.py -> build/lib/waitress >copying waitress/task.py -> build/lib/waitress >copying waitress/runner.py -> build/lib/waitress >copying waitress/buffers.py -> build/lib/waitress >copying waitress/server.py -> build/lib/waitress >copying waitress/trigger.py -> build/lib/waitress >copying waitress/utilities.py -> build/lib/waitress >creating build/lib/waitress/tests >copying waitress/tests/__init__.py -> build/lib/waitress/tests >copying waitress/tests/test_utilities.py -> build/lib/waitress/tests >copying waitress/tests/test_regression.py -> build/lib/waitress/tests >copying waitress/tests/test_parser.py -> build/lib/waitress/tests >copying waitress/tests/test_compat.py -> build/lib/waitress/tests >copying waitress/tests/test_server.py -> build/lib/waitress/tests >copying waitress/tests/test_init.py -> build/lib/waitress/tests >copying waitress/tests/test_runner.py -> build/lib/waitress/tests >copying waitress/tests/test_channel.py -> build/lib/waitress/tests >copying waitress/tests/test_adjustments.py -> build/lib/waitress/tests >copying waitress/tests/test_functional.py -> build/lib/waitress/tests >copying waitress/tests/test_trigger.py -> build/lib/waitress/tests >copying waitress/tests/test_receiver.py -> build/lib/waitress/tests >copying waitress/tests/test_buffers.py -> build/lib/waitress/tests >copying waitress/tests/test_task.py -> build/lib/waitress/tests >creating build/lib/waitress/tests/fixtureapps >copying waitress/tests/fixtureapps/badcl.py -> build/lib/waitress/tests/fixtureapps >copying waitress/tests/fixtureapps/__init__.py -> build/lib/waitress/tests/fixtureapps >copying waitress/tests/fixtureapps/toolarge.py -> build/lib/waitress/tests/fixtureapps >copying waitress/tests/fixtureapps/runner.py -> build/lib/waitress/tests/fixtureapps >copying waitress/tests/fixtureapps/getline.py -> build/lib/waitress/tests/fixtureapps >copying waitress/tests/fixtureapps/filewrapper.py -> build/lib/waitress/tests/fixtureapps >copying waitress/tests/fixtureapps/writecb.py -> build/lib/waitress/tests/fixtureapps >copying waitress/tests/fixtureapps/nocl.py -> build/lib/waitress/tests/fixtureapps >copying waitress/tests/fixtureapps/echo.py -> build/lib/waitress/tests/fixtureapps >copying waitress/tests/fixtureapps/error.py -> build/lib/waitress/tests/fixtureapps >copying waitress/tests/fixtureapps/sleepy.py -> build/lib/waitress/tests/fixtureapps >running egg_info >creating waitress.egg-info >writing top-level names to waitress.egg-info/top_level.txt >writing dependency_links to waitress.egg-info/dependency_links.txt >writing entry points to waitress.egg-info/entry_points.txt >writing requirements to waitress.egg-info/requires.txt >writing waitress.egg-info/PKG-INFO >writing manifest file 'waitress.egg-info/SOURCES.txt' >reading manifest file 'waitress.egg-info/SOURCES.txt' >writing manifest file 'waitress.egg-info/SOURCES.txt' >~/build/BUILD/waitress-0.8.9 >+ popd >+ exit 0 >Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.OQ8dVM >+ umask 022 >+ cd /builddir/build/BUILD >+ '[' /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch '!=' / ']' >+ rm -rf /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch >++ dirname /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch >+ mkdir -p /builddir/build/BUILDROOT >+ mkdir /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch >+ cd waitress-0.8.9 >+ pushd /builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21 >~/build/BUILD/python3-python-waitress-0.8.9-2.fc21 ~/build/BUILD/waitress-0.8.9 >+ /usr/bin/python3 setup.py install --skip-build --root /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch >running install >running install_lib >creating /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr >creating /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib >creating /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4 >creating /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages >creating /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress >copying build/lib/waitress/compat.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress >copying build/lib/waitress/parser.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress >copying build/lib/waitress/channel.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress >copying build/lib/waitress/receiver.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress >copying build/lib/waitress/adjustments.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress >copying build/lib/waitress/__init__.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress >copying build/lib/waitress/task.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress >copying build/lib/waitress/runner.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress >copying build/lib/waitress/buffers.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress >copying build/lib/waitress/server.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress >copying build/lib/waitress/trigger.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress >creating /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress/tests >creating /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress/tests/fixtureapps >copying build/lib/waitress/tests/fixtureapps/badcl.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress/tests/fixtureapps >copying build/lib/waitress/tests/fixtureapps/__init__.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress/tests/fixtureapps >copying build/lib/waitress/tests/fixtureapps/toolarge.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress/tests/fixtureapps >copying build/lib/waitress/tests/fixtureapps/runner.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress/tests/fixtureapps >copying build/lib/waitress/tests/fixtureapps/getline.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress/tests/fixtureapps >copying build/lib/waitress/tests/fixtureapps/filewrapper.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress/tests/fixtureapps >copying build/lib/waitress/tests/fixtureapps/writecb.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress/tests/fixtureapps >copying build/lib/waitress/tests/fixtureapps/nocl.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress/tests/fixtureapps >copying build/lib/waitress/tests/fixtureapps/echo.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress/tests/fixtureapps >copying build/lib/waitress/tests/fixtureapps/error.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress/tests/fixtureapps >copying build/lib/waitress/tests/fixtureapps/sleepy.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress/tests/fixtureapps >copying build/lib/waitress/tests/__init__.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress/tests >copying build/lib/waitress/tests/test_utilities.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress/tests >copying build/lib/waitress/tests/test_regression.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress/tests >copying build/lib/waitress/tests/test_parser.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress/tests >copying build/lib/waitress/tests/test_compat.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress/tests >copying build/lib/waitress/tests/test_server.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress/tests >copying build/lib/waitress/tests/test_init.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress/tests >copying build/lib/waitress/tests/test_runner.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress/tests >copying build/lib/waitress/tests/test_channel.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress/tests >copying build/lib/waitress/tests/test_adjustments.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress/tests >copying build/lib/waitress/tests/test_functional.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress/tests >copying build/lib/waitress/tests/test_trigger.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress/tests >copying build/lib/waitress/tests/test_receiver.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress/tests >copying build/lib/waitress/tests/test_buffers.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress/tests >copying build/lib/waitress/tests/test_task.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress/tests >copying build/lib/waitress/utilities.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress/compat.py to compat.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress/parser.py to parser.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress/channel.py to channel.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress/receiver.py to receiver.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress/adjustments.py to adjustments.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress/__init__.py to __init__.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress/task.py to task.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress/runner.py to runner.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress/buffers.py to buffers.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress/server.py to server.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress/trigger.py to trigger.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress/tests/fixtureapps/badcl.py to badcl.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress/tests/fixtureapps/__init__.py to __init__.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress/tests/fixtureapps/toolarge.py to toolarge.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress/tests/fixtureapps/runner.py to runner.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress/tests/fixtureapps/getline.py to getline.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress/tests/fixtureapps/filewrapper.py to filewrapper.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress/tests/fixtureapps/writecb.py to writecb.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress/tests/fixtureapps/nocl.py to nocl.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress/tests/fixtureapps/echo.py to echo.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress/tests/fixtureapps/error.py to error.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress/tests/fixtureapps/sleepy.py to sleepy.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress/tests/__init__.py to __init__.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress/tests/test_utilities.py to test_utilities.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress/tests/test_regression.py to test_regression.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress/tests/test_parser.py to test_parser.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress/tests/test_compat.py to test_compat.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress/tests/test_server.py to test_server.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress/tests/test_init.py to test_init.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress/tests/test_runner.py to test_runner.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress/tests/test_channel.py to test_channel.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress/tests/test_adjustments.py to test_adjustments.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress/tests/test_functional.py to test_functional.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress/tests/test_trigger.py to test_trigger.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress/tests/test_receiver.py to test_receiver.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress/tests/test_buffers.py to test_buffers.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress/tests/test_task.py to test_task.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress/utilities.py to utilities.cpython-34.pyc >running install_egg_info >running egg_info >writing requirements to waitress.egg-info/requires.txt >writing waitress.egg-info/PKG-INFO >writing top-level names to waitress.egg-info/top_level.txt >writing dependency_links to waitress.egg-info/dependency_links.txt >writing entry points to waitress.egg-info/entry_points.txt >reading manifest file 'waitress.egg-info/SOURCES.txt' >writing manifest file 'waitress.egg-info/SOURCES.txt' >Copying waitress.egg-info to /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4/site-packages/waitress-0.8.9-py3.4.egg-info >running install_scripts >Installing waitress-serve script to /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/bin >+ popd >~/build/BUILD/waitress-0.8.9 >+ /usr/bin/python setup.py install --skip-build --root /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch >running install >running install_lib >creating /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7 >creating /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages >creating /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress >copying build/lib/waitress/compat.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress >copying build/lib/waitress/parser.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress >copying build/lib/waitress/channel.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress >copying build/lib/waitress/receiver.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress >copying build/lib/waitress/adjustments.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress >copying build/lib/waitress/__init__.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress >copying build/lib/waitress/task.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress >copying build/lib/waitress/runner.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress >copying build/lib/waitress/buffers.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress >copying build/lib/waitress/server.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress >copying build/lib/waitress/trigger.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress >creating /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress/tests >creating /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress/tests/fixtureapps >copying build/lib/waitress/tests/fixtureapps/badcl.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress/tests/fixtureapps >copying build/lib/waitress/tests/fixtureapps/__init__.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress/tests/fixtureapps >copying build/lib/waitress/tests/fixtureapps/toolarge.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress/tests/fixtureapps >copying build/lib/waitress/tests/fixtureapps/runner.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress/tests/fixtureapps >copying build/lib/waitress/tests/fixtureapps/getline.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress/tests/fixtureapps >copying build/lib/waitress/tests/fixtureapps/filewrapper.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress/tests/fixtureapps >copying build/lib/waitress/tests/fixtureapps/writecb.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress/tests/fixtureapps >copying build/lib/waitress/tests/fixtureapps/nocl.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress/tests/fixtureapps >copying build/lib/waitress/tests/fixtureapps/echo.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress/tests/fixtureapps >copying build/lib/waitress/tests/fixtureapps/error.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress/tests/fixtureapps >copying build/lib/waitress/tests/fixtureapps/sleepy.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress/tests/fixtureapps >copying build/lib/waitress/tests/__init__.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress/tests >copying build/lib/waitress/tests/test_utilities.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress/tests >copying build/lib/waitress/tests/test_regression.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress/tests >copying build/lib/waitress/tests/test_parser.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress/tests >copying build/lib/waitress/tests/test_compat.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress/tests >copying build/lib/waitress/tests/test_server.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress/tests >copying build/lib/waitress/tests/test_init.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress/tests >copying build/lib/waitress/tests/test_runner.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress/tests >copying build/lib/waitress/tests/test_channel.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress/tests >copying build/lib/waitress/tests/test_adjustments.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress/tests >copying build/lib/waitress/tests/test_functional.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress/tests >copying build/lib/waitress/tests/test_trigger.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress/tests >copying build/lib/waitress/tests/test_receiver.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress/tests >copying build/lib/waitress/tests/test_buffers.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress/tests >copying build/lib/waitress/tests/test_task.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress/tests >copying build/lib/waitress/utilities.py -> /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress/compat.py to compat.pyc >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress/parser.py to parser.pyc >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress/channel.py to channel.pyc >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress/receiver.py to receiver.pyc >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress/adjustments.py to adjustments.pyc >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress/task.py to task.pyc >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress/runner.py to runner.pyc >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress/buffers.py to buffers.pyc >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress/server.py to server.pyc >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress/trigger.py to trigger.pyc >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress/tests/fixtureapps/badcl.py to badcl.pyc >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress/tests/fixtureapps/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress/tests/fixtureapps/toolarge.py to toolarge.pyc >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress/tests/fixtureapps/runner.py to runner.pyc >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress/tests/fixtureapps/getline.py to getline.pyc >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress/tests/fixtureapps/filewrapper.py to filewrapper.pyc >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress/tests/fixtureapps/writecb.py to writecb.pyc >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress/tests/fixtureapps/nocl.py to nocl.pyc >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress/tests/fixtureapps/echo.py to echo.pyc >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress/tests/fixtureapps/error.py to error.pyc >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress/tests/fixtureapps/sleepy.py to sleepy.pyc >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress/tests/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress/tests/test_utilities.py to test_utilities.pyc >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress/tests/test_regression.py to test_regression.pyc >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress/tests/test_parser.py to test_parser.pyc >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress/tests/test_compat.py to test_compat.pyc >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress/tests/test_server.py to test_server.pyc >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress/tests/test_init.py to test_init.pyc >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress/tests/test_runner.py to test_runner.pyc >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress/tests/test_channel.py to test_channel.pyc >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress/tests/test_adjustments.py to test_adjustments.pyc >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress/tests/test_functional.py to test_functional.pyc >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress/tests/test_trigger.py to test_trigger.pyc >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress/tests/test_receiver.py to test_receiver.pyc >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress/tests/test_buffers.py to test_buffers.pyc >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress/tests/test_task.py to test_task.pyc >byte-compiling /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress/utilities.py to utilities.pyc >running install_egg_info >running egg_info >writing requirements to waitress.egg-info/requires.txt >writing waitress.egg-info/PKG-INFO >writing top-level names to waitress.egg-info/top_level.txt >writing dependency_links to waitress.egg-info/dependency_links.txt >writing entry points to waitress.egg-info/entry_points.txt >reading manifest file 'waitress.egg-info/SOURCES.txt' >writing manifest file 'waitress.egg-info/SOURCES.txt' >Copying waitress.egg-info to /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7/site-packages/waitress-0.8.9-py2.7.egg-info >running install_scripts >Installing waitress-serve script to /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/bin >+ /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/waitress-0.8.9 >/usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. >find: 'debug': No such file or directory >+ /usr/lib/rpm/check-buildroot >+ /usr/lib/rpm/brp-compress >+ /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip >+ /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 >Bytecompiling .py files below /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python3.4 using /usr/bin/python3.4 >Bytecompiling .py files below /builddir/build/BUILDROOT/python-waitress-0.8.9-2.fc21.noarch/usr/lib/python2.7 using /usr/bin/python2.7 >+ /usr/lib/rpm/brp-python-hardlink >+ /usr/lib/rpm/redhat/brp-java-repack-jars >Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.OaQaio >+ umask 022 >+ cd /builddir/build/BUILD >+ cd waitress-0.8.9 >+ PYTHONPATH=. >+ /usr/bin/python setup.py test -q >running test >running egg_info >writing requirements to waitress.egg-info/requires.txt >writing waitress.egg-info/PKG-INFO >writing top-level names to waitress.egg-info/top_level.txt >writing dependency_links to waitress.egg-info/dependency_links.txt >writing entry points to waitress.egg-info/entry_points.txt >reading manifest file 'waitress.egg-info/SOURCES.txt' >writing manifest file 'waitress.egg-info/SOURCES.txt' >running build_ext >.......................................................................................................................................................................................................................................................................................................................................................................................................................................................... >---------------------------------------------------------------------- >Ran 442 tests in 5.112s >OK >+ pushd /builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21 >~/build/BUILD/python3-python-waitress-0.8.9-2.fc21 ~/build/BUILD/waitress-0.8.9 >+ PYTHONPATH=. >+ /usr/bin/python3 setup.py test -q >running test >running egg_info >writing top-level names to waitress.egg-info/top_level.txt >writing requirements to waitress.egg-info/requires.txt >writing dependency_links to waitress.egg-info/dependency_links.txt >writing entry points to waitress.egg-info/entry_points.txt >writing waitress.egg-info/PKG-INFO >reading manifest file 'waitress.egg-info/SOURCES.txt' >writing manifest file 'waitress.egg-info/SOURCES.txt' >running build_ext >...................................................../usr/lib/python3.4/importlib/_bootstrap.py:321: ResourceWarning: unclosed <socket.socket fd=10, family=AddressFamily.AF_UNIX, type=2049, proto=0, laddr=/tmp/waitress.test.sock> > return f(*args, **kwds) >........................./builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_runner.py:28: DeprecationWarning: Please use assertRaisesRegex instead. > runner.match, 'foo#bar:barney') >...../builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_runner.py:56: DeprecationWarning: Please use assertEqual instead. > 'exists') >.../builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_runner.py:64: DeprecationWarning: Please use assertRegex instead. > self.assertRegexpMatches(captured.getvalue(), regex) >............................./builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_channel.py:623: ResourceWarning: unclosed <socket.socket fd=20, family=AddressFamily.AF_INET, type=2049, proto=0, laddr=('127.0.0.1', 39786)> > self.data = data >......................................./usr/lib/python3.4/unittest/case.py:1131: DeprecationWarning: assertDictContainsSubset is deprecated > DeprecationWarning) >.............EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE....................................................../usr/lib/python3.4/unittest/case.py:615: ResourceWarning: unclosed file <_io.BufferedRandom name=357> > testMethod() >............................./usr/lib/python3.4/unittest/case.py:615: ResourceWarning: unclosed file <_io.BufferedRandom name=358> > testMethod() >....................................................................... >====================================================================== >ERROR: test_it (waitress.tests.test_functional.SleepyThreadTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 107, in setUp > self.start_subprocess(sleepy.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_long_body (waitress.tests.test_functional.TcpBadContentLengthTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 485, in setUp > self.start_subprocess(badcl.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_short_body (waitress.tests.test_functional.TcpBadContentLengthTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 485, in setUp > self.start_subprocess(badcl.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_bad_host_header (waitress.tests.test_functional.TcpEchoTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 138, in setUp > self.start_subprocess(echo.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_broken_chunked_encoding (waitress.tests.test_functional.TcpEchoTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 138, in setUp > self.start_subprocess(echo.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_chunking_request_with_content (waitress.tests.test_functional.TcpEchoTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 138, in setUp > self.start_subprocess(echo.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_chunking_request_without_content (waitress.tests.test_functional.TcpEchoTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 138, in setUp > self.start_subprocess(echo.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_date_and_server (waitress.tests.test_functional.TcpEchoTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 138, in setUp > self.start_subprocess(echo.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_keepalive_http10_explicit (waitress.tests.test_functional.TcpEchoTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 138, in setUp > self.start_subprocess(echo.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_keepalive_http11_connclose (waitress.tests.test_functional.TcpEchoTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 138, in setUp > self.start_subprocess(echo.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_keepalive_http11_explicit (waitress.tests.test_functional.TcpEchoTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 138, in setUp > self.start_subprocess(echo.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_keepalive_http_10 (waitress.tests.test_functional.TcpEchoTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 138, in setUp > self.start_subprocess(echo.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_keepalive_http_11 (waitress.tests.test_functional.TcpEchoTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 138, in setUp > self.start_subprocess(echo.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_large_body (waitress.tests.test_functional.TcpEchoTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 138, in setUp > self.start_subprocess(echo.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_many_clients (waitress.tests.test_functional.TcpEchoTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 138, in setUp > self.start_subprocess(echo.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_multiple_requests_with_body (waitress.tests.test_functional.TcpEchoTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 138, in setUp > self.start_subprocess(echo.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_multiple_requests_without_body (waitress.tests.test_functional.TcpEchoTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 138, in setUp > self.start_subprocess(echo.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_send_empty_body (waitress.tests.test_functional.TcpEchoTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 138, in setUp > self.start_subprocess(echo.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_send_with_body (waitress.tests.test_functional.TcpEchoTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 138, in setUp > self.start_subprocess(echo.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_without_crlf (waitress.tests.test_functional.TcpEchoTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 138, in setUp > self.start_subprocess(echo.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_expect_continue (waitress.tests.test_functional.TcpExpectContinueTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 447, in setUp > self.start_subprocess(echo.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_filelike_http10 (waitress.tests.test_functional.TcpFileWrapperTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 1128, in setUp > self.start_subprocess(filewrapper.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_filelike_http11 (waitress.tests.test_functional.TcpFileWrapperTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 1128, in setUp > self.start_subprocess(filewrapper.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_filelike_longcl_http11 (waitress.tests.test_functional.TcpFileWrapperTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 1128, in setUp > self.start_subprocess(filewrapper.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_filelike_nocl_http10 (waitress.tests.test_functional.TcpFileWrapperTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 1128, in setUp > self.start_subprocess(filewrapper.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_filelike_nocl_http11 (waitress.tests.test_functional.TcpFileWrapperTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 1128, in setUp > self.start_subprocess(filewrapper.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_filelike_shortcl_http11 (waitress.tests.test_functional.TcpFileWrapperTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 1128, in setUp > self.start_subprocess(filewrapper.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_notfilelike_http10 (waitress.tests.test_functional.TcpFileWrapperTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 1128, in setUp > self.start_subprocess(filewrapper.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_notfilelike_http11 (waitress.tests.test_functional.TcpFileWrapperTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 1128, in setUp > self.start_subprocess(filewrapper.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_notfilelike_longcl_http11 (waitress.tests.test_functional.TcpFileWrapperTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 1128, in setUp > self.start_subprocess(filewrapper.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_notfilelike_nocl_http10 (waitress.tests.test_functional.TcpFileWrapperTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 1128, in setUp > self.start_subprocess(filewrapper.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_notfilelike_nocl_http11 (waitress.tests.test_functional.TcpFileWrapperTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 1128, in setUp > self.start_subprocess(filewrapper.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_notfilelike_shortcl_http11 (waitress.tests.test_functional.TcpFileWrapperTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 1128, in setUp > self.start_subprocess(filewrapper.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_after_start_response_http10 (waitress.tests.test_functional.TcpInternalServerErrorTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 984, in setUp > self.start_subprocess(error.app, expose_tracebacks=True) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_after_start_response_http11 (waitress.tests.test_functional.TcpInternalServerErrorTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 984, in setUp > self.start_subprocess(error.app, expose_tracebacks=True) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_after_start_response_http11_close (waitress.tests.test_functional.TcpInternalServerErrorTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 984, in setUp > self.start_subprocess(error.app, expose_tracebacks=True) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_after_write_cb (waitress.tests.test_functional.TcpInternalServerErrorTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 984, in setUp > self.start_subprocess(error.app, expose_tracebacks=True) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_before_start_response_http_10 (waitress.tests.test_functional.TcpInternalServerErrorTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 984, in setUp > self.start_subprocess(error.app, expose_tracebacks=True) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_before_start_response_http_11 (waitress.tests.test_functional.TcpInternalServerErrorTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 984, in setUp > self.start_subprocess(error.app, expose_tracebacks=True) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_before_start_response_http_11_close (waitress.tests.test_functional.TcpInternalServerErrorTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 984, in setUp > self.start_subprocess(error.app, expose_tracebacks=True) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_in_generator (waitress.tests.test_functional.TcpInternalServerErrorTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 984, in setUp > self.start_subprocess(error.app, expose_tracebacks=True) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_http10_generator (waitress.tests.test_functional.TcpNoContentLengthTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 550, in setUp > self.start_subprocess(nocl.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_http10_list (waitress.tests.test_functional.TcpNoContentLengthTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 550, in setUp > self.start_subprocess(nocl.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_http10_listlentwo (waitress.tests.test_functional.TcpNoContentLengthTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 550, in setUp > self.start_subprocess(nocl.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_http11_generator (waitress.tests.test_functional.TcpNoContentLengthTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 550, in setUp > self.start_subprocess(nocl.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_http11_list (waitress.tests.test_functional.TcpNoContentLengthTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 550, in setUp > self.start_subprocess(nocl.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_http11_listlentwo (waitress.tests.test_functional.TcpNoContentLengthTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 550, in setUp > self.start_subprocess(nocl.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_pipelining (waitress.tests.test_functional.TcpPipeliningTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 408, in setUp > self.start_subprocess(echo.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_request_body_too_large_chunked_encoding (waitress.tests.test_functional.TcpTooLargeTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 787, in setUp > max_request_body_size=1000) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_request_body_too_large_with_no_cl_http10 (waitress.tests.test_functional.TcpTooLargeTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 787, in setUp > max_request_body_size=1000) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_request_body_too_large_with_no_cl_http10_keepalive (waitress.tests.test_functional.TcpTooLargeTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 787, in setUp > max_request_body_size=1000) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_request_body_too_large_with_no_cl_http11 (waitress.tests.test_functional.TcpTooLargeTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 787, in setUp > max_request_body_size=1000) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_request_body_too_large_with_no_cl_http11_connclose (waitress.tests.test_functional.TcpTooLargeTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 787, in setUp > max_request_body_size=1000) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_request_body_too_large_with_wrong_cl_http10 (waitress.tests.test_functional.TcpTooLargeTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 787, in setUp > max_request_body_size=1000) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_request_body_too_large_with_wrong_cl_http10_keepalive (waitress.tests.test_functional.TcpTooLargeTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 787, in setUp > max_request_body_size=1000) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_request_body_too_large_with_wrong_cl_http11 (waitress.tests.test_functional.TcpTooLargeTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 787, in setUp > max_request_body_size=1000) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_request_body_too_large_with_wrong_cl_http11_connclose (waitress.tests.test_functional.TcpTooLargeTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 787, in setUp > max_request_body_size=1000) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_equal_body (waitress.tests.test_functional.TcpWriteCallbackTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 683, in setUp > self.start_subprocess(writecb.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_long_body (waitress.tests.test_functional.TcpWriteCallbackTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 683, in setUp > self.start_subprocess(writecb.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_no_content_length (waitress.tests.test_functional.TcpWriteCallbackTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 683, in setUp > self.start_subprocess(writecb.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_short_body (waitress.tests.test_functional.TcpWriteCallbackTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 683, in setUp > self.start_subprocess(writecb.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_long_body (waitress.tests.test_functional.UnixBadContentLengthTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 485, in setUp > self.start_subprocess(badcl.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_short_body (waitress.tests.test_functional.UnixBadContentLengthTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 485, in setUp > self.start_subprocess(badcl.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_bad_host_header (waitress.tests.test_functional.UnixEchoTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 138, in setUp > self.start_subprocess(echo.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_broken_chunked_encoding (waitress.tests.test_functional.UnixEchoTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 138, in setUp > self.start_subprocess(echo.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_chunking_request_with_content (waitress.tests.test_functional.UnixEchoTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 138, in setUp > self.start_subprocess(echo.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_chunking_request_without_content (waitress.tests.test_functional.UnixEchoTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 138, in setUp > self.start_subprocess(echo.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_date_and_server (waitress.tests.test_functional.UnixEchoTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 138, in setUp > self.start_subprocess(echo.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_keepalive_http10_explicit (waitress.tests.test_functional.UnixEchoTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 138, in setUp > self.start_subprocess(echo.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_keepalive_http11_connclose (waitress.tests.test_functional.UnixEchoTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 138, in setUp > self.start_subprocess(echo.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_keepalive_http11_explicit (waitress.tests.test_functional.UnixEchoTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 138, in setUp > self.start_subprocess(echo.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_keepalive_http_10 (waitress.tests.test_functional.UnixEchoTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 138, in setUp > self.start_subprocess(echo.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_keepalive_http_11 (waitress.tests.test_functional.UnixEchoTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 138, in setUp > self.start_subprocess(echo.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_large_body (waitress.tests.test_functional.UnixEchoTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 138, in setUp > self.start_subprocess(echo.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_many_clients (waitress.tests.test_functional.UnixEchoTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 138, in setUp > self.start_subprocess(echo.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_multiple_requests_with_body (waitress.tests.test_functional.UnixEchoTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 138, in setUp > self.start_subprocess(echo.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_multiple_requests_without_body (waitress.tests.test_functional.UnixEchoTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 138, in setUp > self.start_subprocess(echo.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_send_empty_body (waitress.tests.test_functional.UnixEchoTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 138, in setUp > self.start_subprocess(echo.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_send_with_body (waitress.tests.test_functional.UnixEchoTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 138, in setUp > self.start_subprocess(echo.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_without_crlf (waitress.tests.test_functional.UnixEchoTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 138, in setUp > self.start_subprocess(echo.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_expect_continue (waitress.tests.test_functional.UnixExpectContinueTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 447, in setUp > self.start_subprocess(echo.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_filelike_http10 (waitress.tests.test_functional.UnixFileWrapperTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 1128, in setUp > self.start_subprocess(filewrapper.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_filelike_http11 (waitress.tests.test_functional.UnixFileWrapperTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 1128, in setUp > self.start_subprocess(filewrapper.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_filelike_longcl_http11 (waitress.tests.test_functional.UnixFileWrapperTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 1128, in setUp > self.start_subprocess(filewrapper.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_filelike_nocl_http10 (waitress.tests.test_functional.UnixFileWrapperTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 1128, in setUp > self.start_subprocess(filewrapper.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_filelike_nocl_http11 (waitress.tests.test_functional.UnixFileWrapperTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 1128, in setUp > self.start_subprocess(filewrapper.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_filelike_shortcl_http11 (waitress.tests.test_functional.UnixFileWrapperTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 1128, in setUp > self.start_subprocess(filewrapper.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_notfilelike_http10 (waitress.tests.test_functional.UnixFileWrapperTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 1128, in setUp > self.start_subprocess(filewrapper.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_notfilelike_http11 (waitress.tests.test_functional.UnixFileWrapperTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 1128, in setUp > self.start_subprocess(filewrapper.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_notfilelike_longcl_http11 (waitress.tests.test_functional.UnixFileWrapperTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 1128, in setUp > self.start_subprocess(filewrapper.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_notfilelike_nocl_http10 (waitress.tests.test_functional.UnixFileWrapperTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 1128, in setUp > self.start_subprocess(filewrapper.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_notfilelike_nocl_http11 (waitress.tests.test_functional.UnixFileWrapperTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 1128, in setUp > self.start_subprocess(filewrapper.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_notfilelike_shortcl_http11 (waitress.tests.test_functional.UnixFileWrapperTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 1128, in setUp > self.start_subprocess(filewrapper.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_after_start_response_http10 (waitress.tests.test_functional.UnixInternalServerErrorTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 984, in setUp > self.start_subprocess(error.app, expose_tracebacks=True) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_after_start_response_http11 (waitress.tests.test_functional.UnixInternalServerErrorTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 984, in setUp > self.start_subprocess(error.app, expose_tracebacks=True) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_after_start_response_http11_close (waitress.tests.test_functional.UnixInternalServerErrorTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 984, in setUp > self.start_subprocess(error.app, expose_tracebacks=True) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_after_write_cb (waitress.tests.test_functional.UnixInternalServerErrorTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 984, in setUp > self.start_subprocess(error.app, expose_tracebacks=True) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_before_start_response_http_10 (waitress.tests.test_functional.UnixInternalServerErrorTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 984, in setUp > self.start_subprocess(error.app, expose_tracebacks=True) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_before_start_response_http_11 (waitress.tests.test_functional.UnixInternalServerErrorTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 984, in setUp > self.start_subprocess(error.app, expose_tracebacks=True) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_before_start_response_http_11_close (waitress.tests.test_functional.UnixInternalServerErrorTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 984, in setUp > self.start_subprocess(error.app, expose_tracebacks=True) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_in_generator (waitress.tests.test_functional.UnixInternalServerErrorTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 984, in setUp > self.start_subprocess(error.app, expose_tracebacks=True) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_http10_generator (waitress.tests.test_functional.UnixNoContentLengthTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 550, in setUp > self.start_subprocess(nocl.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_http10_list (waitress.tests.test_functional.UnixNoContentLengthTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 550, in setUp > self.start_subprocess(nocl.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_http10_listlentwo (waitress.tests.test_functional.UnixNoContentLengthTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 550, in setUp > self.start_subprocess(nocl.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_http11_generator (waitress.tests.test_functional.UnixNoContentLengthTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 550, in setUp > self.start_subprocess(nocl.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_http11_list (waitress.tests.test_functional.UnixNoContentLengthTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 550, in setUp > self.start_subprocess(nocl.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_http11_listlentwo (waitress.tests.test_functional.UnixNoContentLengthTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 550, in setUp > self.start_subprocess(nocl.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_pipelining (waitress.tests.test_functional.UnixPipeliningTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 408, in setUp > self.start_subprocess(echo.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_request_body_too_large_chunked_encoding (waitress.tests.test_functional.UnixTooLargeTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 787, in setUp > max_request_body_size=1000) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_request_body_too_large_with_no_cl_http10 (waitress.tests.test_functional.UnixTooLargeTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 787, in setUp > max_request_body_size=1000) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_request_body_too_large_with_no_cl_http10_keepalive (waitress.tests.test_functional.UnixTooLargeTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 787, in setUp > max_request_body_size=1000) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_request_body_too_large_with_no_cl_http11 (waitress.tests.test_functional.UnixTooLargeTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 787, in setUp > max_request_body_size=1000) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_request_body_too_large_with_no_cl_http11_connclose (waitress.tests.test_functional.UnixTooLargeTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 787, in setUp > max_request_body_size=1000) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_request_body_too_large_with_wrong_cl_http10 (waitress.tests.test_functional.UnixTooLargeTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 787, in setUp > max_request_body_size=1000) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_request_body_too_large_with_wrong_cl_http10_keepalive (waitress.tests.test_functional.UnixTooLargeTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 787, in setUp > max_request_body_size=1000) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_request_body_too_large_with_wrong_cl_http11 (waitress.tests.test_functional.UnixTooLargeTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 787, in setUp > max_request_body_size=1000) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_request_body_too_large_with_wrong_cl_http11_connclose (waitress.tests.test_functional.UnixTooLargeTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 787, in setUp > max_request_body_size=1000) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_equal_body (waitress.tests.test_functional.UnixWriteCallbackTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 683, in setUp > self.start_subprocess(writecb.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_long_body (waitress.tests.test_functional.UnixWriteCallbackTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 683, in setUp > self.start_subprocess(writecb.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >====================================================================== >ERROR: test_no_content_length (waitress.tests.test_functional.UnixWriteCallbackTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 683, in setUp > self.start_subprocess(writecb.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >RPM build errors: >====================================================================== >ERROR: test_short_body (waitress.tests.test_functional.UnixWriteCallbackTests) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 683, in setUp > self.start_subprocess(writecb.app) > File "/builddir/build/BUILD/python3-python-waitress-0.8.9-2.fc21/waitress/tests/test_functional.py", line 63, in start_subprocess > self.proc.start() > File "/usr/lib/python3.4/multiprocessing/process.py", line 105, in start > self._popen = self._Popen(self) > File "/usr/lib/python3.4/multiprocessing/context.py", line 212, in _Popen > return _default_context.get_context().Process._Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/context.py", line 267, in _Popen > return Popen(process_obj) > File "/usr/lib/python3.4/multiprocessing/popen_fork.py", line 18, in __init__ > sys.stdout.flush() >ValueError: underlying buffer has been detached >---------------------------------------------------------------------- >Ran 442 tests in 0.269s >FAILED (errors=121) >Exception ignored in: error: Bad exit status from /var/tmp/rpm-tmp.OaQaio (%check) > Bad exit status from /var/tmp/rpm-tmp.OaQaio (%check) >Child return code was: 1 >EXCEPTION: Command failed. See logs for output. > # ['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/python-waitress.spec'] >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/mockbuild/trace_decorator.py", line 70, in trace > result = func(*args, **kw) > File "/usr/lib/python2.7/site-packages/mockbuild/util.py", line 376, in do > raise mockbuild.exception.Error, ("Command failed. See logs for output.\n # %s" % (command,), child.returncode) >Error: Command failed. See logs for output. > # ['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/python-waitress.spec'] >LEAVE do --> EXCEPTION RAISED >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1106928
: 905629 |
905630
|
905631