

--- Dependency check [begin] ---


--- Dependency check [end] ---



--- Distribution check [begin] ---

Version 1.6 - 2018-02-13 (EO)
Information: this ChangeLog entry matches the version number:
 Version 1.6 - 2018-02-13 (EO)

Information: ./config/timeappend.par is an XML parameter file, I cannot yet validate it. Skipped.
Now checking git repository...


--- Distribution check [end] ---

/harness/packages/sas/bin/sastaskhdr_gfortran  timeappend 1.6 timeappend 22.1.0-cc5ec27-20260505 > timeappend.h
/harness/packages/sas/bin/sastaskhimp timeappend 1.6 timeappend 22.1.0-cc5ec27-20260505 > timeappend_h_imp.cc
T=timeappend ;\
sed "s/taskname/$T/g" /harness/packages/taskmain/src/task_mod.f90 > timeappend_f_mod.f90
T=timeappend ;\
sed "s/taskname/$T/g" /harness/packages/taskmain/src/task_f.cc | sed "s/taskproc/$T_/g" > timeappend_f.cc
Dependencies for timeappend
g++ -c -Wall -DGFORTRAN -std=gnu++14 -g  -fPIC -DUSE_OAL -DUSE_DAL -DUSE_POPUP -include /harness/include/config-std.h -imacros /harness/config.h -I/harness/include -I/harness/include/dal -I/harness/include/utils -I/sasbuild/tools/qt-x11-free/include -I.  timeappend_h_imp.cc
In file included from /harness/include/DalRegister.h:27,
                 from timeappend_h_imp.cc:12:
/harness/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=]
  423 |     virtual Attributable& operator=( const Attributable& ) = 0;
      |                           ^~~~~~~~
/harness/include/Dal.h:547:22: note:   by ‘virtual DataSet& DataSet::operator=(const DataSet&)’
  547 |     virtual DataSet& operator=( const DataSet& ) = 0;
      |                      ^~~~~~~~
/harness/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=]
  423 |     virtual Attributable& operator=( const Attributable& ) = 0;
      |                           ^~~~~~~~
/harness/include/Dal.h:600:7: note:   by ‘Block& Block::operator=(const Block&)’
  600 | class Block : public virtual Attributable, public virtual Child<DataSet>
      |       ^~~~~
/harness/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=]
  423 |     virtual Attributable& operator=( const Attributable& ) = 0;
      |                           ^~~~~~~~
/harness/include/Dal.h:632:7: note:   by ‘Table& Table::operator=(const Table&)’
  632 | class Table : public virtual Block, public virtual Seekable<unsigned long>
      |       ^~~~~
/harness/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=]
  423 |     virtual Attributable& operator=( const Attributable& ) = 0;
      |                           ^~~~~~~~
/harness/include/Dal.h:730:7: note:   by ‘Column& Column::operator=(const Column&)’
  730 | class Column : public virtual DataComponent, public virtual Attributable, public virtual Child<Table>, public virtual Seekable<unsigned long>
      |       ^~~~~~
/harness/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=]
  423 |     virtual Attributable& operator=( const Attributable& ) = 0;
      |                           ^~~~~~~~
/harness/include/Dal.h:773:7: note:   by ‘Array& Array::operator=(const Array&)’
  773 | class Array : public virtual DataComponent, public virtual Block, public virtual Seekable< longVec >
      |       ^~~~~
gfortran -c -fimplicit-none -fno-range-check -DGFORTRAN -fallow-argument-mismatch -g -fPIC -I/harness/include -I/harness/include/dal -I/harness/include/utils timeappend_f_mod.f90
g++ -c -Wall -DGFORTRAN -std=gnu++14 -g  -fPIC -DUSE_OAL -DUSE_DAL -DUSE_POPUP -include /harness/include/config-std.h -imacros /harness/config.h -I/harness/include -I/harness/include/dal -I/harness/include/utils -I/sasbuild/tools/qt-x11-free/include -I.  timeappend_f.cc
g++ -c -Wall -DGFORTRAN -std=gnu++14 -g  -fPIC -DUSE_OAL -DUSE_DAL -DUSE_POPUP -include /harness/include/config-std.h -imacros /harness/config.h -I/harness/include -I/harness/include/dal -I/harness/include/utils -I/sasbuild/tools/qt-x11-free/include -I.  timeappend.cc
In file included from /sasbuild/tools/gcc-14.3.0/include/c++/14.3.0/backward/strstream:50,
                 from /harness/include/utils/stringutil.h:27,
                 from /harness/include/utils/StringIntMap.h:97,
                 from /harness/include/Odf.h:67,
                 from /harness/include/TimeCorrelator.h:77,
                 from /harness/include/OalServer.h:58,
                 from timeappend.cc:36:
/sasbuild/tools/gcc-14.3.0/include/c++/14.3.0/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp]
   32 | #warning \
      |  ^~~~~~~
In file included from timeappend.cc:34:
/harness/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=]
  423 |     virtual Attributable& operator=( const Attributable& ) = 0;
      |                           ^~~~~~~~
/harness/include/Dal.h:547:22: note:   by ‘virtual DataSet& DataSet::operator=(const DataSet&)’
  547 |     virtual DataSet& operator=( const DataSet& ) = 0;
      |                      ^~~~~~~~
/harness/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=]
  423 |     virtual Attributable& operator=( const Attributable& ) = 0;
      |                           ^~~~~~~~
/harness/include/Dal.h:600:7: note:   by ‘Block& Block::operator=(const Block&)’
  600 | class Block : public virtual Attributable, public virtual Child<DataSet>
      |       ^~~~~
/harness/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=]
  423 |     virtual Attributable& operator=( const Attributable& ) = 0;
      |                           ^~~~~~~~
/harness/include/Dal.h:632:7: note:   by ‘Table& Table::operator=(const Table&)’
  632 | class Table : public virtual Block, public virtual Seekable<unsigned long>
      |       ^~~~~
/harness/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=]
  423 |     virtual Attributable& operator=( const Attributable& ) = 0;
      |                           ^~~~~~~~
/harness/include/Dal.h:730:7: note:   by ‘Column& Column::operator=(const Column&)’
  730 | class Column : public virtual DataComponent, public virtual Attributable, public virtual Child<Table>, public virtual Seekable<unsigned long>
      |       ^~~~~~
/harness/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=]
  423 |     virtual Attributable& operator=( const Attributable& ) = 0;
      |                           ^~~~~~~~
/harness/include/Dal.h:773:7: note:   by ‘Array& Array::operator=(const Array&)’
  773 | class Array : public virtual DataComponent, public virtual Block, public virtual Seekable< longVec >
      |       ^~~~~
In file included from /harness/include/CompoundName.h:31,
                 from timeappend.cc:35:
/harness/include/utils/SimpleScanner.h:69:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   69 |                 SimpleToken match( SimpleToken::Id id ) throw( Expected );
      |                                                         ^~~~~
/harness/include/utils/SimpleScanner.h:70:45: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   70 |                 SimpleToken match( char c ) throw( Expected );
      |                                             ^~~~~
In file included from /harness/include/Xmm.h:117,
                 from /harness/include/Odf.h:68:
/harness/include/EarthPositionLocator.h:73:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   73 |                                 const std::string &name = "Unknown") throw(BadLattitude);
      |                                                                      ^~~~~
In file included from /harness/include/Odf.h:71:
/harness/include/BadPixelMap.h:152:21: warning: ‘template<class _Arg, class _Result> struct std::unary_function’ is deprecated [-Wdeprecated-declarations]
  152 |         public std::unary_function<const BadPixelMapType::value_type &, bool> {
      |                     ^~~~~~~~~~~~~~
In file included from /sasbuild/tools/gcc-14.3.0/include/c++/14.3.0/string:49,
                 from /harness/include/param.h:32,
                 from timeappend.cc:33:
/sasbuild/tools/gcc-14.3.0/include/c++/14.3.0/bits/stl_function.h:117:12: note: declared here
  117 |     struct unary_function
      |            ^~~~~~~~~~~~~~
/usr/bin/ar cur libtimeappend.a timeappend_h_imp.o timeappend_f_mod.o timeappend_f.o timeappend.o
/usr/bin/ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libtimeappend.a
g++ -shared -Wl,-h,libtimeappend.so.1.6 -Wl,-rpath,\$ORIGIN -Wl,-rpath,\$ORIGIN/../libextra -o libtimeappend.so.1.6 timeappend_h_imp.o timeappend_f_mod.o timeappend_f.o timeappend.o -lmetatask -loal -ldal -lcaloalutils -lslatec -ldal -lparam -lselector -lcaloalutils -ldal -lslatec -lerror -lutils -lmetatask -L/sasbuild/tools/qt-x11-free/lib -lqt  -lgfortran -lcfitsio -ldl -lm -L. 
T=timeappend ;\
sed "s/taskname/$T/g" /harness/packages/taskmain/src/main.cc | sed "s/VERSION/1.6/g; s/RELEASE/22.1.0-cc5ec27-20260505/g; s/PACKAGE/timeappend/g" > timeappend_main.cc
g++ -c -Wall -DGFORTRAN -std=gnu++14 -g  -DUSE_OAL -DUSE_DAL -DUSE_POPUP -include /harness/include/config-std.h -imacros /harness/config.h -I/harness/include -I/harness/include/dal -I/harness/include/utils -I/sasbuild/tools/qt-x11-free/include -I.  timeappend_main.cc
In file included from /sasbuild/tools/gcc-14.3.0/include/c++/14.3.0/backward/strstream:50,
                 from /harness/include/utils/stringutil.h:27,
                 from timeappend_main.cc:38:
/sasbuild/tools/gcc-14.3.0/include/c++/14.3.0/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp]
   32 | #warning \
      |  ^~~~~~~
