--- Dependency check [begin] ---


--- Dependency check [end] ---



--- Distribution check [begin] ---

Version 2.34 - 2024-05-10 (JB)
Information: this ChangeLog entry matches the version number:
 Version 2.34 - 2024-05-10 (JB)

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


--- Distribution check [end] ---

/workspaces/xmm_sas/packages/sas/bin/sastaskhdr_gfortran  badpix 2.34 badpix 22.0.0-753ddff48-20241030 > badpix.h
/workspaces/xmm_sas/packages/sas/bin/sastaskhimp badpix 2.34 badpix 22.0.0-753ddff48-20241030 > badpix_h_imp.cc
T=badpix ;\
sed "s/taskname/$T/g" /workspaces/xmm_sas/packages/taskmain/src/task_c.cc | sed "s/taskproc/$T_mod_MP_$T/g" > badpix_c.cc
Dependencies for badpix
Dependencies for checkoutput
g++ -c -Wall -DGFORTRAN -std=gnu++14 -g  -fPIC -DUSE_CAL -DUSE_OAL -DUSE_DAL -DUSE_POPUP -include /workspaces/xmm_sas/include/config-std.h -imacros /workspaces/xmm_sas/config.h -I/workspaces/xmm_sas/include -I/workspaces/xmm_sas/include/dal -I/workspaces/xmm_sas/include/utils -I/sasbuild/tools/qt-x11-free/include -I.  badpix_h_imp.cc
In file included from /workspaces/xmm_sas/include/DalRegister.h:27,
                 from badpix_h_imp.cc:12:
/workspaces/xmm_sas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=]
  423 |     virtual Attributable& operator=( const Attributable& ) = 0;
      |                           ^~~~~~~~
/workspaces/xmm_sas/include/Dal.h:547:22: note:   by ‘virtual DataSet& DataSet::operator=(const DataSet&)’
  547 |     virtual DataSet& operator=( const DataSet& ) = 0;
      |                      ^~~~~~~~
/workspaces/xmm_sas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=]
  423 |     virtual Attributable& operator=( const Attributable& ) = 0;
      |                           ^~~~~~~~
/workspaces/xmm_sas/include/Dal.h:600:7: note:   by ‘Block& Block::operator=(const Block&)’
  600 | class Block : public virtual Attributable, public virtual Child<DataSet>
      |       ^~~~~
/workspaces/xmm_sas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=]
  423 |     virtual Attributable& operator=( const Attributable& ) = 0;
      |                           ^~~~~~~~
/workspaces/xmm_sas/include/Dal.h:632:7: note:   by ‘Table& Table::operator=(const Table&)’
  632 | class Table : public virtual Block, public virtual Seekable<unsigned long>
      |       ^~~~~
/workspaces/xmm_sas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=]
  423 |     virtual Attributable& operator=( const Attributable& ) = 0;
      |                           ^~~~~~~~
/workspaces/xmm_sas/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>
      |       ^~~~~~
/workspaces/xmm_sas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=]
  423 |     virtual Attributable& operator=( const Attributable& ) = 0;
      |                           ^~~~~~~~
