nuitka fails to build binary file [scons failed to create the expected file]
WhosMyName opened this issue · 7 comments
I'm trying to setup CI/CD for my project and I'm having a hard time figuring out why it won't build correctly.
I'm running a forked version of this action WhosMyName/Nuitka-Action, which includes the additional parameters --mingw64 and --show-scons and an updated version of Nuitka (1.3.8).
The current version of this action has some issues with building on all platform (at least for me), but my "patch" fixes most of them.
Except on Windows where I'm getting following error: FATAL: Error, scons failed to create the expected file 'build\\userinterface.dist\\RealBandcampMusicDiscovery'.
Logs:
Run WhosMyName/Nuitka-Action@v0.4.3
Run $github_action_path = "D:\a\_actions\WhosMyName\Nuitka-Action\v0.4.3"
Collecting nuitka==1.3.8
Downloading Nuitka-1.3.8.tar.gz (4.0 MB)
---------------------------------------- 4.0/4.0 MB 51.5 MB/s eta 0:00:00
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
Collecting ordered-set==4.1.0
Downloading ordered_set-4.1.0-py3-none-any.whl (7.6 kB)
Collecting wheel==0.37.1
Downloading wheel-0.37.1-py2.py3-none-any.whl (35 kB)
Collecting zstandard==0.18.0
Downloading zstandard-0.18.0-cp310-cp310-win_amd64.whl (611 kB)
-------------------------------------- 611.1/611.1 kB 6.5 MB/s eta 0:00:00
Building wheels for collected packages: nuitka
Building wheel for nuitka (pyproject.toml): started
Building wheel for nuitka (pyproject.toml): finished with status 'done'
Created wheel for nuitka: filename=Nuitka-1.3.8-cp310-cp310-win_amd64.whl size=2757104 sha256=1dcfc673066266c0b55642d386181ffff4d7c7b14abbafface692fea044a1ff3
Stored in directory: c:\users\runneradmin\appdata\local\pip\cache\wheels\b1\3e\4f\4882e09751f734ba17306aced42559eb240b406f1f925ae011
Successfully built nuitka
Installing collected packages: nuitka, zstandard, wheel, ordered-set
Successfully installed nuitka-1.3.8 ordered-set-4.1.0 wheel-0.37.1 zstandard-0.18.0
Run $ErrorActionPreference = 'Stop'
Nuitka-Options:INFO: Used command line options: --standalone --onefile --assume-yes-for-downloads --output-dir=build --enable-plugin=pyside6 -o RealBandcampMusicDiscovery --disable-console --show-scons src/userinterface.py
Nuitka:INFO: Starting Python compilation with Nuitka '1.3.8' on Python '3.10' commercial grade 'not installed'.
Nuitka-Plugins:INFO: multiprocessing: Injecting pre-module load code for module 'multiprocessing':
Nuitka-Plugins:INFO: multiprocessing: Monkey patching "multiprocessing" load environment.
Nuitka-Plugins:INFO: multiprocessing: Injecting post-module load code for module 'multiprocessing':
Nuitka-Plugins:INFO: multiprocessing: Monkey patching "multiprocessing" for compiled methods.
Nuitka-Plugins:INFO: pyside6: Injecting pre-module load code for module 'PySide6':
Nuitka-Plugins:INFO: pyside6: Adding binary folder to runtime 'PATH' environment variable for proper Qt loading.
Nuitka-Plugins:INFO: pyside6: Injecting post-module load code for module 'PySide6.QtCore':
Nuitka-Plugins:INFO: pyside6: Setting Qt library path to distribution folder. We need to avoid loading target
Nuitka-Plugins:INFO: pyside6: system Qt plugins, which may be from another Qt version.
Nuitka:INFO: Completed Python level compilation and optimization.
Nuitka:INFO: Generating source code for C backend compiler.
Nuitka:INFO: Running data composer tool for optimal constant value handling.
Nuitka:INFO: Running C compilation via Scons.
Nuitka-Scons:INFO: Scons command: C:\hostedtoolcache\windows\Python\3.10.9\x64\python.exe -W ignore C:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\INLINE~1\bin\scons.py -f C:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\BACKEN~1.SCO --jobs 2 --warn=no-deprecated --no-site-dir --debug=stacktrace result_name=D:\a\REALBA~1\REALBA~1\build\USERIN~1.DIS\userinterface source_dir=. nuitka_python=false debug_mode=false python_debug=false module_mode=false full_compat=false experimental= trace_mode=false python_version=3.10 nuitka_src=C:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build module_count=489 result_exe=D:\a\REALBA~1\REALBA~1\build\USERIN~1.DIS\RealBandcampMusicDiscovery standalone_mode=true onefile_mode=true onefile_temp_mode=true frozen_modules=153 python_sysflag_no_site=true python_prefix=C:\hostedtoolcache\windows\Python\3.10.9\x64 assume_yes_for_downloads=true show_scons=true disable_console=true noelf_mode=true cpp_defines=_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 target_arch=x86_64
scons: Reading SConscript files ...
Nuitka-Scons:INFO: Initial CC: 'cl'
Nuitka-Scons:INFO: Initial CCVERSION: None
Nuitka-Scons:INFO: Checking usability of 'C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.34.31933\bin\HostX64\x64\cl.exe' from 'cl'.
Scons: Compiler used C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.34.31933\bin\HostX64\x64\cl.exe (MSVC 14.3)
Nuitka-Scons:INFO: Backend C compiler: cl (cl 14.3).
Nuitka-Scons:INFO: LTO mode auto was resolved to mode: 'no' (might to be too slow 489 (>= 250 threshold), force with --lto=yes).
Nuitka-Scons:INFO: Using Windows SDK '10.0.22621.0'.
Nuitka-Scons:INFO: Using C11 mode: False
Nuitka-Scons:INFO: Using resource mode: 'win_resource' (default for Windows).
Nuitka-Scons:INFO: Told to run compilation on 2 CPUs.
Nuitka-Scons:INFO: Using inline copy of clcache with 'C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.34.31933\bin\HostX64\x64\cl.exe' cl binary.
Nuitka-Scons:INFO: Launching Scons target: ['D:\\a\\REALBA~1\\REALBA~1\\build\\USERIN~1.DIS\\RealBandcampMusicDiscovery.exe']
scons: done reading SConscript files.
scons: Building targets ...
<clcache> /Fo__constants.obj /c __constants.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fo__helpers.obj /c __helpers.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fo__loader.obj /c __loader.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.PySide6-preLoad.obj /c module.PySide6-preLoad.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.PySide6.QtCore-postLoad.obj /c module.PySide6.QtCore-postLoad.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.PySide6.obj /c module.PySide6.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.__main__.obj /c module.__main__.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.__parents_main__.obj /c module.__parents_main__.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.album.obj /c module.album.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.certifi.obj /c module.certifi.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.certifi.core.obj /c module.certifi.core.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.charset_normalizer.api.obj /c module.charset_normalizer.api.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.charset_normalizer.assets.obj /c module.charset_normalizer.assets.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.charset_normalizer.obj /c module.charset_normalizer.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.charset_normalizer.cd.obj /c module.charset_normalizer.cd.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.charset_normalizer.constant.obj /c module.charset_normalizer.constant.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.charset_normalizer.legacy.obj /c module.charset_normalizer.legacy.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.charset_normalizer.models.obj /c module.charset_normalizer.models.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.charset_normalizer.utils.obj /c module.charset_normalizer.utils.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.charset_normalizer.version.obj /c module.charset_normalizer.version.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.helpers.obj /c module.helpers.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.htmlparser.obj /c module.htmlparser.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.idna.obj /c module.idna.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.idna.core.obj /c module.idna.core.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.idna.idnadata.obj /c module.idna.idnadata.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.idna.intranges.obj /c module.idna.intranges.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.idna.package_data.obj /c module.idna.package_data.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.idna.uts46data.obj /c module.idna.uts46data.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.messagehandler.obj /c module.messagehandler.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.messages.obj /c module.messages.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.multiprocessing-postLoad.obj /c module.multiprocessing-postLoad.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.multiprocessing-preLoad.obj /c module.multiprocessing-preLoad.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.requests.__version__.obj /c module.requests.__version__.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.requests._internal_utils.obj /c module.requests._internal_utils.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.requests.adapters.obj /c module.requests.adapters.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.requests.api.obj /c module.requests.api.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.requests.auth.obj /c module.requests.auth.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.requests.obj /c module.requests.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.requests.certs.obj /c module.requests.certs.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.requests.compat.obj /c module.requests.compat.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.requests.cookies.obj /c module.requests.cookies.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.requests.exceptions.obj /c module.requests.exceptions.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.requests.hooks.obj /c module.requests.hooks.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.requests.models.obj /c module.requests.models.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.requests.packages.obj /c module.requests.packages.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.requests.sessions.obj /c module.requests.sessions.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.requests.status_codes.obj /c module.requests.status_codes.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.requests.structures.obj /c module.requests.structures.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.requests.utils.obj /c module.requests.utils.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.shiboken6.obj /c module.shiboken6.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.urllib3._collections.obj /c module.urllib3._collections.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.urllib3._version.obj /c module.urllib3._version.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.urllib3.obj /c module.urllib3.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.urllib3.connection.obj /c module.urllib3.connection.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.urllib3.connectionpool.obj /c module.urllib3.connectionpool.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.urllib3.contrib._appengine_environ.obj /c module.urllib3.contrib._appengine_environ.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.urllib3.contrib.appengine.obj /c module.urllib3.contrib.appengine.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.urllib3.contrib.obj /c module.urllib3.contrib.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.urllib3.contrib.pyopenssl.obj /c module.urllib3.contrib.pyopenssl.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.urllib3.contrib.socks.obj /c module.urllib3.contrib.socks.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.urllib3.exceptions.obj /c module.urllib3.exceptions.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.urllib3.fields.obj /c module.urllib3.fields.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.urllib3.filepost.obj /c module.urllib3.filepost.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.urllib3.packages.backports.obj /c module.urllib3.packages.backports.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.urllib3.packages.backports.makefile.obj /c module.urllib3.packages.backports.makefile.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.urllib3.packages.obj /c module.urllib3.packages.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.urllib3.packages.six.obj /c module.urllib3.packages.six.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.urllib3.poolmanager.obj /c module.urllib3.poolmanager.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.urllib3.request.obj /c module.urllib3.request.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.urllib3.response.obj /c module.urllib3.response.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.urllib3.util.obj /c module.urllib3.util.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.urllib3.util.connection.obj /c module.urllib3.util.connection.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.urllib3.util.proxy.obj /c module.urllib3.util.proxy.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.urllib3.util.queue.obj /c module.urllib3.util.queue.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.urllib3.util.request.obj /c module.urllib3.util.request.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.urllib3.util.response.obj /c module.urllib3.util.response.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.urllib3.util.retry.obj /c module.urllib3.util.retry.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.urllib3.util.ssl_.obj /c module.urllib3.util.ssl_.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.urllib3.util.ssl_match_hostname.obj /c module.urllib3.util.ssl_match_hostname.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.urllib3.util.ssltransport.obj /c module.urllib3.util.ssltransport.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.urllib3.util.timeout.obj /c module.urllib3.util.timeout.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.urllib3.util.url.obj /c module.urllib3.util.url.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.urllib3.util.wait.obj /c module.urllib3.util.wait.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fomodule.webconnector.obj /c module.webconnector.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fostatic_src\MainProgram.obj /c static_src\MainProgram.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fostatic_src\CompiledCellType.obj /c static_src\CompiledCellType.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fostatic_src\CompiledFunctionType.obj /c static_src\CompiledFunctionType.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fostatic_src\CompiledGeneratorType.obj /c static_src\CompiledGeneratorType.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
<clcache> /Fostatic_src\InspectPatcher.obj /c static_src\InspectPatcher.cpp /TP /nologo /Ox /GF /Gy /EHsc /J /Gd /bigobj /MT /D__NUITKA_NO_ASSERT__ /D_NUITKA_WINMAIN_ENTRY_POINT /D_NUITKA_STANDALONE /D_NUITKA_ONEFILE_MODE /D_NUITKA_ONEFILE_TEMP_BOOL /D_NUITKA_CONSTANTS_FROM_RESOURCE /D_NUITKA_FROZEN=153 /D_NUITKA_EXE /D_NUITKA_PLUGIN_MULTIPROCESSING_ENABLED=1 /IC:\hostedtoolcache\windows\Python\3.10.9\x64\include /I. /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\include /IC:\HOSTED~1\windows\Python\310~1.9\x64\lib\SITE-P~1\nuitka\build\static_src
Nuitka-Scons:INFO: Backend linking program with 89 files (no progress information available).
Using tempfile C:\Users\RUNNER~1\AppData\Local\Temp\tmpxwpa_s2u.lnk for command line:
link /nologo /INCREMENTAL:NO /STACK:9863168 /OUT:D:\a\REALBA~1\REALBA~1\build\USERIN~1.DIS\RealBandcampMusicDiscovery.exe /LIBPATH:C:\hostedtoolcache\windows\Python\3.10.9\x64\libs Shell32.lib python310.lib __constants.obj __helpers.obj __loader.obj module.PySide6-preLoad.obj module.PySide6.QtCore-postLoad.obj module.PySide6.obj module.__main__.obj module.__parents_main__.obj module.album.obj module.certifi.obj module.certifi.core.obj module.charset_normalizer.api.obj module.charset_normalizer.assets.obj module.charset_normalizer.obj module.charset_normalizer.cd.obj module.charset_normalizer.constant.obj module.charset_normalizer.legacy.obj module.charset_normalizer.models.obj module.charset_normalizer.utils.obj module.charset_normalizer.version.obj module.helpers.obj module.htmlparser.obj module.idna.obj module.idna.core.obj module.idna.idnadata.obj module.idna.intranges.obj module.idna.package_data.obj module.idna.uts46data.obj module.messagehandler.obj module.messages.obj module.multiprocessing-postLoad.obj module.multiprocessing-preLoad.obj module.requests.__version__.obj module.requests._internal_utils.obj module.requests.adapters.obj module.requests.api.obj module.requests.auth.obj module.requests.obj module.requests.certs.obj module.requests.compat.obj module.requests.cookies.obj module.requests.exceptions.obj module.requests.hooks.obj module.requests.models.obj module.requests.packages.obj module.requests.sessions.obj module.requests.status_codes.obj module.requests.structures.obj module.requests.utils.obj module.shiboken6.obj module.urllib3._collections.obj module.urllib3._version.obj module.urllib3.obj module.urllib3.connection.obj module.urllib3.connectionpool.obj module.urllib3.contrib._appengine_environ.obj module.urllib3.contrib.appengine.obj module.urllib3.contrib.obj module.urllib3.contrib.pyopenssl.obj module.urllib3.contrib.socks.obj module.urllib3.exceptions.obj module.urllib3.fields.obj module.urllib3.filepost.obj module.urllib3.packages.backports.obj module.urllib3.packages.backports.makefile.obj module.urllib3.packages.obj module.urllib3.packages.six.obj module.urllib3.poolmanager.obj module.urllib3.request.obj module.urllib3.response.obj module.urllib3.util.obj module.urllib3.util.connection.obj module.urllib3.util.proxy.obj module.urllib3.util.queue.obj module.urllib3.util.request.obj module.urllib3.util.response.obj module.urllib3.util.retry.obj module.urllib3.util.ssl_.obj module.urllib3.util.ssl_match_hostname.obj module.urllib3.util.ssltransport.obj module.urllib3.util.timeout.obj module.urllib3.util.url.obj module.urllib3.util.wait.obj module.webconnector.obj static_src\MainProgram.obj static_src\CompiledCellType.obj static_src\CompiledFunctionType.obj static_src\CompiledGeneratorType.obj static_src\InspectPatcher.obj
link @C:\Users\RUNNER~1\AppData\Local\Temp\tmpxwpa_s2u.lnk
scons: done building targets.
Nuitka-Scons:INFO: Compiled 89 C files using clcache with 0 cache hits and 89 cache misses.
FATAL: Error, scons failed to create the expected file 'build\\userinterface.dist\\RealBandcampMusicDiscovery'.
Error: Process completed with exit code 1.
Am I doing something wrong/incorrectly?
How can I help SCons create the file?
Should I check back with the people from SCons?
Thanks in advance ❤️
I think you ought to use the official action from Nuitka: https://github.com/Nuitka/Nuitka-Action as I don't know how good that action is. I cannot raise an issue to ask them to work with the official action. I guess, actions get access to repo content, do they, maybe it's a fishing attempt I don't know, maybe it's genuine. I would invite them to work under the organisation umbrella of course.
Ah, didn't notice, this was already in the actions repo. If they or you have any improvements, PRs are the way. I do not think we should work on issues of forks here.
I think you ought to use the official action from Nuitka: https://github.com/Nuitka/Nuitka-Action as I don't know how good that action is.
The action is pretty good, but my issue still persists.
I cannot raise an issue to ask them to work with the official action.
Ah, didn't notice, this was already in the actions repo. If they or you have any improvements, PRs are the way. I do not think we should work on issues of forks here.
You don't need to raise an Issue, as I'm willing to open a PR as soon as I've verified that my approach is working...
I guess, actions get access to repo content, do they, maybe it's a fishing attempt I don't know, maybe it's genuine.
I don't understand to be honest, in which aspect is fishing involved?
In regards to the repo content, yes there is reference to the nuitka-commercial repo that I can't update because I don't have access/Nuitka Commercial:
pip install nuitka==${{inputs.nuitka-version }} -r "${{ github.action_path }}/requirements.txt"
if [ "${{ inputs.access-token }}" != "" ]; then
pip install -e git+https://${{ inputs.access-token }}@github.com/Nuitka/Nuitka-commercial.git@nuitka-main-2022-12-14#egg=nuitka
fi
I would invite them to work under the organisation umbrella of course.
It would be an honor ❤️
My thing is, I'm kinda invested in CI/CD and I really appreciate Nuitka for creating this gorgeous piece of software and also GitHub for providing a multi-platform environment for building software.
I'd really like to get this action back to running smoothly as I think it will provide a lot of fellow Devs with the opportunity to finish their projects without the need to buy costly hardware and/or a huge time investment.
The initial guide brought me a long way, but I'd say its a bit "unrefined" maybe.
Also the repo/action is a bit out of date (using nuitka 1.2.7 vs my fork with 1.3.8) and lacking some options (like --show-scons) to aid in development, especially since you don't have [that much] control over the environment you're using to build.
For example this action fails on Linux because fuse2 needs to be installed, but it isn't [see this run].
There's a lot to unpack here, if you'd need my help to keep this action up to date, I'd happily accept.
But also I'd need some help from you, before I can really help you out...
Best regards,
WhosMyName
Please don't waste our time: Downloading Nuitka-0.9.4.tar.gz
If you find any actual issues with the proper action, be my guest and create issues against latest version of the official action with latest version of Nuitka, but I have not found anything useful here so far.
Please don't waste our time: Downloading Nuitka-0.9.4.tar.gz
I think you are mixing things up. There hasn't been any mentions form my side regarding Nuitka 0.9.4.
But I'm opening some "actual" Issues 😉
I have read the log provided, and Nuitka 0.9.4 is not good. I see now that this is the one used in the release. There is another issue to change that.