Uploaded image for project: 'Qt for Python'
  1. Qt for Python
  2. PYSIDE-3214

Segmentation fault on deployed Fedora binary

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Incomplete
    • Icon: Not Evaluated Not Evaluated
    • None
    • 6.10.0
    • Tooling
    • None
    • Fedora 43 KDE
    • Linux/Wayland

      Project runs during development, but deployed gives SIGSEGV

      OS: Fedora 43 KDE (Wayland, Nvidia 580, xcb-util-*)
      Qt: 6.10
      Python: 3.13.8
      How to reproduce: Qt Creator -> New Project -> Qt for Python QML

      Onefile mode doesn't give GDB error. Standalone mode GDB output:

      Starting program: /home/f/untitled/pyside_app_demo.dist/main.bin
      [Thread debugging using libthread_db enabled]
      Using host libthread_db library "/lib64/libthread_db.so.1".
      
      Program received signal SIGSEGV, Segmentation fault.
      0x00007ffff7800304 in ?? ()
      (gdb) bt
      #0  0x00007ffff7800304 in ?? ()
      #1  0x00007ffff7fcb460 in call_init (l=0x7ffff7fbc640, argc=1, argv=0x7fffffffd958, env=0x7fffffffd968) at dl-init.c:60
      #2  call_init (l=0x7ffff7fbc640, argc=1, argv=0x7fffffffd958, env=0x7fffffffd968) at dl-init.c:26
      #3  0x00007ffff7fcb57d in _dl_init (main_map=0x7ffff7ffe2f0, argc=1, argv=0x7fffffffd958, env=0x7fffffffd968) at dl-init.c:121
      #4  0x00007ffff7fe3ea0 in _dl_start_user () from /lib64/ld-linux-x86-64.so.2
      #5  0x0000000000000001 in ?? ()
      #6  0x00007fffffffdd87 in ?? ()
      #7  0x0000000000000000 in ?? ()
      

      Dry run output:

      (Python_3_13_8venv) f@fedora:~/untitled$ pyside6-deploy --dry-run
      Using tomllib for parsing TOML content
      Using tomllib for parsing TOML content
      pyside6-qmlimportscanner -rootPath /home/f/untitled -exclude dist -exclude __pycache__ -exclude .qtcreator -exclude build -exclude docs -exclude examples -exclude deployment -exclude .git -exclude tests -exclude .vscode -exclude site-packages -exclude doc
      
      /usr/bin/readelf -d /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/Qt/lib/libQt6Qml.so.6
      
      /usr/bin/readelf -d /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/Qt/lib/libQt6Network.so.6
      
      /usr/bin/readelf -d /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/Qt/lib/libQt6Core.so.6
      
      /usr/bin/readelf -d /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/Qt/lib/libQt6Gui.so.6
      
      /usr/bin/readelf -d /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/Qt/lib/libQt6DBus.so.6
      
      /usr/bin/readelf -d /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/Qt/lib/libQt6Quick.so.6
      
      /usr/bin/readelf -d /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/Qt/lib/libQt6QmlMeta.so.6
      
      /usr/bin/readelf -d /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/Qt/lib/libQt6QmlModels.so.6
      
      /usr/bin/readelf -d /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/Qt/lib/libQt6QmlWorkerScript.so.6
      
      /usr/bin/readelf -d /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/Qt/lib/libQt6OpenGL.so.6
      
      /usr/bin/readelf -d /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/Qt/lib/libQt6QuickControls2.so.6
      
      /usr/bin/readelf -d /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/Qt/lib/libQt6QuickTemplates2.so.6
      
      /home/f/untitled/.qtcreator/Python_3_13_8venv/bin/python -m pip install Nuitka==2.7.11
      
      /home/f/untitled/.qtcreator/Python_3_13_8venv/bin/python -m pip install patchelf
      
      /home/f/untitled/.qtcreator/Python_3_13_8venv/bin/python -m nuitka /home/f/untitled/main.py --follow-imports --enable-plugin=pyside6 --output-dir=/home/f/untitled/deployment --quiet --noinclude-qt-translations --onefile --noinclude-dlls=*.cpp.o --noinclude-dlls=*.qsb --include-data-files=/home/f/untitled/main.qml=./main.qml --noinclude-dlls=libQt6Charts* --noinclude-dlls=libQt6Sensors* --noinclude-dlls=libQt6WebEngine* --noinclude-dlls=*/qml/QtQuickEffectMaker/* --linux-icon=/home/f/untitled/.qtcreator/Python_3_13_8venv/lib/python3.13/site-packages/PySide6/scripts/deploy_lib/pyside_icon.jpg --include-qt-plugins=networkinformation,platforminputcontexts,qml,qmllint,qmltooling
      ```
      Verbose deploy output:
      ```
      (Python_3_13_8venv) f@fedora:~/untitled$ pyside6-deploy --verbose
      INFO:root:[DEPLOY] Start
      INFO:root:[DEPLOY] Using Python at /home/f/untitled/.qtcreator/Python_3_13_8venv/bin/python
      INFO:root:[DEPLOY] Using existing config file /home/f/untitled/pysidedeploy.spec
      Using tomllib for parsing TOML content
      INFO:root:The following PySide modules were found from the Python files of the project ['Gui', 'Qml']
      INFO:root:[DEPLOY] Following dependencies found for Core: \{'Core'}
      INFO:root:[DEPLOY] Following dependencies found for DBus: \{'DBus', 'Core'}
      INFO:root:[DEPLOY] Following dependencies found for Gui: \{'DBus', 'Core', 'Gui'}
      INFO:root:[DEPLOY] Following dependencies found for Network: \{'Core', 'Network'}
      INFO:root:[DEPLOY] Following dependencies found for Qml: \{'Core', 'Qml', 'Network'}
      INFO:root:[DEPLOY] Following dependencies found for QmlModels: \{'QmlModels', 'Core', 'Qml', 'Network'}
      INFO:root:[DEPLOY] Following dependencies found for QmlWorkerScript: \{'QmlWorkerScript', 'Core', 'Qml', 'Network'}
      INFO:root:[DEPLOY] Following dependencies found for QmlMeta: \{'Core', 'Qml', 'QmlModels', 'Network', 'QmlWorkerScript', 'QmlMeta'}
      INFO:root:[DEPLOY] Following dependencies found for OpenGL: \{'Gui', 'Core', 'OpenGL'}
      INFO:root:[DEPLOY] Following dependencies found for Quick: \{'Core', 'Qml', 'Quick', 'QmlModels', 'Gui', 'Network', 'QmlMeta', 'QmlWorkerScript', 'OpenGL'}
      INFO:root:[DEPLOY] Following dependencies found for QuickTemplates2: \{'Core', 'Quick', 'Qml', 'QmlModels', 'Gui', 'QuickTemplates2', 'Network', 'QmlMeta', 'QmlWorkerScript', 'OpenGL'}
      INFO:root:[DEPLOY] Following dependencies found for QuickControls2: \{'Core', 'Quick', 'Qml', 'QmlModels', 'Gui', 'QuickTemplates2', 'Network', 'QuickControls2', 'QmlMeta', 'QmlWorkerScript', 'OpenGL'}
      INFO:root:[DEPLOY] Installing dependencies
      INFO:root:[DEPLOY] Installing package: Nuitka==2.7.11
      Collecting Nuitka==2.7.11
        Using cached nuitka-2.7.11-cp313-cp313-linux_x86_64.whl
      Collecting ordered-set>=4.1.0 (from Nuitka==2.7.11)
        Using cached ordered_set-4.1.0-py3-none-any.whl.metadata (5.3 kB)
      Collecting zstandard>=0.15 (from Nuitka==2.7.11)
        Using cached zstandard-0.25.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (3.3 kB)
      Using cached ordered_set-4.1.0-py3-none-any.whl (7.6 kB)
      Using cached zstandard-0.25.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (5.5 MB)
      Installing collected packages: zstandard, ordered-set, Nuitka
      Successfully installed Nuitka-2.7.11 ordered-set-4.1.0 zstandard-0.25.0
      INFO:root:[DEPLOY] Installing package: patchelf
      Collecting patchelf
        Using cached patchelf-0.17.2.4-py3-none-manylinux1_x86_64.manylinux_2_5_x86_64.musllinux_1_1_x86_64.whl.metadata (3.7 kB)
      Using cached patchelf-0.17.2.4-py3-none-manylinux1_x86_64.manylinux_2_5_x86_64.musllinux_1_1_x86_64.whl (482 kB)
      Installing collected packages: patchelf
      Successfully installed patchelf-0.17.2.4
      INFO:root:[DEPLOY] Updating config file /home/f/untitled/pysidedeploy.spec
      INFO:root:[DEPLOY] Included QML files: ['/home/f/untitled/main.qml']
      INFO:root:[DEPLOY] Deploying application
      INFO:root:[DEPLOY] Running Nuitka
      Nuitka-Options: Used command line options:
      Nuitka-Options:   ~/untitled/main.py --follow-imports --enable-plugin=pyside6
      Nuitka-Options:   --output-dir=/home/f/untitled/deployment --verbose
      Nuitka-Options:   --noinclude-qt-translations --onefile --noinclude-dlls=*.cpp.o
      Nuitka-Options:   --noinclude-dlls=*.qsb
      Nuitka-Options:   --include-data-files=/home/f/untitled/main.qml=./main.qml
      Nuitka-Options:   --noinclude-dlls=libQt6Charts* --noinclude-dlls=libQt6Sensors*
      Nuitka-Options:   --noinclude-dlls=libQt6WebEngine*
      Nuitka-Options:   --noinclude-dlls=*/qml/QtQuickEffectMaker/*
      Nuitka-Options:   --linux-icon=/home/f/untitled/.qtcreator/Python_3_13_8venv/lib/python3.13/site-packages/PySide6/scripts/deploy_lib/pyside_icon.jpg
      Nuitka-Options:   --include-qt-plugins=networkinformation,platforminputcontexts,qml,qmllint,qmltooling
      Nuitka-Options: Following all imports is the default for onefile mode and need not
      Nuitka-Options: be specified.
      Nuitka: Starting Python compilation with:
      Nuitka:   Version '2.7.11' on Python 3.13 (flavor 'Fedora Python')
      Nuitka:   commercial grade 'not installed'.
      Nuitka-Optimization: /home/f/untitled/main.py:2 : new_expression : Lowered import standard library module 'sys' to hard import.
      Nuitka-Optimization: /home/f/untitled/main.py:2 : new_statements : Assignment source is now known to be hard import.
      Nuitka-Optimization: /home/f/untitled/main.py:10 : new_expression : Forward propagating value of sys from very trusted EXPRESSION_IMPORT_MODULE_HARD value.
      Nuitka-Optimization: /home/f/untitled/main.py:15 : new_expression : Forward propagating value of sys from very trusted EXPRESSION_IMPORT_MODULE_HARD value.
      Nuitka-Optimization: /home/f/untitled/main.py:15 : new_expression : Attribute lookup 'sys' of hard module 'exit' becomes node 'EXPRESSION_SYS_EXIT_REF'.
      Nuitka-Optimization: /home/f/untitled/main.py:15 : new_expression : Call to 'sys.exit' recognized.
      Nuitka-Optimization: /home/f/untitled/main.py:15 : new_raise : Propagated implicit raise expression to raise statement.
      Nuitka-Optimization: /home/f/untitled/main.py:16 : new_expression : Forward propagating value of sys from very trusted EXPRESSION_IMPORT_MODULE_HARD value.
      Nuitka-Optimization: /home/f/untitled/main.py:16 : new_expression : Attribute lookup 'sys' of hard module 'exit' becomes node 'EXPRESSION_SYS_EXIT_REF'.
      Nuitka-Optimization: /home/f/untitled/main.py:16 : new_expression : Call to 'sys.exit' recognized.
      Nuitka-Optimization: /home/f/untitled/main.py:16 : new_raise : Propagated implicit raise expression to raise statement.
      Nuitka-Optimization: /home/f/untitled/main.py:1 : trusted_module_variables : Trusting module variable(s) 'sys'
      Nuitka-Optimization: /home/f/untitled/main.py:9 : new_expression : Replaced read-only module attribute '__name__' with module attribute reference.
      Nuitka-Optimization: /home/f/untitled/main.py:9 : new_expression : Using constant '__name__' value.
      Nuitka-Optimization: /home/f/untitled/main.py:9 : new_constant : Comparison of constant arguments. Predicted constant result.
      Nuitka-Optimization: /home/f/untitled/main.py:9 : new_statements : Condition for branch statement was predicted to be always 'true'.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/shiboken6/__init__.py:10 : new_expression : Lowered import standard library module 'sys' to hard import.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/shiboken6/__init__.py:10 : new_statements : Assignment source is now known to be hard import.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/shiboken6/__init__.py:11 : new_expression : Lowered import standard library module 'os' to hard import.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/shiboken6/__init__.py:11 : new_statements : Assignment source is now known to be hard import.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/shiboken6/__init__.py:15 : new_expression : Lowered import standard library module 'io' to hard import.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/shiboken6/__init__.py:15 : new_statements : Assignment source is now known to be hard import.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/shiboken6/__init__.py:19 : new_expression : Lowered import standard library module 'types' to hard import.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/shiboken6/__init__.py:19 : new_statements : Assignment source is now known to be hard import.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/shiboken6/__init__.py:24 : new_expression : Lowered import standard library module 'functools' to hard import.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/shiboken6/__init__.py:24 : new_statements : Assignment source is now known to be hard import.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/shiboken6/__init__.py:25 : new_expression : Lowered import standard library module 'typing' to hard import.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/shiboken6/__init__.py:25 : new_statements : Assignment source is now known to be hard import.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/shiboken6/__init__.py:1 : trusted_module_variables : Trusting module variable(s) 'sys,os,io,types,functools,typing'
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/PySide6/QtCore-postLoad.py:1 : new_expression : Attribute lookup '__future__' of hard module 'absolute_import' becomes hard module name import.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/PySide6/QtCore-postLoad.py:1 : new_statements : Assignment source is now known to be hard import.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/PySide6/QtCore-postLoad.py:4 : new_expression : Lowered import standard library module 'os' to hard import.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/PySide6/QtCore-postLoad.py:4 : new_statements : Assignment source is now known to be hard import.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/PySide6/QtCore-postLoad.py:8 : new_constant : Comparison 'IsNot' with constant arguments. Predicted constant result.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/PySide6/QtCore-postLoad.py:11 : new_expression : Forward propagating value of os from very trusted EXPRESSION_IMPORT_MODULE_HARD value.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/PySide6/QtCore-postLoad.py:11 : new_expression : Hard module 'os' submodule 'path' pre-computed.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/PySide6/QtCore-postLoad.py:12 : new_expression : Forward propagating value of os from very trusted EXPRESSION_IMPORT_MODULE_HARD value.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/PySide6/QtCore-postLoad.py:12 : new_expression : Hard module 'os' submodule 'path' pre-computed.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/PySide6/QtCore-postLoad.py:12 : new_expression : Attribute lookup 'posixpath' of hard module 'dirname' becomes node 'EXPRESSION_OS_PATH_DIRNAME_REF'.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/PySide6/QtCore-postLoad.py:12 : new_expression : Call to 'os.path.dirname' recognized.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/PySide6/QtCore-postLoad.py:8 : new_statements : Condition for branch statement was predicted to be always 'true'.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/PySide6/QtCore-postLoad.py:19 : new_expression : Forward propagating value of os from very trusted EXPRESSION_IMPORT_MODULE_HARD value.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/PySide6/QtCore-postLoad.py:19 : new_expression : Hard module 'os' submodule 'path' pre-computed.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/PySide6/QtCore-postLoad.py:20 : new_expression : Forward propagating value of os from very trusted EXPRESSION_IMPORT_MODULE_HARD value.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/PySide6/QtCore-postLoad.py:20 : new_expression : Hard module 'os' submodule 'path' pre-computed.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/PySide6/QtCore-postLoad.py:20 : new_expression : Attribute lookup 'posixpath' of hard module 'dirname' becomes node 'EXPRESSION_OS_PATH_DIRNAME_REF'.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/PySide6/QtCore-postLoad.py:20 : new_expression : Call to 'os.path.dirname' recognized.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/PySide6/QtCore-postLoad.py:19 : new_expression : Forward propagating value of os from very trusted EXPRESSION_IMPORT_MODULE_HARD value.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/PySide6/QtCore-postLoad.py:1 : trusted_module_variables : Trusting module variable(s) 'absolute_import,os'
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/support/deprecated.py:3 : new_expression : Attribute lookup '__future__' of hard module 'annotations' becomes hard module name import.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/support/deprecated.py:3 : new_statements : Assignment source is now known to be hard import.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/support/deprecated.py:5 : new_statements : Removed 'EXPRESSION_CONSTANT_STR_REF' with \{'constant': "'\\ndeprecated.py\\n\\nThis module contains deprecated things that are removed from the interface.\\nThey are implemented in Python again, together with a deprecation warning.\\n\\nFunctions that are to be called for\\n    PySide6.<module> must be named\\n    fix_for_<module> .\\n\\nNote that this fixing code is run after all initializations, but before the\\nimport is finished. But that is no problem since the module is passed in.\\n'", 'user_provided': True} that never has an effect.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/support/deprecated.py:1 : trusted_module_variables : Trusting module variable(s) 'annotations'
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/support/__init__.py:3 : new_expression : Attribute lookup '__future__' of hard module 'annotations' becomes hard module name import.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/support/__init__.py:3 : new_statements : Assignment source is now known to be hard import.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/support/__init__.py:1 : trusted_module_variables : Trusting module variable(s) 'annotations'
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:1 : new_expression : Lowered import standard library module 'os' to hard import.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:1 : new_statements : Assignment source is now known to be hard import.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:2 : new_expression : Lowered import standard library module 'sys' to hard import.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:2 : new_statements : Assignment source is now known to be hard import.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:4 : new_expression : Lowered import standard library module 'types' to hard import.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:32 : new_expression : Attribute lookup 'append' on list shape resolved.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:32 : new_expression : Call to 'append' of list recognized.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:68 : new_expression : Attribute lookup 'join' on str shape resolved.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:68 : new_expression : Call to 'join' of str recognized.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:69 : new_expression : Removed useless 'format' on 'str' value.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:86 : new_statements : Reduced scope of tried block. Leading statements at /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:86/<Node 'STATEMENT_PRESERVE_FRAME_EXCEPTION' with \{'preserver_id': 3}>,/home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:86/<Node 'STATEMENT_PUBLISH_EXCEPTION'>.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:41 : new_statements : Uninitialized variable 'e' is not released.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:41 : new_statements : Uninitialized variable 'e' is not released.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:41 : new_statements : Uninitialized variable 'paths' is not released.
      Nuitka-Optimization: internal:1 : new_statements : Original parameter variable value of 'bases' is not released.
      Nuitka-Optimization: internal:1 : new_statements : Original parameter variable value of 'bases' is not released.
      Nuitka-Optimization: internal:1 : loop_analysis : Loop has incomplete variable types after 1 attempts for 'base'.
      Nuitka-Optimization: internal:1 : loop_analysis : Loop has complete variable types after 1 attempts.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:131 : new_constant : Predicted dict 'in' truth value
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:131 : new_expression : Conditional expression predicted to 'no' case.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:131 : new_constant : Predicted dict 'in' truth value
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:131 : new_statements : Removed conditional branch that cannot be taken due to false condition value.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:131 : new_statements : Removed conditional statement without effect.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:131 : new_expression : Using constant '__name__' value.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:131 : new_constant : Executed '__qualname__' resolution to 'ModuleDict'.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:131 : new_statements : Reduced scope of tried block. Leading statements at /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:131/<Node 'STATEMENT_SET_LOCALS' with \{'locals_scope': 'locals_PySide6$$$class__1_ModuleDict_131'}>.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:131 : new_statements : Uninitialized variable '__class__' is not released.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:131 : new_statements : Reduced scope of tried block. Leading statements at /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:131/<Node 'STATEMENT_SET_LOCALS' with \{'locals_scope': 'locals_PySide6$$$class__1_ModuleDict_131'}>.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:139 : new_constant : Predicted dict 'in' truth value
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:139 : new_expression : Conditional expression predicted to 'no' case.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:139 : new_constant : Predicted dict 'in' truth value
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:139 : new_statements : Removed conditional branch that cannot be taken due to false condition value.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:139 : new_statements : Removed conditional statement without effect.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:139 : new_expression : Using constant '__name__' value.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:139 : new_constant : Executed '__qualname__' resolution to 'SubModule'.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:139 : new_statements : Reduced scope of tried block. Leading statements at /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:139/<Node 'STATEMENT_SET_LOCALS' with \{'locals_scope': 'locals_PySide6$$$class__2_SubModule_139'}>.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:139 : new_statements : Uninitialized variable '__class__' is not released.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:139 : new_statements : Reduced scope of tried block. Leading statements at /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:139/<Node 'STATEMENT_SET_LOCALS' with \{'locals_scope': 'locals_PySide6$$$class__2_SubModule_139'}>.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:144 : new_expression : Forward propagating value of sys from very trusted EXPRESSION_IMPORT_MODULE_HARD value.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:1 : trusted_module_variables : Trusting module variable(s) 'os,sys'
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:15 : var_usage : Schedule removal releases of unassigned parameter variable 'package_dir'.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:122 : var_usage : Schedule removal releases of unassigned parameter variable 'name'.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:132 : var_usage : Schedule removal releases of unassigned parameter variable 'self'.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:132 : var_usage : Schedule removal releases of unassigned parameter variable 'key'.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:12 : new_builtin_ref : Module variable 'bool' found to be built-in reference.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:12 : new_builtin : Replaced call to built-in 'bool' with built-in call 'EXPRESSION_BUILTIN_BOOL'.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:28 : new_builtin_ref : Module variable 'ImportError' found to be built-in exception reference.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:28 : new_builtin_ref : Module variable 'str' found to be built-in reference.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:28 : new_builtin : Replaced call to built-in 'str' with built-in call 'EXPRESSION_BUILTIN_STR_P3'.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:28 : new_expression : Detected built-in exception making.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:33 : new_expression : Forward propagating value of os from very trusted EXPRESSION_IMPORT_MODULE_HARD value.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:36 : new_expression : Attribute lookup 'append' on list shape resolved.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:36 : new_expression : Call to 'append' of list recognized.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:33 : loop_analysis : Loop has incomplete variable types after 1 attempts for 'path,for_loop_1__iter_value'.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:15 : new_statements : Original parameter variable value of 'package_dir' is not released.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:15 : new_statements : Original parameter variable value of 'package_dir' is not released.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:58 : new_expression : Forward propagating value of sys from very trusted EXPRESSION_IMPORT_MODULE_HARD value.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:58 : new_constant : Hard module 'sys' imported 'platform' pre-computed to constant value.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:58 : new_constant : Comparison of constant arguments. Predicted constant result.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:58 : new_statements : Removed conditional branch that cannot be taken due to false condition value.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:58 : new_statements : Removed conditional statement without effect.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:67 : new_builtin_ref : Module variable 'Exception' found to be built-in exception reference.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:68 : new_expression : Forward propagating value of sys from very trusted EXPRESSION_IMPORT_MODULE_HARD value.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:69 : new_builtin_ref : Module variable 'print' found to be built-in reference.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:70 : new_expression : Forward propagating value of sys from very trusted EXPRESSION_IMPORT_MODULE_HARD value.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:73 : new_expression : Forward propagating value of sys from very trusted EXPRESSION_IMPORT_MODULE_HARD value.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:73 : new_constant : Hard module 'sys' imported 'platform' pre-computed to constant value.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:73 : new_constant : Comparison of constant arguments. Predicted constant result.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:73 : new_statements : Removed conditional branch that cannot be taken due to false condition value.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:73 : new_statements : Removed conditional statement without effect.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:41 : new_statements : Uninitialized variable 'dir' is not released.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:41 : new_statements : Uninitialized variable 'openssl_dir' is not released.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:41 : new_statements : Uninitialized variable 'path' is not released.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:41 : new_statements : Uninitialized variable 'QtNetwork' is not released.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:41 : new_statements : Uninitialized variable 'dir' is not released.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:41 : new_statements : Uninitialized variable 'openssl_dir' is not released.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:41 : new_statements : Uninitialized variable 'path' is not released.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:41 : new_statements : Uninitialized variable 'QtNetwork' is not released.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:41 : var_usage : Loop variable 'dir,os,for_loop_1__iter_value' usage ceased.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:104 : new_builtin_ref : Module variable 'set' found to be built-in reference.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:104 : new_expression : Replaced call to built-in 'set' with constant value.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:104 : new_statements : Assignment source of 'unordered' is now compile time constant.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:105 : new_expression : Forward propagating value of sys from very trusted EXPRESSION_IMPORT_MODULE_HARD value.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:105 : new_constant : Hard module 'sys' imported 'platform' pre-computed to constant value.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:105 : new_constant : Comparison of constant arguments. Predicted constant result.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:105 : new_expression : Conditional expression predicted to 'no' case.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:105 : new_statements : Assignment source of 'pattern' is now compile time constant.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:106 : loop_analysis : Loop has incomplete variable types after 1 attempts for 'for_loop_1__iter_value,name,module'.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:115 : new_expression : Attribute lookup 'append' on list shape resolved.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:115 : new_expression : Call to 'append' of list recognized.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:113 : loop_analysis : Loop has incomplete variable types after 1 attempts for 'for_loop_2__iter_value'.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:117 : new_expression : Attribute lookup 'extend' on list shape resolved.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:117 : new_expression : Call to 'extend' of list recognized.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:122 : new_builtin_ref : Module variable 'str' found to be built-in reference.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:122 : new_builtin_ref : Module variable 'list' found to be built-in reference.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:122 : new_builtin_ref : Module variable 'str' found to be built-in reference.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:122 : new_constant : Subscript of subscriptable type with constant value. Predicted constant result.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:122 : new_constant : Created dictionary found to be constant.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:127 : new_builtin_ref : Module variable 'AttributeError' found to be built-in exception reference.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:127 : new_expression : Replaced read-only module attribute '__name__' with module attribute reference.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:127 : new_expression : Detected built-in exception making.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:122 : new_statements : Original parameter variable value of 'name' is not released.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:122 : new_statements : Original parameter variable value of 'name' is not released.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:122 : new_statements : Removed useless try, all handlers became empty.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:131 : new_builtin_ref : Module variable 'dict' found to be built-in reference.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:131 : new_constant : Tuple with constant arguments. Predicted constant result.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:131 : new_statements : Assignment source of 'class_creation_1__bases_orig' is now compile time constant.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:134 : new_builtin_ref : Module variable 'globals' found to be built-in reference.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:134 : new_builtin : Replaced call to built-in 'globals' with built-in call 'EXPRESSION_BUILTIN_GLOBALS'.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:136 : new_builtin_ref : Module variable 'KeyError' found to be built-in exception reference.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:136 : new_expression : Replaced read-only module attribute '__name__' with module attribute reference.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:136 : new_expression : Detected built-in exception making.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:132 : new_statements : Original parameter variable value of 'self' is not released.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:132 : new_statements : Original parameter variable value of 'key' is not released.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:132 : new_statements : Original parameter variable value of 'self' is not released.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:132 : new_statements : Original parameter variable value of 'key' is not released.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:132 : new_statements : Removed useless try, all handlers became empty.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:131 : new_statements : Reduced scope of tried block. Leading statements at /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:131/<Node 'STATEMENT_ASSIGNMENT_VARIABLE_CONSTANT_IMMUTABLE' with \{'variable_name': 'class_creation_1__bases_orig', 'is_temp': True, 'var_type': 'object', 'owner': 'PySide6'}>.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:144 : new_builtin_ref : Module variable 'globals' found to be built-in reference.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:144 : new_builtin : Replaced call to built-in 'globals' with built-in call 'EXPRESSION_BUILTIN_GLOBALS'.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:41 : var_usage : Remove unused local variable 'dir'.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:41 : var_usage : Remove unused local variable 'openssl_dir'.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:41 : var_usage : Remove unused local variable 'path'.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:41 : var_usage : Remove unused local variable 'QtNetwork'.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:12 : new_constant : Predicted truth value of built-in bool argument
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:12 : new_statements : Assignment source of 'SKIP_MYPY_TEST' is now compile time constant.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:33 : loop_analysis : Loop has complete variable types after 1 attempts.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:15 : var_usage : Loop variable 'result' usage ceased.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:105 : new_statements : Dropped propagated assignment statement to 'pattern'.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:106 : new_expression : Value propagated for 'pattern' from '/home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:105'.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:106 : new_constant : Tuple with constant arguments. Predicted constant result.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:106 : loop_analysis : Loop has complete variable types after 1 attempts.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:113 : loop_analysis : Loop has complete variable types after 1 attempts.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:127 : new_expression : Using constant '__name__' value.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:127 : new_expression : Removed useless 'format' on 'str' value.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:127 : new_constant : Partially combined strings for concatenation
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:131 : new_statements : Dropped propagated assignment statement to 'class_creation_1__bases_orig'.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:131 : new_expression : Value propagated for 'class_creation_1__bases_orig' from '/home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:131'.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:136 : new_expression : Using constant '__name__' value.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:136 : new_expression : Removed useless 'format' on 'str' value.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:136 : new_constant : Partially combined strings for concatenation
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:131 : new_expression : Value propagated for 'class_creation_1__bases_orig' from '/home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:131'.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:131 : new_expression : Value propagated for 'class_creation_1__bases_orig' from '/home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:131'.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:98 : new_statements : Uninitialized variable 'pattern' is not released.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:98 : new_statements : Uninitialized variable 'pattern' is not released.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:98 : new_statements : Reduced scope of tried block. Leading statements at /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:104/<Node 'STATEMENT_ASSIGNMENT_VARIABLE_CONSTANT_MUTABLE' with \{'variable_name': 'unordered', 'is_temp': False, 'var_type': 'object', 'owner': 'PySide6$$$function__3__find_all_qt_modules'}>.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:131 : new_statements : Uninitialized temp variable 'class_creation_1__bases_orig' is not released.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:131 : new_statements : Uninitialized temp variable 'class_creation_1__bases_orig' is not released.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/__init__.py:98 : var_usage : Remove unused local variable 'pattern'.
      Nuitka-Optimization: internal:1 : new_expression : Check 'In' on dictionary lowered to dictionary 'In'.
      Nuitka-Optimization: internal:1 : loop_analysis : Loop has incomplete variable types after 1 attempts for 'mapping_1__key'.
      Nuitka-Optimization: internal:1 : var_usage : Loop variable 'mapping_1__dict' usage ceased.
      Nuitka-Optimization: internal:1 : loop_analysis : Loop has complete variable types after 1 attempts.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/PySide6-postLoad.py:3 : var_usage : Schedule removal releases of unassigned parameter variable 'func'.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/PySide6-postLoad.py:17 : var_usage : Schedule removal releases of unassigned parameter variable 'self'.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/PySide6-postLoad.py:17 : var_usage : Schedule removal releases of unassigned parameter variable 'slot'.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/PySide6-postLoad.py:20 : var_usage : Schedule removal releases of unassigned parameter variable 'self'.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/PySide6-postLoad.py:20 : var_usage : Schedule removal releases of unassigned parameter variable 'slot'.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/PySide6-postLoad.py:31 : var_usage : Schedule removal releases of unassigned parameter variable 'self'.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/PySide6-postLoad.py:31 : var_usage : Schedule removal releases of unassigned parameter variable 'kwargs'.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/PySide6-postLoad.py:4 : new_builtin_ref : Module variable 'hasattr' found to be built-in reference.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/PySide6-postLoad.py:4 : new_builtin : Replaced call to built-in 'hasattr' with built-in call 'EXPRESSION_BUILTIN_HASATTR'.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/PySide6-postLoad.py:4 : new_builtin_ref : Module variable 'hasattr' found to be built-in reference.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/PySide6-postLoad.py:4 : new_builtin : Replaced call to built-in 'hasattr' with built-in call 'EXPRESSION_BUILTIN_HASATTR'.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/PySide6-postLoad.py:11 : new_builtin_ref : Module variable 'setattr' found to be built-in reference.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/PySide6-postLoad.py:11 : new_builtin : Replaced call to built-in 'setattr' with built-in call 'EXPRESSION_BUILTIN_SETATTR'.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/PySide6-postLoad.py:12 : new_builtin_ref : Module variable 'Exception' found to be built-in exception reference.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/PySide6-postLoad.py:3 : new_statements : Original parameter variable value of 'func' is not released.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/PySide6-postLoad.py:3 : new_statements : Original parameter variable value of 'func' is not released.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/PySide6-postLoad.py:3 : new_statements : Removed useless try, all handlers became empty.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/PySide6-postLoad.py:17 : new_statements : Original parameter variable value of 'self' is not released.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/PySide6-postLoad.py:17 : new_statements : Original parameter variable value of 'slot' is not released.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/PySide6-postLoad.py:17 : new_statements : Original parameter variable value of 'self' is not released.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/PySide6-postLoad.py:17 : new_statements : Original parameter variable value of 'slot' is not released.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/PySide6-postLoad.py:17 : new_statements : Removed useless try, all handlers became empty.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/PySide6-postLoad.py:20 : new_statements : Original parameter variable value of 'self' is not released.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/PySide6-postLoad.py:20 : new_statements : Original parameter variable value of 'slot' is not released.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/PySide6-postLoad.py:20 : new_statements : Original parameter variable value of 'self' is not released.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/PySide6-postLoad.py:20 : new_statements : Original parameter variable value of 'slot' is not released.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/PySide6-postLoad.py:33 : new_builtin_ref : Module variable 'list' found to be built-in reference.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/PySide6-postLoad.py:33 : new_builtin : Replaced call to built-in 'list' with built-in call 'EXPRESSION_BUILTIN_LIST'.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/PySide6-postLoad.py:31 : new_statements : Original parameter variable value of 'self' is not released.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/PySide6-postLoad.py:31 : new_statements : Original parameter variable value of 'kwargs' is not released.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/PySide6-postLoad.py:31 : new_statements : Original parameter variable value of 'self' is not released.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/PySide6-postLoad.py:31 : new_statements : Original parameter variable value of 'kwargs' is not released.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/PySide6-postLoad.py:4 : new_expression : Built-in 'hasattr' with constant attribute name.
      Nuitka-Optimization: /home/f/untitled/.qtcreator/Python_3_13_8venv/lib64/python3.13/site-packages/PySide6/PySide6-postLoad.py:4 : new_expression : Built-in 'hasattr' with constant attribute name.
      Nuitka-Plugins:anti-bloat: Not including '_bisect' automatically in order to avoid
      Nuitka-Plugins:anti-bloat: bloat, but this may cause: may slow down by using
      Nuitka-Plugins:anti-bloat: fallback implementation.
      Nuitka-Plugins:anti-bloat: Not including 'socket' automatically in order to avoid
      Nuitka-Plugins:anti-bloat: bloat, but this may cause: can break calls of
      Nuitka-Plugins:anti-bloat: 'email.utils.make_msgid()'.
      Nuitka-Plugins:anti-bloat: Not including '_json' automatically in order to avoid
      Nuitka-Plugins:anti-bloat: bloat, but this may cause: may slow down by using
      Nuitka-Plugins:anti-bloat: fallback implementation.
      Nuitka-Plugins:pyside6: Including Qt plugins 'qml' below 'PySide6/qml'.
      Nuitka: Completed Python level compilation and optimization.
      Nuitka: Generating source code for C backend compiler.
      Nuitka: Running data composer tool for optimal constant value handling.           
      Nuitka: Running C compilation via Scons.
      Nuitka-Scons: Backend C compiler: gcc (gcc 15).
      Nuitka-Scons: Backend C linking with 13 files (no progress information available
      Nuitka-Scons: for this stage).
      Nuitka-Scons: Compiled 12 C files using ccache.
      Nuitka-Scons: Cached C files (using ccache) with result 'cache hit': 12
      Nuitka-Plugins:pyside6: Including Qt plugins
      Nuitka-Plugins:pyside6: 'egldeviceintegrations,iconengines,imageformats,networkinformation,platforminputcontexts,platforms,platformthemes,printsupport,qml,qmllint,qmltooling,tls,wayland-decoration-client,wayland-graphics-integration-client,wayland-shell-integration,xcbglintegrations'
      Nuitka-Plugins:pyside6: below 'PySide6/qt-plugins'.
      Nuitka-Options: Included data file 'main.qml' due to specified data file '/home/f/untitled/main.qml=./main.qml' on command line.                                  
      Nuitka-Plugins:pyside6: Included 2240 data files due to Qt QML datafile.
      Nuitka-Postprocessing: Creating single file from dist folder, this may take a while.
      Nuitka-Onefile: Running bootstrap binary compilation via Scons.
      Nuitka-Scons: Onefile C compiler: gcc (gcc 15).
      Nuitka-Scons: Onefile C linking.              
      Nuitka-Scons: Compiled 1 C files using ccache.
      Nuitka-Scons: Cached C files (using ccache) with result 'cache hit': 1
      Nuitka-Onefile: Using compression for onefile payload.
      Nuitka-Onefile: Onefile payload compression ratio (25.42%) size 243490039 to 61892505.                                                                                 
      Nuitka-Onefile: Keeping onefile build directory '/home/f/untitled/deployment/main.onefile-build'.
      Nuitka: Keeping dist folder '/home/f/untitled/deployment/main.dist' for inspection, no need to use it.
      Nuitka: Keeping build directory '/home/f/untitled/deployment/main.build'.
      Nuitka: Successfully created '~/untitled/deployment/main.bin'.
      INFO:root:[DEPLOY] Successfully deployed application
      INFO:root:[DEPLOY] executable generated at /home/f/untitled/deployment/main.bin
      INFO:root:[DEPLOY] copying generated file to /home/f/untitled/pyside_app_demo.bin
      [DEPLOY] Executed file created in /home/f/untitled/pyside_app_demo.bin
      INFO:root:[DEPLOY] Deployment directory purged
      INFO:root:[DEPLOY] End
      

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            shpremna Shyamnath Premnadh
            rubens-schmitz Rubens Schmitz
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes