04/08/2020 12:00:24.81 04/08/2020 12:00:25.18 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 Existing non-git directory -- don't know what to do. skipping: scons ===== 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 302754009..c06ac0a17 master -> origin/master 4c61b08d3..471fc33aa NGL_HKLviewer2 -> origin/NGL_HKLviewer2 + bd2d26b16...d108b61cb conda_compiler -> origin/conda_compiler (forced update) 8847d9e13..852c1a66b releases/v2020.08 -> origin/releases/v2020.08 Updating 302754009..c06ac0a17 Fast-forward .azure-pipelines/py2_syntax_exceptions.txt | 1 + .azure-pipelines/syntax.yml | 17 +- cctbx/euclidean_model_matching.py | 14 +- cctbx/sgtbx/__init__.py | 5 +- cctbx/sgtbx/direct_space_asu/check_redundancies.py | 8 +- fable/cout.py | 16 +- iotbx/detectors/npy.py | 15 +- iotbx/pdb/hierarchy.py | 13 +- iotbx/pdb/tst_ext.py | 9 +- libtbx/command_line/find_unused_imports_crude.py | 8 +- libtbx/math_utils.py | 8 + mmtbx/atomic_environment_vectors/__init__.py | 24 ++- mmtbx/atomic_environment_vectors/tst.py | 15 +- .../alternate_conformations/altloc_labeling.py | 7 +- .../alternate_conformations/density_sampling.py | 7 +- .../real_space_annealing.py | 7 +- .../alternate_conformations/sliding_window.py | 6 +- mmtbx/command_line/find_peaks_holes.py | 10 +- mmtbx/command_line/sort_hetatms.py | 6 +- mmtbx/ions/identify.py | 7 +- mmtbx/lattice.py | 6 +- mmtbx/maps/composite_omit_map.py | 6 +- mmtbx/monomer_library/pdb_interpretation.py | 3 +- mmtbx/pdb_symmetry.py | 6 +- mmtbx/refinement/select_best_starting_model.py | 5 +- mmtbx/scaling/xtriage.py | 6 +- mmtbx/secondary_structure/dssp.py | 6 +- mmtbx/validation/clashscore.py | 6 +- mmtbx/validation/rotalyze.py | 6 +- rstbx/viewer/results_base.py | 5 +- scitbx/array_family/boost_python/tst_flex.py | 2 +- scitbx/graph/rigidity_matrix_symbolic.py | 10 +- scitbx/graph/tardy_tree.py | 4 +- wxtbx/plots/__init__.py | 10 +- wxtbx/qstat_view.py | 12 +- xfel/command_line/cxi_mpi_submit.py | 4 +- xfel/command_line/print_pickle.py | 12 +- xfel/command_line/striping.py | 55 ++--- xfel/merging/application/balance/load_balancer.py | 16 +- .../application/errors/error_modifier_ev11.py | 2 +- .../merging/application/group/group_reflections.py | 22 +- xfel/merging/application/input/file_loader.py | 22 +- xfel/merging/application/integrate/__init__.py | 0 xfel/merging/application/integrate/factory.py | 9 + xfel/merging/application/integrate/integrate.py | 34 ++++ xfel/merging/application/phil/phil.py | 48 +++-- xfel/merging/application/phil/phil_discard.py | 114 ----------- xfel/merging/application/phil/phil_mpi.py | 41 ---- xfel/merging/application/reflection_table_utils.py | 2 +- xfel/merging/command_line/merge.py | 16 +- xfel/merging/command_line/mpi_integrate.py | 78 +++++++ xfel/merging/ext.cpp | 224 +++++++++------------ xfel/poly/recompute_mosaic_params.py | 164 +++++++++++++++ xfel/small_cell/small_cell.py | 7 +- xfel/ui/__init__.py | 2 +- xfel/ui/components/xfel_gui_controls.py | 2 +- xfel/ui/components/xfel_gui_dialogs.py | 30 +-- xfel/ui/components/xfel_gui_init.py | 62 +++--- xfel/ui/components/xfel_gui_plotter.py | 8 +- xfel/ui/db/__init__.py | 4 +- xfel/ui/db/job.py | 12 +- xfel/ui/db/xfel_db.py | 2 +- xfel/util/mp.py | 36 ++-- 63 files changed, 721 insertions(+), 603 deletions(-) create mode 100644 .azure-pipelines/py2_syntax_exceptions.txt create mode 100644 xfel/merging/application/integrate/__init__.py create mode 100644 xfel/merging/application/integrate/factory.py create mode 100644 xfel/merging/application/integrate/integrate.py delete mode 100644 xfel/merging/application/phil/phil_discard.py delete mode 100644 xfel/merging/application/phil/phil_mpi.py create mode 100644 xfel/merging/command_line/mpi_integrate.py create mode 100644 xfel/poly/recompute_mosaic_params.py Current branch master 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 * [new branch] more-nexus-than-nexus -> origin/more-nexus-than-nexus * [new branch] py3_imagepickle -> origin/py3_imagepickle Already up to date. 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 217 files Bootstrap success: cleanup, hot, update 04/08/2020 12:01:31.23 04/08/2020 12:01:31.36 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. Base conda installation: C:\Users\phaserbuilder\NightlyBuilds\PhaserVC2015\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 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" crys3d "c:\users\phaserbuilder\nightlybuilds\cctbxvc2008\x64\current\modules\cctbx_project\crys3d" cctbx_website "c:\users\phaserbuilder\nightlybuilds\cctbxvc2008\x64\current\modules\cctbx_project\cctbx_website" mmtbx "c:\users\phaserbuilder\nightlybuilds\cctbxvc2008\x64\current\modules\cctbx_project\mmtbx" iotbx "c:\users\phaserbuilder\nightlybuilds\cctbxvc2008\x64\current\modules\cctbx_project\iotbx" dxtbx "c:\users\phaserbuilder\nightlybuilds\cctbxvc2008\x64\current\modules\dxtbx" cbflib+adaptbx "c:\users\phaserbuilder\nightlybuilds\cctbxvc2008\x64\current\modules\cbflib" "c:\users\phaserbuilder\nightlybuilds\cctbxvc2008\x64\current\modules\cctbx_project\cbflib_adaptbx" 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" 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" Traceback (most recent call last): File "..\modules\cctbx_project\libtbx\configure.py", line 34, in if not run(): File "..\modules\cctbx_project\libtbx\configure.py", line 29, in run libtbx.env_config.cold_start(sys.argv) File "C:\Users\phaserbuilder\NightlyBuilds\CCTBXVC2008\x64\Current\modules\cctbx_project\libtbx\env_config.py", line 2630, in cold_start env.refresh() File "C:\Users\phaserbuilder\NightlyBuilds\CCTBXVC2008\x64\Current\modules\cctbx_project\libtbx\env_config.py", line 1849, in refresh module.process_command_line_directories() File "C:\Users\phaserbuilder\NightlyBuilds\CCTBXVC2008\x64\Current\modules\cctbx_project\libtbx\env_config.py", line 2170, in process_command_line_directories scan_for_libtbx_set_dispatcher_name=True) File "C:\Users\phaserbuilder\NightlyBuilds\CCTBXVC2008\x64\Current\modules\cctbx_project\libtbx\env_config.py", line 2067, in write_dispatcher try: import IPython File "C:\Users\phaserbuilder\NightlyBuilds\CCTBXVC2008\x64\Current\conda_base\lib\site-packages\IPython\__init__.py", line 49, in from .terminal.embed import embed File "C:\Users\phaserbuilder\NightlyBuilds\CCTBXVC2008\x64\Current\conda_base\lib\site-packages\IPython\terminal\embed.py", line 17, in from IPython.core.interactiveshell import DummyMod, InteractiveShell File "C:\Users\phaserbuilder\NightlyBuilds\CCTBXVC2008\x64\Current\conda_base\lib\site-packages\IPython\core\interactiveshell.py", line 199, in class InteractiveShell(SingletonConfigurable): File "C:\Users\phaserbuilder\NightlyBuilds\CCTBXVC2008\x64\Current\conda_base\lib\site-packages\IPython\core\interactiveshell.py", line 261, in InteractiveShell help="Set the color scheme (NoColor, Neutral, Linux, or LightBG)." File "C:\Users\phaserbuilder\NightlyBuilds\CCTBXVC2008\x64\Current\conda_base\lib\site-packages\traitlets\traitlets.py", line 2151, in __init__ values = [cast_unicode_py2(value) for value in values] File "C:\Users\phaserbuilder\NightlyBuilds\CCTBXVC2008\x64\Current\conda_base\lib\site-packages\ipython_genutils\py3compat.py", line 26, in cast_unicode return decode(s, encoding) File "C:\Users\phaserbuilder\NightlyBuilds\CCTBXVC2008\x64\Current\conda_base\lib\site-packages\ipython_genutils\py3compat.py", line 17, in decode return s.decode(encoding, "replace") LookupError: unknown encoding: cp65001 Performing actions: base build Installing base packages using: python modules\cctbx_project\libtbx\auto_build\install_conda.py --builder=cctbx --install_conda --python=27 ===== 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 Process failed with return code 1 04/08/2020 12:02:46.19 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 tmp /MIR /COPYALL 1>nul ) & rmdir /S /Q tmp\ & ) The system cannot find the file specified. 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 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" crys3d "c:\users\phaserbuilder\nightlybuilds\cctbxvc2008\x64\current\modules\cctbx_project\crys3d" cctbx_website "c:\users\phaserbuilder\nightlybuilds\cctbxvc2008\x64\current\modules\cctbx_project\cctbx_website" mmtbx "c:\users\phaserbuilder\nightlybuilds\cctbxvc2008\x64\current\modules\cctbx_project\mmtbx" iotbx "c:\users\phaserbuilder\nightlybuilds\cctbxvc2008\x64\current\modules\cctbx_project\iotbx" dxtbx "c:\users\phaserbuilder\nightlybuilds\cctbxvc2008\x64\current\modules\dxtbx" cbflib+adaptbx "c:\users\phaserbuilder\nightlybuilds\cctbxvc2008\x64\current\modules\cbflib" "c:\users\phaserbuilder\nightlybuilds\cctbxvc2008\x64\current\modules\cctbx_project\cbflib_adaptbx" 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" 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" Traceback (most recent call last): File "..\modules\cctbx_project\libtbx\configure.py", line 34, in if not run(): File "..\modules\cctbx_project\libtbx\configure.py", line 29, in run libtbx.env_config.cold_start(sys.argv) File "C:\Users\phaserbuilder\NightlyBuilds\CCTBXVC2008\x64\Current\modules\cctbx_project\libtbx\env_config.py", line 2630, in cold_start env.refresh() File "C:\Users\phaserbuilder\NightlyBuilds\CCTBXVC2008\x64\Current\modules\cctbx_project\libtbx\env_config.py", line 1849, in refresh module.process_command_line_directories() File "C:\Users\phaserbuilder\NightlyBuilds\CCTBXVC2008\x64\Current\modules\cctbx_project\libtbx\env_config.py", line 2170, in process_command_line_directories scan_for_libtbx_set_dispatcher_name=True) File "C:\Users\phaserbuilder\NightlyBuilds\CCTBXVC2008\x64\Current\modules\cctbx_project\libtbx\env_config.py", line 2067, in write_dispatcher try: import IPython File "C:\Users\phaserbuilder\NightlyBuilds\CCTBXVC2008\x64\Current\conda_base\lib\site-packages\IPython\__init__.py", line 49, in from .terminal.embed import embed File "C:\Users\phaserbuilder\NightlyBuilds\CCTBXVC2008\x64\Current\conda_base\lib\site-packages\IPython\terminal\embed.py", line 17, in from IPython.core.interactiveshell import DummyMod, InteractiveShell File "C:\Users\phaserbuilder\NightlyBuilds\CCTBXVC2008\x64\Current\conda_base\lib\site-packages\IPython\core\interactiveshell.py", line 199, in class InteractiveShell(SingletonConfigurable): File "C:\Users\phaserbuilder\NightlyBuilds\CCTBXVC2008\x64\Current\conda_base\lib\site-packages\IPython\core\interactiveshell.py", line 261, in InteractiveShell help="Set the color scheme (NoColor, Neutral, Linux, or LightBG)." File "C:\Users\phaserbuilder\NightlyBuilds\CCTBXVC2008\x64\Current\conda_base\lib\site-packages\traitlets\traitlets.py", line 2151, in __init__ values = [cast_unicode_py2(value) for value in values] File "C:\Users\phaserbuilder\NightlyBuilds\CCTBXVC2008\x64\Current\conda_base\lib\site-packages\ipython_genutils\py3compat.py", line 26, in cast_unicode return decode(s, encoding) File "C:\Users\phaserbuilder\NightlyBuilds\CCTBXVC2008\x64\Current\conda_base\lib\site-packages\ipython_genutils\py3compat.py", line 17, in decode return s.decode(encoding, "replace") LookupError: unknown encoding: cp65001 Performing actions: build ===== 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 build: run configure.py Process failed with return code 1 04/08/2020 12:04:48.13