Azure pipeline building, tasting and releasing

Discussion related to the LuxCore functionality, implementations and API.
User avatar
B.Y.O.B.
Developer
Developer
Posts: 4146
Joined: Mon Dec 04, 2017 10:08 pm
Location: Germany
Contact:

Re: Azure pipeline building, tasting and releasing

Post by B.Y.O.B. »

Dade wrote: Tue Oct 23, 2018 6:18 pm The only thing missing seems the pyluxcoretools.exe created by the create-standalone.bat with PyInstaller
The step "Gathering and packing binaries" shows this error in the log:

Code: Select all

2018-10-23T16:17:57.6181618Z Traceback (most recent call last):
2018-10-23T16:17:57.6182059Z   File "<string>", line 2, in <module>
2018-10-23T16:17:57.6184671Z ImportError: No module named 'setuptools._vendor'
2018-10-23T16:17:57.6801841Z Traceback (most recent call last):
2018-10-23T16:17:57.6804720Z   File "C:\hostedtoolcache\windows\Python\3.5.4\x64\Scripts\pyinstaller-script.py", line 11, in <module>
2018-10-23T16:17:57.6804922Z     load_entry_point('PyInstaller==3.4', 'console_scripts', 'pyinstaller')()
2018-10-23T16:17:57.6813742Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\__main__.py", line 111, in run
2018-10-23T16:17:57.6813867Z     run_build(pyi_config, spec_file, **vars(args))
2018-10-23T16:17:57.6815913Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\__main__.py", line 63, in run_build
2018-10-23T16:17:57.6816057Z     PyInstaller.building.build_main.main(pyi_config, spec_file, **kwargs)
2018-10-23T16:17:57.6816142Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\building\build_main.py", line 838, in main
2018-10-23T16:17:57.6818109Z     build(specfile, kw.get('distpath'), kw.get('workpath'), kw.get('clean_build'))
2018-10-23T16:17:57.6818213Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\building\build_main.py", line 784, in build
2018-10-23T16:17:57.6822159Z     exec(text, spec_namespace)
2018-10-23T16:17:57.6822412Z   File "<string>", line 25, in <module>
2018-10-23T16:17:57.6824444Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\building\build_main.py", line 241, in __init__
2018-10-23T16:17:57.6824571Z     self.__postinit__()
2018-10-23T16:17:57.6824650Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\building\datastruct.py", line 158, in __postinit__
2018-10-23T16:17:57.6826697Z     self.assemble()
2018-10-23T16:17:57.6826795Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\building\build_main.py", line 368, in assemble
2018-10-23T16:17:57.6828644Z     self.graph.add_hiddenimports(self.hiddenimports)
2018-10-23T16:17:57.6828785Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\depend\analysis.py", line 532, in add_hiddenimports
2018-10-23T16:17:57.6831553Z     node = self.import_hook(modnm)
2018-10-23T16:17:57.6831740Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1421, in import_hook
2018-10-23T16:17:57.6834586Z     source_package, target_module_partname, level)
2018-10-23T16:17:57.6834714Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1573, in _find_head_package
2018-10-23T16:17:57.6836579Z     target_module_headname, target_package_name, source_package)
2018-10-23T16:17:57.6836739Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\depend\analysis.py", line 271, in _safe_import_module
2018-10-23T16:17:57.6836820Z     module_basename, module_name, parent_package)
2018-10-23T16:17:57.6838888Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1990, in _safe_import_module
2018-10-23T16:17:57.6838994Z     module_name, file_handle, pathname, metadata)
2018-10-23T16:17:57.6839313Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2028, in _load_module
2018-10-23T16:17:57.6839403Z     m = self._load_package(fqname, pathname, packagepath)
2018-10-23T16:17:57.6839526Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2813, in _load_package
2018-10-23T16:17:57.6839748Z     self._load_module(fqname, fp, buf, stuff)
2018-10-23T16:17:57.6839827Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2082, in _load_module
2018-10-23T16:17:57.6844377Z     self._scan_code(m, co, co_ast)
2018-10-23T16:17:57.6844463Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2544, in _scan_code
2018-10-23T16:17:57.6844599Z     self._process_imports(module)
2018-10-23T16:17:57.6844685Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2743, in _process_imports
2018-10-23T16:17:57.6844835Z     target_module = self._safe_import_hook(*import_info, **kwargs)[0]
2018-10-23T16:17:57.6844967Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2417, in _safe_import_hook
2018-10-23T16:17:57.6845096Z     edge_attr=edge_attr)
2018-10-23T16:17:57.6845181Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1438, in import_hook
2018-10-23T16:17:57.6845254Z     target_module, target_attr_names):
2018-10-23T16:17:57.6845386Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1726, in _import_importable_package_submodules
2018-10-23T16:17:57.6845456Z     attr_name, submodule_name, package)
2018-10-23T16:17:57.6845787Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\depend\analysis.py", line 271, in _safe_import_module
2018-10-23T16:17:57.6845884Z     module_basename, module_name, parent_package)
2018-10-23T16:17:57.6870054Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1990, in _safe_import_module
2018-10-23T16:17:57.6870406Z     module_name, file_handle, pathname, metadata)
2018-10-23T16:17:57.6870913Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2082, in _load_module
2018-10-23T16:17:57.6874061Z     self._scan_code(m, co, co_ast)
2018-10-23T16:17:57.6874150Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2544, in _scan_code
2018-10-23T16:17:57.6874268Z     self._process_imports(module)
2018-10-23T16:17:57.6874342Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2743, in _process_imports
2018-10-23T16:17:57.6878155Z     target_module = self._safe_import_hook(*import_info, **kwargs)[0]
2018-10-23T16:17:57.6878266Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2221, in _safe_import_hook
2018-10-23T16:17:57.6883870Z     target_attr_names=None, level=level, edge_attr=edge_attr)
2018-10-23T16:17:57.6884077Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1422, in import_hook
2018-10-23T16:17:57.6887673Z     target_module = self._load_tail(target_package, target_module_partname)
2018-10-23T16:17:57.6887850Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1635, in _load_tail
2018-10-23T16:17:57.6887941Z     submodule = self._safe_import_module(head, mname, submodule)
2018-10-23T16:17:57.6892303Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\depend\analysis.py", line 271, in _safe_import_module
2018-10-23T16:17:57.6892414Z     module_basename, module_name, parent_package)
2018-10-23T16:17:57.6894371Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1990, in _safe_import_module
2018-10-23T16:17:57.6894596Z     module_name, file_handle, pathname, metadata)
2018-10-23T16:17:57.6897005Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2028, in _load_module
2018-10-23T16:17:57.6897140Z     m = self._load_package(fqname, pathname, packagepath)
2018-10-23T16:17:57.6897227Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2813, in _load_package
2018-10-23T16:17:57.6901058Z     self._load_module(fqname, fp, buf, stuff)
2018-10-23T16:17:57.6901141Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2082, in _load_module
2018-10-23T16:17:57.6906181Z     self._scan_code(m, co, co_ast)
2018-10-23T16:17:57.6906295Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2544, in _scan_code
2018-10-23T16:17:57.6908204Z     self._process_imports(module)
2018-10-23T16:17:57.6908316Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2743, in _process_imports
2018-10-23T16:17:57.6911282Z     target_module = self._safe_import_hook(*import_info, **kwargs)[0]
2018-10-23T16:17:57.6911392Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2221, in _safe_import_hook
2018-10-23T16:17:57.6916642Z     target_attr_names=None, level=level, edge_attr=edge_attr)
2018-10-23T16:17:57.6916800Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1421, in import_hook
2018-10-23T16:17:57.6916897Z     source_package, target_module_partname, level)
2018-10-23T16:17:57.6918984Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1573, in _find_head_package
2018-10-23T16:17:57.6919093Z     target_module_headname, target_package_name, source_package)
2018-10-23T16:17:57.6924632Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\depend\analysis.py", line 271, in _safe_import_module
2018-10-23T16:17:57.6924889Z     module_basename, module_name, parent_package)
2018-10-23T16:17:57.6928452Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1990, in _safe_import_module
2018-10-23T16:17:57.6928585Z     module_name, file_handle, pathname, metadata)
2018-10-23T16:17:57.6928736Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2082, in _load_module
2018-10-23T16:17:57.6928960Z     self._scan_code(m, co, co_ast)
2018-10-23T16:17:57.6929051Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2544, in _scan_code
2018-10-23T16:17:57.7194950Z     self._process_imports(module)
2018-10-23T16:17:57.7195092Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2743, in _process_imports
2018-10-23T16:17:57.7202738Z     target_module = self._safe_import_hook(*import_info, **kwargs)[0]
2018-10-23T16:17:57.7202903Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2221, in _safe_import_hook
2018-10-23T16:17:57.7202977Z     target_attr_names=None, level=level, edge_attr=edge_attr)
2018-10-23T16:17:57.7203103Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1422, in import_hook
2018-10-23T16:17:57.7203191Z     target_module = self._load_tail(target_package, target_module_partname)
2018-10-23T16:17:57.7203307Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1635, in _load_tail
2018-10-23T16:17:57.7203510Z     submodule = self._safe_import_module(head, mname, submodule)
2018-10-23T16:17:57.7203647Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\depend\analysis.py", line 271, in _safe_import_module
2018-10-23T16:17:57.7203716Z     module_basename, module_name, parent_package)
2018-10-23T16:17:57.7206457Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1990, in _safe_import_module
2018-10-23T16:17:57.7206662Z     module_name, file_handle, pathname, metadata)
2018-10-23T16:17:57.7206797Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2028, in _load_module
2018-10-23T16:17:57.7206892Z     m = self._load_package(fqname, pathname, packagepath)
2018-10-23T16:17:57.7207026Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2813, in _load_package
2018-10-23T16:17:57.7207113Z     self._load_module(fqname, fp, buf, stuff)
2018-10-23T16:17:57.7207197Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2082, in _load_module
2018-10-23T16:17:57.7211377Z     self._scan_code(m, co, co_ast)
2018-10-23T16:17:57.7211463Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2544, in _scan_code
2018-10-23T16:17:57.7213106Z     self._process_imports(module)
2018-10-23T16:17:57.7213203Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2743, in _process_imports
2018-10-23T16:17:57.7215383Z     target_module = self._safe_import_hook(*import_info, **kwargs)[0]
2018-10-23T16:17:57.7215861Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2221, in _safe_import_hook
2018-10-23T16:17:57.7216212Z     target_attr_names=None, level=level, edge_attr=edge_attr)
2018-10-23T16:17:57.7216310Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1422, in import_hook
2018-10-23T16:17:57.7216399Z     target_module = self._load_tail(target_package, target_module_partname)
2018-10-23T16:17:57.7216542Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1635, in _load_tail
2018-10-23T16:17:57.7216630Z     submodule = self._safe_import_module(head, mname, submodule)
2018-10-23T16:17:57.7216769Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\depend\analysis.py", line 271, in _safe_import_module
2018-10-23T16:17:57.7217337Z     module_basename, module_name, parent_package)
2018-10-23T16:17:57.7217486Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1990, in _safe_import_module
2018-10-23T16:17:57.7217579Z     module_name, file_handle, pathname, metadata)
2018-10-23T16:17:57.7217716Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2028, in _load_module
2018-10-23T16:17:57.7217795Z     m = self._load_package(fqname, pathname, packagepath)
2018-10-23T16:17:57.7217880Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2813, in _load_package
2018-10-23T16:17:57.7224101Z     self._load_module(fqname, fp, buf, stuff)
2018-10-23T16:17:57.7224182Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2082, in _load_module
2018-10-23T16:17:57.7224318Z     self._scan_code(m, co, co_ast)
2018-10-23T16:17:57.7224389Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2544, in _scan_code
2018-10-23T16:17:57.7224612Z     self._process_imports(module)
2018-10-23T16:17:57.7224684Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2743, in _process_imports
2018-10-23T16:17:57.7224793Z     target_module = self._safe_import_hook(*import_info, **kwargs)[0]
2018-10-23T16:17:57.7224906Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2417, in _safe_import_hook
2018-10-23T16:17:57.7224974Z     edge_attr=edge_attr)
2018-10-23T16:17:57.7225093Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1438, in import_hook
2018-10-23T16:17:57.7225168Z     target_module, target_attr_names):
2018-10-23T16:17:57.7225294Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1726, in _import_importable_package_submodules
2018-10-23T16:17:57.7225370Z     attr_name, submodule_name, package)
2018-10-23T16:17:57.7225490Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\depend\analysis.py", line 271, in _safe_import_module
2018-10-23T16:17:57.7225959Z     module_basename, module_name, parent_package)
2018-10-23T16:17:57.7226048Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1990, in _safe_import_module
2018-10-23T16:17:57.7226183Z     module_name, file_handle, pathname, metadata)
2018-10-23T16:17:57.7226265Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2082, in _load_module
2018-10-23T16:17:57.7228714Z     self._scan_code(m, co, co_ast)
2018-10-23T16:17:57.7228817Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2544, in _scan_code
2018-10-23T16:17:57.7228959Z     self._process_imports(module)
2018-10-23T16:17:57.7229043Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2743, in _process_imports
2018-10-23T16:17:57.7229455Z     target_module = self._safe_import_hook(*import_info, **kwargs)[0]
2018-10-23T16:17:57.7229529Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2221, in _safe_import_hook
2018-10-23T16:17:57.7229595Z     target_attr_names=None, level=level, edge_attr=edge_attr)
2018-10-23T16:17:57.7229708Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1421, in import_hook
2018-10-23T16:17:57.7256133Z     source_package, target_module_partname, level)
2018-10-23T16:17:57.7256431Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1573, in _find_head_package
2018-10-23T16:17:57.7256701Z     target_module_headname, target_package_name, source_package)
2018-10-23T16:17:57.7256920Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\depend\analysis.py", line 271, in _safe_import_module
2018-10-23T16:17:57.7257078Z     module_basename, module_name, parent_package)
2018-10-23T16:17:57.7257232Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1990, in _safe_import_module
2018-10-23T16:17:57.7257442Z     module_name, file_handle, pathname, metadata)
2018-10-23T16:17:57.7260135Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2082, in _load_module
2018-10-23T16:17:57.7261138Z     self._scan_code(m, co, co_ast)
2018-10-23T16:17:57.7264049Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2544, in _scan_code
2018-10-23T16:17:57.7264307Z     self._process_imports(module)
2018-10-23T16:17:57.7264620Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2743, in _process_imports
2018-10-23T16:17:57.7264920Z     target_module = self._safe_import_hook(*import_info, **kwargs)[0]
2018-10-23T16:17:57.7265215Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2221, in _safe_import_hook
2018-10-23T16:17:57.7265345Z     target_attr_names=None, level=level, edge_attr=edge_attr)
2018-10-23T16:17:57.7265423Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1421, in import_hook
2018-10-23T16:17:57.7270348Z     source_package, target_module_partname, level)
2018-10-23T16:17:57.7270901Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1573, in _find_head_package
2018-10-23T16:17:57.7271221Z     target_module_headname, target_package_name, source_package)
2018-10-23T16:17:57.7271782Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\depend\analysis.py", line 271, in _safe_import_module
2018-10-23T16:17:57.7271851Z     module_basename, module_name, parent_package)
2018-10-23T16:17:57.7271968Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1990, in _safe_import_module
2018-10-23T16:17:57.7662517Z     module_name, file_handle, pathname, metadata)
2018-10-23T16:17:57.7662942Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2082, in _load_module
2018-10-23T16:17:57.7663059Z     self._scan_code(m, co, co_ast)
2018-10-23T16:17:57.7663372Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2544, in _scan_code
2018-10-23T16:17:57.7663460Z     self._process_imports(module)
2018-10-23T16:17:57.7663605Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2743, in _process_imports
2018-10-23T16:17:57.7663686Z     target_module = self._safe_import_hook(*import_info, **kwargs)[0]
2018-10-23T16:17:57.7663843Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2221, in _safe_import_hook
2018-10-23T16:17:57.7663923Z     target_attr_names=None, level=level, edge_attr=edge_attr)
2018-10-23T16:17:57.7664107Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1421, in import_hook
2018-10-23T16:17:57.7667969Z     source_package, target_module_partname, level)
2018-10-23T16:17:57.7668246Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1573, in _find_head_package
2018-10-23T16:17:57.7668354Z     target_module_headname, target_package_name, source_package)
2018-10-23T16:17:57.7668441Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\depend\analysis.py", line 271, in _safe_import_module
2018-10-23T16:17:57.7668576Z     module_basename, module_name, parent_package)
2018-10-23T16:17:57.7668661Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1990, in _safe_import_module
2018-10-23T16:17:57.7668786Z     module_name, file_handle, pathname, metadata)
2018-10-23T16:17:57.7668870Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2028, in _load_module
2018-10-23T16:17:57.7672323Z     m = self._load_package(fqname, pathname, packagepath)
2018-10-23T16:17:57.7672438Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2813, in _load_package
2018-10-23T16:17:57.7678691Z     self._load_module(fqname, fp, buf, stuff)
2018-10-23T16:17:57.7678882Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2082, in _load_module
2018-10-23T16:17:57.7678966Z     self._scan_code(m, co, co_ast)
2018-10-23T16:17:57.7679119Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2544, in _scan_code
2018-10-23T16:17:57.7679194Z     self._process_imports(module)
2018-10-23T16:17:57.7679617Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2743, in _process_imports
2018-10-23T16:17:57.7679714Z     target_module = self._safe_import_hook(*import_info, **kwargs)[0]
2018-10-23T16:17:57.7679842Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2417, in _safe_import_hook
2018-10-23T16:17:57.7679922Z     edge_attr=edge_attr)
2018-10-23T16:17:57.7680042Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1438, in import_hook
2018-10-23T16:17:57.7680112Z     target_module, target_attr_names):
2018-10-23T16:17:57.7680194Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1726, in _import_importable_package_submodules
2018-10-23T16:17:57.7680314Z     attr_name, submodule_name, package)
2018-10-23T16:17:57.7680393Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\depend\analysis.py", line 271, in _safe_import_module
2018-10-23T16:17:57.7680531Z     module_basename, module_name, parent_package)
2018-10-23T16:17:57.7680612Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1990, in _safe_import_module
2018-10-23T16:17:57.7680741Z     module_name, file_handle, pathname, metadata)
2018-10-23T16:17:57.7680821Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2082, in _load_module
2018-10-23T16:17:57.7682891Z     self._scan_code(m, co, co_ast)
2018-10-23T16:17:57.7683112Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2544, in _scan_code
2018-10-23T16:17:57.7703651Z     self._process_imports(module)
2018-10-23T16:17:57.7703845Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2743, in _process_imports
2018-10-23T16:17:57.7703933Z     target_module = self._safe_import_hook(*import_info, **kwargs)[0]
2018-10-23T16:17:57.7704267Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2417, in _safe_import_hook
2018-10-23T16:17:57.7704501Z     edge_attr=edge_attr)
2018-10-23T16:17:57.7704641Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1438, in import_hook
2018-10-23T16:17:57.7704711Z     target_module, target_attr_names):
2018-10-23T16:17:57.7704839Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1726, in _import_importable_package_submodules
2018-10-23T16:17:57.7704980Z     attr_name, submodule_name, package)
2018-10-23T16:17:57.7705118Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\depend\analysis.py", line 271, in _safe_import_module
2018-10-23T16:17:57.7705202Z     module_basename, module_name, parent_package)
2018-10-23T16:17:57.7705530Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1990, in _safe_import_module
2018-10-23T16:17:57.7705908Z     module_name, file_handle, pathname, metadata)
2018-10-23T16:17:57.7706085Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2082, in _load_module
2018-10-23T16:17:57.7706212Z     self._scan_code(m, co, co_ast)
2018-10-23T16:17:57.7706293Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2544, in _scan_code
2018-10-23T16:17:57.7706408Z     self._process_imports(module)
2018-10-23T16:17:57.7706491Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2743, in _process_imports
2018-10-23T16:17:57.7708858Z     target_module = self._safe_import_hook(*import_info, **kwargs)[0]
2018-10-23T16:17:57.7709272Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2221, in _safe_import_hook
2018-10-23T16:17:57.7709350Z     target_attr_names=None, level=level, edge_attr=edge_attr)
2018-10-23T16:17:57.7709490Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1421, in import_hook
2018-10-23T16:17:57.7709562Z     source_package, target_module_partname, level)
2018-10-23T16:17:57.7709683Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1573, in _find_head_package
2018-10-23T16:17:57.7709756Z     target_module_headname, target_package_name, source_package)
2018-10-23T16:17:57.7709875Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\depend\analysis.py", line 271, in _safe_import_module
2018-10-23T16:17:57.7709947Z     module_basename, module_name, parent_package)
2018-10-23T16:17:57.7710030Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1990, in _safe_import_module
2018-10-23T16:17:57.7710156Z     module_name, file_handle, pathname, metadata)
2018-10-23T16:17:57.7710237Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2082, in _load_module
2018-10-23T16:17:57.7715344Z     self._scan_code(m, co, co_ast)
2018-10-23T16:17:57.7715454Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2544, in _scan_code
2018-10-23T16:17:57.7715592Z     self._process_imports(module)
2018-10-23T16:17:57.7715674Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2743, in _process_imports
2018-10-23T16:17:57.7715800Z     target_module = self._safe_import_hook(*import_info, **kwargs)[0]
2018-10-23T16:17:57.7716438Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2221, in _safe_import_hook
2018-10-23T16:17:57.7716519Z     target_attr_names=None, level=level, edge_attr=edge_attr)
2018-10-23T16:17:57.7716679Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1422, in import_hook
2018-10-23T16:17:57.7716761Z     target_module = self._load_tail(target_package, target_module_partname)
2018-10-23T16:17:57.7716895Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1635, in _load_tail
2018-10-23T16:17:57.7716976Z     submodule = self._safe_import_module(head, mname, submodule)
2018-10-23T16:17:57.7717107Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\depend\analysis.py", line 271, in _safe_import_module
2018-10-23T16:17:57.7717184Z     module_basename, module_name, parent_package)
2018-10-23T16:17:57.7717319Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1990, in _safe_import_module
2018-10-23T16:17:57.7907356Z     module_name, file_handle, pathname, metadata)
2018-10-23T16:17:57.7907951Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2082, in _load_module
2018-10-23T16:17:57.7911815Z     self._scan_code(m, co, co_ast)
2018-10-23T16:17:57.7911951Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2544, in _scan_code
2018-10-23T16:17:57.7912025Z     self._process_imports(module)
2018-10-23T16:17:57.7912132Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2743, in _process_imports
2018-10-23T16:17:57.7912261Z     target_module = self._safe_import_hook(*import_info, **kwargs)[0]
2018-10-23T16:17:57.7912357Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2221, in _safe_import_hook
2018-10-23T16:17:57.7912479Z     target_attr_names=None, level=level, edge_attr=edge_attr)
2018-10-23T16:17:57.7912565Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1421, in import_hook
2018-10-23T16:17:57.7912685Z     source_package, target_module_partname, level)
2018-10-23T16:17:57.7912763Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1573, in _find_head_package
2018-10-23T16:17:57.7917036Z     target_module_headname, target_package_name, source_package)
2018-10-23T16:17:57.7917152Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\depend\analysis.py", line 271, in _safe_import_module
2018-10-23T16:17:57.7924894Z     module_basename, module_name, parent_package)
2018-10-23T16:17:57.7925081Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1990, in _safe_import_module
2018-10-23T16:17:57.7925226Z     module_name, file_handle, pathname, metadata)
2018-10-23T16:17:57.7925322Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2028, in _load_module
2018-10-23T16:17:57.7925398Z     m = self._load_package(fqname, pathname, packagepath)
2018-10-23T16:17:57.7925544Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2813, in _load_package
2018-10-23T16:17:57.7926014Z     self._load_module(fqname, fp, buf, stuff)
2018-10-23T16:17:57.7926150Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2082, in _load_module
2018-10-23T16:17:57.7926224Z     self._scan_code(m, co, co_ast)
2018-10-23T16:17:57.7926644Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2544, in _scan_code
2018-10-23T16:17:57.7926728Z     self._process_imports(module)
2018-10-23T16:17:57.7926834Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2743, in _process_imports
2018-10-23T16:17:57.7976690Z     target_module = self._safe_import_hook(*import_info, **kwargs)[0]
2018-10-23T16:17:57.7977074Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2221, in _safe_import_hook
2018-10-23T16:17:57.7977271Z     target_attr_names=None, level=level, edge_attr=edge_attr)
2018-10-23T16:17:57.7983073Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1422, in import_hook
2018-10-23T16:17:57.7983162Z     target_module = self._load_tail(target_package, target_module_partname)
2018-10-23T16:17:57.7986323Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1635, in _load_tail
2018-10-23T16:17:57.7986423Z     submodule = self._safe_import_module(head, mname, submodule)
2018-10-23T16:17:57.7987173Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\depend\analysis.py", line 271, in _safe_import_module
2018-10-23T16:17:57.7987267Z     module_basename, module_name, parent_package)
2018-10-23T16:17:57.7987410Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1990, in _safe_import_module
2018-10-23T16:17:57.7987489Z     module_name, file_handle, pathname, metadata)
2018-10-23T16:17:57.8000153Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2082, in _load_module
2018-10-23T16:17:57.8000322Z     self._scan_code(m, co, co_ast)
2018-10-23T16:17:57.8000426Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2544, in _scan_code
2018-10-23T16:17:57.8000575Z     self._process_imports(module)
2018-10-23T16:17:57.8000667Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2743, in _process_imports
2018-10-23T16:17:57.8000794Z     target_module = self._safe_import_hook(*import_info, **kwargs)[0]
2018-10-23T16:17:57.8000877Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2221, in _safe_import_hook
2018-10-23T16:17:57.8001002Z     target_attr_names=None, level=level, edge_attr=edge_attr)
2018-10-23T16:17:57.8001084Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1422, in import_hook
2018-10-23T16:17:57.8001207Z     target_module = self._load_tail(target_package, target_module_partname)
2018-10-23T16:17:57.8001299Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1635, in _load_tail
2018-10-23T16:17:57.8001374Z     submodule = self._safe_import_module(head, mname, submodule)
2018-10-23T16:17:57.8001514Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\depend\analysis.py", line 260, in _safe_import_module
2018-10-23T16:17:57.8001590Z     hook_module.pre_safe_import_module(hook_api)
2018-10-23T16:17:57.8036214Z   File "c:\hostedtoolcache\windows\python\3.5.4\x64\lib\site-packages\PyInstaller\hooks\pre_safe_import_module\hook-setuptools.extern.six.moves.py", line 34, in pre_safe_import_module
2018-10-23T16:17:57.8039410Z     for real_module_name, six_module_name in real_to_six_module_name.items():
2018-10-23T16:17:57.8039604Z AttributeError: 'str' object has no attribute 'items'
2018-10-23T16:17:57.9722321Z File not found - pyluxcoretool.exe
2018-10-23T16:17:57.9722827Z 0 File(s) copied
https://dev.azure.com/LuxCoreRender/Lux ... &view=logs
acasta69
Developer
Developer
Posts: 472
Joined: Tue Jan 09, 2018 3:45 pm
Location: Italy

