passed passed Failed test output: tests/rgb.py ../home/yuanshuo/Works_Neptune/LSST/Linux64/miniconda2/3.19.0.lsst4/lib/python2.7/site-packages/matplotlib/font_manager.py:273: UserWarning: Matplotlib is building the font cache using fc-list. This may take a moment. warnings.warn('Matplotlib is building the font cache using fc-list. This may take a moment.') Es......ss/home/yuanshuo/Works_Neptune/LSST/Linux64/miniconda2/3.19.0.lsst4/lib/python2.7/site-packages/matplotlib/font_manager.py:273: UserWarning: Matplotlib is building the font cache using fc-list. This may take a moment. warnings.warn('Matplotlib is building the font cache using fc-list. This may take a moment.') E/home/yuanshuo/Works_Neptune/LSST/Linux64/miniconda2/3.19.0.lsst4/lib/python2.7/site-packages/matplotlib/font_manager.py:273: UserWarning: Matplotlib is building the font cache using fc-list. This may take a moment. warnings.warn('Matplotlib is building the font cache using fc-list. This may take a moment.') E... ====================================================================== ERROR: testMakeRGB (__main__.RgbTestCase) Test the function that does it all ---------------------------------------------------------------------- Traceback (most recent call last): File "tests/rgb.py", line 197, in testMakeRGB saturatedBorderWidth=1, saturatedPixelValue=2000) File "/home/yuanshuo/Works_Neptune/LSST/EupsBuildDir/Linux64/afw-12.0/afw-12.0/python/lsst/afw/display/rgb.py", line 353, in makeRGB writeRGB(fileName, rgb) File "/home/yuanshuo/Works_Neptune/LSST/EupsBuildDir/Linux64/afw-12.0/afw-12.0/python/lsst/afw/display/rgb.py", line 379, in writeRGB matplotlib.image.imsave(fileName, rgbImage) File "/home/yuanshuo/Works_Neptune/LSST/Linux64/miniconda2/3.19.0.lsst4/lib/python2.7/site-packages/matplotlib/image.py", line 1363, in imsave from matplotlib.backends.backend_agg import FigureCanvasAgg as FigureCanvas File "/home/yuanshuo/Works_Neptune/LSST/Linux64/miniconda2/3.19.0.lsst4/lib/python2.7/site-packages/matplotlib/backends/backend_agg.py", line 31, in from matplotlib.backend_bases import RendererBase,\ File "/home/yuanshuo/Works_Neptune/LSST/Linux64/miniconda2/3.19.0.lsst4/lib/python2.7/site-packages/matplotlib/backend_bases.py", line 62, in import matplotlib.textpath as textpath File "/home/yuanshuo/Works_Neptune/LSST/Linux64/miniconda2/3.19.0.lsst4/lib/python2.7/site-packages/matplotlib/textpath.py", line 15, in import matplotlib.font_manager as font_manager File "/home/yuanshuo/Works_Neptune/LSST/Linux64/miniconda2/3.19.0.lsst4/lib/python2.7/site-packages/matplotlib/font_manager.py", line 1423, in _rebuild() File "/home/yuanshuo/Works_Neptune/LSST/Linux64/miniconda2/3.19.0.lsst4/lib/python2.7/site-packages/matplotlib/font_manager.py", line 1406, in _rebuild fontManager = FontManager() File "/home/yuanshuo/Works_Neptune/LSST/Linux64/miniconda2/3.19.0.lsst4/lib/python2.7/site-packages/matplotlib/font_manager.py", line 1044, in __init__ self.ttffiles = findSystemFonts(paths) + findSystemFonts() File "/home/yuanshuo/Works_Neptune/LSST/Linux64/miniconda2/3.19.0.lsst4/lib/python2.7/site-packages/matplotlib/font_manager.py", line 331, in findSystemFonts files = list_fonts(path, fontexts) File "/home/yuanshuo/Works_Neptune/LSST/Linux64/miniconda2/3.19.0.lsst4/lib/python2.7/site-packages/matplotlib/font_manager.py", line 171, in list_fonts return cbook.listFiles(directory, pattern) File "/home/yuanshuo/Works_Neptune/LSST/Linux64/miniconda2/3.19.0.lsst4/lib/python2.7/site-packages/matplotlib/cbook.py", line 1186, in listFiles for dirname, dirs, files in os.walk(root): File "/home/yuanshuo/Works_Neptune/LSST/Linux64/miniconda2/3.19.0.lsst4/lib/python2.7/os.py", line 296, in walk for x in walk(new_path, topdown, onerror, followlinks): File "/home/yuanshuo/Works_Neptune/LSST/Linux64/miniconda2/3.19.0.lsst4/lib/python2.7/os.py", line 286, in walk if isdir(join(top, name)): File "/home/yuanshuo/Works_Neptune/LSST/Linux64/miniconda2/3.19.0.lsst4/lib/python2.7/posixpath.py", line 73, in join path += '/' + b UnicodeDecodeError: 'ascii' codec can't decode byte 0xe4 in position 1: ordinal not in range(128) ====================================================================== ERROR: testWriteStars (__main__.RgbTestCase) Test writing RGB files to disk ---------------------------------------------------------------------- Traceback (most recent call last): File "tests/rgb.py", line 235, in testWriteStars rgb.writeRGB(fileName, rgbImage) File "/home/yuanshuo/Works_Neptune/LSST/EupsBuildDir/Linux64/afw-12.0/afw-12.0/python/lsst/afw/display/rgb.py", line 379, in writeRGB matplotlib.image.imsave(fileName, rgbImage) File "/home/yuanshuo/Works_Neptune/LSST/Linux64/miniconda2/3.19.0.lsst4/lib/python2.7/site-packages/matplotlib/image.py", line 1363, in imsave from matplotlib.backends.backend_agg import FigureCanvasAgg as FigureCanvas File "/home/yuanshuo/Works_Neptune/LSST/Linux64/miniconda2/3.19.0.lsst4/lib/python2.7/site-packages/matplotlib/backends/backend_agg.py", line 31, in from matplotlib.backend_bases import RendererBase,\ File "/home/yuanshuo/Works_Neptune/LSST/Linux64/miniconda2/3.19.0.lsst4/lib/python2.7/site-packages/matplotlib/backend_bases.py", line 62, in import matplotlib.textpath as textpath File "/home/yuanshuo/Works_Neptune/LSST/Linux64/miniconda2/3.19.0.lsst4/lib/python2.7/site-packages/matplotlib/textpath.py", line 15, in import matplotlib.font_manager as font_manager File "/home/yuanshuo/Works_Neptune/LSST/Linux64/miniconda2/3.19.0.lsst4/lib/python2.7/site-packages/matplotlib/font_manager.py", line 1423, in _rebuild() File "/home/yuanshuo/Works_Neptune/LSST/Linux64/miniconda2/3.19.0.lsst4/lib/python2.7/site-packages/matplotlib/font_manager.py", line 1406, in _rebuild fontManager = FontManager() File "/home/yuanshuo/Works_Neptune/LSST/Linux64/miniconda2/3.19.0.lsst4/lib/python2.7/site-packages/matplotlib/font_manager.py", line 1044, in __init__ self.ttffiles = findSystemFonts(paths) + findSystemFonts() File "/home/yuanshuo/Works_Neptune/LSST/Linux64/miniconda2/3.19.0.lsst4/lib/python2.7/site-packages/matplotlib/font_manager.py", line 331, in findSystemFonts files = list_fonts(path, fontexts) File "/home/yuanshuo/Works_Neptune/LSST/Linux64/miniconda2/3.19.0.lsst4/lib/python2.7/site-packages/matplotlib/font_manager.py", line 171, in list_fonts return cbook.listFiles(directory, pattern) File "/home/yuanshuo/Works_Neptune/LSST/Linux64/miniconda2/3.19.0.lsst4/lib/python2.7/site-packages/matplotlib/cbook.py", line 1186, in listFiles for dirname, dirs, files in os.walk(root): File "/home/yuanshuo/Works_Neptune/LSST/Linux64/miniconda2/3.19.0.lsst4/lib/python2.7/os.py", line 296, in walk for x in walk(new_path, topdown, onerror, followlinks): File "/home/yuanshuo/Works_Neptune/LSST/Linux64/miniconda2/3.19.0.lsst4/lib/python2.7/os.py", line 286, in walk if isdir(join(top, name)): File "/home/yuanshuo/Works_Neptune/LSST/Linux64/miniconda2/3.19.0.lsst4/lib/python2.7/posixpath.py", line 73, in join path += '/' + b UnicodeDecodeError: 'ascii' codec can't decode byte 0xe4 in position 1: ordinal not in range(128) ====================================================================== ERROR: testWriteStarsLegacyAPI (__main__.RgbTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "tests/rgb.py", line 335, in testWriteStarsLegacyAPI self.writeFileLegacyAPI(fileName) File "tests/rgb.py", line 330, in writeFileLegacyAPI rgbImage.write(fileName) File "/home/yuanshuo/Works_Neptune/LSST/EupsBuildDir/Linux64/afw-12.0/afw-12.0/python/lsst/afw/display/rgb.py", line 401, in write writeRGB(fileName, self.rgb) File "/home/yuanshuo/Works_Neptune/LSST/EupsBuildDir/Linux64/afw-12.0/afw-12.0/python/lsst/afw/display/rgb.py", line 379, in writeRGB matplotlib.image.imsave(fileName, rgbImage) File "/home/yuanshuo/Works_Neptune/LSST/Linux64/miniconda2/3.19.0.lsst4/lib/python2.7/site-packages/matplotlib/image.py", line 1363, in imsave from matplotlib.backends.backend_agg import FigureCanvasAgg as FigureCanvas File "/home/yuanshuo/Works_Neptune/LSST/Linux64/miniconda2/3.19.0.lsst4/lib/python2.7/site-packages/matplotlib/backends/backend_agg.py", line 31, in from matplotlib.backend_bases import RendererBase,\ File "/home/yuanshuo/Works_Neptune/LSST/Linux64/miniconda2/3.19.0.lsst4/lib/python2.7/site-packages/matplotlib/backend_bases.py", line 62, in import matplotlib.textpath as textpath File "/home/yuanshuo/Works_Neptune/LSST/Linux64/miniconda2/3.19.0.lsst4/lib/python2.7/site-packages/matplotlib/textpath.py", line 15, in import matplotlib.font_manager as font_manager File "/home/yuanshuo/Works_Neptune/LSST/Linux64/miniconda2/3.19.0.lsst4/lib/python2.7/site-packages/matplotlib/font_manager.py", line 1423, in _rebuild() File "/home/yuanshuo/Works_Neptune/LSST/Linux64/miniconda2/3.19.0.lsst4/lib/python2.7/site-packages/matplotlib/font_manager.py", line 1406, in _rebuild fontManager = FontManager() File "/home/yuanshuo/Works_Neptune/LSST/Linux64/miniconda2/3.19.0.lsst4/lib/python2.7/site-packages/matplotlib/font_manager.py", line 1044, in __init__ self.ttffiles = findSystemFonts(paths) + findSystemFonts() File "/home/yuanshuo/Works_Neptune/LSST/Linux64/miniconda2/3.19.0.lsst4/lib/python2.7/site-packages/matplotlib/font_manager.py", line 331, in findSystemFonts files = list_fonts(path, fontexts) File "/home/yuanshuo/Works_Neptune/LSST/Linux64/miniconda2/3.19.0.lsst4/lib/python2.7/site-packages/matplotlib/font_manager.py", line 171, in list_fonts return cbook.listFiles(directory, pattern) File "/home/yuanshuo/Works_Neptune/LSST/Linux64/miniconda2/3.19.0.lsst4/lib/python2.7/site-packages/matplotlib/cbook.py", line 1186, in listFiles for dirname, dirs, files in os.walk(root): File "/home/yuanshuo/Works_Neptune/LSST/Linux64/miniconda2/3.19.0.lsst4/lib/python2.7/os.py", line 296, in walk for x in walk(new_path, topdown, onerror, followlinks): File "/home/yuanshuo/Works_Neptune/LSST/Linux64/miniconda2/3.19.0.lsst4/lib/python2.7/os.py", line 286, in walk if isdir(join(top, name)): File "/home/yuanshuo/Works_Neptune/LSST/Linux64/miniconda2/3.19.0.lsst4/lib/python2.7/posixpath.py", line 73, in join path += '/' + b UnicodeDecodeError: 'ascii' codec can't decode byte 0xe4 in position 1: ordinal not in range(128) ---------------------------------------------------------------------- Ran 17 tests in 0.710s FAILED (errors=3, skipped=3) The following tests failed: /home/yuanshuo/Works_Neptune/LSST/EupsBuildDir/Linux64/afw-12.0/afw-12.0/tests/.tests/rgb.py.failed 1 tests failed scons: *** [checkTestStatus] Error 1 scons: building terminated because of errors. + exit -4