--- Dependency check [begin] ---


--- Dependency check [end] ---



--- Distribution check [begin] ---

Version 1.2 - 2022-05-24 (AG)
Information: this ChangeLog entry matches the version number:
 Version 1.2 - 2022-05-24 (AG)

Information: ./config/pyrgsspecplot.par is an XML parameter file, I cannot yet validate it. Skipped.
Warning: pyrgsspecplot - missing lyt files.


--- Distribution check [end] ---

sed -e "s/DOC/pyrgsspecplot/" -e "s/TYPE/devel/" < \
/sasbuild/build/sas/packages/sas/doc/lib/package.tex | /sasbuild/build/sas/packages/sas/bin/texcombine | \
/sasbuild/build/sas/packages/sas/bin/fixdoc -type=devel pyrgsspecplot 1.2 pyrgsspecplot 21.0.1-79c786f42 > pyrgsspecplot.tex
   including sasdevel...
      including sasglobal...
   including pyrgsspecplot_description...

latex pyrgsspecplot < /dev/null > makedoc.log || ( cat makedoc.log ; exit 1 )
bibtex pyrgsspecplot < /dev/null > makedoc.log
make[5]: [/sasbuild/build/sas/Make.include:1062: pyrgsspecplot.ps.gz] Error 2 (ignored)
latex pyrgsspecplot < /dev/null > makedoc.log || ( cat makedoc.log ; exit 1 )
latex pyrgsspecplot < /dev/null > makedoc.log || ( cat makedoc.log ; exit 1 )
dvips -o pyrgsspecplot.ps pyrgsspecplot > makedoc.log 2>&1 || ( cat makedoc.log ; exit 1 )
dvipdf pyrgsspecplot > makedoc.log 2>&1 || ( cat makedoc.log ; continue ) 
gzip -f pyrgsspecplot.ps
SASRELDIR=../../.. ;\
export SASRELDIR ;\
latex2html -nouse_pdftex -init_file /sasbuild/build/sas/packages/sas/doc/lib/latex2html.init pyrgsspecplot > /dev/null
texexpand V2020 (Released January 1, 2020)

Warning: No implementation found for option: `version' for `sasdoc' package

Warning: No implementation found for option: `version' for `sasdoc' package
This is dvips(k) 2021.1 (TeX Live 2022/dev)  Copyright 2021 Radical Eye Software (www.radicaleye.com)
' TeX output 2024.05.13:1329' -> images.ps
</usr/share/texlive/texmf-dist/dvips/base/tex.pro>
</usr/share/texlive/texmf-dist/dvips/l3backend/l3backend-dvips.pro>
</usr/share/texlive/texmf-dist/dvips/base/texps.pro>
</usr/share/texlive/texmf-dist/dvips/base/special.pro>. 
</usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi10.pfb>
</usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr10.pfb>[1] 
/usr/bin/echo ""

mkpkgidx -t . > /dev/null || (rm -f pyrgsspecplot/index.pl ; exit 1)
pointer=pyrgsspecplot/ChangeLog ; \
target=../../../packages/pyrgsspecplot/ChangeLog ; \
if [ -f $target -a \( ! -h $pointer \) ] ; then \
  ln -s ../$target $pointer ; \
fi
rm pyrgsspecplot.tex
Testing testpyrgsspecplot ... FAILED
Message: will run ./testpyrgsspecplot for no longer than 600 seconds.
============================= test session starts ==============================
platform linux -- Python 3.10.6, pytest-8.2.0, pluggy-1.5.0 -- /sasbuild/tools/python-3.10.6/bin/python3
cachedir: .pytest_cache
rootdir: /sasbuild/build/sas/packages/pyrgsspecplot
plugins: anyio-4.3.0
collecting ... collected 0 items / 1 error

==================================== ERRORS ====================================
_________________ ERROR collecting test/test_pyrgsspecplot.py __________________
ImportError while importing test module '/sasbuild/build/sas/packages/pyrgsspecplot/test/test_pyrgsspecplot.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/sasbuild/tools/python/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
test_pyrgsspecplot.py:21: in <module>
    import pysas.pyrgsspecplot.pyrgsspecplot as rgsspecplot
../../../lib/python/pysas/pyrgsspecplot/__init__.py:1: in <module>
    from . import pyrgsspecplot
../../../lib/python/pysas/pyrgsspecplot/pyrgsspecplot.py:28: in <module>
    import pysas.pyutils.pyutils as pyutils
../../../lib/python/pysas/pyutils/__init__.py:1: in <module>
    from . import pyutils
../../../lib/python/pysas/pyutils/pyutils.py:28: in <module>
    from astropy.io import fits
/sasbuild/tools/python-3.10.6/lib/python3.10/site-packages/astropy/io/fits/__init__.py:74: in <module>
    from . import card, column, convenience, hdu
/sasbuild/tools/python-3.10.6/lib/python3.10/site-packages/astropy/io/fits/convenience.py:66: in <module>
    from .diff import FITSDiff, HDUDiff
/sasbuild/tools/python-3.10.6/lib/python3.10/site-packages/astropy/io/fits/diff.py:29: in <module>
    from .hdu.hdulist import HDUList, fitsopen  # pylint: disable=W0611
/sasbuild/tools/python-3.10.6/lib/python3.10/site-packages/astropy/io/fits/hdu/__init__.py:3: in <module>
    from .base import BITPIX2DTYPE, DELAYED, DTYPE2BITPIX, register_hdu, unregister_hdu
/sasbuild/tools/python-3.10.6/lib/python3.10/site-packages/astropy/io/fits/hdu/base.py:15: in <module>
    from astropy.io.fits.file import _File
/sasbuild/tools/python-3.10.6/lib/python3.10/site-packages/astropy/io/fits/file.py:45: in <module>
    import bz2
/sasbuild/tools/python/lib/python3.10/bz2.py:17: in <module>
    from _bz2 import BZ2Compressor, BZ2Decompressor
E   ModuleNotFoundError: No module named '_bz2'
=========================== short test summary info ============================
ERROR test_pyrgsspecplot.py
!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
=============================== 1 error in 1.03s ===============================
Error while running ./testpyrgsspecplot
ERROR: one of the tests failed