Re: Azure pipeline building, tasting and releasing

Post by acasta69 »

I have fixed that, an upgrade of python setuptools was needed.
Now pyluxcoretools.exe is generated.

The log shows a lot of warnings about not found libraries, the following is only a part:

Code: Select all

2018-10-23T21:28:43.5527252Z 13233 WARNING: lib not found: api-ms-win-crt-stdio-l1-1-0.dll dependency of c:\hostedtoolcache\windows\python\3.5.4\x64\python.exe
2018-10-23T21:28:43.6310853Z 13311 WARNING: lib not found: api-ms-win-crt-heap-l1-1-0.dll dependency of c:\hostedtoolcache\windows\python\3.5.4\x64\python.exe
2018-10-23T21:28:43.7057333Z 13386 WARNING: lib not found: api-ms-win-crt-runtime-l1-1-0.dll dependency of c:\hostedtoolcache\windows\python\3.5.4\x64\python.exe
2018-10-23T21:28:43.7947014Z 13475 WARNING: lib not found: api-ms-win-crt-math-l1-1-0.dll dependency of c:\hostedtoolcache\windows\python\3.5.4\x64\python.exe
2018-10-23T21:28:43.8692911Z 13550 WARNING: lib not found: api-ms-win-crt-locale-l1-1-0.dll dependency of c:\hostedtoolcache\windows\python\3.5.4\x64\python.exe
2018-10-23T21:28:44.2420899Z 13923 WARNING: lib not found: api-ms-win-crt-stdio-l1-1-0.dll dependency of c:\hostedtoolcache\windows\python\3.5.4\x64\python35.dll
2018-10-23T21:28:44.3175508Z 13998 WARNING: lib not found: api-ms-win-crt-heap-l1-1-0.dll dependency of c:\hostedtoolcache\windows\python\3.5.4\x64\python35.dll
2018-10-23T21:28:44.4016852Z 14082 WARNING: lib not found: api-ms-win-crt-convert-l1-1-0.dll dependency of c:\hostedtoolcache\windows\python\3.5.4\x64\python35.dll
2018-10-23T21:28:44.4816879Z 14162 WARNING: lib not found: api-ms-win-crt-runtime-l1-1-0.dll dependency of c:\hostedtoolcache\windows\python\3.5.4\x64\python35.dll
2018-10-23T21:28:44.5581997Z 14239 WARNING: lib not found: api-ms-win-crt-environment-l1-1-0.dll dependency of c:\hostedtoolcache\windows\python\3.5.4\x64\python35.dll
2018-10-23T21:28:44.6479199Z 14329 WARNING: lib not found: api-ms-win-crt-conio-l1-1-0.dll dependency of c:\hostedtoolcache\windows\python\3.5.4\x64\python35.dll
2018-10-23T21:28:44.7228040Z 14403 WARNING: lib not found: api-ms-win-crt-math-l1-1-0.dll dependency of c:\hostedtoolcache\windows\python\3.5.4\x64\python35.dll
2018-10-23T21:28:44.7973347Z 14478 WARNING: lib not found: api-ms-win-crt-process-l1-1-0.dll dependency of c:\hostedtoolcache\windows\python\3.5.4\x64\python35.dll
2018-10-23T21:28:44.8709913Z 14552 WARNING: lib not found: api-ms-win-crt-locale-l1-1-0.dll dependency of c:\hostedtoolcache\windows\python\3.5.4\x64\python35.dll
2018-10-23T21:28:44.9465151Z 14627 WARNING: lib not found: api-ms-win-crt-filesystem-l1-1-0.dll dependency of c:\hostedtoolcache\windows\python\3.5.4\x64\python35.dll
2018-10-23T21:28:45.0215777Z 14702 WARNING: lib not found: api-ms-win-crt-time-l1-1-0.dll dependency of c:\hostedtoolcache\windows\python\3.5.4\x64\python35.dll
2018-10-23T21:28:45.0974274Z 14778 WARNING: lib not found: api-ms-win-crt-string-l1-1-0.dll dependency of c:\hostedtoolcache\windows\python\3.5.4\x64\python35.dll
2018-10-23T21:28:45.1748619Z 14855 WARNING: lib not found: api-ms-win-crt-stdio-l1-1-0.dll dependency of c:\hostedtoolcache\windows\python\3.5.4\x64\VCRUNTIME140.dll
2018-10-23T21:28:45.2486186Z 14929 WARNING: lib not found: api-ms-win-crt-heap-l1-1-0.dll dependency of c:\hostedtoolcache\windows\python\3.5.4\x64\VCRUNTIME140.dll
2018-10-23T21:28:45.3247999Z 15005 WARNING: lib not found: api-ms-win-crt-convert-l1-1-0.dll dependency of c:\hostedtoolcache\windows\python\3.5.4\x64\VCRUNTIME140.dll
2018-10-23T21:28:45.4003443Z 15081 WARNING: lib not found: api-ms-win-crt-runtime-l1-1-0.dll dependency of c:\hostedtoolcache\windows\python\3.5.4\x64\VCRUNTIME140.dll
2018-10-23T21:28:45.4791717Z 15160 WARNING: lib not found: api-ms-win-crt-string-l1-1-0.dll dependency of c:\hostedtoolcache\windows\python\3.5.4\x64\VCRUNTIME140.dll
I am not sure if this can cause problems to some users: I have run pyluxcoretools on a couple of PCs and it works, but I'm going to investigate more.
Support LuxCoreRender project with salts and bounties

