running pytest running egg_info creating simplejson.egg-info writing simplejson.egg-info/PKG-INFO writing top-level names to simplejson.egg-info/top_level.txt writing dependency_links to simplejson.egg-info/dependency_links.txt writing manifest file 'simplejson.egg-info/SOURCES.txt' reading manifest file 'simplejson.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'simplejson.egg-info/SOURCES.txt' running build_ext building 'simplejson._speedups' extension gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python2.7 -c simplejson/_speedups.c -o build/temp.linux-x86_64-2.7/simplejson/_speedups.o gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-2.7/simplejson/_speedups.o -L/usr/lib -lpython2.7 -o /build/python2-simplejson/src/simplejson-3.17.6/simplejson/_speedups.so ============================= test session starts ============================== platform linux2 -- Python 2.7.18, pytest-4.6.11, py-1.11.0, pluggy-0.13.1 rootdir: /build/python2-simplejson/src/simplejson-3.17.6 collected 140 items simplejson/tests/test_bigint_as_string.py .... [ 2%] simplejson/tests/test_bitsize_int_as_string.py ...... [ 7%] simplejson/tests/test_check_circular.py ..... [ 10%] simplejson/tests/test_decimal.py ...... [ 15%] simplejson/tests/test_decode.py ........... [ 22%] simplejson/tests/test_default.py . [ 23%] simplejson/tests/test_dump.py .............. [ 33%] simplejson/tests/test_encode_basestring_ascii.py ... [ 35%] simplejson/tests/test_encode_for_html.py .... [ 38%] simplejson/tests/test_errors.py ..... [ 42%] simplejson/tests/test_fail.py ... [ 44%] simplejson/tests/test_float.py ..... [ 47%] simplejson/tests/test_for_json.py ........... [ 55%] simplejson/tests/test_indent.py ... [ 57%] simplejson/tests/test_item_sort_key.py ... [ 60%] simplejson/tests/test_iterable.py . [ 60%] simplejson/tests/test_namedtuple.py s...... [ 65%] simplejson/tests/test_pass1.py . [ 66%] simplejson/tests/test_pass2.py . [ 67%] simplejson/tests/test_pass3.py . [ 67%] simplejson/tests/test_raw_json.py .... [ 70%] simplejson/tests/test_recursion.py ... [ 72%] simplejson/tests/test_scanstring.py ..... [ 76%] simplejson/tests/test_separators.py . [ 77%] simplejson/tests/test_speedups.py ...... [ 81%] simplejson/tests/test_str_subclass.py . [ 82%] simplejson/tests/test_subclass.py .. [ 83%] simplejson/tests/test_tool.py ... [ 85%] simplejson/tests/test_tuple.py .. [ 87%] simplejson/tests/test_unicode.py .................. [100%] ==================== 139 passed, 1 skipped in 3.54 seconds =====================