/workspaces/xmm_sas/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++ -c -Wall -DGFORTRAN -std=gnu++14 -g  -fPIC -DUSE_CAL -DUSE_OAL -DUSE_DAL -DUSE_POPUP -include /workspaces/xmm_sas/include/config-std.h -imacros /workspaces/xmm_sas/config.h -I/workspaces/xmm_sas/include -I/workspaces/xmm_sas/include/dal -I/workspaces/xmm_sas/include/utils -I/sasbuild/tools/qt-x11-free/include -I.  badpix_c.cc
gfortran -c -fimplicit-none -fno-range-check -DGFORTRAN -fallow-argument-mismatch -g -fPIC -I/workspaces/xmm_sas/include -I/workspaces/xmm_sas/include/dal -I/workspaces/xmm_sas/include/utils badpix_mod.f90
/usr/bin/ar cur libbadpix.a badpix_h_imp.o badpix_c.o badpix_mod.o
/usr/bin/ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libbadpix.a
g++ -shared -Wl,-h,libbadpix.so.2.34 -Wl,-rpath,\$ORIGIN -Wl,-rpath,\$ORIGIN/../libextra -o libbadpix.so.2.34 badpix_h_imp.o badpix_c.o badpix_mod.o -lmetatask -lcal -lselector -lcaloalutils -lselector -lslatec -ldal -loal -ldal -lcaloalutils -lslatec -lparam -lselector -lcaloalutils -ldal -lslatec -lerror -lutils -lmetatask -L/sasbuild/tools/qt-x11-free/lib -lqt  -lgfortran -lcfitsio -ldl -lm -L. 
T=badpix ;\
sed "s/taskname/$T/g" /workspaces/xmm_sas/packages/taskmain/src/main.cc | sed "s/VERSION/2.34/g; s/RELEASE/22.0.0-753ddff48-20241030/g; s/PACKAGE/badpix/g" > badpix_main.cc
g++ -c -Wall -DGFORTRAN -std=gnu++14 -g  -DUSE_CAL -DUSE_OAL -DUSE_DAL -DUSE_POPUP -include /workspaces/xmm_sas/include/config-std.h -imacros /workspaces/xmm_sas/config.h -I/workspaces/xmm_sas/include -I/workspaces/xmm_sas/include/dal -I/workspaces/xmm_sas/include/utils -I/sasbuild/tools/qt-x11-free/include -I.  badpix_main.cc
In file included from /sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/backward/strstream:50,
                 from /workspaces/xmm_sas/include/utils/stringutil.h:27,
                 from badpix_main.cc:38:
/sasbuild/tools/gcc-13.3.0/include/c++/13.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 /workspaces/xmm_sas/include/Xmm.h:117,
                 from /workspaces/xmm_sas/include/CalServer.h:61,
                 from badpix_main.cc:43:
/workspaces/xmm_sas/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 /workspaces/xmm_sas/include/Ccf.h:61,
                 from /workspaces/xmm_sas/include/CalServer.h:62:
/workspaces/xmm_sas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=]
  423 |     virtual Attributable& operator=( const Attributable& ) = 0;
      |                           ^~~~~~~~
/workspaces/xmm_sas/include/Dal.h:547:22: note:   by ‘virtual DataSet& DataSet::operator=(const DataSet&)’
  547 |     virtual DataSet& operator=( const DataSet& ) = 0;
      |                      ^~~~~~~~
/workspaces/xmm_sas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=]
  423 |     virtual Attributable& operator=( const Attributable& ) = 0;
      |                           ^~~~~~~~
/workspaces/xmm_sas/include/Dal.h:600:7: note:   by ‘Block& Block::operator=(const Block&)’
  600 | class Block : public virtual Attributable, public virtual Child<DataSet>
      |       ^~~~~
/workspaces/xmm_sas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=]
  423 |     virtual Attributable& operator=( const Attributable& ) = 0;
      |                           ^~~~~~~~
/workspaces/xmm_sas/include/Dal.h:632:7: note:   by ‘Table& Table::operator=(const Table&)’
  632 | class Table : public virtual Block, public virtual Seekable<unsigned long>
      |       ^~~~~
/workspaces/xmm_sas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=]
  423 |     virtual Attributable& operator=( const Attributable& ) = 0;
      |                           ^~~~~~~~
/workspaces/xmm_sas/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>
      |       ^~~~~~
/workspaces/xmm_sas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=]
  423 |     virtual Attributable& operator=( const Attributable& ) = 0;
      |                           ^~~~~~~~