Windows 10 64 bits, i7-4770 3.4 GHz, RAM 16 GB, GTX 970 4GB v445.87
User avatar
Dade
Developer
Developer
Posts: 5672
Joined: Mon Dec 04, 2017 8:36 pm
Location: Italy

Re: Azure pipeline building, tasting and releasing

Post by Dade »

acasta69 wrote: Wed Oct 24, 2018 7:44 am I am not sure if this can cause problems to some users: I have run pyluxcoretools on a couple of PCs and it works, but I'm going to investigate more.
I always had that list of warnings but the executable works fine. If you check any luxcore executable with Dependency Walker, you get the same list of unresolved DLLs ... but they are never used and the .exe are working fine :?:
Support LuxCoreRender project with salts and bounties
acasta69
Developer
Developer
Posts: 472
Joined: Tue Jan 09, 2018 3:45 pm
Location: Italy

Re: Azure pipeline building, tasting and releasing

Post by acasta69 »

Finally both Windows build packages seem to end up correctly here:
https://github.com/LuxCoreRender/LuxCor ... tag/latest

In next days I will try to add tests.
Support LuxCoreRender project with salts and bounties

Windows 10 64 bits, i7-4770 3.4 GHz, RAM 16 GB, GTX 970 4GB v445.87
User avatar
Dade
Developer
Developer
Posts: 5672
Joined: Mon Dec 04, 2017 8:36 pm
Location: Italy