In file included from /harness/include/Xmm.h:117,
                 from /harness/include/Odf.h:68,
                 from /harness/include/TimeCorrelator.h:77,
                 from /harness/include/OalServer.h:58,
                 from timeappend_main.cc:48:
/harness/include/EarthPositionLocator.h:73:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   73 |                                 const std::string &name = "Unknown") throw(BadLattitude);
      |                                                                      ^~~~~
In file included from /harness/include/Odf.h:71:
/harness/include/BadPixelMap.h:152:21: warning: ‘template<class _Arg, class _Result> struct std::unary_function’ is deprecated [-Wdeprecated-declarations]
  152 |         public std::unary_function<const BadPixelMapType::value_type &, bool> {
      |                     ^~~~~~~~~~~~~~
In file included from /sasbuild/tools/gcc-14.3.0/include/c++/14.3.0/string:49,
                 from timeappend_main.cc:31:
/sasbuild/tools/gcc-14.3.0/include/c++/14.3.0/bits/stl_function.h:117:12: note: declared here
  117 |     struct unary_function
      |            ^~~~~~~~~~~~~~
In file included from /harness/include/Image.h:56,
                 from /harness/include/Odf.h:72:
/harness/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=]
  423 |     virtual Attributable& operator=( const Attributable& ) = 0;
      |                           ^~~~~~~~
/harness/include/Dal.h:547:22: note:   by ‘virtual DataSet& DataSet::operator=(const DataSet&)’
  547 |     virtual DataSet& operator=( const DataSet& ) = 0;
      |                      ^~~~~~~~
/harness/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=]
  423 |     virtual Attributable& operator=( const Attributable& ) = 0;
      |                           ^~~~~~~~
/harness/include/Dal.h:600:7: note:   by ‘Block& Block::operator=(const Block&)’
  600 | class Block : public virtual Attributable, public virtual Child<DataSet>
      |       ^~~~~
/harness/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=]
  423 |     virtual Attributable& operator=( const Attributable& ) = 0;
      |                           ^~~~~~~~
/harness/include/Dal.h:632:7: note:   by ‘Table& Table::operator=(const Table&)’
  632 | class Table : public virtual Block, public virtual Seekable<unsigned long>
      |       ^~~~~
/harness/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=]
  423 |     virtual Attributable& operator=( const Attributable& ) = 0;
      |                           ^~~~~~~~
/harness/include/Dal.h:730:7: note:   by ‘Column& Column::operator=(const Column&)’
  730 | class Column : public virtual DataComponent, public virtual Attributable, public virtual Child<Table>, public virtual Seekable<unsigned long>
      |       ^~~~~~
/harness/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=]
  423 |     virtual Attributable& operator=( const Attributable& ) = 0;
      |                           ^~~~~~~~
/harness/include/Dal.h:773:7: note:   by ‘Array& Array::operator=(const Array&)’
  773 | class Array : public virtual DataComponent, public virtual Block, public virtual Seekable< longVec >
      |       ^~~~~
