Bug#848653: libsass-python: FTBFS: FAIL: test_compile_source_map (sasstests.CompileTestCase)

Chris Lamb lamby at debian.org
Mon Dec 19 09:01:07 UTC 2016


Source: libsass-python
Version: 0.11.0-2
Severity: serious
Justification: fails to build from source
User: reproducible-builds at lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-bugs at lists.alioth.debian.org

Dear Maintainer,

libsass-python fails to build from source in unstable/amd64:

  […]

  'build/bdist.linux-x86_64' does not exist -- can't clean it
  'build/scripts-2.7' does not exist -- can't clean it
  	pybuild --clean --test-pytest -i python{version} -p 3.5
  I: pybuild base:184: python3.5 setup.py clean 
  running clean
  removing '«BUILDDIR»/.pybuild/pythonX.Y_3.5/build' (and everything under it)
  'build/bdist.linux-x86_64' does not exist -- can't clean it
  'build/scripts-3.5' does not exist -- can't clean it
  	rm -rf .pybuild/
  	find . -name \*.pyc -exec rm {} \;
  rm -fr libsass.egg-info .libsass-upstream-version
  make[1]: Leaving directory '«BUILDDIR»'
     dh_clean -O--buildsystem=pybuild
  	rm -f debian/debhelper-build-stamp
  	rm -f debian/python-libsass.substvars
  	rm -f debian/python-libsass.*.debhelper
  	rm -rf debian/python-libsass/
  	rm -f debian/python3-libsass.substvars
  	rm -f debian/python3-libsass.*.debhelper
  	rm -rf debian/python3-libsass/
  	rm -f debian/pysassc.substvars
  	rm -f debian/pysassc.*.debhelper
  	rm -rf debian/pysassc/
  	rm -rf debian/.debhelper/
  	rm -f debian/*.debhelper.log
  	rm -f debian/files
  	find .  \( \( \
  		\( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path .\*/.hg -o -path .\*/CVS \) -prune -o -type f -a \
  	        \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
  		 -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
  		 -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
  		 -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
  		\) -exec rm -f {} + \) -o \
  		\( -type d -a -name autom4te.cache -prune -exec rm -rf {} + \) \)
  	rm -f *-stamp
   debian/rules build
  dpkg-query -f '\n' -W libsass-dev|sed 's/-.*//' > .libsass-upstream-version
  dh build --with python2,python3 --buildsystem=pybuild
     dh_testdir -O--buildsystem=pybuild
     dh_update_autotools_config -O--buildsystem=pybuild
     dh_auto_configure -O--buildsystem=pybuild
  	pybuild --configure --test-pytest -i python{version} -p 2.7
  I: pybuild base:184: python2.7 setup.py config 
  running config
  	pybuild --configure --test-pytest -i python{version} -p 3.5
  I: pybuild base:184: python3.5 setup.py config 
  running config
     debian/rules override_dh_auto_build
  make[1]: Entering directory '«BUILDDIR»'
  pybuild --build -p "2.7 3.5"
  I: pybuild base:184: /usr/bin/python3 setup.py build 
  running build
  running build_py
  copying sass.py -> «BUILDDIR»/.pybuild/pythonX.Y_3.5/build
  copying sassc.py -> «BUILDDIR»/.pybuild/pythonX.Y_3.5/build
  copying sasstests.py -> «BUILDDIR»/.pybuild/pythonX.Y_3.5/build
  creating «BUILDDIR»/.pybuild/pythonX.Y_3.5/build/sassutils
  copying sassutils/__init__.py -> «BUILDDIR»/.pybuild/pythonX.Y_3.5/build/sassutils
  copying sassutils/wsgi.py -> «BUILDDIR»/.pybuild/pythonX.Y_3.5/build/sassutils
  copying sassutils/builder.py -> «BUILDDIR»/.pybuild/pythonX.Y_3.5/build/sassutils
  copying sassutils/distutils.py -> «BUILDDIR»/.pybuild/pythonX.Y_3.5/build/sassutils
  running build_ext
  building '_sass' extension
  creating build
  creating build/temp.linux-x86_64-3.5
  x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -O2 -fdebug-prefix-map=«BUILDDIR»=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.5m -c pysass.cpp -o build/temp.linux-x86_64-3.5/pysass.o -c -O3 -fPIC -std=c++0x -Wall -Wno-parentheses -Werror=switch -DLIBSASS_VERSION=""
  cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
  x86_64-linux-gnu-g++ -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,relro -g -O2 -fdebug-prefix-map=«BUILDDIR»=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.5/pysass.o -o /home/lamby/temp/cdt.20161219085644.R4ATuoz6RW.db.libsass-python/libsass-python-0.11.0/.pybuild/pythonX.Y_3.5/build/_sass.cpython-35m-x86_64-linux-gnu.so -fPIC -lstdc++ -lsass
  running build_scripts
  creating build/scripts-3.5
  copying and adjusting sassc.py -> build/scripts-3.5
  changing mode of build/scripts-3.5/sassc.py from 644 to 755
  I: pybuild base:184: /usr/bin/python setup.py build 
  running build
  running build_py
  copying sass.py -> «BUILDDIR»/.pybuild/pythonX.Y_2.7/build
  copying sassc.py -> «BUILDDIR»/.pybuild/pythonX.Y_2.7/build
  copying sasstests.py -> «BUILDDIR»/.pybuild/pythonX.Y_2.7/build
  creating «BUILDDIR»/.pybuild/pythonX.Y_2.7/build/sassutils
  copying sassutils/__init__.py -> «BUILDDIR»/.pybuild/pythonX.Y_2.7/build/sassutils
  copying sassutils/wsgi.py -> «BUILDDIR»/.pybuild/pythonX.Y_2.7/build/sassutils
  copying sassutils/builder.py -> «BUILDDIR»/.pybuild/pythonX.Y_2.7/build/sassutils
  copying sassutils/distutils.py -> «BUILDDIR»/.pybuild/pythonX.Y_2.7/build/sassutils
  running build_ext
  building '_sass' extension
  creating build/temp.linux-x86_64-2.7
  x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=«BUILDDIR»=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python2.7 -c pysass.cpp -o build/temp.linux-x86_64-2.7/pysass.o -c -O3 -fPIC -std=c++0x -Wall -Wno-parentheses -Werror=switch -DLIBSASS_VERSION=""
  cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
  pysass.cpp: In function ‘PyObject* _to_py_value(const Sass_Value*)’:
  pysass.cpp:63:13: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
               );
               ^
  pysass.cpp:63:13: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
  pysass.cpp:74:13: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
               );
               ^
  pysass.cpp:74:13: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
  pysass.cpp:100:13: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
               );
               ^
  pysass.cpp:100:13: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
  pysass.cpp:116:74: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
               retv = PyObject_CallMethod(types_mod, "SassMap", "(O)", items);
                                                                            ^
  pysass.cpp:116:74: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
  pysass.cpp: In function ‘PyObject* _exception_to_bytes()’:
  pysass.cpp:289:9: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
           );
           ^
  pysass.cpp:289:9: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
  pysass.cpp: In function ‘Sass_Import** _call_py_importer_f(const char*, Sass_Importer_Entry, Sass_Compiler*)’:
  pysass.cpp:430:76: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
       py_result = PyObject_CallFunction(pyfunc, PySass_IF_PY3("y", "s"), path);
                                                                              ^
  x86_64-linux-gnu-g++ -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-XhtLrH/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -g -O2 -fdebug-prefix-map=«BUILDDIR»=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-2.7/pysass.o -o /home/lamby/temp/cdt.20161219085644.R4ATuoz6RW.db.libsass-python/libsass-python-0.11.0/.pybuild/pythonX.Y_2.7/build/_sass.so -fPIC -lstdc++ -lsass
  running build_scripts
  creating build/scripts-2.7
  copying and adjusting sassc.py -> build/scripts-2.7
  changing mode of build/scripts-2.7/sassc.py from 644 to 755
  # build doc once
  pybuild -s custom --build -p 2.7 \
  	--build-args="env PYTHONPATH={build_dir} sphinx-build -N -bman docs/ build/man"
  I: pybuild base:184: env PYTHONPATH=«BUILDDIR»/.pybuild/pythonX.Y_2.7/build sphinx-build -N -bman docs/ build/man
  Running Sphinx v1.4.9
  making output directory...
  loading pickled environment... not yet created
  loading intersphinx inventory from http://docs.python.org/objects.inv...
  WARNING: intersphinx inventory 'http://docs.python.org/objects.inv' not fetchable due to <class 'urllib2.URLError'>: <urlopen error [Errno 111] Connection refused>
  loading intersphinx inventory from http://flask.pocoo.org/docs/objects.inv...
  WARNING: intersphinx inventory 'http://flask.pocoo.org/docs/objects.inv' not fetchable due to <class 'urllib2.URLError'>: <urlopen error [Errno 111] Connection refused>
  loading intersphinx inventory from http://pythonhosted.org/setuptools/objects.inv...
  WARNING: intersphinx inventory 'http://pythonhosted.org/setuptools/objects.inv' not fetchable due to <class 'urllib2.URLError'>: <urlopen error [Errno 111] Connection refused>
  building [mo]: targets for 0 po files that are out of date
  building [man]: all manpages
  updating environment: 9 added, 0 changed, 0 removed
  reading sources... [ 11%] changes
  reading sources... [ 22%] frameworks/flask
  reading sources... [ 33%] index
  reading sources... [ 44%] sass
  reading sources... [ 55%] sassc
  reading sources... [ 66%] sassutils
  reading sources... [ 77%] sassutils/builder
  reading sources... [ 88%] sassutils/distutils
  reading sources... [100%] sassutils/wsgi
  
  «BUILDDIR»/docs/index.rst:0: WARNING: nonlocal image URI found: https://travis-ci.org/dahlia/libsass-python.svg?branch=python
  «BUILDDIR»/docs/index.rst:0: WARNING: nonlocal image URI found: https://ci.appveyor.com/api/projects/status/yghrs9jw7b67c0ia/branch/python?svg=true
  «BUILDDIR»/docs/index.rst:0: WARNING: nonlocal image URI found: https://img.shields.io/coveralls/dahlia/libsass-python.svg
  «BUILDDIR»/docs/index.rst:0: WARNING: nonlocal image URI found: https://badge.fury.io/py/libsass.svg
  «BUILDDIR»/sassutils/wsgi.py:docstring of sassutils.wsgi.SassMiddleware:25: ERROR: Unexpected indentation.
  «BUILDDIR»/sassutils/wsgi.py:docstring of sassutils.wsgi.SassMiddleware:28: WARNING: Block quote ends without a blank line; unexpected unindent.
  «BUILDDIR»/sassutils/wsgi.py:docstring of sassutils.wsgi.SassMiddleware:28: WARNING: Inline emphasis start-string without end-string.
  «BUILDDIR»/sassutils/wsgi.py:docstring of sassutils.wsgi.SassMiddleware:45: WARNING: Definition list ends without a blank line; unexpected unindent.
  «BUILDDIR»/sassutils/wsgi.py:docstring of sassutils.wsgi.SassMiddleware:47: ERROR: Unexpected indentation.
  looking for now-outdated files... none found
  pickling environment... done
  checking consistency... done
  writing... libsass.1 { frameworks/flask changes sassc sass sassutils sassutils/builder sassutils/distutils sassutils/wsgi } «BUILDDIR»/docs/frameworks/flask.rst:76: WARNING: undefined label: flask:app-dispatch (if the link has no caption the label must precede a section header)
  «BUILDDIR»/docs/frameworks/flask.rst:125: WARNING: undefined label: flask:distribute-deployment (if the link has no caption the label must precede a section header)
  «BUILDDIR»/sass.py:docstring of sass.compile:134: WARNING: unknown keyword: def
  «BUILDDIR»/sass.py:docstring of sass.compile:134: WARNING: unknown keyword: lambda
  «BUILDDIR»/sass.py:docstring of sass.compile:151: WARNING: unknown keyword: def
  pysassc.1 { } 
  build succeeded, 17 warnings.
  make[1]: Leaving directory '«BUILDDIR»'
     debian/rules override_dh_auto_test
  make[1]: Entering directory '«BUILDDIR»'
  pybuild -s custom --test -p "2.7 3.5" \
  	--test-args="cp -fr test testpkg {build_dir}/; \
  	{interpreter} setup.py bdist_egg --dist-dir {build_dir}/testpkg/.eggs; \
  	cd {build_dir}; {interpreter} -m unittest sasstests"
  I: pybuild base:184: cp -fr test testpkg «BUILDDIR»/.pybuild/pythonX.Y_3.5/build/; 	python3.5 setup.py bdist_egg --dist-dir /home/lamby/temp/cdt.20161219085644.R4ATuoz6RW.db.libsass-python/libsass-python-0.11.0/.pybuild/pythonX.Y_3.5/build/testpkg/.eggs; 	cd /home/lamby/temp/cdt.20161219085644.R4ATuoz6RW.db.libsass-python/libsass-python-0.11.0/.pybuild/pythonX.Y_3.5/build; python3.5 -m unittest sasstests
  running bdist_egg
  running egg_info
  creating libsass.egg-info
  writing top-level names to libsass.egg-info/top_level.txt
  writing libsass.egg-info/PKG-INFO
  writing entry points to libsass.egg-info/entry_points.txt
  writing requirements to libsass.egg-info/requires.txt
  writing dependency_links to libsass.egg-info/dependency_links.txt
  writing manifest file 'libsass.egg-info/SOURCES.txt'
  reading manifest file 'libsass.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  warning: no files found matching '*.c' under directory 'libsass'
  warning: no files found matching '*.cpp' under directory 'libsass'
  warning: no files found matching '*.h' under directory 'libsass'
  warning: no files found matching '*.hpp' under directory 'libsass'
  warning: no files found matching 'libsass/Makefile'
  writing manifest file 'libsass.egg-info/SOURCES.txt'
  installing library code to build/bdist.linux-x86_64/egg
  running install_lib
  running build_py
  creating build/lib.linux-x86_64-3.5
  copying sass.py -> build/lib.linux-x86_64-3.5
  copying sassc.py -> build/lib.linux-x86_64-3.5
  copying sasstests.py -> build/lib.linux-x86_64-3.5
  creating build/lib.linux-x86_64-3.5/sassutils
  copying sassutils/__init__.py -> build/lib.linux-x86_64-3.5/sassutils
  copying sassutils/wsgi.py -> build/lib.linux-x86_64-3.5/sassutils
  copying sassutils/builder.py -> build/lib.linux-x86_64-3.5/sassutils
  copying sassutils/distutils.py -> build/lib.linux-x86_64-3.5/sassutils
  running build_ext
  building '_sass' extension
  x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -O2 -fdebug-prefix-map=«BUILDDIR»=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.5m -c pysass.cpp -o build/temp.linux-x86_64-3.5/pysass.o -c -O3 -fPIC -std=c++0x -Wall -Wno-parentheses -Werror=switch -DLIBSASS_VERSION=""
  cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
  x86_64-linux-gnu-g++ -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,relro -g -O2 -fdebug-prefix-map=«BUILDDIR»=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.5/pysass.o -o build/lib.linux-x86_64-3.5/_sass.cpython-35m-x86_64-linux-gnu.so -fPIC -lstdc++ -lsass
  creating build/bdist.linux-x86_64
  creating build/bdist.linux-x86_64/egg
  creating build/bdist.linux-x86_64/egg/sassutils
  copying build/lib.linux-x86_64-3.5/sassutils/__init__.py -> build/bdist.linux-x86_64/egg/sassutils
  copying build/lib.linux-x86_64-3.5/sassutils/wsgi.py -> build/bdist.linux-x86_64/egg/sassutils
  copying build/lib.linux-x86_64-3.5/sassutils/builder.py -> build/bdist.linux-x86_64/egg/sassutils
  copying build/lib.linux-x86_64-3.5/sassutils/distutils.py -> build/bdist.linux-x86_64/egg/sassutils
  copying build/lib.linux-x86_64-3.5/_sass.cpython-35m-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/egg
  copying build/lib.linux-x86_64-3.5/sassc.py -> build/bdist.linux-x86_64/egg
  copying build/lib.linux-x86_64-3.5/sasstests.py -> build/bdist.linux-x86_64/egg
  copying build/lib.linux-x86_64-3.5/sass.py -> build/bdist.linux-x86_64/egg
  byte-compiling build/bdist.linux-x86_64/egg/sassutils/__init__.py to __init__.cpython-35.pyc
  byte-compiling build/bdist.linux-x86_64/egg/sassutils/wsgi.py to wsgi.cpython-35.pyc
  byte-compiling build/bdist.linux-x86_64/egg/sassutils/builder.py to builder.cpython-35.pyc
  byte-compiling build/bdist.linux-x86_64/egg/sassutils/distutils.py to distutils.cpython-35.pyc
  byte-compiling build/bdist.linux-x86_64/egg/sassc.py to sassc.cpython-35.pyc
  byte-compiling build/bdist.linux-x86_64/egg/sasstests.py to sasstests.cpython-35.pyc
  byte-compiling build/bdist.linux-x86_64/egg/sass.py to sass.cpython-35.pyc
  creating stub loader for _sass.cpython-35m-x86_64-linux-gnu.so
  byte-compiling build/bdist.linux-x86_64/egg/_sass.py to _sass.cpython-35.pyc
  creating build/bdist.linux-x86_64/egg/EGG-INFO
  installing scripts to build/bdist.linux-x86_64/egg/EGG-INFO/scripts
  running install_scripts
  running build_scripts
  creating build/bdist.linux-x86_64/egg/EGG-INFO/scripts
  copying build/scripts-3.5/sassc.py -> build/bdist.linux-x86_64/egg/EGG-INFO/scripts
  changing mode of build/bdist.linux-x86_64/egg/EGG-INFO/scripts/sassc.py to 755
  copying libsass.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
  copying libsass.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  copying libsass.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  copying libsass.egg-info/entry_points.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  copying libsass.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  copying libsass.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  writing build/bdist.linux-x86_64/egg/EGG-INFO/native_libs.txt
  zip_safe flag not set; analyzing archive contents...
  __pycache__._sass.cpython-35: module references __file__
  __pycache__.sasstests.cpython-35: module references __file__
  creating «BUILDDIR»/.pybuild/pythonX.Y_3.5/build/testpkg/.eggs
  creating '«BUILDDIR»/.pybuild/pythonX.Y_3.5/build/testpkg/.eggs/libsass-0.11.0-py3.5-linux-x86_64.egg' and adding 'build/bdist.linux-x86_64/egg' to it
  removing 'build/bdist.linux-x86_64/egg' (and everything under it)
  ......«BUILDDIR»/.pybuild/pythonX.Y_3.5/build/sasstests.py:842: ResourceWarning: unclosed file <_io.TextIOWrapper name='/tmp/tmpi82dtflg/output/f1.css' mode='r' encoding='UTF-8'>
    contentsf1 = open(os.path.join(output_dir, 'f1.css')).read()
  «BUILDDIR»/.pybuild/pythonX.Y_3.5/build/sasstests.py:843: ResourceWarning: unclosed file <_io.TextIOWrapper name='/tmp/tmpi82dtflg/output/foo/f2.css' mode='r' encoding='UTF-8'>
    contentsf2 = open(os.path.join(output_dir, 'foo/f2.css')).read()
  .......F...............«BUILDDIR»/.pybuild/pythonX.Y_3.5/build/sass.py:110: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
    argspec = inspect.getargspec(lambda_)
  ...........................running build_sass
  building 'testpkg' sass
  .running build_sass
  building 'testpkg' sass
  .F.....................F...
  ======================================================================
  FAIL: test_compile_source_map (sasstests.CompileTestCase)
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File "«BUILDDIR»/.pybuild/pythonX.Y_3.5/build/sasstests.py", line 423, in test_compile_source_map
      self.assert_source_map_equal(A_EXPECTED_MAP, source_map)
    File "«BUILDDIR»/.pybuild/pythonX.Y_3.5/build/sasstests.py", line 136, in assert_source_map_equal
      assert expected == actual
  AssertionError
  
  ======================================================================
  FAIL: test_build_one (sasstests.ManifestTestCase)
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File "«BUILDDIR»/.pybuild/pythonX.Y_3.5/build/sasstests.py", line 603, in test_build_one
      os.path.join(d, 'css', 'b.scss.css.map')
    File "«BUILDDIR»/.pybuild/pythonX.Y_3.5/build/sasstests.py", line 146, in assert_source_map_file
      self.assert_source_map_equal(expected, tree)
    File "«BUILDDIR»/.pybuild/pythonX.Y_3.5/build/sasstests.py", line 136, in assert_source_map_equal
      assert expected == actual
  AssertionError
  
  ======================================================================
  FAIL: test_sassc_sourcemap (sasstests.SasscTestCase)
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File "«BUILDDIR»/.pybuild/pythonX.Y_3.5/build/sasstests.py", line 799, in test_sassc_sourcemap
      dict(json.load(f), sources=None)
    File "«BUILDDIR»/.pybuild/pythonX.Y_3.5/build/sasstests.py", line 136, in assert_source_map_equal
      assert expected == actual
  AssertionError
  
  ----------------------------------------------------------------------
  Ran 84 tests in 0.767s
  
  FAILED (failures=3)
  E: pybuild pybuild:276: test: plugin custom failed with: exit code=1: cp -fr test testpkg «BUILDDIR»/.pybuild/pythonX.Y_3.5/build/; 	python3.5 setup.py bdist_egg --dist-dir /home/lamby/temp/cdt.20161219085644.R4ATuoz6RW.db.libsass-python/libsass-python-0.11.0/.pybuild/pythonX.Y_3.5/build/testpkg/.eggs; 	cd /home/lamby/temp/cdt.20161219085644.R4ATuoz6RW.db.libsass-python/libsass-python-0.11.0/.pybuild/pythonX.Y_3.5/build; python3.5 -m unittest sasstests
  debian/rules:24: recipe for target 'override_dh_auto_test' failed
  make[1]: *** [override_dh_auto_test] Error 13
  make[1]: Leaving directory '«BUILDDIR»'
  debian/rules:6: recipe for target 'build' failed
  make: *** [build] Error 2
  dpkg-buildpackage: error: debian/rules build gave error exit status 2

  […]

The full build log is attached.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
A non-text attachment was scrubbed...
Name: libsass-python.0.11.0-2.unstable.amd64.log.txt.gz
Type: application/octet-stream
Size: 9099 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/reproducible-bugs/attachments/20161219/50a301b5/attachment-0001.obj>


More information about the Reproducible-bugs mailing list