Re: Azure pipeline building, tasting and releasing

Post by Dade »

This is a pretty big step forward, we have now "daily" builds (the true we can have even multiple builds everyday due to multiple commits).
Support LuxCoreRender project with salts and bounties
marcatore
Donor
Donor
Posts: 463
Joined: Wed Jan 10, 2018 8:04 am

Re: Azure pipeline building, tasting and releasing

Post by marcatore »

acasta69 wrote: Thu Oct 25, 2018 4:45 pm Finally both Windows build packages seem to end up correctly here:
https://github.com/LuxCoreRender/LuxCor ... tag/latest

In next days I will try to add tests.
I think it's great.

For the BlendLuxCore is it enough to clone the git repo to have the latest?
User avatar
B.Y.O.B.
Developer
Developer
Posts: 4146
Joined: Mon Dec 04, 2017 10:08 pm
Location: Germany
Contact:

Re: Azure pipeline building, tasting and releasing

Post by B.Y.O.B. »

marcatore wrote: Fri Oct 26, 2018 1:15 pm For the BlendLuxCore is it enough to clone the git repo to have the latest?
For the Python part yes, but you will have to copy over the binaries (pyluxcore etc.) from the LuxCore daily build to the BlendLuxCore/bin/ folder.
User avatar
lacilaci
Donor
Donor
Posts: 1969
Joined: Fri May 04, 2018 5:16 am