g++ -Wl,-rpath,\$ORIGIN/../lib -Wl,-rpath,\$ORIGIN/../libextra -L/harness/lib -o timeappend timeappend_main.o -ltimeappend -lmetatask -loal -ldal -lcaloalutils -lslatec -ldal -lparam -lselector -lcaloalutils -ldal -lslatec -lerror -lutils -lmetatask -L/sasbuild/tools/qt-x11-free/lib -lqt  -lgfortran -lcfitsio -ldl -lm -L. 
sed -e "s/DOC/timeappend/" -e "s/TYPE/user/" < \
/harness/packages/sas/doc/lib/package.tex | /harness/packages/sas/bin/texcombine | \
/harness/packages/sas/bin/fixdoc -type=user timeappend 1.6 timeappend 22.1.0-cc5ec27-20260505 > timeappend.tex
   including sasuser...
      including sasglobal...
   including timeappend_description...

latex timeappend < /dev/null > makedoc.log || ( cat makedoc.log ; exit 1 )
bibtex timeappend < /dev/null > makedoc.log
make[5]: [/harness/Make.include:1062: timeappend.ps.gz] Error 2 (ignored)
latex timeappend < /dev/null > makedoc.log || ( cat makedoc.log ; exit 1 )
latex timeappend < /dev/null > makedoc.log || ( cat makedoc.log ; exit 1 )
dvips -o timeappend.ps timeappend > makedoc.log 2>&1 || ( cat makedoc.log ; exit 1 )
dvipdf timeappend > makedoc.log 2>&1 || ( cat makedoc.log ; continue ) 
gzip -f timeappend.ps
SASRELDIR=../../.. ;\
export SASRELDIR ;\
latex2html -nouse_pdftex -init_file /harness/packages/sas/doc/lib/latex2html.init timeappend > /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 2026.05.05:1352' -> 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/cmr10.pfb>[1] 
/usr/bin/echo ""

mkpkgidx -t . > /dev/null || (rm -f timeappend/index.pl ; exit 1)
pointer=timeappend/ChangeLog ; \
target=../../../packages/timeappend/ChangeLog ; \
if [ -f $target -a \( ! -h $pointer \) ] ; then \
  ln -s ../$target $pointer ; \
fi
rm timeappend.tex
Testing testtimeappend ... passed
Testing testtimeappend_settings ... passed
Testing testgti ... FAILED
Message: will run ./testgti for no longer than 600 seconds.
Testing EMOS1 ..
Running timeappend ..
timeappend:- Executing (routine): timeappend table=m1.ds:M1AUX1 outset=b.ds withsettings=no instrument=EMOS1 datamode=IMAGING node=PRIMARY expnr=1 timecolname=TIME  -w 1 -V 4
timeappend:- timeappend (timeappend-1.6)  [22.1.0-cc5ec27-20260505] started:  2026-05-05T13:52:06.000
timeappend:- Instrument either EMOS1, EMOS2 or RGS. Adding dummy attributes CCDID=1 CCDNODE=0 to b.ds
timeappend:-  Setting OAL state using dataset b.ds
timeappend:-  Setting OAL ccd state to  1 (based on event list row 0)
timeappend:-  index (to next block) 184 framesize 184
** timeappend: warning (TooFewTimeCorrelationDataPoints), Number of time correlation data points (2) is less than 5 times the requested maximum degree of the OBT-MET fit polynomial (4) - reverting to linear fit with RMS=1.e-2
timeappend:-  Setting OAL ccd state to  2 (based on event list row 184)
timeappend:-  index (to next block) 368 framesize 184
timeappend:-  Setting OAL ccd state to  3 (based on event list row 368)
timeappend:-  index (to next block) 552 framesize 184
timeappend:-  Setting OAL ccd state to  4 (based on event list row 552)
timeappend:-  index (to next block) 736 framesize 184
timeappend:-  Setting OAL ccd state to  5 (based on event list row 736)
timeappend:-  index (to next block) 920 framesize 184
timeappend:-  Setting OAL ccd state to  6 (based on event list row 920)
timeappend:-  index (to next block) 1104 framesize 184
timeappend:-  Setting OAL ccd state to  7 (based on event list row 1104)
timeappend:-  index (to next block) 1288 framesize 184
timeappend:- timeappend (timeappend-1.6)  [22.1.0-cc5ec27-20260505] ended:    2026-05-05T13:52:06.000
** timeappend: warning (SummaryOfWarnings), 
   warning TooFewTimeCorrelationDataPoints silently occurred 2 times
Running tabgtigen ..
./testgti: 73: tabgtigen: not found
Error while running ./testgti
ERROR: one of the tests failed