/workspaces/xmm_sas/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 /workspaces/xmm_sas/include/CalServer.h:63:
/workspaces/xmm_sas/include/CalAtomsBase.h:178:22: warning: ‘virtual void CalAtom::dump(std::ostream&)’ was hidden [-Woverloaded-virtual=]
  178 |         virtual void dump(ostream &) {
      |                      ^~~~
In file included from /workspaces/xmm_sas/include/CalAtomServer.h:53,
                 from /workspaces/xmm_sas/include/CalServer.h:64:
/workspaces/xmm_sas/include/BackgroundDataServer.h:79:14: note:   by ‘void BackgroundDataServer::dump(std::ostream&) const’
   79 |         void dump(std::ostream &) const {}
      |              ^~~~
In file included from /workspaces/xmm_sas/include/BadPixelDataServer.h:49,
                 from /workspaces/xmm_sas/include/CalAtomServer.h:54:
/workspaces/xmm_sas/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-13.3.0/include/c++/13.3.0/string:49,
                 from badpix_main.cc:31:
/sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/bits/stl_function.h:117:12: note: declared here
  117 |     struct unary_function
      |            ^~~~~~~~~~~~~~
In file included from /workspaces/xmm_sas/include/GeometryDataServer.h:95,
                 from /workspaces/xmm_sas/include/Boresight.h:62,
                 from /workspaces/xmm_sas/include/CalAtomServer.h:55:
/workspaces/xmm_sas/include/Region.h:250:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  250 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
/workspaces/xmm_sas/include/Region.h:263:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  263 |                 throw(UnexpressionableRegion);
      |                 ^~~~~
/workspaces/xmm_sas/include/Region.h:327:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  327 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
/workspaces/xmm_sas/include/Region.h:335:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  335 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
/workspaces/xmm_sas/include/Region.h:419:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  419 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
/workspaces/xmm_sas/include/Region.h:468:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  468 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
/workspaces/xmm_sas/include/Region.h:510:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  510 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
/workspaces/xmm_sas/include/Region.h:551:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  551 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
/workspaces/xmm_sas/include/Region.h:597:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  597 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
/workspaces/xmm_sas/include/Region.h:704:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  704 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
/workspaces/xmm_sas/include/Region.h:814:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  814 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
/workspaces/xmm_sas/include/Region.h:853:97: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  853 |                                                                                                 throw(UnexpressionableRegion);
      |                                                                                                 ^~~~~
/workspaces/xmm_sas/include/Region.h:891:97: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  891 |                                                                                                 throw(UnexpressionableRegion);
      |                                                                                                 ^~~~~
/workspaces/xmm_sas/include/CalAtomsBase.h:178:22: warning: ‘virtual void CalAtom::dump(std::ostream&)’ was hidden [-Woverloaded-virtual=]
  178 |         virtual void dump(ostream &) {
      |                      ^~~~
In file included from /workspaces/xmm_sas/include/CalAtomServer.h:57:
/workspaces/xmm_sas/include/CalAtomsMisc.h:117:14: note:   by ‘void HkWindows::dump() const’
  117 |         void dump() const;
      |              ^~~~
In file included from /workspaces/xmm_sas/include/OmFluxConverter.h:53,
                 from /workspaces/xmm_sas/include/CalAtomServer.h:77:
/workspaces/xmm_sas/include/CalOalUtility.h:249:38: warning: ‘template<class _Arg1, class _Arg2, class _Result> struct std::binary_function’ is deprecated [-Wdeprecated-declarations]
  249 | class mem_fun_bin_op_t : public std::binary_function<const T*, R, bool> {
      |                                      ^~~~~~~~~~~~~~~
/sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/bits/stl_function.h:131:12: note: declared here
  131 |     struct binary_function
      |            ^~~~~~~~~~~~~~~
/workspaces/xmm_sas/include/CalAtomsBase.h:178:22: warning: ‘virtual void CalAtom::dump(std::ostream&)’ was hidden [-Woverloaded-virtual=]
  178 |         virtual void dump(ostream &) {
      |                      ^~~~
In file included from /workspaces/xmm_sas/include/CalAtomServer.h:79:
/workspaces/xmm_sas/include/OmPsfDataServer.h:70:22: note:   by ‘virtual void OmPsf::dump(std::ostream&) const’
   70 |         virtual void dump(std::ostream &os) const;
      |                      ^~~~
g++ -Wl,-rpath,\$ORIGIN/../lib -Wl,-rpath,\$ORIGIN/../libextra -L/workspaces/xmm_sas/lib -o badpix badpix_main.o -lbadpix -lmetatask -lcal -lselector -lcaloalutils -lselector -lslatec -ldal -loal -ldal -lcaloalutils -lslatec -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/badpix/" -e "s/TYPE/user/" < \
/workspaces/xmm_sas/packages/sas/doc/lib/package.tex | /workspaces/xmm_sas/packages/sas/bin/texcombine | \
/workspaces/xmm_sas/packages/sas/bin/fixdoc -type=user badpix 2.34 badpix 22.0.0-753ddff48-20241030 > badpix.tex
   including sasuser...
      including sasglobal...
   including badpix_description...

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

mkpkgidx -t . > /dev/null || (rm -f badpix/index.pl ; exit 1)
pointer=badpix/ChangeLog ; \
target=../../../packages/badpix/ChangeLog ; \
if [ -f $target -a \( ! -h $pointer \) ] ; then \
  ln -s ../$target $pointer ; \
fi
rm badpix.tex
gfortran -c -fimplicit-none -fno-range-check -DGFORTRAN -fallow-argument-mismatch -g -fPIC -I/workspaces/xmm_sas/include -I/workspaces/xmm_sas/include/dal -I/workspaces/xmm_sas/include/utils checkoutput.f90
g++ -Wl,-rpath,\$ORIGIN/../lib -Wl,-rpath,\$ORIGIN/../libextra -L/workspaces/xmm_sas/lib -o checkoutput checkoutput.o -lcal -lselector -lcaloalutils -lselector -lslatec -ldal -loal -ldal -lcaloalutils -lslatec -lparam -lselector -lcaloalutils -ldal -lslatec -lerror -lutils -L/sasbuild/tools/qt-x11-free/lib -lqt  -lgfortran -lcfitsio -ldl -lm -L. 
Testing badpix_test ... FAILED
Message: will run ./badpix_test for no longer than 600 seconds.
badpix:- Executing (routine): badpix eventset=pn.in getuplnkbadpix=yes getotherbadpix=yes badpixset=BPXF_EPN_c5_e1 getnewbadpix=yes emptyextension=no windowfilter=no outset=out.fits withoutset=no  -w 1 -V 5
badpix:- badpix (badpix-2.34)  [22.0.0-753ddff48-20241030] started:  2024-10-30T17:06:11.000
badpix:-  Instrument         = EPN
badpix:-  CCD chip           =            5
badpix:-  CCD mode           = PrimeFullWindow
badpix:-  Filter             = Thin1
badpix:-  Accuracy level     =            1
badpix:-  Temperature        =    183.20802307128906
badpix:-  Camera Temperature =    292.61930465698237
badpix:-  Randomization      =  F
** badpix: warning (overwriteBadpix), BADPIX extension already exists - overwriting
badpix:- Mode1 - uplinked bad pixels (in CCF)
badpix:- Mode2 - non-uplinked bad pixels (in CCF)
badpix:- Mode3 - new bad pixels (from BADPIXFIND)
badpix:- BadPixelTable code not implemented before revolution 293 [here Rev =  70]
badpix:- Getting bad pixel tables
badpix:-  CCF contains           67  bad pixel sets
badpix:-           67  mode1 pixel sets (uplinked to the satellite)
badpix:-            0  mode2 pixel sets (not uplinked to the satellite)
badpix:-            8  pixel sets contained within badpixfind file
badpix:-           75  pixel sets in total
badpix:- Note - No exact CCF entries contained within Badpixfind file 
badpix:-           75  final bad pixel sets will be added to BADPIX extension
badpix:- 222   X    Y  TYPE  Y-EXTENT  MODE
badpix:-     1    2    1   10    1
badpix:-     2    2    1   10    1
badpix:-     3    2    1   10    1
badpix:-     4    2    1   10    1
badpix:-     5    2    1   10    1
badpix:-     6    2    1   10    1
badpix:-     7    2    1   10    1
badpix:-     8    2    1   10    1
badpix:-     9    2    1   10    1
badpix:-    10    2    1   10    1
badpix:-    11    2    1   10    1
badpix:-    12    2    1   10    1
badpix:-    13    2    1   10    1
badpix:-    14    2    1   10    1
badpix:-    15    2    1   10    1
badpix:-    16    2    1   10    1
badpix:-    17    2    1   10    1
badpix:-    18    2    1   10    1
badpix:-    19    2    1   10    1
badpix:-    20    2    1   10    1
badpix:-    20  155    1    1    1
badpix:-    21    2    1   10    1
badpix:-    22    2    1   10    1
badpix:-    23    2    1   10    1
badpix:-    24    2    1   10    1
badpix:-    25    2    1   10    1
badpix:-    26    2    1   10    1
badpix:-    27    2    1   10    1
badpix:-    28    2    1   10    1
badpix:-    29    2    1   10    1
badpix:-    30    2    1   10    1
badpix:-    31    2    1   10    1
badpix:-    32    2    1   10    1
badpix:-    33    2    1   10    1
badpix:-    34    2    1   10    1
badpix:-    35    2    1   10    1
badpix:-    36    2    1   10    1
badpix:-    37    2    1   10    1
badpix:-    38    2    1   10    1
badpix:-    39    2    1   10    1
badpix:-    40    2    1   10    1
badpix:-    41    2    1   10    1
badpix:-    42    2    1   10    1
badpix:-    43    2    1   10    1
badpix:-    44    2    1   10    1
badpix:-    44   20    1    1    1
badpix:-    44   21    1    1    1
badpix:-    45    2    1   10    1
badpix:-    46    2    1   10    1
badpix:-    47    2    1   10    1
badpix:-    48    2    1   10    1
badpix:-    49    2    1   10    1
badpix:-    50    2    1   10    1
badpix:-    51    2    1   10    1
badpix:-    52    2    1   10    1
badpix:-    53    2    1   10    1
badpix:-    54    2    1   10    1
badpix:-    55    2    1   10    1
badpix:-    56    2    1   10    1
badpix:-    57    2    1   10    1
badpix:-    58    2    1   10    1
badpix:-    59    2    1   10    1
badpix:-    60    2    1   10    1
badpix:-    61    2    1   10    1
badpix:-    62    2    1   10    1
badpix:-    63    2    1   10    1
badpix:-    64    2    1   10    1
badpix:-    30  117    1    1    3
badpix:-    32   74    1    1    3
badpix:-    33   62    1    2    3
badpix:-    33   74    1    1    3
badpix:-    34   62    1    2    3
badpix:-    36   76    1    1    3
badpix:-    40   70    1    1    3
badpix:-    49  115    1    1    3
badpix:- badpix (badpix-2.34)  [22.0.0-753ddff48-20241030] ended:    2024-10-30T17:06:11.000
badpix:- badpix (badpix-2.34)  [22.0.0-753ddff48-20241030] CPU time: 0.011878s
badpix:- List of CCF constituents accessed during this run:
CifEntry{EPN, BADPIX, 20, /ccf/pub/EPN_BADPIX_0020.CCF, 2000-11-07T21:22:00.000}


badpix:- Executing (routine): badpix eventset=mos.in getuplnkbadpix=yes getotherbadpix=yes badpixset=BPXF_EMOS1_c7_e493 getnewbadpix=yes emptyextension=no windowfilter=no outset=out.fits withoutset=no  -w 1 -V 5
badpix:- badpix (badpix-2.34)  [22.0.0-753ddff48-20241030] started:  2024-10-30T17:06:11.000
** badpix: warning (FilterUnknown), Value of FILTER attribute is `UNKNOWN' - cannot determine active filter
** badpix: warning (RangeStateVariable::set), The value 1997-04-23T12:52:25.000 for variable `exposureStartTime' is not in the allowed range: 1997-12-31T23:58:56.816 <= value

badpix:-  Instrument         = EMOS1
badpix:-  CCD chip           =            7
badpix:-  CCD node           =            1
badpix:-  CCD mode           = PrimeFullWindow
badpix:-  Filter             = Open
badpix:-  Accuracy level     =            1
badpix:-  Temperature        =    120.00000000000000
badpix:-  Camera Temperature =    120.00000000000000
badpix:-  Randomization      =  F
badpix:- Mode1 - uplinked bad pixels (in CCF)
badpix:- Mode2 - non-uplinked bad pixels (in CCF)
badpix:- Mode3 - new bad pixels (from BADPIXFIND)
badpix:- Getting bad pixel tables
** badpix: error (UnexpectedEOF), Unexpected EOF in line #118 of ODF summary file `/workspaces/xmm_sas/lib/testodf/epodf/0001_0000000000_SCX00000SUM.ASC'
Error while running ./badpix_test
ERROR: one of the tests failed