Re: Azure pipeline building, tasting and releasing

Post by lacilaci »

B.Y.O.B. wrote: Fri Oct 26, 2018 1:21 pm
marcatore wrote: Fri Oct 26, 2018 1:15 pm For the BlendLuxCore is it enough to clone the git repo to have the latest?
For the Python part yes, but you will have to copy over the binaries (pyluxcore etc.) from the LuxCore daily build to the BlendLuxCore/bin/ folder.
How about idiots like me? What should I do to always get the latest goods?
User avatar
Dade
Developer
Developer
Posts: 5672
Joined: Mon Dec 04, 2017 8:36 pm
Location: Italy

Re: Azure pipeline building, tasting and releasing

Post by Dade »

lacilaci wrote: Fri Oct 26, 2018 1:26 pm
B.Y.O.B. wrote: Fri Oct 26, 2018 1:21 pm
marcatore wrote: Fri Oct 26, 2018 1:15 pm For the BlendLuxCore is it enough to clone the git repo to have the latest?
For the Python part yes, but you will have to copy over the binaries (pyluxcore etc.) from the LuxCore daily build to the BlendLuxCore/bin/ folder.
How about idiots like me? What should I do to always get the latest goods?
Here: https://github.com/LuxCoreRender/LuxCor ... tag/latest

You download https://github.com/LuxCoreRender/LuxCor ... opencl.zip, unzip and copy pyluxcore.pyd file over your current version. From next start, Blender will use the new LuxCore.
Support LuxCoreRender project with salts and bounties
User avatar
lacilaci
Donor
Donor
Posts: 1969
Joined: Fri May 04, 2018 5:16 am

Re: Azure pipeline building, tasting and releasing

Post by lacilaci »

Dade wrote: Fri Oct 26, 2018 2:18 pm
lacilaci wrote: Fri Oct 26, 2018 1:26 pm
B.Y.O.B. wrote: Fri Oct 26, 2018 1:21 pm
For the Python part yes, but you will have to copy over the binaries (pyluxcore etc.) from the LuxCore daily build to the BlendLuxCore/bin/ folder.
How about idiots like me? What should I do to always get the latest goods?
Here: https://github.com/LuxCoreRender/LuxCor ... tag/latest

You download https://github.com/LuxCoreRender/LuxCor ... opencl.zip, unzip and copy pyluxcore.pyd file over your current version. From next start, Blender will use the new LuxCore.
Thanks, will try now.
Post Reply