19/06/2019 12:00:23.89 19/06/2019 12:00:24.21 C:\Users\phaserbuilder\NightlyBuilds\CCTBXVC2008\x64\Current>((ROBOCOPY empty dist /MIR /COPYALL 1>nul ) & rmdir /S /Q dist\ & ) The system cannot find the file specified. C:\Users\phaserbuilder\NightlyBuilds\CCTBXVC2008\x64\Current>((ROBOCOPY empty tests /MIR /COPYALL 1>nul ) & rmdir /S /Q tests\ & ) C:\Users\phaserbuilder\NightlyBuilds\CCTBXVC2008\x64\Current>((ROBOCOPY empty doc /MIR /COPYALL 1>nul ) & rmdir /S /Q doc\ & ) The system cannot find the file specified. C:\Users\phaserbuilder\NightlyBuilds\CCTBXVC2008\x64\Current>((ROBOCOPY empty tmp /MIR /COPYALL 1>nul ) & rmdir /S /Q tmp\ & ) The system cannot find the file specified. C:\Users\phaserbuilder\NightlyBuilds\CCTBXVC2008\x64\Current>((ROBOCOPY empty base /MIR /COPYALL 1>nul ) & rmdir /S /Q base\ & ) The system cannot find the file specified. C:\Users\phaserbuilder\NightlyBuilds\CCTBXVC2008\x64\Current>((ROBOCOPY empty base_tmp /MIR /COPYALL 1>nul ) & rmdir /S /Q base_tmp\ & ) The system cannot find the file specified. C:\Users\phaserbuilder\NightlyBuilds\CCTBXVC2008\x64\Current>((ROBOCOPY empty build /MIR /COPYALL 1>nul ) & rmdir /S /Q build\ & ) C:\Users\phaserbuilder\NightlyBuilds\CCTBXVC2008\x64\Current>((ROBOCOPY empty conda_base /MIR /COPYALL 1>nul ) & rmdir /S /Q conda_base\ & ) Performing actions: cleanup hot update ===== Running in .: deleting dist, tests, doc, tmp, base, base_tmp, build, conda_base ===== Downloading http://cci.lbl.gov/repositories/annlib.gz: 0.5 MB [0%.........20%.........40%.........60%.........80%.........100%] ===== Running in modules: extracting files from annlib.gz ===== Downloading http://cci.lbl.gov/repositories/scons.gz: 0.6 MB [0%.........20%.........40%.........60%.........80%.........100%] ===== Running in modules: extracting files from scons.gz ===== Downloading http://cci.lbl.gov/repositories/ccp4io.gz: 1.4 MB [0%.........20%.........40%.........60%.........80%.........100%] ===== Running in modules: extracting files from ccp4io.gz ===== Downloading http://cci.lbl.gov/repositories/eigen.gz: 1.5 MB [0%.........20%.........40%.........60%.........80%.........100%] ===== Running in modules: extracting files from eigen.gz ===== Downloading http://cci.lbl.gov/repositories/clipper.gz: 0.6 MB [0%.........20%.........40%.........60%.........80%.........100%] Already up to date. Current branch master is up to date. From https://github.com/cctbx/cctbx_project 3a6441c74..d3d62f983 NGL_HKLviewer -> origin/NGL_HKLviewer * [new branch] adsc_minicbf -> origin/adsc_minicbf + 27ce22a9b...e453e9739 gpu -> origin/gpu (forced update) * [new branch] mar -> origin/mar f86ebaa95..5f23945fa master -> origin/master Already up to date. Current branch py3 is up to date. Already up to date. Current branch master is up to date. ===== Running in modules: extracting files from clipper.gz ===== Running in modules\cbflib: git pull --rebase ===== Running in modules\cctbx_project: git pull --rebase ===== Running in modules\annlib_adaptbx: git pull --rebase ===== Downloading http://cci.lbl.gov/repositories/tntbx.gz: 38.0 kB [0%.........20%.........40%.........60%.........80%.........100%] From https://github.com/cctbx/dxtbx 42caec5..30adeb4 master -> origin/master 9b1df10..b487c2b libpasteurize.fixes.fix_newstyle -> origin/libpasteurize.fixes.fix_newstyle * [new branch] tiff -> origin/tiff Updating 42caec5..30adeb4 Fast-forward .clang-format | 29 + boost_python/ext.cpp | 102 +- boost_python/imageset_ext.cc | 566 +++--- boost_python/to_ewald_sphere_helpers.cc | 39 +- error.h | 72 +- format/FormatHDF5PAL.py | 104 ++ format/boost_python/image_ext.cc | 160 +- format/boost_python/nexus_ext.cc | 38 +- format/cbf_reader.h | 179 +- format/hdf5_reader.h | 58 +- format/image.h | 63 +- format/image_reader.h | 46 +- format/smv_reader.h | 71 +- format/tiff_reader.h | 29 +- imageset.h | 2548 +++++++++++++-------------- libtbx_refresh.py | 7 + model/beam.h | 209 +-- model/boost_python/beam.cc | 337 ++-- model/boost_python/crystal.cc | 540 +++--- model/boost_python/detector.cc | 318 ++-- model/boost_python/experiment.cc | 131 +- model/boost_python/experiment_list.cc | 116 +- model/boost_python/goniometer.cc | 181 +- model/boost_python/kappa_goniometer.cc | 92 +- model/boost_python/model_ext.cc | 5 +- model/boost_python/multi_axis_goniometer.cc | 120 +- model/boost_python/panel.cc | 384 ++-- model/boost_python/parallax_correction.cc | 25 +- model/boost_python/pickle_suite.h | 98 +- model/boost_python/pixel_to_millimeter.cc | 103 +- model/boost_python/scan.cc | 412 ++--- model/boost_python/scan_helpers.cc | 52 +- model/boost_python/to_from_dict.h | 32 +- model/crystal.h | 683 +++---- model/detector.h | 303 ++-- model/experiment.h | 77 +- model/experiment_list.h | 179 +- model/goniometer.h | 108 +- model/kappa_goniometer.h | 125 +- model/model_helpers.h | 31 +- model/multi_axis_goniometer.h | 66 +- model/panel.h | 176 +- model/panel_data.h | 122 +- model/parallax_correction.h | 56 +- model/pixel_to_millimeter.h | 174 +- model/ray_intersection.h | 22 +- model/scan.h | 182 +- model/scan_helpers.h | 32 +- model/virtual_panel.h | 105 +- tests/model/test_crystal_model.py | 2 +- 50 files changed, 4441 insertions(+), 5268 deletions(-) create mode 100644 .clang-format create mode 100644 format/FormatHDF5PAL.py mode change 100755 => 100644 model/boost_python/beam.cc mode change 100755 => 100644 model/boost_python/crystal.cc mode change 100755 => 100644 model/boost_python/experiment.cc mode change 100755 => 100644 model/boost_python/experiment_list.cc mode change 100755 => 100644 model/boost_python/model_ext.cc Current branch master is up to date. ===== Running in modules: extracting files from tntbx.gz ===== Running in modules\dxtbx: git pull --rebase ===== Downloading http://cci.lbl.gov/repositories/ccp4io_adaptbx.gz: 203.9 kB [0%.........20%.........40%.........60%.........80%.........100%] Already up to date. Current branch master is up to date. ===== Running in modules: extracting files from ccp4io_adaptbx.gz ===== Running in modules\boost: git pull --rebase ===== Downloading http://cci.lbl.gov/repositories/gui_resources.gz: 2.1 MB [0%.........20%.........40%.........60%.........80%.........100%] ===== Running in modules: extracting files from gui_resources.gz removing .pyc files in C:\Users\phaserbuilder\NightlyBuilds\CCTBXVC2008\x64\Current\modules, walk? True removed 430 files Bootstrap success: cleanup, hot, update 19/06/2019 12:01:57.28 19/06/2019 12:01:57.38 C:\Users\phaserbuilder\NightlyBuilds\CCTBXVC2008\x64\Current>((ROBOCOPY empty dist /MIR /COPYALL 1>nul ) & rmdir /S /Q dist\ & ) The system cannot find the file specified. C:\Users\phaserbuilder\NightlyBuilds\CCTBXVC2008\x64\Current>((ROBOCOPY empty tests /MIR /COPYALL 1>nul ) & rmdir /S /Q tests\ & ) The system cannot find the file specified. C:\Users\phaserbuilder\NightlyBuilds\CCTBXVC2008\x64\Current>((ROBOCOPY empty tmp /MIR /COPYALL 1>nul ) & rmdir /S /Q tmp\ & ) The system cannot find the file specified. Using default conda installation Base conda installation: C:\Users\phaserbuilder\NightlyBuilds\CCTBXVC2008\x64\Current\mc3 Installing cctbx environment with: C:\Users\phaserbuilder\NightlyBuilds\CCTBXVC2008\x64\Current\modules\cctbx_project\libtbx\auto_build\conda_envs\cctbx_py27_win-64.txt Completed installation into: C:\Users\phaserbuilder\NightlyBuilds\CCTBXVC2008\x64\Current\conda_base Python: 2.7.15 "C:\Users\phaserbuilder\NightlyBuilds\CCTBXVC2008\x64\Current\conda_base\python.exe" Compiler: default Build mode: release Warning level: 0 Precompiled Headers: False Static libraries: False Static exe: False Scan Boost headers: False Write full flex_fwd.h files: False Build Boost.Python extensions: True Define BOOST_PYTHON_NO_PY_SIGNATURES: False Define BOOST_PYTHON_BOOL_INT_STRICT: True Enable OpenMP if possible: False Boost threads enabled: True Enable CUDA: False Use conda: True Use opt_resources if available: False Use environment flags: False Enable C++11: False Python3 migration warning policy: None command_version_suffix: None Relocatable paths anchored at: c:\users\phaserbuilder\nightlybuilds\cctbxvc2008\x64\current\build Top-down list of all modules involved: wxtbx "c:\users\phaserbuilder\nightlybuilds\cctbxvc2008\x64\current\modules\cctbx_project\wxtbx" gltbx "c:\users\phaserbuilder\nightlybuilds\cctbxvc2008\x64\current\modules\cctbx_project\gltbx" mmtbx "c:\users\phaserbuilder\nightlybuilds\cctbxvc2008\x64\current\modules\cctbx_project\mmtbx" dxtbx "c:\users\phaserbuilder\nightlybuilds\cctbxvc2008\x64\current\modules\dxtbx" iotbx "c:\users\phaserbuilder\nightlybuilds\cctbxvc2008\x64\current\modules\cctbx_project\iotbx" ccp4io+adaptbx "c:\users\phaserbuilder\nightlybuilds\cctbxvc2008\x64\current\modules\ccp4io" "c:\users\phaserbuilder\nightlybuilds\cctbxvc2008\x64\current\modules\ccp4io_adaptbx" smtbx "c:\users\phaserbuilder\nightlybuilds\cctbxvc2008\x64\current\modules\cctbx_project\smtbx" ucif "c:\users\phaserbuilder\nightlybuilds\cctbxvc2008\x64\current\modules\cctbx_project\ucif" cbflib+adaptbx "c:\users\phaserbuilder\nightlybuilds\cctbxvc2008\x64\current\modules\cbflib" "c:\users\phaserbuilder\nightlybuilds\cctbxvc2008\x64\current\modules\cctbx_project\cbflib_adaptbx" cctbx "c:\users\phaserbuilder\nightlybuilds\cctbxvc2008\x64\current\modules\cctbx_project\cctbx" scitbx "c:\users\phaserbuilder\nightlybuilds\cctbxvc2008\x64\current\modules\cctbx_project\scitbx" fable "c:\users\phaserbuilder\nightlybuilds\cctbxvc2008\x64\current\modules\cctbx_project\fable" omptbx "c:\users\phaserbuilder\nightlybuilds\cctbxvc2008\x64\current\modules\cctbx_project\omptbx" boost+adaptbx "c:\users\phaserbuilder\nightlybuilds\cctbxvc2008\x64\current\modules\boost" "c:\users\phaserbuilder\nightlybuilds\cctbxvc2008\x64\current\modules\cctbx_project\boost_adaptbx" tbxx "c:\users\phaserbuilder\nightlybuilds\cctbxvc2008\x64\current\modules\cctbx_project\tbxx" chiltbx "c:\users\phaserbuilder\nightlybuilds\cctbxvc2008\x64\current\modules\cctbx_project\chiltbx" libtbx "c:\users\phaserbuilder\nightlybuilds\cctbxvc2008\x64\current\modules\cctbx_project\libtbx" Creating files in build directory: "c:\users\phaserbuilder\nightlybuilds\cctbxvc2008\x64\current\build" dispatcher_include_template.bat setpaths.bat setpaths_all.bat setpaths_debug.bat unsetpaths.bat SConstruct Processing: "c:\users\phaserbuilder\nightlybuilds\cctbxvc2008\x64\current\modules\cctbx_project\libtbx\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\cctbxvc2008\x64\current\modules\cctbx_project\boost_adaptbx\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\cctbxvc2008\x64\current\modules\cctbx_project\fable\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\cctbxvc2008\x64\current\modules\cctbx_project\scitbx\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\cctbxvc2008\x64\current\modules\cctbx_project\cctbx\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\cctbxvc2008\x64\current\modules\cctbx_project\cbflib_adaptbx\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\cctbxvc2008\x64\current\modules\cctbx_project\smtbx\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\cctbxvc2008\x64\current\modules\cctbx_projecDEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. t\iotbx\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\cctbxvc2008\x64\current\modules\dxtbx\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\cctbxvc2008\x64\current\modules\cctbx_project\mmtbx\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\cctbxvc2008\x64\current\modules\cctbx_project\gltbx\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\cctbxvc2008\x64\current\modules\cctbx_project\wxtbx\command_line" requires mock>=2.0, has 2.0.0 requirement procrunner>=1.0 is not currently met, current version 0.9.0 attempting update of procrunner>=1.0... Collecting procrunner>=1.0 Using cached https://files.pythonhosted.org/packages/66/16/de3bb5b86261d41e7910c38409d90dd36c15e8398e791c6cffb78fcd9801/procrunner-1.0.2-py2.py3-none-any.whl Requirement already satisfied: six in c:\users\phaserbuilder\nightlybuilds\cctbxvc2008\x64\current\conda_base\lib\site-packages (from procrunner>=1.0) (1.12.0) Requirement already satisfied: pywin32; sys_platform == "win32" and python_version == "2.7" in c:\users\phaserbuilder\nightlybuilds\cctbxvc2008\x64\current\conda_base\lib\site-packages (from procrunner>=1.0) (221) Installing collected packages: procrunner Found existing installation: procrunner 0.9.0 Uninstalling procrunner-0.9.0: Successfully uninstalled procrunner-0.9.0 Successfully installed procrunner-1.0.2 update successful requires pytest>=3.1, has 3.10.1 Processing: "c:\users\phaserbuilder\nightlybuilds\cctbxvc2008\x64\current\modules\cctbx_project\boost_adaptbx\libtbx_refresh.py" Processing: "c:\users\phaserbuilder\nightlybuilds\cctbxvc2008\x64\current\modules\cctbx_project\scitbx\libtbx_refresh.py" Generating C++ header files in: "c:\users\phaserbuilder\nightlybuilds\cctbxvc2008\x64\current\build\include\scitbx\array_family" Generating C++ files in: "c:\users\phaserbuilder\nightlybuilds\cctbxvc2008\x64\current\build\include\scitbx\array_family\boost_python" Using fable to convert scitbx\lbfgs.f Processing: "c:\users\phaserbuilder\nightlybuilds\cctbxvc2008\x64\current\modules\cctbx_project\cctbx\libtbx_refresh.py" Generating C++ files in: "c:\users\phaserbuilder\nightlybuilds\cctbxvc2008\x64\current\build\cctbx\eltbx" Generating C++ files in: "c:\users\phaserbuilder\nightlybuilds\cctbxvc2008\x64\current\build\include\cctbx\boost_python" ******************************************************************************************************************************************** Warning: unexpected md5 hexdigest: File: "c:\users\phaserbuilder\nightlybuilds\cctbxvc2008\x64\current\modules\cctbx_project\cctbx\sgtbx\direct_space_asu\reference_table.py" New md5 hexdigest: b4d948c292357b90c8b4d5716d607bb9 Files to review: sgtbx/direct_space_asu/reference_table.py cctbx/libtbx_refresh.py ******************************************************************************************************************************************** *************************************************************************************************************************************** Warning: unexpected md5 hexdigest: File: "c:\users\phaserbuilder\nightlybuilds\cctbxvc2008\x64\current\modules\cctbx_project\cctbx\sgtbx\direct_space_asu\short_cuts.py" New md5 hexdigest: 18e5b9d93962d70711497de1d6dbebbb Files to review: sgtbx/direct_space_asu/short_cuts.py cctbx/libtbx_refresh.py *************************************************************************************************************************************** ********************************************************************************************************************************************************* Warning: unexpected md5 hexdigest: File: "c:\users\phaserbuilder\nightlybuilds\cctbxvc2008\x64\current\modules\cctbx_project\cctbx\sgtbx\direct_space_asu\proto\generate_cpp_asu_table.py" New md5 hexdigest: 0f19e51b469650aa23e81483051eeb10 Files to review: sgtbx/direct_space_asu/proto/generate_cpp_asu_table.py cctbx/libtbx_refresh.py ********************************************************************************************************************************************************* Processing: "c:\users\phaserbuilder\nightlybuilds\cctbxvc2008\x64\current\modules\cctbx_project\cbflib_adaptbx\libtbx_refresh.py" Copying to lib: "c:\users\phaserbuilder\nightlybuilds\cctbxvc2008\x64\current\modules\cbflib\pycbf\pycbf.py" Processing: "c:\users\phaserbuilder\nightlybuilds\cctbxvc2008\x64\current\modules\cctbx_project\smtbx\libtbx_refresh.py" Generating C++ files in: "c:\users\phaserbuilder\nightlybuilds\cctbxvc2008\x64\current\build\include\smtbx\boost_python" Processing: "c:\users\phaserbuilder\nightlybuilds\cctbxvc2008\x64\current\modules\cctbx_project\iotbx\libtbx_refresh.py" Using fable to convert iotbx\pdb\hybrid_36_f.f Writing: iotbx\pdb\hybrid_36_fem.cpp Processing: "c:\users\phaserbuilder\nightlybuilds\cctbxvc2008\x64\current\modules\dxtbx\libtbx_refresh.py" Enumerating format classes: found FormatBruker based on ['Format'] found FormatBrukerFixedChi based on ['FormatBruker'] found FormatBrukerPhotonII based on ['FormatBruker'] found FormatCBF based on ['Format'] found FormatCBFCspad based on ['FormatCBFMultiTileHierarchyStill'] found FormatCBFFullStillInMemory based on ['FormatCBFFullStill'] found FormatCBFMultiTileHierarchyStillInMemory based on ['FormatCBFFullStillInMemory', 'FormatCBFMultiTileHierarchyStill'] found FormatCBFCspadInMemory based on ['FormatCBFMultiTileHierarchyStillInMemory', 'FormatCBFCspad'] found FormatCBFFull based on ['FormatCBF'] found FormatCBFFullStill based on ['FormatStill', 'FormatCBFFull'] found FormatCBFFullPilatus based on ['FormatCBFFull'] found FormatCBFFullPilatusDLS300KSN104 based on ['FormatCBFFullPilatus'] found FormatCBFFullPilatusDLS6MSN100 based on ['FormatCBFFullPilatus'] found FormatCBFFullPilatusDLS6MSN126 based on ['FormatCBFFullPilatus'] found FormatCBFMini based on ['FormatCBF'] found FormatCBFMiniADSCHF4M based on ['FormatCBFMini'] found FormatCBFMiniEiger based on ['FormatCBFMini'] found FormatCBFMiniEigerDLS16MSN160 based on ['FormatCBFMiniEiger'] found FormatCBFMiniEigerMaxIVBio based on ['FormatCBFMiniEiger'] found FormatCBFMiniEigerPetraP14 based on ['FormatCBFMiniEiger'] found FormatCBFMiniEigerPhotonFactory based on ['FormatCBFMini'] found FormatCBFMiniPilatus based on ['FormatCBFMini'] found FormatCBFMiniPilatus3AOS19ID6MSN132 based on ['FormatCBFMiniPilatus'] found FormatCBFMiniPilatusCHESS_6MSN127 based on ['FormatCBFMiniPilatus'] found FormatCBFMiniPilatusDESY6MSN115 based on ['FormatCBFMiniPilatus'] found FormatCBFMiniPilatusDLS12M based on ['FormatCBFMiniPilatus'] found FormatCBFMiniPilatusDLS6MSN100 based on ['FormatCBFMiniPilatus'] found FormatCBFMiniPilatusDLS6MSN114 based on ['FormatCBFMiniPilatus'] found FormatCBFMiniPilatusDLS6MSN114DMM based on ['FormatCBFMiniPilatus', 'FormatStill'] found FormatCBFMiniPilatusDLS6MSN119 based on ['FormatCBFMiniPilatus'] found FormatCBFMiniPilatusDLS6MSN126 based on ['FormatCBFMiniPilatus'] found FormatCBFMiniPilatusSOLEILPX16MSN106 based on ['FormatCBFMiniPilatus'] found FormatCBFMiniPilatusSPring8_6MSN125 based on ['FormatCBFMiniPilatus'] found FormatCBFMiniPilatusXXX based on ['FormatCBFMiniPilatus'] found FormatCBFMultiTile based on ['FormatCBFFull'] found FormatCBFMultiTileStill based on ['FormatStill', 'FormatCBFMultiTile'] found FormatCBFMultiTileHierarchy based on ['FormatCBFMultiTile'] found FormatCBFMultiTileHierarchyStill based on ['FormatCBFMultiTileStill', 'FormatCBFMultiTileHierarchy'] found FormatDIP2030b based on ['Format'] found FormatEDFALS733 based on ['Format'] found FormatEiger0MQDump based on ['Format'] found FormatEigerStream based on ['FormatMultiImage', 'Format'] found FormatGatanDM4 based on ['FormatMultiImage', 'Format'] found FormatHDF5 based on ['FormatMultiImage', 'Format'] found FormatHDF5Dectris based on ['FormatHDF5'] found FormatHDF5EigerNearlyNexus based on ['FormatHDF5'] found FormatHDF5EigerNearlyNexusSPring8 based on ['FormatHDF5EigerNearlyNexus'] found FormatHDF5Lambda based on ['FormatHDF5'] found FormatHDF5PAL based on ['FormatHDF5'] found FormatRawData based on ['FormatHDF5'] found FormatHDF5Sacla based on ['FormatHDF5', 'FormatStill'] found FormatHDF5SaclaMPCCD based on ['FormatHDF5', 'FormatStill'] found FormatHDF5SaclaRayonix based on ['FormatHDF5', 'FormatStill'] found FormatMarIP based on ['Format'] found FormatMultiImage based on ['Format'] found FormatMultiImageLazy based on ['FormatMultiImage'] found FormatNexus based on ['FormatHDF5'] found FormatNexusStill based on ['FormatMultiImageLazy', 'FormatNexus', 'FormatStill'] found FormatNexusEigerDLS16MI04 based on ['FormatNexus'] found FormatNexusExternalDataFile based on ['FormatHDF5'] found FormatPY based on ['Format'] found FormatPYmultitile based on ['FormatPY'] found FormatPYunspecified based on ['FormatPY'] found FormatPYunspecifiedInMemory based on ['FormatPYunspecified'] found FormatPYunspecifiedStill based on ['FormatStill', 'FormatPYunspecified'] found FormatPYunspecifiedStillInMemory based on ['FormatStill', 'FormatPYunspecifiedInMemory'] found FormatRAXIS based on ['Format'] found FormatRAXISII based on ['Format'] found FormatRAXISIVSPring8 based on ['Format'] found FormatSER based on ['FormatMultiImage', 'Format'] found FormatSEReBIC based on ['FormatSER'] found FormatSMV based on ['Format'] found FormatSMVADSC based on ['FormatSMV'] found FormatSMVADSCDBG based on ['FormatSMVADSC'] found FormatSMVADSCNoDateStamp based on ['FormatSMVADSC'] found FormatSMVADSCSN based on ['FormatSMVADSC'] found FormatSMVADSCSN445 based on ['FormatSMVADSCSN'] found FormatSMVADSCSNSN457 based on ['FormatSMVADSCSN'] found FormatSMVADSCSN905 based on ['FormatSMVADSCSN'] found FormatSMVADSCSN915 based on ['FormatSMVADSCSN'] found FormatSMVADSCSN920 based on ['FormatSMVADSCSN'] found FormatSMVADSCSN926 based on ['FormatSMVADSCSN'] found FormatSMVADSCSN928 based on ['FormatSMVADSCSN'] found FormatSMVADSCSNAPSID19 based on ['FormatSMVADSCSN'] found FormatSMVADSCmlfsom based on ['FormatSMVADSC'] found FormatSMVCMOS1 based on ['FormatSMV'] found FormatSMVHamamatsu based on ['FormatSMVADSC'] found FormatSMVHamamatsuSPring8BL32XU based on ['FormatSMVHamamatsu'] found FormatSMVJHSim based on ['FormatSMV'] found FormatSMVNOIR based on ['FormatSMVRigaku'] found FormatSMVRigaku based on ['FormatSMV'] found FormatSMVRigakuA200 based on ['FormatSMVRigaku'] found FormatSMVRigakuA200SPring8BL26B1 based on ['FormatSMVRigakuA200'] found FormatSMVRigakuEiger based on ['FormatSMVRigaku'] found FormatSMVRigakuPilatus based on ['FormatSMVRigaku'] found FormatSMVRigakuSaturn based on ['FormatSMVRigaku'] found FormatSMVRigakuSaturnNoTS based on ['FormatSMVRigaku'] found FormatSMVRigakuSaturnSN07400090 based on ['FormatSMVRigakuSaturn'] found FormatSMVRigakuSaturn09040159 based on ['FormatSMVRigakuSaturnNoTS'] found FormatSMVRigakuSaturnSN11480296 based on ['FormatSMVRigakuSaturn'] found FormatSMVTimePix_SU based on ['FormatSMV'] found FormatSMVTimePix_SU_512x512 based on ['FormatSMVTimePix_SU'] found FormatSMVTimePix_SU_516x516 based on ['FormatSMVTimePix_SU'] found FormatStill based on ['Format'] found FormatTIFF based on ['Format'] found FormatTIFFBruker based on ['FormatTIFF'] found FormatTIFFRayonix based on ['FormatTIFF'] found FormatTIFFRayonixESRF based on ['FormatTIFFRayonix'] found FormatTIFFRayonixSPring8 based on ['FormatTIFFRayonix'] found FormatTIFFRayonixXPP based on ['FormatTIFFRayonix'] found FormatXDS based on ['Format'] found FormatXTC based on ['FormatMultiImageLazy', 'FormatStill', 'Format'] found FormatXTCCspad based on ['FormatXTC'] found FormatXTCJungfrau based on ['FormatXTC'] found FormatXTCJungfrauMonolithic based on ['FormatXTCJungfrau'] found FormatXTCMultipleDetectors based on ['FormatXTCRayonix', 'FormatXTCCspad', 'FormatXTCJungfrau'] found FormatXTCRayonix based on ['FormatXTC'] Updating entry points for dxtbx 117 entries for entry point dxtbx.format Processing: "c:\users\phaserbuilder\nightlybuilds\cctbxvc2008\x64\current\modules\cctbx_project\mmtbx\libtbx_refresh.py" Processing: "c:\users\phaserbuilder\nightlybuilds\cctbxvc2008\x64\current\modules\cctbx_project\gltbx\libtbx_refresh.py" Generating C++ files in: "c:\users\phaserbuilder\nightlybuilds\cctbxvc2008\x64\current\build\gltbx" fonts: 8x13 9x15 10x20 Done. usr+sys time: 0.83 seconds wall clock time: 0.83 seconds usage: scons [OPTION] [TARGET] ... SCons Error: option -j: invalid integer value: 'getbootstrap' Performing actions: base build Installing base packages using: python modules\cctbx_project\libtbx\auto_build\install_conda.py --builder=cctbx ===== Running in .: deleting dist, tests, tmp removing .pyc files in C:\Users\phaserbuilder\NightlyBuilds\CCTBXVC2008\x64\Current\modules, walk? True removed 2 files ===== Running in .: base ===== Running in build: run configure.py ===== Running in build: save configure command ===== Running in build: libtbx.scons.bat Process failed with return code 2 19/06/2019 12:04:00.39