--- Dependency check [begin] ---


--- Dependency check [end] ---



--- Distribution check [begin] ---

Version 1.0 - 2021-11-08 (AG)
Information: this ChangeLog entry matches the version number:
 Version 1.0 - 2021-11-08 (AG)

pyrgsimplot - invalid version number in DEPEND: pysasplot_utils 0.3.1
Information: ./config/pyrgsimplot.par is an XML parameter file, I cannot yet validate it. Skipped.
Warning: pyrgsimplot - missing lyt files.
Now checking git repository...
fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).


--- Distribution check [end] ---

sed -e "s/DOC/pyrgsimplot/" -e "s/TYPE/devel/" < \
/XMM/brendan/XMMSAS/OL810SAS/xmmsas_20241104_1928/packages/sas/doc/lib/package.tex | /XMM/brendan/XMMSAS/OL810SAS/xmmsas_20241104_1928/packages/sas/bin/texcombine | \
/XMM/brendan/XMMSAS/OL810SAS/xmmsas_20241104_1928/packages/sas/bin/fixdoc -type=devel pyrgsimplot 1.0 pyrgsimplot xmmsas_20241104_1928 > pyrgsimplot.tex
   including sasdevel...
      including sasglobal...
   including pyrgsimplot_description...

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

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

Warning: No implementation found for option: `version' for `sasdoc' package
/usr/bin/echo ""

mkpkgidx -t . > /dev/null || (rm -f pyrgsimplot/index.pl ; exit 1)
pointer=pyrgsimplot/ChangeLog ; \
target=../../../packages/pyrgsimplot/ChangeLog ; \
if [ -f $target -a \( ! -h $pointer \) ] ; then \
  ln -s ../$target $pointer ; \
fi
rm pyrgsimplot.tex
Testing testpyrgsimplot ... FAILED
Message: will run ./testpyrgsimplot for no longer than 600 seconds.
============================= test session starts ==============================
platform linux -- Python 3.12.4, pytest-8.2.2, pluggy-1.5.0 -- /XMM/brendan/SASCOMP/OL810SAS/miniconda3/envs/sas/bin/python
cachedir: .pytest_cache
rootdir: /XMM/brendan/XMMSAS/OL810SAS/xmmsas_20241104_1928/packages/pyrgsimplot
plugins: anyio-4.2.0
collecting ... collected 0 items / 1 error

==================================== ERRORS ====================================
__________________ ERROR collecting test/test_pyrgsimplot.py ___________________
ImportError while importing test module '/XMM/brendan/XMMSAS/OL810SAS/xmmsas_20241104_1928/packages/pyrgsimplot/test/test_pyrgsimplot.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/XMM/brendan/SASCOMP/OL810SAS/miniconda3/envs/sas/lib/python3.12/importlib/__init__.py:90: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
test_pyrgsimplot.py:21: in <module>
    import pysas.pyrgsimplot.pyrgsimplot as rgsimplot
../../../lib/python/pysas/pyrgsimplot/__init__.py:1: in <module>
    from . import pyrgsimplot
../../../lib/python/pysas/pyrgsimplot/pyrgsimplot.py:30: in <module>
    import pysas.pysasplot_utils.pysasplot_utils as sasplt
../../../lib/python/pysas/pysasplot_utils/__init__.py:1: in <module>
    from . import pysasplot_utils
../../../lib/python/pysas/pysasplot_utils/pysasplot_utils.py:36: in <module>
    from pypdf import PdfWriter
E   ModuleNotFoundError: No module named 'pypdf'
=========================== short test summary info ============================
ERROR test_pyrgsimplot.py
!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
=============================== 1 error in 1.21s ===============================
Error while running ./testpyrgsimplot
ERROR: one of the tests failed