NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.38k stars 13.6k forks source link

cura needs updated to 5.1 #186570

Open LunNova opened 2 years ago

LunNova commented 2 years ago

Cura 5 is out, it has a new build system. It's using conan now.

I had a go at updating it myself, just updating the version numbers doesn't work, unsurprisingly.

Related issue about build instructions: https://github.com/Ultimaker/Cura/issues/12941

I'm trying to get it to build and will PR if I get it working.

Checklist
Project name

current version: 4.12.1 desired version: 5.1.0

Notify maintainers

maintainers: @abbradar @gebner

Note for maintainers

Please tag this issue in your PR.

LunNova commented 2 years ago

@milahu made https://github.com/milahu/conan2nix, don't know how well it works.

LunNova commented 2 years ago

Also needs pyqt6 which is not in nixpkgs yet

LunNova commented 2 years ago

pyqt6 in progress here: #175510

Tried packaging it myself and ran into the same Could not find qmake spec 'linux-g++'.

LunNova commented 2 years ago

Got PyQt6 working in #186689

Getting libarcus to build with or without conan seems like a massive pain. :(

MatthewGentoo commented 2 years ago

Getting libarcus to build with or without conan seems like a massive pain. :(

I'm trying to do this for another distro and it seems like the way to go is to throw away Conan. The CMake scripts require some patching because the casing of the Conan packages and the CMake find scripts is usually different, e.g. /find_package/s/protobuf/Protobuf.

We also need to add an install() command to actually install the libraries in a way that they can be found again.

LunNova commented 2 years ago

Currently have arcus building + made a replacement for conan's CMakeDeps generator which generates the same config/target files for an existing built package that conan would have built.

Looks something like this in practice:

  buildInputs = [
    (withConanCMakeDeps {package = clipper; pkg_name = "clipper"; lib_search="polyclipping";})
    arcus
    (withConanCMakeDeps {package = stb; extra_includes="include/stb/"; })
    protobuf
    (withConanCMakeDeps {package = rapidjson;})
    (withConanCMakeDeps {package = boost.dev;pkg_name = "Boost";})
    zlib
  ];

It's a bit hacky but it seems to work.

Got as far as cura successfully building but have to debug some issues at runtime.

LunNova commented 2 years ago

image

I need to sleep, will push a WIP soon.

LunNova commented 2 years ago

CuraEngine's SIGSEGVing when trying to slice so still needs some work.

==875635== Process terminating with default action of signal 11 (SIGSEGV): dumping core
==875635==  Bad permissions for mapped region at address 0x6F6968
==875635==    at 0x6F6968: ??? (in /nix/store/m1x4ayvfjhgmfirgk9rl1g9r92h3qdzl-curaengine-5.1.0/bin/CuraEngine)
==875635==    by 0x48A7047: Arcus::MessageTypeStore::registerMessageType(google::protobuf::Message const*) (in /nix/store/7jhrz64hm5wv3yphcfqxcra8m5gx54hz-python3.10-libarcus-5.0.0/lib/libArcus.so.5.0.0)
==875635==    by 0x425143: cura::ArcusCommunication::connect(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned short) (in /nix/store/m1x4ayvfjhgmfirgk9rl1g9r92h3qdzl-curaengine-5.1.0/bin/CuraEngine)
LunNova commented 1 year ago

189042 builds and runs with some bugs. I need some help from someone good at cmake and/or conan to come up with a better approach, as the one I took there is very hacky and I don't think it's suitable for nixpkgs.

jellespijker commented 1 year ago

@LunNova On of the Cura devs here and mostly responsible for implementing Conan as our dependency manager; Sorry, but not sorry ;-). No, in all fairness I hate to see all you package maintainers struggle with our new build setup. Not here to open up a discussion why we made the switch and if we can switch back, since the old method simply wasn't scale-able and maintainable for Ultimaker anymore. But I'm here to inquire about what issues you run into, and why you need such a "hacky" method.

I'm not familiar with NixOS, so I might miss some context about design philosophy and basic principle you guys/galls use over there.

Because we set our builds up in such away that we can build on 3 OSes, with 4 different compilers, either in a GitHub hosted runner or an a local system and it should all boil down to:

pip install conan
pip install sip
conan config install https://github.com/ultimaker/conan-config.git
conan profile new default --detect --force
conan remote remove cura
conan install cura/5.2.1@_/_ --build=missing --update -o cura:devtools=True -g VirtualPythonEnv -if cura_inst --json cura_inst/conan_install_info.json
conan install openssl/1.1.1l@_/_ --build=missing --update -o openssl:shared=True -g deploy
cp ./openssl/lib/*.so* ./cura_inst/bin/ || true
cp ./openssl/lib/*.dylib* ./cura_inst/bin/ || true
source venv/bin/activate
pyinstaller ./cura_inst/Ultimaker-Cura.spec

This should give you a standalone version of Cura 5.2.1 with all the Python modules, binaries and resources in the correct location: ./dist/Ultimaker-Cura/ Where all the binaries are compiled on the current system for the current architecture and the default compiler.

precompiled binaries are only hosted on the remote cura JFRog Artifactory, which require UltiMaker credentials. That is why you have to perform a conan remote remove cura. The cura-ce JFrog Artifactory hosts only the recipes and source files and exist to facilitate our community developers and other third parties (such as package maintainers). These recipes are used to download the sources and build the binaries according to the configuration and profiles installed with: conan config install https://github.com/ultimaker/conan-config.git. Since all of the binaries use the same conan profiles, architecture, compiler and os. We ensure compatibility.

As I said earlier I'm unfamiliar with you NixOS and how your packages are build and distributed. But I honestly don't know why you would want to patch the CMakeFiles? If I'm missing something here please me known.

I hope the steps described above will help you guys, see also our updated instructions on the Wiki:

and you might get some inspiration from our workflow to create our own installer:

LunNova commented 1 year ago

Thanks for the information @jellespijker

We need to be able to build in a sandbox which is isolated entirely from network access, and acquire all the dependencies ahead of time in a deterministic way.

Mixing acquiring dependencies and building is not possible in the nix model. For other build tools which work this way we usually resolve it by reading a lockfile of all the dependencies, and fetching those ahead of time. Conan doesn't seem to generate a lockfile or have a way to export the list of required downloads so we can perform them separately and reproducibly.

Without support for this in conan we have to build without conan.

All nix builds work this way, and turning off the sandbox is not an option for something included in nixpkgs.

If it's impossible to build properly redistributing an upstream binary build is something we can do, and sometimes do.
In that case we would fetch a linux binary release you publish somewhere and then patch it to work under nix. Do you publish such binaries, and would that be an acceptable workaround?

edit: I don't think you're particularly doing anything wrong. I consider this to be a Conan issue rather than a Cura issue. Of course, it would still be nice if your upstream CMakeLists worked without Conan!

milahu commented 1 year ago

Conan doesn't seem to generate a lockfile or have a way to export the list of required downloads

yes, we would need dynamic analysis just to get a list of URLs. or capture all http requests and run an http proxy in the sandbox

limitation: on build time, conanfile.py can fetch different URLs, for example on a different platform

jellespijker commented 1 year ago

Conan can create lockfiles which can be used to recreate the state of the build at anytime. It might be that the lock file that Conan creates is missing some additional information.

https://docs.conan.io/en/latest/versioning/lockfiles.html

an alternative approach might be that you write a custom Conan generator to obtain that information from the dependencies, and output to a lock file format of your choosing.

An other possible way to obtain the source urls and is to look at the conandata.yml for each dependency in the ~/.conan/data/..... which should contain the url and git commit hash or file hash of the sources used. These are locked once the recipe is exported.

I'm tagging @memsharded in this pr, he might have some valuable insight or might have an idea how Conan can be used to help package maintainers such as yourself with Conan. Since NixOS isn't the only one with issues. I know the guys in the AUR, apt and Flatpack also have some troubles with building Cura 5.x using Conan. I want to stretch that UltiMaker Cura only officially support the installers and AppImages generated by ourself. But I also want to add that the Cura devs (me included) are all big Linux fans and want to help the open-source community as much as possible. Also be aware that @memsharded isn't affiliated with UltiMaker.

memsharded commented 1 year ago

Thanks for the mention @jellespijker

Sure, if there is any thing that I could clarify, of course I'd like to help. It is true that so far it seems it is necessary a bit of awareness, from:

Conan doesn't seem to generate a lockfile or have a way to export the list of required downloads

It is true that lockfiles in Conan 1.X might be a bit more challenging that we would like, but they have been greatly simplified in 2.0, which is very close. I'd recommend to have a look at them, try them, and let us know if there are any questions. Thanks!

LunNova commented 1 year ago

@milahu would integrating those new lockfiles into your conan2nix solve our problem?

milahu commented 1 year ago

short answer: yes

long answer: file hashes are missing, so we still need to run conan install to fetch files then we can hash the files in ~/.conan/data or $conan_cache

cd $(mktemp -d)
git clone --depth 1 https://github.com/Ultimaker/Cura
cd Cura
nix-shell -p conan
conan --version # Conan version 1.49.0

# naive approach ...
conan lock create # ERROR: Specify the 'name' and the 'version'
conan lock create --version 0 # ERROR: Specify the 'name' and the 'version'
conan lock create conanfile.py
# ERROR: Error loading conanfile at '/tmp/tmp.hCLqFQpRRe/Cura/conanfile.py': 410: Gone. [Remote: bintray]

# conan install
# based on .github/workflows/cura-installer.yml
conan_cache=$(mktemp -d)
conan config set storage.download_cache=$conan_cache
conan profile new default --detect
conan remove "*" -f # drop cache
conan config install https://github.com/Ultimaker/conan-config.git
# generate cura_inst/conan_install_info.json
conan install conanfile.py --build=missing --update -if cura_inst -g VirtualPythonEnv -o cura:enterprise=false -o cura:staging=true --json "cura_inst/conan_install_info.json"
# /nix/store/2ispfz80kmwrsvwndxkxs56irn86h43p-bash-5.1-p16/bin/sh: line 1: cmake: command not found
# clipper/6.4.2: ERROR: Package '9559105bf27da09bb163021398de2f5474adca73' build failed

conan lock create # ERROR: Specify the 'name' and the 'version'
conan lock create conanfile.py

example from conan.lock

{
   "42": {
    "ref": "cura_binary_data/5.3.0-alpha+testing_0@ultimaker/testing#4d64f788795ae6d2289a94b1405b854d",
    "options": "",
    "package_id": "4db1be536558d833e52e862fd84d64d75c2b3656",
    "prev": "33588c598a4adaaea572aec57c1246c4",
    "context": "host"
   },

4d64f788795ae6d2289a94b1405b854d is some MD5 hash, so its useless for nix

... translate to url + hash

// cat cura_inst/conan_install_info.json | jq | less
    {
      "recipe": {
        "id": "cura_binary_data/latest@ultimaker/testing",
        "downloaded": true,
        "exported": false,
        "error": null,
        "remote": "https://ultimaker.jfrog.io/artifactory/api/conan/cura-internal",
        "time": "2022-11-03T08:10:32.697655",
        "dependency": true,
        "name": "cura_binary_data",
        "version": "latest",
        "user": "ultimaker",
        "channel": "testing"
      },
      "packages": []
    },

cura_binary_data is hosted on ultimaker.jfrog.io

so the URLs look like

https://ultimaker.jfrog.io/artifactory/cura-community-local/ultimaker/cura_binary_data/5.3.0-alpha%2Btesting_1/testing/739884e2c70747fdf0218336bab92a2d/export/conan_export.tgz
https://ultimaker.jfrog.io/artifactory/cura-community-local/ultimaker/cura_binary_data/5.3.0-alpha%2Btesting_1/testing/739884e2c70747fdf0218336bab92a2d/export/conanfile.py
https://ultimaker.jfrog.io/artifactory/cura-community-local/ultimaker/cura_binary_data/5.3.0-alpha%2Btesting_1/testing/739884e2c70747fdf0218336bab92a2d/export/conanmanifest.txt

but we still need *all* the file hashes ...

or we use a fixed-output-derivation and hope that $conan_cache is deterministic

files in conan cache ``` ( cd ~/.conan/data/cura_binary_data/latest/ultimaker/testing/ && find . -type f ) ./export/conanfile.py ./export/conanmanifest.txt ./metadata.json ./metadata.json.lock ``` ```jsonc // cat ~/.conan/data/cura_binary_data/latest/ultimaker/testing/metadata.json | jq { "recipe": { "revision": "9dd7d8d0f8d8cd9f75927a79f72cc8fc", "remote": "cura", "properties": {}, "checksums": { "conanmanifest.txt": { "md5": "ceb79270efd4ec7fab19ba4eb104bc00", "sha1": "4103c848317c3928d67099b87ce95ea7a8a6af7c" }, "conanfile.py": { "md5": "ae071ea730a8be6466690f36ba8352f6", "sha1": "300b20a01beb2ad21f060278290c6450c644d7db" } } }, "packages": {} } ``` other packages can have more/other files ``` conan_package.tgz conaninfo.txt conan_sources.tgz ```
LunNova commented 1 year ago

Is this going to work with splitting the builds up still or will be stuck with one giant build that includes cura and all its dependencies at once?

milahu commented 1 year ago

Is this going to work with splitting the builds

no, conan would do all the fetching and building, so it does not use nixpkgs

will be stuck with one giant build that includes cura and all its dependencies at once?

yes but ... what is worse?

LunNova commented 1 year ago

I think it's fine if it gets cura working, a little worried if conan starts being widely used that we'd need to find a better solution but that's for the future.

nh2 commented 1 year ago

I made some progress with Cura 5.2.1, copying what Alpine Linux does: PR #208124

This now seems to need mainly the main cuda package.

MarSoft commented 1 year ago

Here's how I solved this issue for myself: I use AppImage-based version of Cura with a wrapper. Here's a snipped from my configuration.nix:

...
  environment.systemPackages = with pkgs; [
    ...
    (let cura5 = appimageTools.wrapType2 rec {
      name = "cura5";
      version = "5.4.0";
      src = fetchurl {
        url = "https://github.com/Ultimaker/Cura/releases/download/${version}/UltiMaker-Cura-${version}-linux-modern.AppImage";
        hash = "sha256-QVv7Wkfo082PH6n6rpsB79st2xK2+Np9ivBg/PYZd74=";
      };
      extraPkgs = pkgs: with pkgs; [ ];
    }; in writeScriptBin "cura" ''
      #! ${pkgs.bash}/bin/bash
      # AppImage version of Cura loses current working directory and treats all paths relateive to $HOME.
      # So we convert each of the files passed as argument to an absolute path.
      # This fixes use cases like `cd /path/to/my/files; cura mymodel.stl anothermodel.stl`.
      args=()
      for a in "$@"; do
        if [ -e "$a" ]; then
          a="$(realpath "$a")"
        fi
        args+=("$a")
      done
      exec "${cura5}/bin/cura5" "''${args[@]}"
    '')
    ...
  ];
bct commented 1 year ago

The AppImage approach works for me after adding

xdg.portal.enable = true;
xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ];

and rebooting. Prior to that Cura would segfault when I tried to open a file.

CryoMyst commented 11 months ago

This would generally be great, I have to use the appimage to share backups right now.

nixos-discourse commented 11 months ago

This issue has been mentioned on NixOS Discourse. There might be relevant details there:

https://discourse.nixos.org/t/packaging-curaengine-5-4-0/33719/2

Kreyren commented 6 months ago
╰───❯ cura --version
/nix/store/ylpmx7ixp2dvsfg0yn6aqcamsrbn76nl-python3.11-uranium-4.12.0/lib/python3.11/site-packages/UM/PluginRegistry.py:4: DeprecationWarning: the imp module is deprecated in favour of importlib and slated for removal in Python 3.12; see the module's documentation for alternative uses
  import imp
/nix/store/ylpmx7ixp2dvsfg0yn6aqcamsrbn76nl-python3.11-uranium-4.12.0/lib/python3.11/site-packages/UM/Settings/InstanceContainer.py:53: DeprecationWarning: invalid escape sequence '\d'
  version_regex = re.compile("\nversion ?= ?(\d+)")
/nix/store/ylpmx7ixp2dvsfg0yn6aqcamsrbn76nl-python3.11-uranium-4.12.0/lib/python3.11/site-packages/UM/Settings/InstanceContainer.py:55: DeprecationWarning: invalid escape sequence '\w'
  type_regex = re.compile("\ntype ?= ?(\w+)")
/nix/store/ylpmx7ixp2dvsfg0yn6aqcamsrbn76nl-python3.11-uranium-4.12.0/lib/python3.11/site-packages/UM/VersionUpgradeManager.py:98: DeprecationWarning: invalid escape sequence '\.'
  ".*\.lock",       # Don't upgrade the configuration file lock. It's not persistent.
/nix/store/8a9lvxkwxi2gwc6s7n9wvflq951war3q-cura-4.13.1/lib/python3.11/site-packages/cura/UI/ObjectsModel.py:72: DeprecationWarning: invalid escape sequence '\('
  self._naming_regex = re.compile("^(.+)\(([0-9]+)\)$")
qt.qpa.xcb: could not connect to display
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Available platform plugins are: wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, xcb.

Fatal Python error: Aborted

Current thread 0x00007fa1466e9740 (most recent call first):
  File "/nix/store/ylpmx7ixp2dvsfg0yn6aqcamsrbn76nl-python3.11-uranium-4.12.0/lib/python3.11/site-packages/UM/Qt/QtApplication.py", line 99 in __init__
  File "/nix/store/8a9lvxkwxi2gwc6s7n9wvflq951war3q-cura-4.13.1/lib/python3.11/site-packages/cura/CuraApplication.py", line 153 in __init__
  File "/nix/store/8a9lvxkwxi2gwc6s7n9wvflq951war3q-cura-4.13.1/bin/.cura-wrapped", line 236 in <module>

Extension modules: PyQt5.QtCore, PyQt5.QtNetwork, _cffi_backend, PyQt5.QtGui, PyQt5.QtWidgets, numpy.core._multiarray_umath, numpy.core._multiarray_tests, numpy.linalg._umath_linalg, numpy.fft._pocketfft_internal, numpy.random._common, numpy.random.bit_generator, numpy.random._bounded_integers, numpy.random._mt19937, numpy.random.mtrand, numpy.random._philox, numpy.random._pcg64, numpy.random._sfc64, numpy.random._generator, scipy._lib._ccallback_c, scipy.sparse._sparsetools, _csparsetools, scipy.sparse._csparsetools, scipy.sparse.linalg._isolve._iterative, scipy.linalg._fblas, scipy.linalg._flapack, scipy.linalg.cython_lapack, scipy.linalg._cythonized_array_utils, scipy.linalg._solve_toeplitz, scipy.linalg._decomp_lu_cython, scipy.linalg._matfuncs_sqrtm_triu, scipy.linalg.cython_blas, scipy.linalg._matfuncs_expm, scipy.linalg._decomp_update, scipy.linalg._flinalg, scipy.sparse.linalg._dsolve._superlu, scipy.sparse.linalg._eigen.arpack._arpack, scipy.sparse.csgraph._tools, scipy.sparse.csgraph._shortest_path, scipy.sparse.csgraph._traversal, scipy.sparse.csgraph._min_spanning_tree, scipy.sparse.csgraph._flow, scipy.sparse.csgraph._matching, scipy.sparse.csgraph._reordering, scipy.spatial._ckdtree, scipy._lib.messagestream, scipy.spatial._qhull, scipy.spatial._voronoi, scipy.spatial._distance_wrap, scipy.spatial._hausdorff, scipy.special._ufuncs_cxx, scipy.special._ufuncs, scipy.special._specfun, scipy.special._comb, scipy.special._ellip_harm_2, scipy.spatial.transform._rotation, PyQt5.QtQml, Arcus, PyQt5.QtQuick, shapely.lib, shapely._geos, shapely._geometry_helpers, pynest2d (total: 62)
Aborted (core dumped)
Mar 12 21:43:24 tupac com.ultimaker.cura.desktop[6533]: /nix/store/ylpmx7ixp2dvsfg0yn6aqcamsrbn76nl-python3.11-uranium-4.12.0/lib/python3.11/site-packages/UM/PluginRegistry.py:4: DeprecationWarning: the imp module is deprecated in favour of importlib and slated for removal in Python 3.12; see the module's documentation for alternative uses
Mar 12 21:43:24 tupac com.ultimaker.cura.desktop[6533]:   import imp
Mar 12 21:43:25 tupac com.ultimaker.cura.desktop[6533]: /nix/store/ylpmx7ixp2dvsfg0yn6aqcamsrbn76nl-python3.11-uranium-4.12.0/lib/python3.11/site-packages/UM/Settings/InstanceContainer.py:53: DeprecationWarning: invalid escape sequence '\d'
Mar 12 21:43:25 tupac com.ultimaker.cura.desktop[6533]:   version_regex = re.compile("\nversion ?= ?(\d+)")
Mar 12 21:43:25 tupac com.ultimaker.cura.desktop[6533]: /nix/store/ylpmx7ixp2dvsfg0yn6aqcamsrbn76nl-python3.11-uranium-4.12.0/lib/python3.11/site-packages/UM/Settings/InstanceContainer.py:55: DeprecationWarning: invalid escape sequence '\w'
Mar 12 21:43:25 tupac com.ultimaker.cura.desktop[6533]:   type_regex = re.compile("\ntype ?= ?(\w+)")
Mar 12 21:43:25 tupac com.ultimaker.cura.desktop[6533]: /nix/store/ylpmx7ixp2dvsfg0yn6aqcamsrbn76nl-python3.11-uranium-4.12.0/lib/python3.11/site-packages/UM/VersionUpgradeManager.py:98: DeprecationWarning: invalid escape sequence '\.'
Mar 12 21:43:25 tupac com.ultimaker.cura.desktop[6533]:   ".*\.lock",       # Don't upgrade the configuration file lock. It's not persistent.
Mar 12 21:43:25 tupac com.ultimaker.cura.desktop[6533]: /nix/store/8a9lvxkwxi2gwc6s7n9wvflq951war3q-cura-4.13.1/lib/python3.11/site-packages/cura/UI/ObjectsModel.py:72: DeprecationWarning: invalid escape sequence '\('
Mar 12 21:43:25 tupac com.ultimaker.cura.desktop[6533]:   self._naming_regex = re.compile("^(.+)\(([0-9]+)\)$")
Mar 12 21:43:25 tupac com.ultimaker.cura.desktop[6533]: Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
Mar 12 21:43:25 tupac com.ultimaker.cura.desktop[6533]: Attribute Qt::AA_UseDesktopOpenGL must be set before QCoreApplication is created.
Mar 12 21:43:26 tupac gnome-shell[2803]: Window manager warning: Invalid WM_TRANSIENT_FOR window 0x160000e specified for 0x160000c.
Mar 12 21:43:26 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:26,122 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin ConsoleLogger
Mar 12 21:43:26 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:26,125 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin SentryLogger
Mar 12 21:43:26 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:26,135 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin OBJReader
Mar 12 21:43:26 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:26,140 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin OBJWriter
Mar 12 21:43:26 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:26,147 - WARNING - [MainThread] STLReader.STLReader.<module> [31]: Not loading numpy-stl due to linux issue
Mar 12 21:43:26 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:26,149 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin STLReader
Mar 12 21:43:26 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:26,155 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin STLWriter
Mar 12 21:43:26 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:26,162 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin FileLogger
Mar 12 21:43:26 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:26,172 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin LocalContainerProvider
Mar 12 21:43:26 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:26,182 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin LocalFileOutputDevice
Mar 12 21:43:26 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:26,193 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin CameraTool
Mar 12 21:43:26 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:26,201 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin MirrorTool
Mar 12 21:43:26 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:26,215 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin RotateTool
Mar 12 21:43:26 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:26,228 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin ScaleTool
Mar 12 21:43:26 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:26,235 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin SelectionTool
Mar 12 21:43:26 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:26,246 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin TranslateTool
Mar 12 21:43:26 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:26,262 - INFO - [MainThread] UpdateChecker.UpdateChecker.checkNewVersion [68]: Checking for new version
Mar 12 21:43:26 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:26,264 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin UpdateChecker
Mar 12 21:43:26 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:26,381 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin SimpleView
Mar 12 21:43:26 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:26,433 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin 3MFReader
Mar 12 21:43:26 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:26,446 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin 3MFWriter
Mar 12 21:43:26 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:26,730 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin AMFReader
Mar 12 21:43:26 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:26,746 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin CuraDrive
Mar 12 21:43:26 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:26,794 - INFO - [MainThread] CuraEngineBackend.CuraEngineBackend.__init__ [96]: Found CuraEngine at: /nix/store/41xs3hn8d66k2nq15ly7451yvybyd9a3-curaengine-4.13.1/bin/CuraEngine
Mar 12 21:43:26 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:26,795 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin CuraEngineBackend
Mar 12 21:43:26 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:26,799 - DEBUG - [MainThread] UM.Backend.Backend._logSocketState [188]: Socket state changed to Listening
Mar 12 21:43:26 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:26,803 - INFO - [MainThread] UM.Backend.Backend.startEngine [90]: Started engine process: /nix/store/41xs3hn8d66k2nq15ly7451yvybyd9a3-curaengine-4.13.1/bin/CuraEngine
Mar 12 21:43:26 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:26,803 - DEBUG - [MainThread] UM.Backend.Backend._backendLog [110]: [Backend] Calling engine with: ['/nix/store/41xs3hn8d66k2nq15ly7451yvybyd9a3-curaengine-4.13.1/bin/CuraEngine', 'connect', '127.0.0.1:49674', '']
Mar 12 21:43:26 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:26,808 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin CuraProfileReader
Mar 12 21:43:26 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:26,812 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin CuraProfileWriter
Mar 12 21:43:26 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:26,814 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend]
Mar 12 21:43:26 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:26,814 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] Cura_SteamEngine version 4.13.1
Mar 12 21:43:26 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:26,815 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] Copyright (C) 2021 Ultimaker
Mar 12 21:43:26 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:26,816 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend]
Mar 12 21:43:26 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:26,816 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] This program is free software: you can redistribute it and/or modify
Mar 12 21:43:26 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:26,817 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] it under the terms of the GNU Affero General Public License as published by
Mar 12 21:43:26 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:26,818 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] the Free Software Foundation, either version 3 of the License, or
Mar 12 21:43:26 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:26,818 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] (at your option) any later version.
Mar 12 21:43:26 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:26,819 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend]
Mar 12 21:43:26 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:26,820 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] This program is distributed in the hope that it will be useful,
Mar 12 21:43:26 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:26,820 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] but WITHOUT ANY WARRANTY; without even the implied warranty of
Mar 12 21:43:26 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:26,828 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Mar 12 21:43:26 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:26,828 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] GNU Affero General Public License for more details.
Mar 12 21:43:26 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:26,829 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend]
Mar 12 21:43:26 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:26,829 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] You should have received a copy of the GNU Affero General Public License
Mar 12 21:43:26 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:26,829 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] along with this program.  If not, see <http://www.gnu.org/licenses/>.
Mar 12 21:43:26 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:26,859 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin DigitalLibrary
Mar 12 21:43:26 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:26,859 - DEBUG - [MainThread] UM.Backend.Backend._logSocketState [192]: Socket state changed to Connected
Mar 12 21:43:26 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:26,859 - DEBUG - [MainThread] UM.Backend.Backend._onSocketStateChanged [181]: Backend connected on port 49674
Mar 12 21:43:26 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:26,869 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin FirmwareUpdateChecker
Mar 12 21:43:26 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:26,879 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin FirmwareUpdater
Mar 12 21:43:26 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:26,884 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin GCodeGzReader
Mar 12 21:43:26 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:26,889 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin GCodeGzWriter
Mar 12 21:43:26 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:26,895 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin GCodeProfileReader
Mar 12 21:43:26 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:26,911 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin GCodeReader
Mar 12 21:43:26 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:26,918 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin GCodeWriter
Mar 12 21:43:26 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:26,929 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin ImageReader
Mar 12 21:43:26 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:26,936 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin LegacyProfileReader
Mar 12 21:43:26 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:26,942 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin MachineSettingsAction
Mar 12 21:43:26 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:26,948 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin ModelChecker
Mar 12 21:43:26 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:26,954 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin MonitorStage
Mar 12 21:43:26 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:26,963 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin PerObjectSettingsTool
Mar 12 21:43:26 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:26,974 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin PostProcessingPlugin
Mar 12 21:43:26 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:26,982 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin PrepareStage
Mar 12 21:43:26 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:26,989 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin PreviewStage
Mar 12 21:43:27 tupac com.ultimaker.cura.desktop[6533]: /nix/store/8a9lvxkwxi2gwc6s7n9wvflq951war3q-cura-4.13.1/lib/cura/plugins/RemovableDriveOutputDevice/RemovableDrivePlugin.py:24: DeprecationWarning: setDaemon() is deprecated, set the daemon attribute instead
Mar 12 21:43:27 tupac com.ultimaker.cura.desktop[6533]:   self._update_thread.setDaemon(True)
Mar 12 21:43:27 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:27,004 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin RemovableDriveOutputDevice
Mar 12 21:43:27 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:27,034 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin SimulationView
Mar 12 21:43:27 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:27,044 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin SliceInfoPlugin
Mar 12 21:43:27 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:27,056 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin SolidView
Mar 12 21:43:27 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:27,067 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin SupportEraser
Mar 12 21:43:27 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:27,112 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin Toolbox
Mar 12 21:43:27 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:27,122 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin TrimeshReader
Mar 12 21:43:27 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:27,138 - WARNING - [MainThread] UFPReader.<module> [10]: Could not import UFPReader; libCharon may be missing
Mar 12 21:43:27 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:27,140 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [446]: Plugin UFPReader did not return any objects to register
Mar 12 21:43:27 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:27,151 - WARNING - [MainThread] UFPWriter.<module> [10]: Could not import UFPWriter; libCharon may be missing
Mar 12 21:43:27 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:27,153 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [446]: Plugin UFPWriter did not return any objects to register
Mar 12 21:43:27 tupac com.ultimaker.cura.desktop[6533]: /nix/store/8a9lvxkwxi2gwc6s7n9wvflq951war3q-cura-4.13.1/lib/cura/plugins/UM3NetworkPrinting/src/ExportFileJob.py:31: DeprecationWarning: invalid escape sequence '\w'
Mar 12 21:43:27 tupac com.ultimaker.cura.desktop[6533]:   job_name = re.sub("[^\w\-. ()]", "-", job_name)
Mar 12 21:43:27 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:27,315 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin UM3NetworkPrinting
Mar 12 21:43:27 tupac com.ultimaker.cura.desktop[6533]: /nix/store/8a9lvxkwxi2gwc6s7n9wvflq951war3q-cura-4.13.1/lib/cura/plugins/USBPrinting/USBPrinterOutputDevice.py:280: DeprecationWarning: invalid escape sequence '\d'
Mar 12 21:43:27 tupac com.ultimaker.cura.desktop[6533]:   if re.search(b"[B|T\d*]: ?\d+\.?\d*", line):  # Temperature message. 'T:' for extruder and 'B:' for bed
Mar 12 21:43:27 tupac com.ultimaker.cura.desktop[6533]: /nix/store/8a9lvxkwxi2gwc6s7n9wvflq951war3q-cura-4.13.1/lib/cura/plugins/USBPrinting/USBPrinterOutputDeviceManager.py:42: DeprecationWarning: setDaemon() is deprecated, set the daemon attribute instead
Mar 12 21:43:27 tupac com.ultimaker.cura.desktop[6533]:   self._update_thread.setDaemon(True)
Mar 12 21:43:27 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:27,350 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin USBPrinting
Mar 12 21:43:27 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:27,357 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin UltimakerMachineActions
Mar 12 21:43:27 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:27,373 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin VersionUpgrade21to22
Mar 12 21:43:27 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:27,380 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin VersionUpgrade22to24
Mar 12 21:43:27 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:27,387 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin VersionUpgrade25to26
Mar 12 21:43:27 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:27,394 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin VersionUpgrade26to27
Mar 12 21:43:27 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:27,400 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin VersionUpgrade27to30
Mar 12 21:43:27 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:27,406 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin VersionUpgrade30to31
Mar 12 21:43:27 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:27,412 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin VersionUpgrade32to33
Mar 12 21:43:27 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:27,417 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin VersionUpgrade33to34
Mar 12 21:43:27 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:27,424 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin VersionUpgrade34to35
Mar 12 21:43:27 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:27,429 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin VersionUpgrade35to40
Mar 12 21:43:27 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:27,435 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin VersionUpgrade40to41
Mar 12 21:43:27 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:27,441 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin VersionUpgrade411to412
Mar 12 21:43:27 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:27,448 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin VersionUpgrade41to42
Mar 12 21:43:27 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:27,453 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin VersionUpgrade42to43
Mar 12 21:43:27 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:27,459 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin VersionUpgrade43to44
Mar 12 21:43:27 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:27,466 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin VersionUpgrade44to45
Mar 12 21:43:27 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:27,472 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin VersionUpgrade45to46
Mar 12 21:43:27 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:27,479 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin VersionUpgrade460to462
Mar 12 21:43:27 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:27,485 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin VersionUpgrade462to47
Mar 12 21:43:27 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:27,490 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin VersionUpgrade47to48
Mar 12 21:43:27 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:27,496 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin VersionUpgrade48to49
Mar 12 21:43:27 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:27,502 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin VersionUpgrade49to410
Mar 12 21:43:27 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:27,519 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin X3DReader
Mar 12 21:43:27 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:27,525 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin XRayView
Mar 12 21:43:27 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:27,543 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [471]: Loaded plugin XmlMaterialProfile
Mar 12 21:43:27 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:27,544 - DEBUG - [MainThread] UM.PluginRegistry.loadPlugins [396]: Loading all plugins took 1.4350297451019287 seconds
Mar 12 21:43:27 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:27,546 - INFO - [MainThread] UM.VersionUpgradeManager.upgrade [163]: Looking for old configuration files to upgrade.
Mar 12 21:43:27 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:27,556 - INFO - [MainThread] UM.VersionUpgradeManager.upgrade [177]: Checking and performing updates took 0.009847402572631836
Mar 12 21:43:27 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:27,562 - INFO - [MainThread] UM.Qt.QtApplication.startSplashWindowPhase [245]: Completed loading preferences.
Mar 12 21:43:27 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:27,572 - INFO - [MainThread] UM.Qt.QtApplication.startSplashWindowPhase [280]: Created system tray icon.
Mar 12 21:43:28 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:28,422 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.loadAllMetadata [522]: Loading metadata into container registry took 0.846294641494751 seconds
Mar 12 21:43:28 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:28,431 - DEBUG - [MainThread] cura.Scene.CuraSceneController.setActiveBuildPlate [142]: Select build plate: 0
Mar 12 21:43:28 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:28,432 - INFO - [MainThread] cura.CuraApplication.run [809]: Initializing machine error checker
Mar 12 21:43:28 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:28,745 - INFO - [MainThread] cura.UI.MachineActionManager.addDefaultMachineActions [74]: Default machine actions added for machine definition [creality_ender3]
Mar 12 21:43:29 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:29,009 - INFO - [MainThread] cura.Settings.GlobalStack.addExtruder [202]: Extruder[creality_base_extruder_0 #2] added to [Creality Ender-3] at position [0]
Mar 12 21:43:29 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:29,010 - INFO - [MainThread] FirmwareUpdateChecker.FirmwareUpdateChecker.checkFirmwareVersion [79]: No machine with name Creality Ender-3 in list of firmware to check.
Mar 12 21:43:30 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:30,166 - DEBUG - [MainThread] cura.Machines.ContainerTree.__getitem__ [120]: Adding container tree for creality_ender3 took 1.1509191989898682 seconds.
Mar 12 21:43:30 tupac com.ultimaker.cura.desktop[6533]: /nix/store/8a9lvxkwxi2gwc6s7n9wvflq951war3q-cura-4.13.1/lib/cura/plugins/PostProcessingPlugin/Script.py:125: DeprecationWarning: invalid escape sequence '\.'
Mar 12 21:43:30 tupac com.ultimaker.cura.desktop[6533]:   m = re.search('^-?[0-9]+\.?[0-9]*', sub_part)
Mar 12 21:43:30 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:30,190 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: ChangeAtZ
Mar 12 21:43:30 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:30,192 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: ColorMix
Mar 12 21:43:30 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:30,194 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: CreateThumbnail
Mar 12 21:43:30 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:30,196 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: DisplayFilenameAndLayerOnLCD
Mar 12 21:43:30 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:30,198 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: DisplayProgressOnLCD
Mar 12 21:43:30 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:30,199 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: FilamentChange
Mar 12 21:43:30 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:30,200 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: InsertAtLayerChange
Mar 12 21:43:30 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:30,204 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: PauseAtHeight
Mar 12 21:43:30 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:30,206 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: RetractContinue
Mar 12 21:43:30 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:30,207 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: SearchAndReplace
Mar 12 21:43:30 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:30,212 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: Stretch
Mar 12 21:43:30 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:30,214 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: TimeLapse
Mar 12 21:43:30 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:30,215 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: UsePreviousProbeMeasurements
Mar 12 21:43:30 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:30,216 - WARNING - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadAllScripts [155]: Unable to create a folder for scripts: /nix/store/ylpmx7ixp2dvsfg0yn6aqcamsrbn76nl-python3.11-uranium-4.12.0/share/uranium/resources/scripts
Mar 12 21:43:30 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:30,216 - WARNING - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadAllScripts [155]: Unable to create a folder for scripts: /nix/store/8a9lvxkwxi2gwc6s7n9wvflq951war3q-cura-4.13.1/share/cura/resources/scripts
Mar 12 21:43:30 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:30,238 - INFO - [MainThread] cura.CuraApplication.run [814]: Initializing machine manager
Mar 12 21:43:30 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:30,241 - INFO - [MainThread] cura.CuraApplication.run [819]: Initializing container manager
Mar 12 21:43:30 tupac com.ultimaker.cura.desktop[6533]: /nix/store/8a9lvxkwxi2gwc6s7n9wvflq951war3q-cura-4.13.1/lib/cura/plugins/3MFReader/ThreeMFReader.py:126: DeprecationWarning: The binary mode of fromstring is deprecated, as it behaves surprisingly on unicode inputs. Use frombuffer instead
Mar 12 21:43:30 tupac com.ultimaker.cura.desktop[6533]:   data = numpy.fromstring(savitar_node.getMeshData().getFlatVerticesAsBytes(), dtype=numpy.float32)
Mar 12 21:43:30 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:30,489 - WARNING - [MainThread] LocalContainerProvider.LocalContainerProvider._saveCachedDefinition [300]: The definition cache for definition fdmprinter failed to pickle.
Mar 12 21:43:30 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:30,491 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService.loadAuthDataFromPreferences [258]: Attempting to load the auth data from preferences.
Mar 12 21:43:30 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:30,494 - DEBUG - [JobQueueWorker [0]] UM.Mesh.MeshData.calculateNormalsFromVertices [558]: Calculating normals took 0.00404810905456543 seconds
Mar 12 21:43:30 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:30,495 - WARNING - [MainThread] UM.OutputDevice.OutputDeviceManager.removeOutputDevice [235]: Could not find output device with id digital_factory to remove
Mar 12 21:43:30 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:30,499 - DEBUG - [JobQueueWorker [0]] UM.Mesh.MeshData.approximateConvexHull [505]: approximateConvexHull(target_count=1024) Calculating 3D convex hull took 0.004410743713378906 seconds. 8 input vertices. 8 output vertices.
Mar 12 21:43:30 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:30,505 - WARNING - [MainThread] cura.UI.WhatsNewPagesModel._collectOrdinalFiles [50]: Exception: Could not find 'whats_new' folder for resource-type 6
Mar 12 21:43:30 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:30,506 - WARNING - [MainThread] cura.UI.WhatsNewPagesModel._collectOrdinalFiles [50]: Traceback (most recent call last):
Mar 12 21:43:30 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:30,506 - WARNING - [MainThread] cura.UI.WhatsNewPagesModel._collectOrdinalFiles [50]:   File "/nix/store/8a9lvxkwxi2gwc6s7n9wvflq951war3q-cura-4.13.1/lib/python3.11/site-packages/cura/UI/WhatsNewPagesModel.py", line 39, in _collectOrdinalFiles
Mar 12 21:43:30 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:30,507 - WARNING - [MainThread] cura.UI.WhatsNewPagesModel._collectOrdinalFiles [50]:     folder_path = Resources.getPath(resource_type, "whats_new")
Mar 12 21:43:30 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:30,507 - WARNING - [MainThread] cura.UI.WhatsNewPagesModel._collectOrdinalFiles [50]:                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Mar 12 21:43:30 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:30,507 - WARNING - [MainThread] cura.UI.WhatsNewPagesModel._collectOrdinalFiles [50]:   File "/nix/store/ylpmx7ixp2dvsfg0yn6aqcamsrbn76nl-python3.11-uranium-4.12.0/lib/python3.11/site-packages/UM/Resources.py", line 91, in getPath
Mar 12 21:43:30 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:30,508 - WARNING - [MainThread] cura.UI.WhatsNewPagesModel._collectOrdinalFiles [50]:     raise FileNotFoundError("Could not find resource {0} in {1}".format(args, resource_type))
Mar 12 21:43:30 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:30,508 - WARNING - [MainThread] cura.UI.WhatsNewPagesModel._collectOrdinalFiles [50]: FileNotFoundError: Could not find resource ('whats_new',) in 6
Mar 12 21:43:30 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:30,509 - WARNING - [MainThread] cura.UI.WhatsNewPagesModel._collectOrdinalFiles [50]: Exception: Could not find 'whats_new' folder for resource-type 14
Mar 12 21:43:30 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:30,510 - WARNING - [MainThread] cura.UI.WhatsNewPagesModel._collectOrdinalFiles [50]: Traceback (most recent call last):
Mar 12 21:43:30 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:30,511 - WARNING - [MainThread] cura.UI.WhatsNewPagesModel._collectOrdinalFiles [50]:   File "/nix/store/8a9lvxkwxi2gwc6s7n9wvflq951war3q-cura-4.13.1/lib/python3.11/site-packages/cura/UI/WhatsNewPagesModel.py", line 39, in _collectOrdinalFiles
Mar 12 21:43:30 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:30,511 - WARNING - [MainThread] cura.UI.WhatsNewPagesModel._collectOrdinalFiles [50]:     folder_path = Resources.getPath(resource_type, "whats_new")
Mar 12 21:43:30 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:30,512 - WARNING - [MainThread] cura.UI.WhatsNewPagesModel._collectOrdinalFiles [50]:                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Mar 12 21:43:30 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:30,512 - WARNING - [MainThread] cura.UI.WhatsNewPagesModel._collectOrdinalFiles [50]:   File "/nix/store/ylpmx7ixp2dvsfg0yn6aqcamsrbn76nl-python3.11-uranium-4.12.0/lib/python3.11/site-packages/UM/Resources.py", line 91, in getPath
Mar 12 21:43:30 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:30,513 - WARNING - [MainThread] cura.UI.WhatsNewPagesModel._collectOrdinalFiles [50]:     raise FileNotFoundError("Could not find resource {0} in {1}".format(args, resource_type))
Mar 12 21:43:30 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:30,513 - WARNING - [MainThread] cura.UI.WhatsNewPagesModel._collectOrdinalFiles [50]: FileNotFoundError: Could not find resource ('whats_new',) in 14
Mar 12 21:43:30 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:30,517 - DEBUG - [MainThread] UM.Scene.Camera._preferencesChanged [255]: Changing perspective mode to perspective.
Mar 12 21:43:30 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:30,537 - DEBUG - [MainThread] UM.Qt.Bindings.Theme.load [182]: Loading theme file: /nix/store/8a9lvxkwxi2gwc6s7n9wvflq951war3q-cura-4.13.1/share/cura/resources/themes/cura-light/theme.json
Mar 12 21:43:30 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:30,689 - DEBUG - [MainThread] UM.Qt.Bindings.Theme.load [287]: Loaded theme /nix/store/8a9lvxkwxi2gwc6s7n9wvflq951war3q-cura-4.13.1/share/cura/resources/themes/cura-light
Mar 12 21:43:30 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:30,692 - DEBUG - [MainThread] cura.Machines.MachineErrorChecker._rescheduleCheck [154]: New error check scheduled.
Mar 12 21:43:30 tupac com.ultimaker.cura.desktop[6533]: Cyclic dependency detected between "file:///nix/store/8a9lvxkwxi2gwc6s7n9wvflq951war3q-cura-4.13.1/share/cura/resources/qml/Actions.qml" and "file:///nix/store/8a9lvxkwxi2gwc6s7n9wvflq951war3q-cura-4.13.1/share/cura/resources/qml/Actions.qml"
Mar 12 21:43:30 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:30,947 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin._createView [342]: Creating post processing plugin view.
Mar 12 21:43:30 tupac com.ultimaker.cura.desktop[6533]: WARNING: Cannot find style "default" - fallback: "/nix/store/dv04cj513n48wa8p290giiax8n2qrzx8-qtquickcontrols-5.15.12/lib/qt-5.15.12/qml/QtQuick/Controls/Styles/Desktop"
Mar 12 21:43:31 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:31,045 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin._createView [352]: Post processing view created.
Mar 12 21:43:31 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:31,921 - WARNING - [MainThread] UM.Qt.Bindings.Theme.getIcon [144]: The icon 'search' is deprecated. Please use icon 'Magnifier' instead.
Mar 12 21:43:31 tupac com.ultimaker.cura.desktop[6533]: /nix/store/ylpmx7ixp2dvsfg0yn6aqcamsrbn76nl-python3.11-uranium-4.12.0/lib/python3.11/site-packages/UM/Qt/QtApplication.py:316: DeprecationWarning: The icon 'search' is deprecated. Please use icon 'Magnifier' instead.
Mar 12 21:43:31 tupac com.ultimaker.cura.desktop[6533]:   self._qml_engine.load(self._main_qml)
Mar 12 21:43:32 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:32,012 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [421]: file:///nix/store/dv04cj513n48wa8p290giiax8n2qrzx8-qtquickcontrols-5.15.12/lib/qt-5.15.12/qml/QtQuick/Dialogs/DefaultFileDialog.qml:413:17: QML ToolButton: Binding loop detected for property "implicitHeight"
Mar 12 21:43:32 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:32,019 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [421]: file:///nix/store/dv04cj513n48wa8p290giiax8n2qrzx8-qtquickcontrols-5.15.12/lib/qt-5.15.12/qml/QtQuick/Dialogs/DefaultFileDialog.qml:309:21: QML Button: Binding loop detected for property "implicitHeight"
Mar 12 21:43:32 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:32,020 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [421]: file:///nix/store/dv04cj513n48wa8p290giiax8n2qrzx8-qtquickcontrols-5.15.12/lib/qt-5.15.12/qml/QtQuick/Dialogs/DefaultFileDialog.qml:309:21: QML Button: Binding loop detected for property "implicitHeight"
Mar 12 21:43:32 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:32,046 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [421]: file:///nix/store/8a9lvxkwxi2gwc6s7n9wvflq951war3q-cura-4.13.1/share/cura/resources/qml/Settings/SettingView.qml:140:5: QML SettingVisibilityPresetsMenu: Binding loop detected for property "width"
Mar 12 21:43:32 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:32,175 - DEBUG - [MainThread] cura.Machines.Models.NozzleModel._update [28]: Updating NozzleModel.
Mar 12 21:43:32 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:32,262 - DEBUG - [MainThread] UM.Controller.setActiveStage [180]: Setting active stage to PrepareStage
Mar 12 21:43:32 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:32,337 - DEBUG - [MainThread] cura.Machines.Models.NozzleModel._update [28]: Updating NozzleModel.
Mar 12 21:43:32 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:32,458 - DEBUG - [MainThread] UM.Controller.setActiveView [108]: Setting active view to SolidView
Mar 12 21:43:32 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:32,460 - DEBUG - [MainThread] ModelChecker.ModelChecker._createView [118]: Creating model checker view.
Mar 12 21:43:32 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:32,465 - DEBUG - [MainThread] ModelChecker.ModelChecker._createView [127]: Model checker view created.
Mar 12 21:43:32 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:32,466 - DEBUG - [MainThread] SliceInfoPlugin.SliceInfo._createDialog [76]: Creating dialog [MoreInfoWindow.qml]
Mar 12 21:43:32 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:32,491 - DEBUG - [MainThread] Toolbox.src.Toolbox._makeRequestByType [545]: Requesting updates metadata from server.
Mar 12 21:43:32 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:32,492 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService.getAccessToken [145]: No auth data to retrieve the access_token from
Mar 12 21:43:32 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:32,492 - DEBUG - [MainThread] cura.UltimakerCloud.UltimakerCloudScope.requestHook [30]: User is not logged in for Cloud API request to https://api.ultimaker.com/cura-packages/v1/cura/v7.9.0/packages/package-updates?installed_packages=MirrorTool:1.0.1&installed_packages=UltimakerCPE:1.4.0&installed_packages=USBPrinting:1.0.2&installed_packages=PolyFlexPLA:1.0.1&installed_packages=GenericToughPLA:1.4.0&installed_packages=OBJWriter:1.0.1&installed_packages=FiberlogyHDPLA:1.0.1&installed_packages=PrepareStage:1.0.1&installed_packages=FirmwareUpdateChecker:1.0.1&installed_packages=VersionUpgrade41to42:1.0.0&installed_packages=Filo3DPLA:1.0.1&installed_packages=LegacyProfileReader:1.0.1&installed_packages=SupportEraser:1.0.1&installed_packages=GenericABS:1.4.0&installed_packages=STLWriter:1.0.1&installed_packages=MonitorStage:1.0.1&installed_packages=SimulationView:1.0.1&installed_packages=GCodeProfileReader:1.0.1&installed_packages=VertexDeltaPLA:1.4.0&installed_packages=RemovableDriveOutputDevice:1.0.1&installed_packages=CuraProfileReader:1.0.1&installed_packages=UpdateChecker:1.0.1&installed_packages=TranslateTool:1.0.1&installed_packages=UltimakerPP:1.4.0&installed_packages=MachineSettingsAction:1.0.1&installed_packages=VersionUpgrade42to43:1.0.0&installed_packages=GenericBAM:1.4.0&installed_packages=LocalFileOutputDevice:1.0.1&installed_packages=FABtotumTPU:1.4.0&installed_packages=UltimakerMachineActions:1.0.1&installed_packages=PerObjectSettingsTool:1.0.1&installed_packages=3MFReader:1.0.1&installed_packages=VersionUpgrade44to45:1.0.0&installed_packages=DagomaChromatikPLA:1.0.1&installed_packages=GenericPP:1.4.0&installed_packages=FABtotumPLA:1.4.0&installed_packages=VersionUpgrade30to31:1.0.1&installed_packages=RotateTool:1.0.1&installed_packages=GenericHIPS:1.4.0&installed_packages=UltimakerTPU:1.4.0&installed_packages=LocalContainerProvider:1.0.1&installed_packages=GenericCPE:1.4.0&installed_packages=GenericGFFCPE:1.4.0&installed_packages=DigitalLibrary:1.1.0&installed_packages=IMADE3DJellyBOXPETG:1.0.1&installed_packages=GCodeGzWriter:1.0.1&installed_packages=VersionUpgrade48to49:1.0.0&installed_packages=PostProcessingPlugin:2.2.1&installed_packages=ModelChecker:1.0.1&installed_packages=VersionUpgrade43to44:1.0.0&installed_packages=SimpleView:1.0.1&installed_packages=UFPReader:1.0.0&installed_packages=IMADE3DJellyBOXPLA:1.0.1&installed_packages=GenericCPEPlus:1.4.0&installed_packages=VersionUpgrade40to41:1.0.1&installed_packages=XmlMaterialProfile:1.0.1&installed_packages=VertexDeltaABS:1.4.0&installed_packages=FABtotumABS:1.4.0&installed_packages=UltimakerCPEP:1.4.0&installed_packages=GenericPLA:1.4.0&installed_packages=OctofiberPLA:1.0.1&installed_packages=CameraTool:1.0.1&installed_packages=GCodeWriter:1.0.1&installed_packages=GCodeGzReader:1.0.1&installed_packages=GenericGFFPA:1.4.0&installed_packages=PreviewStage:1.0.1&installed_packages=UltimakerNylon:1.4.0&installed_packages=VersionUpgrade22to24:1.0.1&installed_packages=GenericTPU:1.4.0&installed_packages=GCodeReader:1.0.1&installed_packages=VersionUpgrade411to412:1.0.0&installed_packages=OBJReader:1.0.1&installed_packages=ImageReader:1.0.1&installed_packages=CuraProfileWriter:1.0.1&installed_packages=VersionUpgrade35to40:1.0.0&installed_packages=ConsoleLogger:1.0.1&installed_packages=VertexDeltaTPU:1.4.0&installed_packages=XRayView:1.0.1&installed_packages=GenericPVA:1.4.0&installed_packages=SolidView:1.0.1&installed_packages=UltimakerABS:1.4.0&installed_packages=VersionUpgrade47to48:1.0.0&installed_packages=UltimakerTPLA:1.4.0&installed_packages=SelectionTool:1.0.1&installed_packages=UFPWriter:1.0.1&installed_packages=GenericNylon:1.4.0&installed_packages=UltimakerPC:1.4.0&installed_packages=UltimakerPLA:1.4.0&installed_packages=GenericPETG:1.4.0&installed_packages=Toolbox:1.0.1&installed_packages=TrimeshReader:1.0.0&installed_packages=SliceInfoPlugin:1.0.1&installed_packages=VersionUpgrade45to46:1.0.0&installed_packages=VersionUpgrade27to30:1.0.1&installed_packages=GenericPC:1.4.0&installed_packages=CuraEngineBackend:1.0.1&installed_packages=VersionUpgrade25to26:1.0.1&installed_packages=VersionUpgrade462to47:1.0.0&installed_packages=GenericCFFPA:1.4.0&installed_packages=PolyMaxPLA:1.0.1&installed_packages=VersionUpgrade34to35:1.0.1&installed_packages=GenericCFFCPE:1.4.0&installed_packages=FABtotumNylon:1.4.0&installed_packages=VersionUpgrade26to27:1.0.1&installed_packages=UltimakerBAM:1.4.0&installed_packages=VersionUpgrade21to22:1.0.1&installed_packages=CuraDrive:1.2.0&installed_packages=ScaleTool:1.0.1&installed_packages=SentryLogger:1.0.0&installed_packages=AMFReader:1.0.0&installed_packages=PolyPlusPLA:1.0.1&installed_packages=VersionUpgrade460to462:1.0.0&installed_packages=3MFWriter:1.0.1&installed_packages=PolyWoodPLA:1.0.1&installed_packages=UltimakerPVA:1.4.0&installed_packages=FileLogger:1.0.1&installed_packages=VersionUpgrade32to33:1.0.1&installed_packages=UM3NetworkPrinting:1.0.1&installed_packages=VersionUpgrade33to34:1.0.1&installed_packages=VertexDeltaPET:1.4.0&installed_packages=FirmwareUpdater:1.0.1&installed_packages=X3DReader:1.0.1&installed_packages=STLReader:1.0.1&installed_packages=VersionUpgrade49to410:1.0.0
Mar 12 21:43:32 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:32,501 - DEBUG - [MainThread] cura.CuraApplication.run [863]: Booting Cura took 6.563374757766724 seconds
Mar 12 21:43:32 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:32,502 - DEBUG - [JobQueueWorker [1]] cura.Machines.ContainerTree.run [174]: Started background loading of MachineNodes
Mar 12 21:43:32 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:32,668 - WARNING - [MainThread] UM.Decorators.deprecated_function [23]: <function GlobalStack.extruders at 0x7fa8cf7d6840> is deprecated (since 4.4): Please use extruderList instead.
Mar 12 21:43:32 tupac com.ultimaker.cura.desktop[6533]: /nix/store/ylpmx7ixp2dvsfg0yn6aqcamsrbn76nl-python3.11-uranium-4.12.0/lib/python3.11/site-packages/UM/Qt/ListModel.py:105: DeprecationWarning: <function GlobalStack.extruders at 0x7fa8cf7d6840> is deprecated (since 4.4): Please use extruderList instead.
Mar 12 21:43:32 tupac com.ultimaker.cura.desktop[6533]:   self.endInsertRows()
Mar 12 21:43:32 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:32,674 - DEBUG - [MainThread] cura.Machines.Models.CustomQualityProfilesDropDownMenuModel._update [33]: Updating CustomQualityProfilesDropDownMenuModel.
Mar 12 21:43:32 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:32,684 - DEBUG - [MainThread] cura.Machines.Models.QualityProfilesDropDownMenuModel._update [58]: Updating QualityProfilesDropDownMenuModel.
Mar 12 21:43:32 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:32,806 - DEBUG - [MainThread] cura.Machines.Models.CustomQualityProfilesDropDownMenuModel._update [33]: Updating CustomQualityProfilesDropDownMenuModel.
Mar 12 21:43:32 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:32,807 - DEBUG - [MainThread] cura.Machines.Models.QualityProfilesDropDownMenuModel._update [58]: Updating QualityProfilesDropDownMenuModel.
Mar 12 21:43:32 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:32,946 - DEBUG - [MainThread] UM.Qt.QtRenderer._initialize [210]: Support for Vertex Array Objects: True
Mar 12 21:43:32 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:32,953 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [112]: Initialized OpenGL subsystems.
Mar 12 21:43:32 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:32,953 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [113]: OpenGL Version:  4.6 (Core Profile) Mesa 23.1.9
Mar 12 21:43:32 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:32,954 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [114]: OpenGL Vendor:   Intel
Mar 12 21:43:32 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:32,954 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [115]: OpenGL Renderer: Mesa Intel(R) Graphics (ADL GT2)
Mar 12 21:43:32 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:32,955 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [116]: GLSL Version:    4.60.0
Mar 12 21:43:32 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:32,955 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [/nix/store/ylpmx7ixp2dvsfg0yn6aqcamsrbn76nl-python3.11-uranium-4.12.0/share/uranium/resources/shaders/default.shader]...
Mar 12 21:43:32 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:32,965 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [/nix/store/ylpmx7ixp2dvsfg0yn6aqcamsrbn76nl-python3.11-uranium-4.12.0/share/uranium/resources/shaders/selection.shader]...
Mar 12 21:43:32 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:32,967 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [/nix/store/ylpmx7ixp2dvsfg0yn6aqcamsrbn76nl-python3.11-uranium-4.12.0/share/uranium/resources/shaders/select_face.shader]...
Mar 12 21:43:32 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:32,968 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [/nix/store/ylpmx7ixp2dvsfg0yn6aqcamsrbn76nl-python3.11-uranium-4.12.0/share/uranium/resources/shaders/default.shader]...
Mar 12 21:43:32 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:32,970 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [/nix/store/ylpmx7ixp2dvsfg0yn6aqcamsrbn76nl-python3.11-uranium-4.12.0/share/uranium/resources/shaders/composite.shader]...
Mar 12 21:43:32 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:32,976 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [/nix/store/8a9lvxkwxi2gwc6s7n9wvflq951war3q-cura-4.13.1/share/cura/resources/shaders/overhang.shader]...
Mar 12 21:43:32 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:32,980 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [/nix/store/8a9lvxkwxi2gwc6s7n9wvflq951war3q-cura-4.13.1/share/cura/resources/shaders/striped.shader]...
Mar 12 21:43:32 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:32,983 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [/nix/store/8a9lvxkwxi2gwc6s7n9wvflq951war3q-cura-4.13.1/share/cura/resources/shaders/transparent_object.shader]...
Mar 12 21:43:32 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:32,984 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [/nix/store/8a9lvxkwxi2gwc6s7n9wvflq951war3q-cura-4.13.1/share/cura/resources/shaders/striped.shader]...
Mar 12 21:43:32 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:32,986 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [/nix/store/8a9lvxkwxi2gwc6s7n9wvflq951war3q-cura-4.13.1/share/cura/resources/shaders/xray.shader]...
Mar 12 21:43:32 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:32,988 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [/nix/store/8a9lvxkwxi2gwc6s7n9wvflq951war3q-cura-4.13.1/share/cura/resources/shaders/xray_composite.shader]...
Mar 12 21:43:32 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:32,991 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [/nix/store/ylpmx7ixp2dvsfg0yn6aqcamsrbn76nl-python3.11-uranium-4.12.0/share/uranium/resources/shaders/default.shader]...
Mar 12 21:43:32 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:32,992 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [/nix/store/8a9lvxkwxi2gwc6s7n9wvflq951war3q-cura-4.13.1/share/cura/resources/shaders/grid.shader]...
Mar 12 21:43:32 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:32,994 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [/nix/store/ylpmx7ixp2dvsfg0yn6aqcamsrbn76nl-python3.11-uranium-4.12.0/share/uranium/resources/shaders/platform.shader]...
Mar 12 21:43:33 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:33,002 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [/nix/store/8a9lvxkwxi2gwc6s7n9wvflq951war3q-cura-4.13.1/share/cura/resources/shaders/xray.shader]...
Mar 12 21:43:33 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:33,003 - DEBUG - [JobQueueWorker [1]] cura.Machines.ContainerTree.run [185]: All MachineNode loading completed
Mar 12 21:43:33 tupac com.ultimaker.cura.desktop[6533]: 2024-03-12 21:43:33,300 - INFO - [MainThread] cura.Machines.MachineErrorChecker._setResult [213]: Error check finished, result = False, time = 2.6s
Mar 12 21:43:38 tupac .gnome-shell-wr[2803]: invalid (NULL) pointer instance
Mar 12 21:43:38 tupac .gnome-shell-wr[2803]: g_signal_handler_disconnect: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Mar 12 21:43:38 tupac .gnome-shell-wr[2803]: invalid (NULL) pointer instance
Mar 12 21:43:38 tupac .gnome-shell-wr[2803]: g_signal_handler_disconnect: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Mar 12 21:43:39 tupac .gnome-shell-wr[2803]: invalid (NULL) pointer instance
Mar 12 21:43:39 tupac .gnome-shell-wr[2803]: g_signal_handler_disconnect: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Mar 12 21:43:39 tupac .gnome-shell-wr[2803]: invalid (NULL) pointer instance
Mar 12 21:43:39 tupac .gnome-shell-wr[2803]: g_signal_handler_disconnect: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Mar 12 21:43:41 tupac dbus-daemon[1432]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.118' (uid=1003 pid=6533 comm="/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python" label="kernel")
Mar 12 21:43:41 tupac gnome-shell[2803]: Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x1800007
Mar 12 21:43:41 tupac systemd[1]: Starting Hostname Service...
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]: Fatal Python error: Segmentation fault
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]: Thread 0x00007fa7ecaf96c0 (most recent call first):
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8a9lvxkwxi2gwc6s7n9wvflq951war3q-cura-4.13.1/lib/cura/plugins/USBPrinting/USBPrinterOutputDeviceManager.py", line 87 in _updateThread
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 982 in run
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 1045 in _bootstrap_inner
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 1002 in _bootstrap
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]: Thread 0x00007fa7edafb6c0 (most recent call first):
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/zr57qm78lvzz9bsxvz64jz6dkz8g62l0-python3.11-zeroconf-0.119.0/lib/python3.11/site-packages/zeroconf/_services/browser.py", line 582 in run
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 1045 in _bootstrap_inner
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 1002 in _bootstrap
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]: Thread 0x00007fa7ee2fc6c0 (most recent call first):
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 331 in wait
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 629 in wait
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8a9lvxkwxi2gwc6s7n9wvflq951war3q-cura-4.13.1/lib/cura/plugins/UM3NetworkPrinting/src/Network/ZeroConfClient.py", line 81 in _handleOnServiceChangedRequests
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 982 in run
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 1045 in _bootstrap_inner
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 1002 in _bootstrap
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]: Thread 0x00007fa7eeafd6c0 (most recent call first):
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/selectors.py", line 468 in select
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/asyncio/base_events.py", line 1884 in _run_once
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/asyncio/base_events.py", line 607 in run_forever
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/zr57qm78lvzz9bsxvz64jz6dkz8g62l0-python3.11-zeroconf-0.119.0/lib/python3.11/site-packages/zeroconf/_core.py", line 223 in _run_loop
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 982 in run
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 1045 in _bootstrap_inner
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 1002 in _bootstrap
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]: Thread 0x00007fa7ef2fe6c0 (most recent call first):
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8a9lvxkwxi2gwc6s7n9wvflq951war3q-cura-4.13.1/lib/cura/plugins/RemovableDriveOutputDevice/RemovableDrivePlugin.py", line 61 in _updateThread
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 982 in run
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 1045 in _bootstrap_inner
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 1002 in _bootstrap
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]: Thread 0x00007fa7effff6c0 (most recent call first):
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/ylpmx7ixp2dvsfg0yn6aqcamsrbn76nl-python3.11-uranium-4.12.0/lib/python3.11/site-packages/UM/Backend/Backend.py", line 165 in _storeStderrToLogThread
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 982 in run
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 1045 in _bootstrap_inner
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 1002 in _bootstrap
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]: Thread 0x00007fa818ff96c0 (most recent call first):
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/ylpmx7ixp2dvsfg0yn6aqcamsrbn76nl-python3.11-uranium-4.12.0/lib/python3.11/site-packages/UM/Backend/Backend.py", line 153 in _storeOutputToLogThread
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 982 in run
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 1045 in _bootstrap_inner
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 1002 in _bootstrap
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]: Thread 0x00007fa82a7fc6c0 (most recent call first):
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 327 in wait
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 479 in acquire
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/ylpmx7ixp2dvsfg0yn6aqcamsrbn76nl-python3.11-uranium-4.12.0/lib/python3.11/site-packages/UM/JobQueue.py", line 98 in _nextJob
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/ylpmx7ixp2dvsfg0yn6aqcamsrbn76nl-python3.11-uranium-4.12.0/lib/python3.11/site-packages/UM/JobQueue.py", line 124 in run
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 1045 in _bootstrap_inner
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 1002 in _bootstrap
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]: Thread 0x00007fa82affd6c0 (most recent call first):
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 327 in wait
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 479 in acquire
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/ylpmx7ixp2dvsfg0yn6aqcamsrbn76nl-python3.11-uranium-4.12.0/lib/python3.11/site-packages/UM/JobQueue.py", line 98 in _nextJob
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/ylpmx7ixp2dvsfg0yn6aqcamsrbn76nl-python3.11-uranium-4.12.0/lib/python3.11/site-packages/UM/JobQueue.py", line 124 in run
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 1045 in _bootstrap_inner
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 1002 in _bootstrap
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]: Thread 0x00007fa82b7fe6c0 (most recent call first):
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 327 in wait
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 479 in acquire
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/ylpmx7ixp2dvsfg0yn6aqcamsrbn76nl-python3.11-uranium-4.12.0/lib/python3.11/site-packages/UM/JobQueue.py", line 98 in _nextJob
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/ylpmx7ixp2dvsfg0yn6aqcamsrbn76nl-python3.11-uranium-4.12.0/lib/python3.11/site-packages/UM/JobQueue.py", line 124 in run
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 1045 in _bootstrap_inner
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 1002 in _bootstrap
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]: Thread 0x00007fa82bfff6c0 (most recent call first):
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 327 in wait
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 479 in acquire
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/ylpmx7ixp2dvsfg0yn6aqcamsrbn76nl-python3.11-uranium-4.12.0/lib/python3.11/site-packages/UM/JobQueue.py", line 98 in _nextJob
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/ylpmx7ixp2dvsfg0yn6aqcamsrbn76nl-python3.11-uranium-4.12.0/lib/python3.11/site-packages/UM/JobQueue.py", line 124 in run
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 1045 in _bootstrap_inner
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 1002 in _bootstrap
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]: Thread 0x00007fa848ff96c0 (most recent call first):
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 327 in wait
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 479 in acquire
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/ylpmx7ixp2dvsfg0yn6aqcamsrbn76nl-python3.11-uranium-4.12.0/lib/python3.11/site-packages/UM/JobQueue.py", line 98 in _nextJob
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/ylpmx7ixp2dvsfg0yn6aqcamsrbn76nl-python3.11-uranium-4.12.0/lib/python3.11/site-packages/UM/JobQueue.py", line 124 in run
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 1045 in _bootstrap_inner
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 1002 in _bootstrap
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]: Thread 0x00007fa8497fa6c0 (most recent call first):
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 327 in wait
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 479 in acquire
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/ylpmx7ixp2dvsfg0yn6aqcamsrbn76nl-python3.11-uranium-4.12.0/lib/python3.11/site-packages/UM/JobQueue.py", line 98 in _nextJob
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/ylpmx7ixp2dvsfg0yn6aqcamsrbn76nl-python3.11-uranium-4.12.0/lib/python3.11/site-packages/UM/JobQueue.py", line 124 in run
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 1045 in _bootstrap_inner
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 1002 in _bootstrap
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]: Thread 0x00007fa849ffb6c0 (most recent call first):
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 327 in wait
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 479 in acquire
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/ylpmx7ixp2dvsfg0yn6aqcamsrbn76nl-python3.11-uranium-4.12.0/lib/python3.11/site-packages/UM/JobQueue.py", line 98 in _nextJob
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/ylpmx7ixp2dvsfg0yn6aqcamsrbn76nl-python3.11-uranium-4.12.0/lib/python3.11/site-packages/UM/JobQueue.py", line 124 in run
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 1045 in _bootstrap_inner
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 1002 in _bootstrap
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]: Thread 0x00007fa84a7fc6c0 (most recent call first):
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 327 in wait
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 479 in acquire
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/ylpmx7ixp2dvsfg0yn6aqcamsrbn76nl-python3.11-uranium-4.12.0/lib/python3.11/site-packages/UM/JobQueue.py", line 98 in _nextJob
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/ylpmx7ixp2dvsfg0yn6aqcamsrbn76nl-python3.11-uranium-4.12.0/lib/python3.11/site-packages/UM/JobQueue.py", line 124 in run
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 1045 in _bootstrap_inner
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 1002 in _bootstrap
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]: Thread 0x00007fa84affd6c0 (most recent call first):
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 327 in wait
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 479 in acquire
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/ylpmx7ixp2dvsfg0yn6aqcamsrbn76nl-python3.11-uranium-4.12.0/lib/python3.11/site-packages/UM/JobQueue.py", line 98 in _nextJob
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/ylpmx7ixp2dvsfg0yn6aqcamsrbn76nl-python3.11-uranium-4.12.0/lib/python3.11/site-packages/UM/JobQueue.py", line 124 in run
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 1045 in _bootstrap_inner
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 1002 in _bootstrap
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]: Thread 0x00007fa84b7fe6c0 (most recent call first):
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 327 in wait
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 479 in acquire
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/ylpmx7ixp2dvsfg0yn6aqcamsrbn76nl-python3.11-uranium-4.12.0/lib/python3.11/site-packages/UM/JobQueue.py", line 98 in _nextJob
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/ylpmx7ixp2dvsfg0yn6aqcamsrbn76nl-python3.11-uranium-4.12.0/lib/python3.11/site-packages/UM/JobQueue.py", line 124 in run
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 1045 in _bootstrap_inner
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 1002 in _bootstrap
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]: Thread 0x00007fa84bfff6c0 (most recent call first):
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 327 in wait
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 479 in acquire
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/ylpmx7ixp2dvsfg0yn6aqcamsrbn76nl-python3.11-uranium-4.12.0/lib/python3.11/site-packages/UM/JobQueue.py", line 98 in _nextJob
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/ylpmx7ixp2dvsfg0yn6aqcamsrbn76nl-python3.11-uranium-4.12.0/lib/python3.11/site-packages/UM/JobQueue.py", line 124 in run
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 1045 in _bootstrap_inner
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 1002 in _bootstrap
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]: Thread 0x00007fa86cff96c0 (most recent call first):
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 327 in wait
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 479 in acquire
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/ylpmx7ixp2dvsfg0yn6aqcamsrbn76nl-python3.11-uranium-4.12.0/lib/python3.11/site-packages/UM/JobQueue.py", line 98 in _nextJob
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/ylpmx7ixp2dvsfg0yn6aqcamsrbn76nl-python3.11-uranium-4.12.0/lib/python3.11/site-packages/UM/JobQueue.py", line 124 in run
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 1045 in _bootstrap_inner
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 1002 in _bootstrap
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]: Thread 0x00007fa86d7fa6c0 (most recent call first):
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 327 in wait
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 479 in acquire
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/ylpmx7ixp2dvsfg0yn6aqcamsrbn76nl-python3.11-uranium-4.12.0/lib/python3.11/site-packages/UM/JobQueue.py", line 98 in _nextJob
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/ylpmx7ixp2dvsfg0yn6aqcamsrbn76nl-python3.11-uranium-4.12.0/lib/python3.11/site-packages/UM/JobQueue.py", line 124 in run
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 1045 in _bootstrap_inner
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 1002 in _bootstrap
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]: Thread 0x00007fa86dffb6c0 (most recent call first):
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 327 in wait
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 479 in acquire
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/ylpmx7ixp2dvsfg0yn6aqcamsrbn76nl-python3.11-uranium-4.12.0/lib/python3.11/site-packages/UM/JobQueue.py", line 98 in _nextJob
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/ylpmx7ixp2dvsfg0yn6aqcamsrbn76nl-python3.11-uranium-4.12.0/lib/python3.11/site-packages/UM/JobQueue.py", line 124 in run
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 1045 in _bootstrap_inner
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 1002 in _bootstrap
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]: Thread 0x00007fa86e7fc6c0 (most recent call first):
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 327 in wait
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 479 in acquire
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/ylpmx7ixp2dvsfg0yn6aqcamsrbn76nl-python3.11-uranium-4.12.0/lib/python3.11/site-packages/UM/JobQueue.py", line 98 in _nextJob
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/ylpmx7ixp2dvsfg0yn6aqcamsrbn76nl-python3.11-uranium-4.12.0/lib/python3.11/site-packages/UM/JobQueue.py", line 124 in run
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 1045 in _bootstrap_inner
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 1002 in _bootstrap
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]: Thread 0x00007fa86effd6c0 (most recent call first):
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 327 in wait
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 479 in acquire
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/ylpmx7ixp2dvsfg0yn6aqcamsrbn76nl-python3.11-uranium-4.12.0/lib/python3.11/site-packages/UM/JobQueue.py", line 98 in _nextJob
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/ylpmx7ixp2dvsfg0yn6aqcamsrbn76nl-python3.11-uranium-4.12.0/lib/python3.11/site-packages/UM/JobQueue.py", line 124 in run
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 1045 in _bootstrap_inner
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8k4p193rnzy3rqjkv19abz3b738l25z9-python3-3.11.6/lib/python3.11/threading.py", line 1002 in _bootstrap
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]: Current thread 0x00007fa8ee687740 (most recent call first):
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/ylpmx7ixp2dvsfg0yn6aqcamsrbn76nl-python3.11-uranium-4.12.0/lib/python3.11/site-packages/UM/Qt/QtApplication.py", line 393 in exec_
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8a9lvxkwxi2gwc6s7n9wvflq951war3q-cura-4.13.1/lib/python3.11/site-packages/cura/CuraApplication.py", line 877 in run
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]:   File "/nix/store/8a9lvxkwxi2gwc6s7n9wvflq951war3q-cura-4.13.1/bin/.cura-wrapped", line 237 in <module>
Mar 12 21:43:41 tupac com.ultimaker.cura.desktop[6533]: Extension modules: PyQt5.QtCore, PyQt5.QtNetwork, _cffi_backend, PyQt5.QtGui, PyQt5.QtWidgets, numpy.core._multiarray_umath, numpy.core._multiarray_tests, numpy.linalg._umath_linalg, numpy.fft._pocketfft_internal, numpy.random._common, numpy.random.bit_generator, numpy.random._bounded_integers, numpy.random._mt19937, numpy.random.mtrand, numpy.random._philox, numpy.random._pcg64, numpy.random._sfc64, numpy.random._generator, scipy._lib._ccallback_c, scipy.sparse._sparsetools, _csparsetools, scipy.sparse._csparsetools, scipy.sparse.linalg._isolve._iterative, scipy.linalg._fblas, scipy.linalg._flapack, scipy.linalg.cython_lapack, scipy.linalg._cythonized_array_utils, scipy.linalg._solve_toeplitz, scipy.linalg._decomp_lu_cython, scipy.linalg._matfuncs_sqrtm_triu, scipy.linalg.cython_blas, scipy.linalg._matfuncs_expm, scipy.linalg._decomp_update, scipy.linalg._flinalg, scipy.sparse.linalg._dsolve._superlu, scipy.sparse.linalg._eigen.arpack._arpack, scipy.sparse.csgraph._tools, scipy.sparse.csgraph._shortest_path, scipy.sparse.csgraph._traversal, scipy.sparse.csgraph._min_spanning_tree, scipy.sparse.csgraph._flow, scipy.sparse.csgraph._matching, scipy.sparse.csgraph._reordering, scipy.spatial._ckdtree, scipy._lib.messagestream, scipy.spatial._qhull, scipy.spatial._voronoi, scipy.spatial._distance_wrap, scipy.spatial._hausdorff, scipy.special._ufuncs_cxx, scipy.special._ufuncs, scipy.special._specfun, scipy.special._comb, scipy.special._ellip_harm_2, scipy.spatial.transform._rotation, PyQt5.QtQml, Arcus, PyQt5.QtQuick, shapely.lib, shapely._geos, shapely._geometry_helpers, pynest2d, Savitar, scipy.optimize._minpack2, scipy.optimize._group_columns, scipy.optimize._trlib._trlib, scipy.optimize._lbfgsb, _moduleTNC, scipy.optimize._moduleTNC, scipy.optimize._cobyla, scipy.optimize._slsqp, scipy.optimize._minpack, scipy.optimize._lsq.givens_elimination, scipy.optimize._zeros, scipy.optimize.__nnls, scipy.optimize._highs.cython.src._highs_wrapper, scipy.optimize._highs._highs_wrapper, scipy.optimize._highs.cython.src._highs_constants, scipy.optimize._highs._highs_constants, scipy.linalg._interpolative, scipy.optimize._bglu_dense, scipy.optimize._lsap, scipy.optimize._direct, PyQt5._QOpenGLFunctions_4_1_Core (total: 84)
Mar 12 21:43:41 tupac dbus-daemon[1432]: [system] Successfully activated service 'org.freedesktop.hostname1'
Mar 12 21:43:41 tupac systemd[1]: Started Hostname Service.
Mar 12 21:43:41 tupac systemd[1]: Created slice Slice /system/systemd-coredump.
Mar 12 21:43:41 tupac systemd[1]: Started Process Core Dump (PID 6683/UID 0).
Mar 12 21:43:44 tupac systemd-coredump[6693]: Process 6533 (.cura-wrapped) of user 1003 dumped core.

                                              Module libdconfsettings.so without build-id.
                                              Module librsvg-2.so.2 without build-id.
                                              Module libpixbufloader-svg.so without build-id.
                                              Module _QOpenGLFunctions_4_1_Core.abi3.so without build-id.
                                              Module libmodelsplugin.so without build-id.
                                              Module libwidgetsplugin.so without build-id.
                                              Module libqmlsettingsplugin.so without build-id.
                                              Module libqmlfolderlistmodelplugin.so without build-id.
                                              Module libdialogsprivateplugin.so without build-id.
                                              Module libqtquicktemplates2plugin.so without build-id.
                                              Module libQt5QuickControls2.so.5 without build-id.
                                              Module libQt5QuickTemplates2.so.5 without build-id.
                                              Module libqtquickcontrols2plugin.so without build-id.
                                              Module libdialogplugin.so without build-id.
                                              Module libqtgraphicaleffectsprivate.so without build-id.
                                              Module libqtgraphicaleffectsplugin.so without build-id.
                                              Module libqmlplugin.so without build-id.
                                              Module libwindowplugin.so without build-id.
                                              Module libqquicklayoutsplugin.so without build-id.
                                              Module libqtquickcontrolsplugin.so without build-id.
                                              Module libQt5QmlWorkerScript.so.5 without build-id.
                                              Module libqtquick2plugin.so without build-id.
                                              Module _direct.cpython-311-x86_64-linux-gnu.so without build-id.
                                              Module _lsap.cpython-311-x86_64-linux-gnu.so without build-id.
                                              Module _bglu_dense.cpython-311-x86_64-linux-gnu.so without build-id.
                                              Module _interpolative.cpython-311-x86_64-linux-gnu.so without build-id.
                                              Module _highs_constants.cpython-311-x86_64-linux-gnu.so without build-id.
                                              Module _highs_wrapper.cpython-311-x86_64-linux-gnu.so without build-id.
                                              Module __nnls.cpython-311-x86_64-linux-gnu.so without build-id.
                                              Module _zeros.cpython-311-x86_64-linux-gnu.so without build-id.
                                              Module givens_elimination.cpython-311-x86_64-linux-gnu.so without build-id.
                                              Module _minpack.cpython-311-x86_64-linux-gnu.so without build-id.
                                              Module _slsqp.cpython-311-x86_64-linux-gnu.so without build-id.
                                              Module _cobyla.cpython-311-x86_64-linux-gnu.so without build-id.
                                              Module _moduleTNC.cpython-311-x86_64-linux-gnu.so without build-id.
                                              Module _lbfgsb.cpython-311-x86_64-linux-gnu.so without build-id.
                                              Module _trlib.cpython-311-x86_64-linux-gnu.so without build-id.
                                              Module _group_columns.cpython-311-x86_64-linux-gnu.so without build-id.
                                              Module _minpack2.cpython-311-x86_64-linux-gnu.so without build-id.
                                              Module libSavitar.so.0 without build-id.
                                              Module Savitar.so without build-id.
                                              Module libqjpeg.so without build-id.
                                              Module libqico.so without build-id.
                                              Module libqgif.so without build-id.
                                              Module libQt5Svg.so.5 without build-id.
                                              Module libqsvg.so without build-id.
                                              Module libpciaccess.so.0 without build-id.
                                              Module libncursesw.so.6 without build-id.
                                              Module libdrm_intel.so.1 without build-id.
                                              Module libdrm_nouveau.so.2 without build-id.
                                              Module libdrm_amdgpu.so.1 without build-id.
                                              Module libelf.so.0 without build-id.
                                              Module libdrm_radeon.so.1 without build-id.
                                              Module libsensors.so.5 without build-id.
                                              Module libxcb-present.so.0 without build-id.
                                              Module libxcb-dri3.so.0 without build-id.
                                              Module libxshmfence.so.1 without build-id.
                                              Module libXxf86vm.so.1 without build-id.
                                              Module libxcb-dri2.so.0 without build-id.
                                              Module libdrm.so.2 without build-id.
                                              Module libxcb-glx.so.0 without build-id.
                                              Module libqxcb-glx-integration.so without build-id.
                                              Module libqnmbearer.so without build-id.
                                              Module libqgenericbearer.so without build-id.
                                              Module libqconnmanbearer.so without build-id.
                                              Module libcomposeplatforminputcontextplugin.so without build-id.
                                              Module libpcre.so.1 without build-id.
                                              Module libdatrie.so.1 without build-id.
                                              Module libxml2.so.2 without build-id.
                                              Module libjson-glib-1.0.so.0 without build-id.
                                              Module libatspi.so.0 without build-id.
                                              Module libselinux.so.1 without build-id.
                                              Module libjpeg.so.62 without build-id.
                                              Module libthai.so.0 without build-id.
                                              Module libXinerama.so.1 without build-id.
                                              Module libXrandr.so.2 without build-id.
                                              Module libXcomposite.so.1 without build-id.
                                              Module libXdamage.so.1 without build-id.
                                              Module libtracker-sparql-3.0.so.0 without build-id.
                                              Module libatk-bridge-2.0.so.0 without build-id.
                                              Module libXi.so.6 without build-id.
                                              Module libepoxy.so.0 without build-id.
                                              Module libfribidi.so.0 without build-id.
                                              Module libpangoft2-1.0.so.0 without build-id.
                                              Module libatk-1.0.so.0 without build-id.
                                              Module libpango-1.0.so.0 without build-id.
                                              Module libpangocairo-1.0.so.0 without build-id.
                                              Module libqgtk3.so without build-id.
                                              Module libXfixes.so.3 without build-id.
                                              Module libXrender.so.1 without build-id.
                                              Module libXcursor.so.1 without build-id.
                                              Module libcap.so.2 without build-id.
                                              Module libsystemd.so.0 without build-id.
                                              Module libxcb-util.so.1 without build-id.
                                              Module libdbus-1.so.3 without build-id.
                                              Module libexpat.so.1 without build-id.
                                              Module libxkbcommon.so.0 without build-id.
                                              Module libxkbcommon-x11.so.0 without build-id.
                                              Module libICE.so.6 without build-id.
                                              Module libSM.so.6 without build-id.
                                              Module libxcb-xinput.so.0 without build-id.
                                              Module libxcb-xkb.so.1 without build-id.
                                              Module libxcb-xinerama.so.0 without build-id.
                                              Module libxcb-xfixes.so.0 without build-id.
                                              Module libxcb-sync.so.1 without build-id.
                                              Module libxcb-shape.so.0 without build-id.
                                              Module libxcb-render.so.0 without build-id.
                                              Module libxcb-render-util.so.0 without build-id.
                                              Module libxcb-randr.so.0 without build-id.
                                              Module libxcb-keysyms.so.1 without build-id.
                                              Module libxcb-shm.so.0 without build-id.
                                              Module libxcb-image.so.0 without build-id.
                                              Module libxcb-icccm.so.4 without build-id.
                                              Module libX11-xcb.so.1 without build-id.
                                              Module libQt5DBus.so.5 without build-id.
                                              Module libfontconfig.so.1 without build-id.
                                              Module libQt5XcbQpa.so.5 without build-id.
                                              Module libqxcb.so without build-id.
                                              Module libnlopt.so.0 without build-id.
                                              Module libpolyclipping.so.22 without build-id.
                                              Module pynest2d.so without build-id.
                                              Module _geos.cpython-311-x86_64-linux-gnu.so without build-id.
                                              Module _geometry_helpers.cpython-311-x86_64-linux-gnu.so without build-id.
                                              Module libgeos.so.3.11.2 without build-id.
                                              Module libgeos_c.so.1 without build-id.
                                              Module lib.cpython-311-x86_64-linux-gnu.so without build-id.
                                              Module libQt5QmlModels.so.5 without build-id.
                                              Module libQt5Quick.so.5 without build-id.
                                              Module QtQuick.abi3.so without build-id.
                                              Module libprotobuf.so.32 without build-id.
                                              Module libArcus.so.3 without build-id.
                                              Module Arcus.so without build-id.
                                              Module libQt5Qml.so.5 without build-id.
                                              Module QtQml.abi3.so without build-id.
                                              Module _rust.abi3.so without build-id.
                                              Module _rotation.cpython-311-x86_64-linux-gnu.so without build-id.
                                              Module _distance_pybind.cpython-311-x86_64-linux-gnu.so without build-id.
                                              Module _ellip_harm_2.cpython-311-x86_64-linux-gnu.so without build-id.
                                              Module _comb.cpython-311-x86_64-linux-gnu.so without build-id.
                                              Module _specfun.cpython-311-x86_64-linux-gnu.so without build-id.
                                              Module _ufuncs_cxx.cpython-311-x86_64-linux-gnu.so without build-id.
                                              Module _ufuncs.cpython-311-x86_64-linux-gnu.so without build-id.
                                              Module _hausdorff.cpython-311-x86_64-linux-gnu.so without build-id.
                                              Module _distance_wrap.cpython-311-x86_64-linux-gnu.so without build-id.
                                              Module _voronoi.cpython-311-x86_64-linux-gnu.so without build-id.
                                              Module messagestream.cpython-311-x86_64-linux-gnu.so without build-id.
                                              Module _qhull.cpython-311-x86_64-linux-gnu.so without build-id.
                                              Module _reordering.cpython-311-x86_64-linux-gnu.so without build-id.
                                              Module _matching.cpython-311-x86_64-linux-gnu.so without build-id.
                                              Module _flow.cpython-311-x86_64-linux-gnu.so without build-id.
                                              Module _min_spanning_tree.cpython-311-x86_64-linux-gnu.so without build-id.
                                              Module _traversal.cpython-311-x86_64-linux-gnu.so without build-id.
                                              Module _tools.cpython-311-x86_64-linux-gnu.so without build-id.
                                              Module _shortest_path.cpython-311-x86_64-linux-gnu.so without build-id.
                                              Module _arpack.cpython-311-x86_64-linux-gnu.so without build-id.
                                              Module _superlu.cpython-311-x86_64-linux-gnu.so without build-id.
                                              Module _flinalg.cpython-311-x86_64-linux-gnu.so without build-id.
                                              Module _decomp_update.cpython-311-x86_64-linux-gnu.so without build-id.
                                              Module cython_blas.cpython-311-x86_64-linux-gnu.so without build-id.
                                              Module _matfuncs_expm.cpython-311-x86_64-linux-gnu.so without build-id.
                                              Module _matfuncs_sqrtm_triu.cpython-311-x86_64-linux-gnu.so without build-id.
                                              Module _decomp_lu_cython.cpython-311-x86_64-linux-gnu.so without build-id.
                                              Module _solve_toeplitz.cpython-311-x86_64-linux-gnu.so without build-id.
                                              Module cython_lapack.cpython-311-x86_64-linux-gnu.so without build-id.
                                              Module _cythonized_array_utils.cpython-311-x86_64-linux-gnu.so without build-id.
                                              Module _flapack.cpython-311-x86_64-linux-gnu.so without build-id.
                                              Module _fblas.cpython-311-x86_64-linux-gnu.so without build-id.
                                              Module liblapack.so.3 without build-id.
                                              Module _iterative.cpython-311-x86_64-linux-gnu.so without build-id.
                                              Module _csparsetools.cpython-311-x86_64-linux-gnu.so without build-id.
                                              Module _sparsetools.cpython-311-x86_64-linux-gnu.so without build-id.
                                              Module _ckdtree.cpython-311-x86_64-linux-gnu.so without build-id.
                                              Module _ccallback_c.cpython-311-x86_64-linux-gnu.so without build-id.
                                              Module _generator.cpython-311-x86_64-linux-gnu.so without build-id.
                                              Module _sfc64.cpython-311-x86_64-linux-gnu.so without build-id.
                                              Module _pcg64.cpython-311-x86_64-linux-gnu.so without build-id.
                                              Module _philox.cpython-311-x86_64-linux-gnu.so without build-id.
                                              Module _mt19937.cpython-311-x86_64-linux-gnu.so without build-id.
                                              Module _bounded_integers.cpython-311-x86_64-linux-gnu.so without build-id.
                                              Module _common.cpython-311-x86_64-linux-gnu.so without build-id.
                                              Module bit_generator.cpython-311-x86_64-linux-gnu.so without build-id.
                                              Module mtrand.cpython-311-x86_64-linux-gnu.so without build-id.
                                              Module _pocketfft_internal.cpython-311-x86_64-linux-gnu.so without build-id.
                                              Module _umath_linalg.cpython-311-x86_64-linux-gnu.so without build-id.
                                              Module _multiarray_tests.cpython-311-x86_64-linux-gnu.so without build-id.
                                              Module libquadmath.so.0 without build-id.
                                              Module libgomp.so.1 without build-id.
                                              Module libgfortran.so.5 without build-id.
                                              Module libblas.so.3 without build-id.
                                              Module _multiarray_umath.cpython-311-x86_64-linux-gnu.so without build-id.
                                              Module QtGui.abi3.so without build-id.
                                              Module libXdmcp.so.6 without build-id.
                                              Module libXau.so.6 without build-id.
                                              Module libxcb.so.1 without build-id.
                                              Module libgraphite2.so.3 without build-id.
                                              Module libfreetype.so.6 without build-id.
                                              Module libGLdispatch.so.0 without build-id.
                                              Module libXext.so.6 without build-id.
                                              Module libX11.so.6 without build-id.
                                              Module libGLX.so.0 without build-id.
                                              Module libharfbuzz.so.0 without build-id.
                                              Module libpng16.so.16 without build-id.
                                              Module libGL.so.1 without build-id.
                                              Module libQt5Gui.so.5 without build-id.
                                              Module libQt5Widgets.so.5 without build-id.
                                              Module QtWidgets.abi3.so without build-id.
                                              Module libffi.so.8 without build-id.
                                              Module _cffi_backend.cpython-311-x86_64-linux-gnu.so without build-id.
                                              Module libbrotlicommon.so.1 without build-id.
                                              Module libbrotlidec.so.1 without build-id.
                                              Module libbrotlienc.so.1 without build-id.
                                              Module _brotlicffi.abi3.so without build-id.
                                              Module liblzma.so.5 without build-id.
                                              Module libbz2.so.1 without build-id.
                                              Module QtCore.abi3.so without build-id.
                                              Module sip.cpython-311-x86_64-linux-gnu.so without build-id.
                                              Module libpcre2-8.so.0 without build-id.
                                              Module libkeyutils.so.1 without build-id.
                                              Module libkrb5support.so.0 without build-id.
                                              Module libcom_err.so.3 without build-id.
                                              Module libk5crypto.so.3 without build-id.
                                              Module libkrb5.so.3 without build-id.
                                              Module libzstd.so.1 without build-id.
                                              Module libpcre2-16.so.0 without build-id.
                                              Module libicudata.so.73 without build-id.
                                              Module libicuuc.so.73 without build-id.
                                              Module libicui18n.so.73 without build-id.
                                              Module libgssapi_krb5.so.2 without build-id.
                                              Module libz.so.1 without build-id.
                                              Module libstdc++.so.6 without build-id.
                                              Module libQt5Core.so.5 without build-id.
                                              Module libQt5Network.so.5 without build-id.
                                              Module QtNetwork.abi3.so without build-id.
                                              Module libgcc_s.so.1 without build-id.
                                              Stack trace of thread 6533:
                                              #0  0x00007fa8eddc3ddc __pthread_kill_implementation (libc.so.6 + 0x8cddc)
                                              #1  0x00007fa8edd749c6 raise (libc.so.6 + 0x3d9c6)
                                              #2  0x00007fa8edd74a70 __restore_rt (libc.so.6 + 0x3da70)
                                              #3  0x00007fa8cd5e19bc gtk_image_set_from_gicon (libgtk-3.so.0 + 0x1e19bc)
                                              #4  0x00007fa8cd644190 set_button_image_get_info_cb (libgtk-3.so.0 + 0x244190)
                                              #5  0x00007fa8cd5a18ea query_info_callback (libgtk-3.so.0 + 0x1a18ea)
                                              #6  0x00007fa8cd158863 g_task_return_now (libgio-2.0.so.0 + 0xb9863)
                                              #7  0x00007fa8cd158899 complete_in_idle_cb (libgio-2.0.so.0 + 0xb9899)
                                              #8  0x00007fa8ebf11f8b g_main_dispatch (libglib-2.0.so.0 + 0x5af8b)
                                              #9  0x00007fa8ebf14ff7 g_main_context_iterate_unlocked.constprop.0 (libglib-2.0.so.0 + 0x5dff7)
                                              #10 0x00007fa8ebf155cc g_main_context_iteration (libglib-2.0.so.0 + 0x5e5cc)
                                              #11 0x00007fa8ed123516 _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt5Core.so.5 + 0x323516)
                                              #12 0x00007fa8ed0ca373 _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2ca373)
                                              #13 0x00007fa8ed0d2876 _ZN16QCoreApplication4execEv (libQt5Core.so.5 + 0x2d2876)
                                              #14 0x00007fa8e8d9e45d meth_QApplication_exec_ (QtWidgets.abi3.so + 0x39e45d)
                                              #15 0x00007fa8ee24e912 cfunction_call (libpython3.11.so.1.0 + 0x24e912)
                                              #16 0x00007fa8ee24fb2e PyObject_Call (libpython3.11.so.1.0 + 0x24fb2e)
                                              #17 0x00007fa8ee0fad02 _PyEval_EvalFrameDefault (libpython3.11.so.1.0 + 0xfad02)
                                              #18 0x00007fa8ee32bacc _PyEval_Vector.constprop.0 (libpython3.11.so.1.0 + 0x32bacc)
                                              #19 0x00007fa8ee32bc6a PyEval_EvalCode (libpython3.11.so.1.0 + 0x32bc6a)
                                              #20 0x00007fa8ee355e70 run_mod (libpython3.11.so.1.0 + 0x355e70)
                                              #21 0x00007fa8ee3753b6 _PyRun_SimpleFileObject (libpython3.11.so.1.0 + 0x3753b6)
                                              #22 0x00007fa8ee375c41 _PyRun_AnyFileObject (libpython3.11.so.1.0 + 0x375c41)
                                              #23 0x00007fa8ee378886 Py_RunMain (libpython3.11.so.1.0 + 0x378886)
                                              #24 0x00007fa8edd5efce __libc_start_call_main (libc.so.6 + 0x27fce)
                                              #25 0x00007fa8edd5f089 __libc_start_main@@GLIBC_2.34 (libc.so.6 + 0x28089)
                                              #26 0x0000000000401075 _start (python3.11 + 0x1075)

                                              Stack trace of thread 6547:
                                              #0  0x00007fa8ede36e0f __poll (libc.so.6 + 0xffe0f)
                                              #1  0x00007fa8e88c6d52 _xcb_conn_wait (libxcb.so.1 + 0xdd52)
                                              #2  0x00007fa8e88c90ba xcb_wait_for_event (libxcb.so.1 + 0x100ba)
                                              #3  0x00007fa8cf1fc180 _ZN14QXcbEventQueue3runEv (libQt5XcbQpa.so.5 + 0x6a180)
                                              #4  0x00007fa8eced5b4c _ZN14QThreadPrivate5startEPv (libQt5Core.so.5 + 0xd5b4c)
                                              #5  0x00007fa8eddc20e4 start_thread (libc.so.6 + 0x8b0e4)
                                              #6  0x00007fa8ede4475c __clone3 (libc.so.6 + 0x10d75c)

                                              Stack trace of thread 6555:
                                              #0  0x00007fa8eddbecf6 __futex_abstimed_wait_common (libc.so.6 + 0x87cf6)
                                              #1  0x00007fa8eddc14e8 pthread_cond_wait@@GLIBC_2.3.2 (libc.so.6 + 0x8a4e8)
                                              #2  0x00007fa8c470f289 cnd_wait (iris_dri.so + 0x10f289)
                                              #3  0x00007fa8c46c334b util_queue_thread_func (iris_dri.so + 0xc334b)
                                              #4  0x00007fa8c470f1c7 impl_thrd_routine (iris_dri.so + 0x10f1c7)
                                              #5  0x00007fa8eddc20e4 start_thread (libc.so.6 + 0x8b0e4)
                                              #6  0x00007fa8ede4475c __clone3 (libc.so.6 + 0x10d75c)

                                              Stack trace of thread 6548:
                                              #0  0x00007fa8ede426bd syscall (libc.so.6 + 0x10b6bd)
                                              #1  0x00007fa8ebf6f500 g_cond_wait (libglib-2.0.so.0 + 0xb8500)
                                              #2  0x00007fa8ebedf14b g_async_queue_pop_intern_unlocked (libglib-2.0.so.0 + 0x2814b)
                                              #3  0x00007fa8ebf42352 g_thread_pool_spawn_thread (libglib-2.0.so.0 + 0x8b352)
                                              #4  0x00007fa8ebf41d0d g_thread_proxy (libglib-2.0.so.0 + 0x8ad0d)
                                              #5  0x00007fa8eddc20e4 start_thread (libc.so.6 + 0x8b0e4)
                                              #6  0x00007fa8ede4475c __clone3 (libc.so.6 + 0x10d75c)

                                              Stack trace of thread 6553:
                                              #0  0x00007fa8eddbecf6 __futex_abstimed_wait_common (libc.so.6 + 0x87cf6)
                                              #1  0x00007fa8eddc14e8 pthread_cond_wait@@GLIBC_2.3.2 (libc.so.6 + 0x8a4e8)
                                              #2  0x00007fa8c470f289 cnd_wait (iris_dri.so + 0x10f289)
                                              #3  0x00007fa8c46c334b util_queue_thread_func (iris_dri.so + 0xc334b)
                                              #4  0x00007fa8c470f1c7 impl_thrd_routine (iris_dri.so + 0x10f1c7)
                                              #5  0x00007fa8eddc20e4 start_thread (libc.so.6 + 0x8b0e4)
                                              #6  0x00007fa8ede4475c __clone3 (libc.so.6 + 0x10d75c)

                                              Stack trace of thread 6557:
                                              #0  0x00007fa8eddbecf6 __futex_abstimed_wait_common (libc.so.6 + 0x87cf6)
                                              #1  0x00007fa8eddc14e8 pthread_cond_wait@@GLIBC_2.3.2 (libc.so.6 + 0x8a4e8)
                                              #2  0x00007fa8c470f289 cnd_wait (iris_dri.so + 0x10f289)
                                              #3  0x00007fa8c46c334b util_queue_thread_func (iris_dri.so + 0xc334b)
                                              #4  0x00007fa8c470f1c7 impl_thrd_routine (iris_dri.so + 0x10f1c7)
                                              #5  0x00007fa8eddc20e4 start_thread (libc.so.6 + 0x8b0e4)
                                              #6  0x00007fa8ede4475c __clone3 (libc.so.6 + 0x10d75c)

                                              Stack trace of thread 6558:
                                              #0  0x00007fa8eddbecf6 __futex_abstimed_wait_common (libc.so.6 + 0x87cf6)
                                              #1  0x00007fa8eddc14e8 pthread_cond_wait@@GLIBC_2.3.2 (libc.so.6 + 0x8a4e8)
                                              #2  0x00007fa8c470f289 cnd_wait (iris_dri.so + 0x10f289)
                                              #3  0x00007fa8c46c334b util_queue_thread_func (iris_dri.so + 0xc334b)
                                              #4  0x00007fa8c470f1c7 impl_thrd_routine (iris_dri.so + 0x10f1c7)
                                              #5  0x00007fa8eddc20e4 start_thread (libc.so.6 + 0x8b0e4)
                                              #6  0x00007fa8ede4475c __clone3 (libc.so.6 + 0x10d75c)

                                              Stack trace of thread 6568:
                                              #0  0x00007fa8eddbecf6 __futex_abstimed_wait_common (libc.so.6 + 0x87cf6)
                                              #1  0x00007fa8eddc9d80 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x92d80)
                                              #2  0x00007fa8ee131dfd PyThread_acquire_lock_timed (libpython3.11.so.1.0 + 0x131dfd)
                                              #3  0x00007fa8ee36d179 acquire_timed (libpython3.11.so.1.0 + 0x36d179)
                                              #4  0x00007fa8ee36d68d lock_PyThread_acquire_lock (libpython3.11.so.1.0 + 0x36d68d)
                                              #5  0x00007fa8ee244e9d method_vectorcall_VARARGS_KEYWORDS (libpython3.11.so.1.0 + 0x244e9d)
                                              #6  0x00007fa8ee25f143 PyObject_Vectorcall (libpython3.11.so.1.0 + 0x25f143)
                                              #7  0x00007fa8ee0f8802 _PyEval_EvalFrameDefault (libpython3.11.so.1.0 + 0xf8802)
                                              #8  0x00007fa8ee32b3aa _PyEval_Vector (libpython3.11.so.1.0 + 0x32b3aa)
                                              #9  0x00007fa8ee252d64 method_vectorcall (libpython3.11.so.1.0 + 0x252d64)
                                              #10 0x00007fa8ee24e103 thread_run (libpython3.11.so.1.0 + 0x24e103)
                                              #11 0x00007fa8ee10f782 pythread_wrapper (libpython3.11.so.1.0 + 0x10f782)
                                              #12 0x00007fa8eddc20e4 start_thread (libc.so.6 + 0x8b0e4)
                                              #13 0x00007fa8ede4475c __clone3 (libc.so.6 + 0x10d75c)

                                              Stack trace of thread 6546:
                                              #0  0x00007fa8ede36e0f __poll (libc.so.6 + 0xffe0f)
                                              #1  0x00007fa8ebf14f97 g_main_context_iterate_unlocked.constprop.0 (libglib-2.0.so.0 + 0x5df97)
                                              #2  0x00007fa8ebf155cc g_main_context_iteration (libglib-2.0.so.0 + 0x5e5cc)
                                              #3  0x00007fa8ed123516 _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt5Core.so.5 + 0x323516)
                                              #4  0x00007fa8ed0ca373 _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2ca373)
                                              #5  0x00007fa8eced4777 _ZN7QThread4execEv (libQt5Core.so.5 + 0xd4777)
                                              #6  0x00007fa8cf0cc777 _ZN22QDBusConnectionManager3runEv (libQt5DBus.so.5 + 0x19777)
                                              #7  0x00007fa8eced5b4c _ZN14QThreadPrivate5startEPv (libQt5Core.so.5 + 0xd5b4c)
                                              #8  0x00007fa8eddc20e4 start_thread (libc.so.6 + 0x8b0e4)
                                              #9  0x00007fa8ede4475c __clone3 (libc.so.6 + 0x10d75c)

                                              Stack trace of thread 6551:
                                              #0  0x00007fa8ede36e0f __poll (libc.so.6 + 0xffe0f)
                                              #1  0x00007fa8ebf14f97 g_main_context_iterate_unlocked.constprop.0 (libglib-2.0.so.0 + 0x5df97)
                                              #2  0x00007fa8ebf155cc g_main_context_iteration (libglib-2.0.so.0 + 0x5e5cc)
                                              #3  0x00007fa8ed123516 _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt5Core.so.5 + 0x323516)
                                              #4  0x00007fa8ed0ca373 _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2ca373)
                                              #5  0x00007fa8eced4777 _ZN7QThread4execEv (libQt5Core.so.5 + 0xd4777)
                                              #6  0x00007fa8eced5b4c _ZN14QThreadPrivate5startEPv (libQt5Core.so.5 + 0xd5b4c)
                                              #7  0x00007fa8eddc20e4 start_thread (libc.so.6 + 0x8b0e4)
                                              #8  0x00007fa8ede4475c __clone3 (libc.so.6 + 0x10d75c)

                                              Stack trace of thread 6552:
                                              #0  0x00007fa8eddbecf6 __futex_abstimed_wait_common (libc.so.6 + 0x87cf6)
                                              #1  0x00007fa8eddc14e8 pthread_cond_wait@@GLIBC_2.3.2 (libc.so.6 + 0x8a4e8)
                                              #2  0x00007fa8c470f289 cnd_wait (iris_dri.so + 0x10f289)
                                              #3  0x00007fa8c46c334b util_queue_thread_func (iris_dri.so + 0xc334b)
                                              #4  0x00007fa8c470f1c7 impl_thrd_routine (iris_dri.so + 0x10f1c7)
                                              #5  0x00007fa8eddc20e4 start_thread (libc.so.6 + 0x8b0e4)
                                              #6  0x00007fa8ede4475c __clone3 (libc.so.6 + 0x10d75c)

                                              Stack trace of thread 6556:
                                              #0  0x00007fa8eddbecf6 __futex_abstimed_wait_common (libc.so.6 + 0x87cf6)
                                              #1  0x00007fa8eddc14e8 pthread_cond_wait@@GLIBC_2.3.2 (libc.so.6 + 0x8a4e8)
                                              #2  0x00007fa8c470f289 cnd_wait (iris_dri.so + 0x10f289)
                                              #3  0x00007fa8c46c334b util_queue_thread_func (iris_dri.so + 0xc334b)
                                              #4  0x00007fa8c470f1c7 impl_thrd_routine (iris_dri.so + 0x10f1c7)
                                              #5  0x00007fa8eddc20e4 start_thread (libc.so.6 + 0x8b0e4)
                                              #6  0x00007fa8ede4475c __clone3 (libc.so.6 + 0x10d75c)

                                              Stack trace of thread 6564:
                                              #0  0x00007fa8eddbecf6 __futex_abstimed_wait_common (libc.so.6 + 0x87cf6)
                                              #1  0x00007fa8eddc14e8 pthread_cond_wait@@GLIBC_2.3.2 (libc.so.6 + 0x8a4e8)
                                              #2  0x00007fa8c470f289 cnd_wait (iris_dri.so + 0x10f289)
                                              #3  0x00007fa8c46c334b util_queue_thread_func (iris_dri.so + 0xc334b)
                                              #4  0x00007fa8c470f1c7 impl_thrd_routine (iris_dri.so + 0x10f1c7)
                                              #5  0x00007fa8eddc20e4 start_thread (libc.so.6 + 0x8b0e4)
                                              #6  0x00007fa8ede4475c __clone3 (libc.so.6 + 0x10d75c)

                                              Stack trace of thread 6566:
                                              #0  0x00007fa8eddbecf6 __futex_abstimed_wait_common (libc.so.6 + 0x87cf6)
                                              #1  0x00007fa8eddc14e8 pthread_cond_wait@@GLIBC_2.3.2 (libc.so.6 + 0x8a4e8)
                                              #2  0x00007fa8c470f289 cnd_wait (iris_dri.so + 0x10f289)
                                              #3  0x00007fa8c46c334b util_queue_thread_func (iris_dri.so + 0xc334b)
                                              #4  0x00007fa8c470f1c7 impl_thrd_routine (iris_dri.so + 0x10f1c7)
                                              #5  0x00007fa8eddc20e4 start_thread (libc.so.6 + 0x8b0e4)
                                              #6  0x00007fa8ede4475c __clone3 (libc.so.6 + 0x10d75c)

                                              Stack trace of thread 6560:
                                              #0  0x00007fa8eddbecf6 __futex_abstimed_wait_common (libc.so.6 + 0x87cf6)
                                              #1  0x00007fa8eddc14e8 pthread_cond_wait@@GLIBC_2.3.2 (libc.so.6 + 0x8a4e8)
                                              #2  0x00007fa8c470f289 cnd_wait (iris_dri.so + 0x10f289)
                                              #3  0x00007fa8c46c334b util_queue_thread_func (iris_dri.so + 0xc334b)
                                              #4  0x00007fa8c470f1c7 impl_thrd_routine (iris_dri.so + 0x10f1c7)
                                              #5  0x00007fa8eddc20e4 start_thread (libc.so.6 + 0x8b0e4)
                                              #6  0x00007fa8ede4475c __clone3 (libc.so.6 + 0x10d75c)

                                              Stack trace of thread 6559:
                                              #0  0x00007fa8eddbecf6 __futex_abstimed_wait_common (libc.so.6 + 0x87cf6)
                                              #1  0x00007fa8eddc14e8 pthread_cond_wait@@GLIBC_2.3.2 (libc.so.6 + 0x8a4e8)
                                              #2  0x00007fa8c470f289 cnd_wait (iris_dri.so + 0x10f289)
                                              #3  0x00007fa8c46c334b util_queue_thread_func (iris_dri.so + 0xc334b)
                                              #4  0x00007fa8c470f1c7 impl_thrd_routine (iris_dri.so + 0x10f1c7)
                                              #5  0x00007fa8eddc20e4 start_thread (libc.so.6 + 0x8b0e4)
                                              #6  0x00007fa8ede4475c __clone3 (libc.so.6 + 0x10d75c)

                                              Stack trace of thread 6565:
                                              #0  0x00007fa8eddbecf6 __futex_abstimed_wait_common (libc.so.6 + 0x87cf6)
                                              #1  0x00007fa8eddc14e8 pthread_cond_wait@@GLIBC_2.3.2 (libc.so.6 + 0x8a4e8)
                                              #2  0x00007fa8c470f289 cnd_wait (iris_dri.so + 0x10f289)
                                              #3  0x00007fa8c46c334b util_queue_thread_func (iris_dri.so + 0xc334b)
                                              #4  0x00007fa8c470f1c7 impl_thrd_routine (iris_dri.so + 0x10f1c7)
                                              #5  0x00007fa8eddc20e4 start_thread (libc.so.6 + 0x8b0e4)
                                              #6  0x00007fa8ede4475c __clone3 (libc.so.6 + 0x10d75c)

                                              Stack trace of thread 6554:
                                              #0  0x00007fa8eddbecf6 __futex_abstimed_wait_common (libc.so.6 + 0x87cf6)
                                              #1  0x00007fa8eddc14e8 pthread_cond_wait@@GLIBC_2.3.2 (libc.so.6 + 0x8a4e8)
                                              #2  0x00007fa8c470f289 cnd_wait (iris_dri.so + 0x10f289)
                                              #3  0x00007fa8c46c334b util_queue_thread_func (iris_dri.so + 0xc334b)
                                              #4  0x00007fa8c470f1c7 impl_thrd_routine (iris_dri.so + 0x10f1c7)
                                              #5  0x00007fa8eddc20e4 start_thread (libc.so.6 + 0x8b0e4)
                                              #6  0x00007fa8ede4475c __clone3 (libc.so.6 + 0x10d75c)

                                              Stack trace of thread 6578:
                                              #0  0x00007fa8eddbecf6 __futex_abstimed_wait_common (libc.so.6 + 0x87cf6)
                                              #1  0x00007fa8eddc9d80 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x92d80)
                                              #2  0x00007fa8ee131dfd PyThread_acquire_lock_timed (libpython3.11.so.1.0 + 0x131dfd)
                                              #3  0x00007fa8ee36d179 acquire_timed (libpython3.11.so.1.0 + 0x36d179)
                                              #4  0x00007fa8ee36d68d lock_PyThread_acquire_lock (libpython3.11.so.1.0 + 0x36d68d)
                                              #5  0x00007fa8ee244e9d method_vectorcall_VARARGS_KEYWORDS (libpython3.11.so.1.0 + 0x244e9d)
                                              #6  0x00007fa8ee25f143 PyObject_Vectorcall (libpython3.11.so.1.0 + 0x25f143)
                                              #7  0x00007fa8ee0f8802 _PyEval_EvalFrameDefault (libpython3.11.so.1.0 + 0xf8802)
                                              #8  0x00007fa8ee32b3aa _PyEval_Vector (libpython3.11.so.1.0 + 0x32b3aa)
                                              #9  0x00007fa8ee252d64 method_vectorcall (libpython3.11.so.1.0 + 0x252d64)
                                              #10 0x00007fa8ee24e103 thread_run (libpython3.11.so.1.0 + 0x24e103)
                                              #11 0x00007fa8ee10f782 pythread_wrapper (libpython3.11.so.1.0 + 0x10f782)
                                              #12 0x00007fa8eddc20e4 start_thread (libc.so.6 + 0x8b0e4)
                                              #13 0x00007fa8ede4475c __clone3 (libc.so.6 + 0x10d75c)

                                              Stack trace of thread 6586:
                                              #0  0x00007fa8eddbecf6 __futex_abstimed_wait_common (libc.so.6 + 0x87cf6)
                                              #1  0x00007fa8eddc17cc pthread_cond_timedwait@@GLIBC_2.3.2 (libc.so.6 + 0x8a7cc)
                                              #2  0x00007fa8ecedb60c _ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer (libQt5Core.so.5 + 0xdb60c)
                                              #3  0x00007fa8eced93d5 _ZN17QThreadPoolThread3runEv (libQt5Core.so.5 + 0xd93d5)
                                              #4  0x00007fa8eced5b4c _ZN14QThreadPrivate5startEPv (libQt5Core.so.5 + 0xd5b4c)
                                              #5  0x00007fa8eddc20e4 start_thread (libc.so.6 + 0x8b0e4)
                                              #6  0x00007fa8ede4475c __clone3 (libc.so.6 + 0x10d75c)

                                              Stack trace of thread 6562:
                                              #0  0x00007fa8eddbecf6 __futex_abstimed_wait_common (libc.so.6 + 0x87cf6)
                                              #1  0x00007fa8eddc14e8 pthread_cond_wait@@GLIBC_2.3.2 (libc.so.6 + 0x8a4e8)
                                              #2  0x00007fa8c470f289 cnd_wait (iris_dri.so + 0x10f289)
                                              #3  0x00007fa8c46c334b util_queue_thread_func (iris_dri.so + 0xc334b)
                                              #4  0x00007fa8c470f1c7 impl_thrd_routine (iris_dri.so + 0x10f1c7)
                                              #5  0x00007fa8eddc20e4 start_thread (libc.so.6 + 0x8b0e4)
                                              #6  0x00007fa8ede4475c __clone3 (libc.so.6 + 0x10d75c)

                                              Stack trace of thread 6563:
                                              #0  0x00007fa8eddbecf6 __futex_abstimed_wait_common (libc.so.6 + 0x87cf6)
                                              #1  0x00007fa8eddc14e8 pthread_cond_wait@@GLIBC_2.3.2 (libc.so.6 + 0x8a4e8)
                                              #2  0x00007fa8c470f289 cnd_wait (iris_dri.so + 0x10f289)
                                              #3  0x00007fa8c46c334b util_queue_thread_func (iris_dri.so + 0xc334b)
                                              #4  0x00007fa8c470f1c7 impl_thrd_routine (iris_dri.so + 0x10f1c7)
                                              #5  0x00007fa8eddc20e4 start_thread (libc.so.6 + 0x8b0e4)
                                              #6  0x00007fa8ede4475c __clone3 (libc.so.6 + 0x10d75c)

                                              Stack trace of thread 6569:
                                              #0  0x00007fa8eddbecf6 __futex_abstimed_wait_common (libc.so.6 + 0x87cf6)
                                              #1  0x00007fa8eddc9d80 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x92d80)
                                              #2  0x00007fa8ee131dfd PyThread_acquire_lock_timed (libpython3.11.so.1.0 + 0x131dfd)
                                              #3  0x00007fa8ee36d179 acquire_timed (libpython3.11.so.1.0 + 0x36d179)
                                              #4  0x00007fa8ee36d68d lock_PyThread_acquire_lock (libpython3.11.so.1.0 + 0x36d68d)
                                              #5  0x00007fa8ee244e9d method_vectorcall_VARARGS_KEYWORDS (libpython3.11.so.1.0 + 0x244e9d)
                                              #6  0x00007fa8ee25f143 PyObject_Vectorcall (libpython3.11.so.1.0 + 0x25f143)
                                              #7  0x00007fa8ee0f8802 _PyEval_EvalFrameDefault (libpython3.11.so.1.0 + 0xf8802)
                                              #8  0x00007fa8ee32b3aa _PyEval_Vector (libpython3.11.so.1.0 + 0x32b3aa)
                                              #9  0x00007fa8ee252d64 method_vectorcall (libpython3.11.so.1.0 + 0x252d64)
                                              #10 0x00007fa8ee24e103 thread_run (libpython3.11.so.1.0 + 0x24e103)
                                              #11 0x00007fa8ee10f782 pythread_wrapper (libpython3.11.so.1.0 + 0x10f782)
                                              #12 0x00007fa8eddc20e4 start_thread (libc.so.6 + 0x8b0e4)
                                              #13 0x00007fa8ede4475c __clone3 (libc.so.6 + 0x10d75c)

                                              Stack trace of thread 6567:
                                              #0  0x00007fa8eddbecf6 __futex_abstimed_wait_common (libc.so.6 + 0x87cf6)
                                              #1  0x00007fa8eddc9d80 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x92d80)
                                              #2  0x00007fa8ee131dfd PyThread_acquire_lock_timed (libpython3.11.so.1.0 + 0x131dfd)
                                              #3  0x00007fa8ee36d179 acquire_timed (libpython3.11.so.1.0 + 0x36d179)
                                              #4  0x00007fa8ee36d68d lock_PyThread_acquire_lock (libpython3.11.so.1.0 + 0x36d68d)
                                              #5  0x00007fa8ee244e9d method_vectorcall_VARARGS_KEYWORDS (libpython3.11.so.1.0 + 0x244e9d)
                                              #6  0x00007fa8ee25f143 PyObject_Vectorcall (libpython3.11.so.1.0 + 0x25f143)
                                              #7  0x00007fa8ee0f8802 _PyEval_EvalFrameDefault (libpython3.11.so.1.0 + 0xf8802)
                                              #8  0x00007fa8ee32b3aa _PyEval_Vector (libpython3.11.so.1.0 + 0x32b3aa)
                                              #9  0x00007fa8ee252d64 method_vectorcall (libpython3.11.so.1.0 + 0x252d64)
                                              #10 0x00007fa8ee24e103 thread_run (libpython3.11.so.1.0 + 0x24e103)
                                              #11 0x00007fa8ee10f782 pythread_wrapper (libpython3.11.so.1.0 + 0x10f782)
                                              #12 0x00007fa8eddc20e4 start_thread (libc.so.6 + 0x8b0e4)
                                              #13 0x00007fa8ede4475c __clone3 (libc.so.6 + 0x10d75c)

                                              Stack trace of thread 6575:
                                              #0  0x00007fa8eddbecf6 __futex_abstimed_wait_common (libc.so.6 + 0x87cf6)
                                              #1  0x00007fa8eddc9d80 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x92d80)
                                              #2  0x00007fa8ee131dfd PyThread_acquire_lock_timed (libpython3.11.so.1.0 + 0x131dfd)
                                              #3  0x00007fa8ee36d179 acquire_timed (libpython3.11.so.1.0 + 0x36d179)
                                              #4  0x00007fa8ee36d68d lock_PyThread_acquire_lock (libpython3.11.so.1.0 + 0x36d68d)
                                              #5  0x00007fa8ee244e9d method_vectorcall_VARARGS_KEYWORDS (libpython3.11.so.1.0 + 0x244e9d)
                                              #6  0x00007fa8ee25f143 PyObject_Vectorcall (libpython3.11.so.1.0 + 0x25f143)
                                              #7  0x00007fa8ee0f8802 _PyEval_EvalFrameDefault (libpython3.11.so.1.0 + 0xf8802)
                                              #8  0x00007fa8ee32b3aa _PyEval_Vector (libpython3.11.so.1.0 + 0x32b3aa)
                                              #9  0x00007fa8ee252d64 method_vectorcall (libpython3.11.so.1.0 + 0x252d64)
                                              #10 0x00007fa8ee24e103 thread_run (libpython3.11.so.1.0 + 0x24e103)
                                              #11 0x00007fa8ee10f782 pythread_wrapper (libpython3.11.so.1.0 + 0x10f782)
                                              #12 0x00007fa8eddc20e4 start_thread (libc.so.6 + 0x8b0e4)
                                              #13 0x00007fa8ede4475c __clone3 (libc.so.6 + 0x10d75c)

                                              Stack trace of thread 6574:
                                              #0  0x00007fa8eddbecf6 __futex_abstimed_wait_common (libc.so.6 + 0x87cf6)
                                              #1  0x00007fa8eddc9d80 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x92d80)
                                              #2  0x00007fa8ee131dfd PyThread_acquire_lock_timed (libpython3.11.so.1.0 + 0x131dfd)
                                              #3  0x00007fa8ee36d179 acquire_timed (libpython3.11.so.1.0 + 0x36d179)
                                              #4  0x00007fa8ee36d68d lock_PyThread_acquire_lock (libpython3.11.so.1.0 + 0x36d68d)
                                              #5  0x00007fa8ee244e9d method_vectorcall_VARARGS_KEYWORDS (libpython3.11.so.1.0 + 0x244e9d)
                                              #6  0x00007fa8ee25f143 PyObject_Vectorcall (libpython3.11.so.1.0 + 0x25f143)
                                              #7  0x00007fa8ee0f8802 _PyEval_EvalFrameDefault (libpython3.11.so.1.0 + 0xf8802)
                                              #8  0x00007fa8ee32b3aa _PyEval_Vector (libpython3.11.so.1.0 + 0x32b3aa)
                                              #9  0x00007fa8ee252d64 method_vectorcall (libpython3.11.so.1.0 + 0x252d64)
                                              #10 0x00007fa8ee24e103 thread_run (libpython3.11.so.1.0 + 0x24e103)
                                              #11 0x00007fa8ee10f782 pythread_wrapper (libpython3.11.so.1.0 + 0x10f782)
                                              #12 0x00007fa8eddc20e4 start_thread (libc.so.6 + 0x8b0e4)
                                              #13 0x00007fa8ede4475c __clone3 (libc.so.6 + 0x10d75c)

                                              Stack trace of thread 6570:
                                              #0  0x00007fa8eddbecf6 __futex_abstimed_wait_common (libc.so.6 + 0x87cf6)
                                              #1  0x00007fa8eddc9d80 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x92d80)
                                              #2  0x00007fa8ee131dfd PyThread_acquire_lock_timed (libpython3.11.so.1.0 + 0x131dfd)
                                              #3  0x00007fa8ee36d179 acquire_timed (libpython3.11.so.1.0 + 0x36d179)
                                              #4  0x00007fa8ee36d68d lock_PyThread_acquire_lock (libpython3.11.so.1.0 + 0x36d68d)
                                              #5  0x00007fa8ee244e9d method_vectorcall_VARARGS_KEYWORDS (libpython3.11.so.1.0 + 0x244e9d)
                                              #6  0x00007fa8ee25f143 PyObject_Vectorcall (libpython3.11.so.1.0 + 0x25f143)
                                              #7  0x00007fa8ee0f8802 _PyEval_EvalFrameDefault (libpython3.11.so.1.0 + 0xf8802)
                                              #8  0x00007fa8ee32b3aa _PyEval_Vector (libpython3.11.so.1.0 + 0x32b3aa)
                                              #9  0x00007fa8ee252d64 method_vectorcall (libpython3.11.so.1.0 + 0x252d64)
                                              #10 0x00007fa8ee24e103 thread_run (libpython3.11.so.1.0 + 0x24e103)
                                              #11 0x00007fa8ee10f782 pythread_wrapper (libpython3.11.so.1.0 + 0x10f782)
                                              #12 0x00007fa8eddc20e4 start_thread (libc.so.6 + 0x8b0e4)
                                              #13 0x00007fa8ede4475c __clone3 (libc.so.6 + 0x10d75c)

                                              Stack trace of thread 6640:
                                              #0  0x00007fa8eddbecf6 __futex_abstimed_wait_common (libc.so.6 + 0x87cf6)
                                              #1  0x00007fa8eddc17cc pthread_cond_timedwait@@GLIBC_2.3.2 (libc.so.6 + 0x8a7cc)
                                              #2  0x00007fa8ecedb60c _ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer (libQt5Core.so.5 + 0xdb60c)
                                              #3  0x00007fa8eced93d5 _ZN17QThreadPoolThread3runEv (libQt5Core.so.5 + 0xd93d5)
                                              #4  0x00007fa8eced5b4c _ZN14QThreadPrivate5startEPv (libQt5Core.so.5 + 0xd5b4c)
                                              #5  0x00007fa8eddc20e4 start_thread (libc.so.6 + 0x8b0e4)
                                              #6  0x00007fa8ede4475c __clone3 (libc.so.6 + 0x10d75c)

                                              Stack trace of thread 6588:
                                              #0  0x00007fa8eddbecf6 __futex_abstimed_wait_common (libc.so.6 + 0x87cf6)
                                              #1  0x00007fa8eddc17cc pthread_cond_timedwait@@GLIBC_2.3.2 (libc.so.6 + 0x8a7cc)
                                              #2  0x00007fa8ecedb60c _ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer (libQt5Core.so.5 + 0xdb60c)
                                              #3  0x00007fa8eced93d5 _ZN17QThreadPoolThread3runEv (libQt5Core.so.5 + 0xd93d5)
                                              #4  0x00007fa8eced5b4c _ZN14QThreadPrivate5startEPv (libQt5Core.so.5 + 0xd5b4c)
                                              #5  0x00007fa8eddc20e4 start_thread (libc.so.6 + 0x8b0e4)
                                              #6  0x00007fa8ede4475c __clone3 (libc.so.6 + 0x10d75c)

                                              Stack trace of thread 6641:
                                              #0  0x00007fa8eddbecf6 __futex_abstimed_wait_common (libc.so.6 + 0x87cf6)
                                              #1  0x00007fa8eddc17cc pthread_cond_timedwait@@GLIBC_2.3.2 (libc.so.6 + 0x8a7cc)
                                              #2  0x00007fa8ecedb60c _ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer (libQt5Core.so.5 + 0xdb60c)
                                              #3  0x00007fa8eced93d5 _ZN17QThreadPoolThread3runEv (libQt5Core.so.5 + 0xd93d5)
                                              #4  0x00007fa8eced5b4c _ZN14QThreadPrivate5startEPv (libQt5Core.so.5 + 0xd5b4c)
                                              #5  0x00007fa8eddc20e4 start_thread (libc.so.6 + 0x8b0e4)
                                              #6  0x00007fa8ede4475c __clone3 (libc.so.6 + 0x10d75c)

                                              Stack trace of thread 6573:
                                              #0  0x00007fa8eddbecf6 __futex_abstimed_wait_common (libc.so.6 + 0x87cf6)
                                              #1  0x00007fa8eddc9d80 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x92d80)
                                              #2  0x00007fa8ee131dfd PyThread_acquire_lock_timed (libpython3.11.so.1.0 + 0x131dfd)
                                              #3  0x00007fa8ee36d179 acquire_timed (libpython3.11.so.1.0 + 0x36d179)
                                              #4  0x00007fa8ee36d68d lock_PyThread_acquire_lock (libpython3.11.so.1.0 + 0x36d68d)
                                              #5  0x00007fa8ee244e9d method_vectorcall_VARARGS_KEYWORDS (libpython3.11.so.1.0 + 0x244e9d)
                                              #6  0x00007fa8ee25f143 PyObject_Vectorcall (libpython3.11.so.1.0 + 0x25f143)
                                              #7  0x00007fa8ee0f8802 _PyEval_EvalFrameDefault (libpython3.11.so.1.0 + 0xf8802)
                                              #8  0x00007fa8ee32b3aa _PyEval_Vector (libpython3.11.so.1.0 + 0x32b3aa)
                                              #9  0x00007fa8ee252d64 method_vectorcall (libpython3.11.so.1.0 + 0x252d64)
                                              #10 0x00007fa8ee24e103 thread_run (libpython3.11.so.1.0 + 0x24e103)
                                              #11 0x00007fa8ee10f782 pythread_wrapper (libpython3.11.so.1.0 + 0x10f782)
                                              #12 0x00007fa8eddc20e4 start_thread (libc.so.6 + 0x8b0e4)
                                              #13 0x00007fa8ede4475c __clone3 (libc.so.6 + 0x10d75c)

                                              Stack trace of thread 6636:
                                              #0  0x00007fa8eddbecf6 __futex_abstimed_wait_common (libc.so.6 + 0x87cf6)
                                              #1  0x00007fa8eddc17cc pthread_cond_timedwait@@GLIBC_2.3.2 (libc.so.6 + 0x8a7cc)
                                              #2  0x00007fa8ecedb60c _ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer (libQt5Core.so.5 + 0xdb60c)
                                              #3  0x00007fa8eced93d5 _ZN17QThreadPoolThread3runEv (libQt5Core.so.5 + 0xd93d5)
                                              #4  0x00007fa8eced5b4c _ZN14QThreadPrivate5startEPv (libQt5Core.so.5 + 0xd5b4c)
                                              #5  0x00007fa8eddc20e4 start_thread (libc.so.6 + 0x8b0e4)
                                              #6  0x00007fa8ede4475c __clone3 (libc.so.6 + 0x10d75c)

                                              Stack trace of thread 6580:
                                              #0  0x00007fa8eddbecf6 __futex_abstimed_wait_common (libc.so.6 + 0x87cf6)
                                              #1  0x00007fa8eddc9d80 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x92d80)
                                              #2  0x00007fa8ee131dfd PyThread_acquire_lock_timed (libpython3.11.so.1.0 + 0x131dfd)
                                              #3  0x00007fa8ee36d179 acquire_timed (libpython3.11.so.1.0 + 0x36d179)
                                              #4  0x00007fa8ee36d68d lock_PyThread_acquire_lock (libpython3.11.so.1.0 + 0x36d68d)
                                              #5  0x00007fa8ee244e9d method_vectorcall_VARARGS_KEYWORDS (libpython3.11.so.1.0 + 0x244e9d)
                                              #6  0x00007fa8ee25f143 PyObject_Vectorcall (libpython3.11.so.1.0 + 0x25f143)
                                              #7  0x00007fa8ee0f8802 _PyEval_EvalFrameDefault (libpython3.11.so.1.0 + 0xf8802)
                                              #8  0x00007fa8ee32b3aa _PyEval_Vector (libpython3.11.so.1.0 + 0x32b3aa)
                                              #9  0x00007fa8ee252d64 method_vectorcall (libpython3.11.so.1.0 + 0x252d64)
                                              #10 0x00007fa8ee24e103 thread_run (libpython3.11.so.1.0 + 0x24e103)
                                              #11 0x00007fa8ee10f782 pythread_wrapper (libpython3.11.so.1.0 + 0x10f782)
                                              #12 0x00007fa8eddc20e4 start_thread (libc.so.6 + 0x8b0e4)
                                              #13 0x00007fa8ede4475c __clone3 (libc.so.6 + 0x10d75c)

                                              Stack trace of thread 6642:
                                              #0  0x00007fa8eddbecf6 __futex_abstimed_wait_common (libc.so.6 + 0x87cf6)
                                              #1  0x00007fa8eddc17cc pthread_cond_timedwait@@GLIBC_2.3.2 (libc.so.6 + 0x8a7cc)
                                              #2  0x00007fa8ecedb60c _ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer (libQt5Core.so.5 + 0xdb60c)
                                              #3  0x00007fa8eced93d5 _ZN17QThreadPoolThread3runEv (libQt5Core.so.5 + 0xd93d5)
                                              #4  0x00007fa8eced5b4c _ZN14QThreadPrivate5startEPv (libQt5Core.so.5 + 0xd5b4c)
                                              #5  0x00007fa8eddc20e4 start_thread (libc.so.6 + 0x8b0e4)
                                              #6  0x00007fa8ede4475c __clone3 (libc.so.6 + 0x10d75c)

                                              Stack trace of thread 6587:
                                              #0  0x00007fa8eddbecf6 __futex_abstimed_wait_common (libc.so.6 + 0x87cf6)
                                              #1  0x00007fa8eddc17cc pthread_cond_timedwait@@GLIBC_2.3.2 (libc.so.6 + 0x8a7cc)
                                              #2  0x00007fa8ecedb60c _ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer (libQt5Core.so.5 + 0xdb60c)
                                              #3  0x00007fa8eced93d5 _ZN17QThreadPoolThread3runEv (libQt5Core.so.5 + 0xd93d5)
                                              #4  0x00007fa8eced5b4c _ZN14QThreadPrivate5startEPv (libQt5Core.so.5 + 0xd5b4c)
                                              #5  0x00007fa8eddc20e4 start_thread (libc.so.6 + 0x8b0e4)
                                              #6  0x00007fa8ede4475c __clone3 (libc.so.6 + 0x10d75c)

                                              Stack trace of thread 6610:
                                              #0  0x00007fa8ede44b76 epoll_wait (libc.so.6 + 0x10db76)
                                              #1  0x00007fa8ec38e6ea select_epoll_poll (select.cpython-311-x86_64-linux-gnu.so + 0x36ea)
                                              #2  0x00007fa8ee0fa7eb _PyEval_EvalFrameDefault (libpython3.11.so.1.0 + 0xfa7eb)
                                              #3  0x00007fa8ee32b3aa _PyEval_Vector (libpython3.11.so.1.0 + 0x32b3aa)
                                              #4  0x00007fa8ee0fad02 _PyEval_EvalFrameDefault (libpython3.11.so.1.0 + 0xfad02)
                                              #5  0x00007fa8ee32b3aa _PyEval_Vector (libpython3.11.so.1.0 + 0x32b3aa)
                                              #6  0x00007fa8ee252d64 method_vectorcall (libpython3.11.so.1.0 + 0x252d64)
                                              #7  0x00007fa8ee24e103 thread_run (libpython3.11.so.1.0 + 0x24e103)
                                              #8  0x00007fa8ee10f782 pythread_wrapper (libpython3.11.so.1.0 + 0x10f782)
                                              #9  0x00007fa8eddc20e4 start_thread (libc.so.6 + 0x8b0e4)
                                              #10 0x00007fa8ede4475c __clone3 (libc.so.6 + 0x10d75c)

                                              Stack trace of thread 6561:
                                              #0  0x00007fa8eddbecf6 __futex_abstimed_wait_common (libc.so.6 + 0x87cf6)
                                              #1  0x00007fa8eddc14e8 pthread_cond_wait@@GLIBC_2.3.2 (libc.so.6 + 0x8a4e8)
                                              #2  0x00007fa8c470f289 cnd_wait (iris_dri.so + 0x10f289)
                                              #3  0x00007fa8c46c334b util_queue_thread_func (iris_dri.so + 0xc334b)
                                              #4  0x00007fa8c470f1c7 impl_thrd_routine (iris_dri.so + 0x10f1c7)
                                              #5  0x00007fa8eddc20e4 start_thread (libc.so.6 + 0x8b0e4)
                                              #6  0x00007fa8ede4475c __clone3 (libc.so.6 + 0x10d75c)

                                              Stack trace of thread 6571:
                                              #0  0x00007fa8eddbecf6 __futex_abstimed_wait_common (libc.so.6 + 0x87cf6)
                                              #1  0x00007fa8eddc9d80 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x92d80)
                                              #2  0x00007fa8ee131dfd PyThread_acquire_lock_timed (libpython3.11.so.1.0 + 0x131dfd)
                                              #3  0x00007fa8ee36d179 acquire_timed (libpython3.11.so.1.0 + 0x36d179)
                                              #4  0x00007fa8ee36d68d lock_PyThread_acquire_lock (libpython3.11.so.1.0 + 0x36d68d)
                                              #5  0x00007fa8ee244e9d method_vectorcall_VARARGS_KEYWORDS (libpython3.11.so.1.0 + 0x244e9d)
                                              #6  0x00007fa8ee25f143 PyObject_Vectorcall (libpython3.11.so.1.0 + 0x25f143)
                                              #7  0x00007fa8ee0f8802 _PyEval_EvalFrameDefault (libpython3.11.so.1.0 + 0xf8802)
                                              #8  0x00007fa8ee32b3aa _PyEval_Vector (libpython3.11.so.1.0 + 0x32b3aa)
                                              #9  0x00007fa8ee252d64 method_vectorcall (libpython3.11.so.1.0 + 0x252d64)
                                              #10 0x00007fa8ee24e103 thread_run (libpython3.11.so.1.0 + 0x24e103)
                                              #11 0x00007fa8ee10f782 pythread_wrapper (libpython3.11.so.1.0 + 0x10f782)
                                              #12 0x00007fa8eddc20e4 start_thread (libc.so.6 + 0x8b0e4)
                                              #13 0x00007fa8ede4475c __clone3 (libc.so.6 + 0x10d75c)

                                              Stack trace of thread 6589:
                                              #0  0x00007fa8ede36e0f __poll (libc.so.6 + 0xffe0f)
                                              #1  0x00007fa8ebf14f97 g_main_context_iterate_unlocked.constprop.0 (libglib-2.0.so.0 + 0x5df97)
                                              #2  0x00007fa8ebf155cc g_main_context_iteration (libglib-2.0.so.0 + 0x5e5cc)
                                              #3  0x00007fa8ed123516 _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt5Core.so.5 + 0x323516)
                                              #4  0x00007fa8ed0ca373 _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2ca373)
                                              #5  0x00007fa8eced4777 _ZN7QThread4execEv (libQt5Core.so.5 + 0xd4777)
                                              #6  0x00007fa8eced5b4c _ZN14QThreadPrivate5startEPv (libQt5Core.so.5 + 0xd5b4c)
                                              #7  0x00007fa8eddc20e4 start_thread (libc.so.6 + 0x8b0e4)
                                              #8  0x00007fa8ede4475c __clone3 (libc.so.6 + 0x10d75c)

                                              Stack trace of thread 6579:
                                              #0  0x00007fa8eddbecf6 __futex_abstimed_wait_common (libc.so.6 + 0x87cf6)
                                              #1  0x00007fa8eddc9d80 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x92d80)
                                              #2  0x00007fa8ee131dfd PyThread_acquire_lock_timed (libpython3.11.so.1.0 + 0x131dfd)
                                              #3  0x00007fa8ee36d179 acquire_timed (libpython3.11.so.1.0 + 0x36d179)
                                              #4  0x00007fa8ee36d68d lock_PyThread_acquire_lock (libpython3.11.so.1.0 + 0x36d68d)
                                              #5  0x00007fa8ee244e9d method_vectorcall_VARARGS_KEYWORDS (libpython3.11.so.1.0 + 0x244e9d)
                                              #6  0x00007fa8ee25f143 PyObject_Vectorcall (libpython3.11.so.1.0 + 0x25f143)
                                              #7  0x00007fa8ee0f8802 _PyEval_EvalFrameDefault (libpython3.11.so.1.0 + 0xf8802)
                                              #8  0x00007fa8ee32b3aa _PyEval_Vector (libpython3.11.so.1.0 + 0x32b3aa)
                                              #9  0x00007fa8ee252d64 method_vectorcall (libpython3.11.so.1.0 + 0x252d64)
                                              #10 0x00007fa8ee24e103 thread_run (libpython3.11.so.1.0 + 0x24e103)
                                              #11 0x00007fa8ee10f782 pythread_wrapper (libpython3.11.so.1.0 + 0x10f782)
                                              #12 0x00007fa8eddc20e4 start_thread (libc.so.6 + 0x8b0e4)
                                              #13 0x00007fa8ede4475c __clone3 (libc.so.6 + 0x10d75c)

                                              Stack trace of thread 6549:
                                              #0  0x00007fa8ede36e0f __poll (libc.so.6 + 0xffe0f)
                                              #1  0x00007fa8ebf14f97 g_main_context_iterate_unlocked.constprop.0 (libglib-2.0.so.0 + 0x5df97)
                                              #2  0x00007fa8ebf155cc g_main_context_iteration (libglib-2.0.so.0 + 0x5e5cc)
                                              #3  0x00007fa8ebf15611 glib_worker_main (libglib-2.0.so.0 + 0x5e611)
                                              #4  0x00007fa8ebf41d0d g_thread_proxy (libglib-2.0.so.0 + 0x8ad0d)
                                              #5  0x00007fa8eddc20e4 start_thread (libc.so.6 + 0x8b0e4)
                                              #6  0x00007fa8ede4475c __clone3 (libc.so.6 + 0x10d75c)

                                              Stack trace of thread 6576:
                                              #0  0x00007fa8eddbecf6 __futex_abstimed_wait_common (libc.so.6 + 0x87cf6)
                                              #1  0x00007fa8eddc9d80 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x92d80)
                                              #2  0x00007fa8ee131dfd PyThread_acquire_lock_timed (libpython3.11.so.1.0 + 0x131dfd)
                                              #3  0x00007fa8ee36d179 acquire_timed (libpython3.11.so.1.0 + 0x36d179)
                                              #4  0x00007fa8ee36d68d lock_PyThread_acquire_lock (libpython3.11.so.1.0 + 0x36d68d)
                                              #5  0x00007fa8ee244e9d method_vectorcall_VARARGS_KEYWORDS (libpython3.11.so.1.0 + 0x244e9d)
                                              #6  0x00007fa8ee25f143 PyObject_Vectorcall (libpython3.11.so.1.0 + 0x25f143)
                                              #7  0x00007fa8ee0f8802 _PyEval_EvalFrameDefault (libpython3.11.so.1.0 + 0xf8802)
                                              #8  0x00007fa8ee32b3aa _PyEval_Vector (libpython3.11.so.1.0 + 0x32b3aa)
                                              #9  0x00007fa8ee252d64 method_vectorcall (libpython3.11.so.1.0 + 0x252d64)
                                              #10 0x00007fa8ee24e103 thread_run (libpython3.11.so.1.0 + 0x24e103)
                                              #11 0x00007fa8ee10f782 pythread_wrapper (libpython3.11.so.1.0 + 0x10f782)
                                              #12 0x00007fa8eddc20e4 start_thread (libc.so.6 + 0x8b0e4)
                                              #13 0x00007fa8ede4475c __clone3 (libc.so.6 + 0x10d75c)

                                              Stack trace of thread 6633:
                                              #0  0x00007fa8eddbecf6 __futex_abstimed_wait_common (libc.so.6 + 0x87cf6)
                                              #1  0x00007fa8eddc14e8 pthread_cond_wait@@GLIBC_2.3.2 (libc.so.6 + 0x8a4e8)
                                              #2  0x00007fa8c470f289 cnd_wait (iris_dri.so + 0x10f289)
                                              #3  0x00007fa8c46c334b util_queue_thread_func (iris_dri.so + 0xc334b)
                                              #4  0x00007fa8c470f1c7 impl_thrd_routine (iris_dri.so + 0x10f1c7)
                                              #5  0x00007fa8eddc20e4 start_thread (libc.so.6 + 0x8b0e4)
                                              #6  0x00007fa8ede4475c __clone3 (libc.so.6 + 0x10d75c)

                                              Stack trace of thread 6634:
                                              #0  0x00007fa8eddbecf6 __futex_abstimed_wait_common (libc.so.6 + 0x87cf6)
                                              #1  0x00007fa8eddc14e8 pthread_cond_wait@@GLIBC_2.3.2 (libc.so.6 + 0x8a4e8)
                                              #2  0x00007fa8c470f289 cnd_wait (iris_dri.so + 0x10f289)
                                              #3  0x00007fa8c46c334b util_queue_thread_func (iris_dri.so + 0xc334b)
                                              #4  0x00007fa8c470f1c7 impl_thrd_routine (iris_dri.so + 0x10f1c7)
                                              #5  0x00007fa8eddc20e4 start_thread (libc.so.6 + 0x8b0e4)
                                              #6  0x00007fa8ede4475c __clone3 (libc.so.6 + 0x10d75c)

                                              Stack trace of thread 6581:
                                              #0  0x00007fa8eddbecf6 __futex_abstimed_wait_common (libc.so.6 + 0x87cf6)
                                              #1  0x00007fa8eddc9d80 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x92d80)
                                              #2  0x00007fa8ee131dfd PyThread_acquire_lock_timed (libpython3.11.so.1.0 + 0x131dfd)
                                              #3  0x00007fa8ee36d179 acquire_timed (libpython3.11.so.1.0 + 0x36d179)
                                              #4  0x00007fa8ee36d68d lock_PyThread_acquire_lock (libpython3.11.so.1.0 + 0x36d68d)
                                              #5  0x00007fa8ee244e9d method_vectorcall_VARARGS_KEYWORDS (libpython3.11.so.1.0 + 0x244e9d)
                                              #6  0x00007fa8ee25f143 PyObject_Vectorcall (libpython3.11.so.1.0 + 0x25f143)
                                              #7  0x00007fa8ee0f8802 _PyEval_EvalFrameDefault (libpython3.11.so.1.0 + 0xf8802)
                                              #8  0x00007fa8ee32b3aa _PyEval_Vector (libpython3.11.so.1.0 + 0x32b3aa)
                                              #9  0x00007fa8ee252d64 method_vectorcall (libpython3.11.so.1.0 + 0x252d64)
                                              #10 0x00007fa8ee24e103 thread_run (libpython3.11.so.1.0 + 0x24e103)
                                              #11 0x00007fa8ee10f782 pythread_wrapper (libpython3.11.so.1.0 + 0x10f782)
                                              #12 0x00007fa8eddc20e4 start_thread (libc.so.6 + 0x8b0e4)
                                              #13 0x00007fa8ede4475c __clone3 (libc.so.6 + 0x10d75c)

                                              Stack trace of thread 6582:
                                              #0  0x00007fa8eddbecf6 __futex_abstimed_wait_common (libc.so.6 + 0x87cf6)
                                              #1  0x00007fa8eddc9d80 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x92d80)
                                              #2  0x00007fa8ee131dfd PyThread_acquire_lock_timed (libpython3.11.so.1.0 + 0x131dfd)
                                              #3  0x00007fa8ee36d179 acquire_timed (libpython3.11.so.1.0 + 0x36d179)
                                              #4  0x00007fa8ee36d68d lock_PyThread_acquire_lock (libpython3.11.so.1.0 + 0x36d68d)
                                              #5  0x00007fa8ee244e9d method_vectorcall_VARARGS_KEYWORDS (libpython3.11.so.1.0 + 0x244e9d)
                                              #6  0x00007fa8ee25f143 PyObject_Vectorcall (libpython3.11.so.1.0 + 0x25f143)
                                              #7  0x00007fa8ee0f8802 _PyEval_EvalFrameDefault (libpython3.11.so.1.0 + 0xf8802)
                                              #8  0x00007fa8ee32b3aa _PyEval_Vector (libpython3.11.so.1.0 + 0x32b3aa)
                                              #9  0x00007fa8ee252d64 method_vectorcall (libpython3.11.so.1.0 + 0x252d64)
                                              #10 0x00007fa8ee24e103 thread_run (libpython3.11.so.1.0 + 0x24e103)
                                              #11 0x00007fa8ee10f782 pythread_wrapper (libpython3.11.so.1.0 + 0x10f782)
                                              #12 0x00007fa8eddc20e4 start_thread (libc.so.6 + 0x8b0e4)
                                              #13 0x00007fa8ede4475c __clone3 (libc.so.6 + 0x10d75c)

                                              Stack trace of thread 6671:
                                              #0  0x00007fa8ede426bd syscall (libc.so.6 + 0x10b6bd)
                                              #1  0x00007fa8ebf6f6ac g_cond_wait_until (libglib-2.0.so.0 + 0xb86ac)
                                              #2  0x00007fa8ebedf121 g_async_queue_pop_intern_unlocked (libglib-2.0.so.0 + 0x28121)
                                              #3  0x00007fa8ebf426b2 g_thread_pool_thread_proxy (libglib-2.0.so.0 + 0x8b6b2)
                                              #4  0x00007fa8ebf41d0d g_thread_proxy (libglib-2.0.so.0 + 0x8ad0d)
                                              #5  0x00007fa8eddc20e4 start_thread (libc.so.6 + 0x8b0e4)
                                              #6  0x00007fa8ede4475c __clone3 (libc.so.6 + 0x10d75c)

                                              Stack trace of thread 6550:
                                              #0  0x00007fa8ede36e0f __poll (libc.so.6 + 0xffe0f)
                                              #1  0x00007fa8ebf14f97 g_main_context_iterate_unlocked.constprop.0 (libglib-2.0.so.0 + 0x5df97)
                                              #2  0x00007fa8ebf157ef g_main_loop_run (libglib-2.0.so.0 + 0x5e7ef)
                                              #3  0x00007fa8cd1c4586 gdbus_shared_thread_func (libgio-2.0.so.0 + 0x125586)
                                              #4  0x00007fa8ebf41d0d g_thread_proxy (libglib-2.0.so.0 + 0x8ad0d)
                                              #5  0x00007fa8eddc20e4 start_thread (libc.so.6 + 0x8b0e4)
                                              #6  0x00007fa8ede4475c __clone3 (libc.so.6 + 0x10d75c)

                                              Stack trace of thread 6639:
                                              #0  0x00007fa8eddbecf6 __futex_abstimed_wait_common (libc.so.6 + 0x87cf6)
                                              #1  0x00007fa8eddc17cc pthread_cond_timedwait@@GLIBC_2.3.2 (libc.so.6 + 0x8a7cc)
                                              #2  0x00007fa8ecedb60c _ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer (libQt5Core.so.5 + 0xdb60c)
                                              #3  0x00007fa8eced93d5 _ZN17QThreadPoolThread3runEv (libQt5Core.so.5 + 0xd93d5)
                                              #4  0x00007fa8eced5b4c _ZN14QThreadPrivate5startEPv (libQt5Core.so.5 + 0xd5b4c)
                                              #5  0x00007fa8eddc20e4 start_thread (libc.so.6 + 0x8b0e4)
                                              #6  0x00007fa8ede4475c __clone3 (libc.so.6 + 0x10d75c)

                                              Stack trace of thread 6583:
                                              #0  0x00007fa8eddbecf6 __futex_abstimed_wait_common (libc.so.6 + 0x87cf6)
                                              #1  0x00007fa8eddc17cc pthread_cond_timedwait@@GLIBC_2.3.2 (libc.so.6 + 0x8a7cc)
                                              #2  0x00007fa8ecedb60c _ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer (libQt5Core.so.5 + 0xdb60c)
                                              #3  0x00007fa8eced93d5 _ZN17QThreadPoolThread3runEv (libQt5Core.so.5 + 0xd93d5)
                                              #4  0x00007fa8eced5b4c _ZN14QThreadPrivate5startEPv (libQt5Core.so.5 + 0xd5b4c)
                                              #5  0x00007fa8eddc20e4 start_thread (libc.so.6 + 0x8b0e4)
                                              #6  0x00007fa8ede4475c __clone3 (libc.so.6 + 0x10d75c)

                                              Stack trace of thread 6584:
                                              #0  0x00007fa8eddbecf6 __futex_abstimed_wait_common (libc.so.6 + 0x87cf6)
                                              #1  0x00007fa8eddc17cc pthread_cond_timedwait@@GLIBC_2.3.2 (libc.so.6 + 0x8a7cc)
                                              #2  0x00007fa8ecedb60c _ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer (libQt5Core.so.5 + 0xdb60c)
                                              #3  0x00007fa8eced93d5 _ZN17QThreadPoolThread3runEv (libQt5Core.so.5 + 0xd93d5)
                                              #4  0x00007fa8eced5b4c _ZN14QThreadPrivate5startEPv (libQt5Core.so.5 + 0xd5b4c)
                                              #5  0x00007fa8eddc20e4 start_thread (libc.so.6 + 0x8b0e4)
                                              #6  0x00007fa8ede4475c __clone3 (libc.so.6 + 0x10d75c)

                                              Stack trace of thread 6638:
                                              #0  0x00007fa8eddbecf6 __futex_abstimed_wait_common (libc.so.6 + 0x87cf6)
                                              #1  0x00007fa8eddc17cc pthread_cond_timedwait@@GLIBC_2.3.2 (libc.so.6 + 0x8a7cc)
                                              #2  0x00007fa8ecedb60c _ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer (libQt5Core.so.5 + 0xdb60c)
                                              #3  0x00007fa8eced93d5 _ZN17QThreadPoolThread3runEv (libQt5Core.so.5 + 0xd93d5)
                                              #4  0x00007fa8eced5b4c _ZN14QThreadPrivate5startEPv (libQt5Core.so.5 + 0xd5b4c)
                                              #5  0x00007fa8eddc20e4 start_thread (libc.so.6 + 0x8b0e4)
                                              #6  0x00007fa8ede4475c __clone3 (libc.so.6 + 0x10d75c)

                                              Stack trace of thread 6572:
                                              #0  0x00007fa8eddbecf6 __futex_abstimed_wait_common (libc.so.6 + 0x87cf6)
                                              #1  0x00007fa8eddc9d80 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x92d80)
                                              #2  0x00007fa8ee131dfd PyThread_acquire_lock_timed (libpython3.11.so.1.0 + 0x131dfd)
                                              #3  0x00007fa8ee36d179 acquire_timed (libpython3.11.so.1.0 + 0x36d179)
                                              #4  0x00007fa8ee36d68d lock_PyThread_acquire_lock (libpython3.11.so.1.0 + 0x36d68d)
                                              #5  0x00007fa8ee244e9d method_vectorcall_VARARGS_KEYWORDS (libpython3.11.so.1.0 + 0x244e9d)
                                              #6  0x00007fa8ee25f143 PyObject_Vectorcall (libpython3.11.so.1.0 + 0x25f143)
                                              #7  0x00007fa8ee0f8802 _PyEval_EvalFrameDefault (libpython3.11.so.1.0 + 0xf8802)
                                              #8  0x00007fa8ee32b3aa _PyEval_Vector (libpython3.11.so.1.0 + 0x32b3aa)
                                              #9  0x00007fa8ee252d64 method_vectorcall (libpython3.11.so.1.0 + 0x252d64)
                                              #10 0x00007fa8ee24e103 thread_run (libpython3.11.so.1.0 + 0x24e103)
                                              #11 0x00007fa8ee10f782 pythread_wrapper (libpython3.11.so.1.0 + 0x10f782)
                                              #12 0x00007fa8eddc20e4 start_thread (libc.so.6 + 0x8b0e4)
                                              #13 0x00007fa8ede4475c __clone3 (libc.so.6 + 0x10d75c)

                                              Stack trace of thread 6667:
                                              #0  0x00007fa8ede426bd syscall (libc.so.6 + 0x10b6bd)
                                              #1  0x00007fa8ebf6f6ac g_cond_wait_until (libglib-2.0.so.0 + 0xb86ac)
                                              #2  0x00007fa8ebedf121 g_async_queue_pop_intern_unlocked (libglib-2.0.so.0 + 0x28121)
                                              #3  0x00007fa8ebf426b2 g_thread_pool_thread_proxy (libglib-2.0.so.0 + 0x8b6b2)
                                              #4  0x00007fa8ebf41d0d g_thread_proxy (libglib-2.0.so.0 + 0x8ad0d)
                                              #5  0x00007fa8eddc20e4 start_thread (libc.so.6 + 0x8b0e4)
                                              #6  0x00007fa8ede4475c __clone3 (libc.so.6 + 0x10d75c)

                                              Stack trace of thread 6612:
                                              #0  0x00007fa8eddbecf6 __futex_abstimed_wait_common (libc.so.6 + 0x87cf6)
                                              #1  0x00007fa8eddc9d80 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x92d80)
                                              #2  0x00007fa8ee131dfd PyThread_acquire_lock_timed (libpython3.11.so.1.0 + 0x131dfd)
                                              #3  0x00007fa8ebabc78b _queue_SimpleQueue_get_impl (_queue.cpython-311-x86_64-linux-gnu.so + 0x278b)
                                              #4  0x00007fa8ebabc998 _queue_SimpleQueue_get (_queue.cpython-311-x86_64-linux-gnu.so + 0x2998)
                                              #5  0x00007fa8ee244bd8 method_vectorcall_FASTCALL_KEYWORDS_METHOD (libpython3.11.so.1.0 + 0x244bd8)
                                              #6  0x00007fa8ee25f143 PyObject_Vectorcall (libpython3.11.so.1.0 + 0x25f143)
                                              #7  0x00007fa8ee0f8802 _PyEval_EvalFrameDefault (libpython3.11.so.1.0 + 0xf8802)
                                              #8  0x00007fa8ee32b3aa _PyEval_Vector (libpython3.11.so.1.0 + 0x32b3aa)
                                              #9  0x00007fa8ee252d64 method_vectorcall (libpython3.11.so.1.0 + 0x252d64)
                                              #10 0x00007fa8ee24e103 thread_run (libpython3.11.so.1.0 + 0x24e103)
                                              #11 0x00007fa8ee10f782 pythread_wrapper (libpython3.11.so.1.0 + 0x10f782)
                                              #12 0x00007fa8eddc20e4 start_thread (libc.so.6 + 0x8b0e4)
                                              #13 0x00007fa8ede4475c __clone3 (libc.so.6 + 0x10d75c)

                                              Stack trace of thread 6590:
                                              #0  0x00007fa8eddbecf6 __futex_abstimed_wait_common (libc.so.6 + 0x87cf6)
                                              #1  0x00007fa8eddc17cc pthread_cond_timedwait@@GLIBC_2.3.2 (libc.so.6 + 0x8a7cc)
                                              #2  0x00007fa8ecedb60c _ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer (libQt5Core.so.5 + 0xdb60c)
                                              #3  0x00007fa8eced93d5 _ZN17QThreadPoolThread3runEv (libQt5Core.so.5 + 0xd93d5)
                                              #4  0x00007fa8eced5b4c _ZN14QThreadPrivate5startEPv (libQt5Core.so.5 + 0xd5b4c)
                                              #5  0x00007fa8eddc20e4 start_thread (libc.so.6 + 0x8b0e4)
                                              #6  0x00007fa8ede4475c __clone3 (libc.so.6 + 0x10d75c)

                                              Stack trace of thread 6585:
                                              #0  0x00007fa8eddbecf6 __futex_abstimed_wait_common (libc.so.6 + 0x87cf6)
                                              #1  0x00007fa8eddc17cc pthread_cond_timedwait@@GLIBC_2.3.2 (libc.so.6 + 0x8a7cc)
                                              #2  0x00007fa8ecedb60c _ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer (libQt5Core.so.5 + 0xdb60c)
                                              #3  0x00007fa8eced93d5 _ZN17QThreadPoolThread3runEv (libQt5Core.so.5 + 0xd93d5)
                                              #4  0x00007fa8eced5b4c _ZN14QThreadPrivate5startEPv (libQt5Core.so.5 + 0xd5b4c)
                                              #5  0x00007fa8eddc20e4 start_thread (libc.so.6 + 0x8b0e4)
                                              #6  0x00007fa8ede4475c __clone3 (libc.so.6 + 0x10d75c)

                                              Stack trace of thread 6637:
                                              #0  0x00007fa8eddbecf6 __futex_abstimed_wait_common (libc.so.6 + 0x87cf6)
                                              #1  0x00007fa8eddc17cc pthread_cond_timedwait@@GLIBC_2.3.2 (libc.so.6 + 0x8a7cc)
                                              #2  0x00007fa8ecedb60c _ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer (libQt5Core.so.5 + 0xdb60c)
                                              #3  0x00007fa8eced93d5 _ZN17QThreadPoolThread3runEv (libQt5Core.so.5 + 0xd93d5)
                                              #4  0x00007fa8eced5b4c _ZN14QThreadPrivate5startEPv (libQt5Core.so.5 + 0xd5b4c)
                                              #5  0x00007fa8eddc20e4 start_thread (libc.so.6 + 0x8b0e4)
                                              #6  0x00007fa8ede4475c __clone3 (libc.so.6 + 0x10d75c)

                                              Stack trace of thread 6577:
                                              #0  0x00007fa8eddbecf6 __futex_abstimed_wait_common (libc.so.6 + 0x87cf6)
                                              #1  0x00007fa8eddc9d80 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x92d80)
                                              #2  0x00007fa8ee131dfd PyThread_acquire_lock_timed (libpython3.11.so.1.0 + 0x131dfd)
                                              #3  0x00007fa8ee36d179 acquire_timed (libpython3.11.so.1.0 + 0x36d179)
                                              #4  0x00007fa8ee36d68d lock_PyThread_acquire_lock (libpython3.11.so.1.0 + 0x36d68d)
                                              #5  0x00007fa8ee244e9d method_vectorcall_VARARGS_KEYWORDS (libpython3.11.so.1.0 + 0x244e9d)
                                              #6  0x00007fa8ee25f143 PyObject_Vectorcall (libpython3.11.so.1.0 + 0x25f143)
                                              #7  0x00007fa8ee0f8802 _PyEval_EvalFrameDefault (libpython3.11.so.1.0 + 0xf8802)
                                              #8  0x00007fa8ee32b3aa _PyEval_Vector (libpython3.11.so.1.0 + 0x32b3aa)
                                              #9  0x00007fa8ee252d64 method_vectorcall (libpython3.11.so.1.0 + 0x252d64)
                                              #10 0x00007fa8ee24e103 thread_run (libpython3.11.so.1.0 + 0x24e103)
                                              #11 0x00007fa8ee10f782 pythread_wrapper (libpython3.11.so.1.0 + 0x10f782)
                                              #12 0x00007fa8eddc20e4 start_thread (libc.so.6 + 0x8b0e4)
                                              #13 0x00007fa8ede4475c __clone3 (libc.so.6 + 0x10d75c)

                                              Stack trace of thread 6595:
                                              #0  0x00007fa8ede373fc read (libc.so.6 + 0x1003fc)
                                              #1  0x00007fa8ee3682c9 _Py_read (libpython3.11.so.1.0 + 0x3682c9)
                                              #2  0x00007fa8ee368549 _io_FileIO_readinto (libpython3.11.so.1.0 + 0x368549)
                                              #3  0x00007fa8ee245625 method_vectorcall_O (libpython3.11.so.1.0 + 0x245625)
                                              #4  0x00007fa8ee27d858 _bufferedreader_raw_read (libpython3.11.so.1.0 + 0x27d858)
                                              #5  0x00007fa8ee360035 _buffered_readline (libpython3.11.so.1.0 + 0x360035)
                                              #6  0x00007fa8ee24520f method_vectorcall_FASTCALL (libpython3.11.so.1.0 + 0x24520f)
                                              #7  0x00007fa8ee25f143 PyObject_Vectorcall (libpython3.11.so.1.0 + 0x25f143)
                                              #8  0x00007fa8ee0f8802 _PyEval_EvalFrameDefault (libpython3.11.so.1.0 + 0xf8802)
                                              #9  0x00007fa8ee32b3aa _PyEval_Vector (libpython3.11.so.1.0 + 0x32b3aa)
                                              #10 0x00007fa8ee252c23 method_vectorcall (libpython3.11.so.1.0 + 0x252c23)
                                              #11 0x00007fa8ee0fad02 _PyEval_EvalFrameDefault (libpython3.11.so.1.0 + 0xfad02)
                                              #12 0x00007fa8ee32b3aa _PyEval_Vector (libpython3.11.so.1.0 + 0x32b3aa)
                                              #13 0x00007fa8ee252d64 method_vectorcall (libpython3.11.so.1.0 + 0x252d64)
                                              #14 0x00007fa8ee24e103 thread_run (libpython3.11.so.1.0 + 0x24e103)
                                              #15 0x00007fa8ee10f782 pythread_wrapper (libpython3.11.so.1.0 + 0x10f782)
                                              #16 0x00007fa8eddc20e4 start_thread (libc.so.6 + 0x8b0e4)
                                              #17 0x00007fa8ede4475c __clone3 (libc.so.6 + 0x10d75c)

                                              Stack trace of thread 6593:
                                              #0  0x00007fa8ede466ec __recv (libc.so.6 + 0x10f6ec)
                                              #1  0x00007fa8d0f0e6d0 _ZN5Arcus7Private14PlatformSocket10readUInt32EPj (libArcus.so.3 + 0xc6d0)
                                              #2  0x00007fa8d0f0a444 _ZN5Arcus6Socket7Private18receiveNextMessageEv (libArcus.so.3 + 0x8444)
                                              #3  0x00007fa8d0f0b3b0 _ZN5Arcus6Socket7Private3runEv (libArcus.so.3 + 0x93b0)
                                              #4  0x00007fa8ecae05c3 execute_native_thread_routine (libstdc++.so.6 + 0xe05c3)
                                              #5  0x00007fa8eddc20e4 start_thread (libc.so.6 + 0x8b0e4)
                                              #6  0x00007fa8ede4475c __clone3 (libc.so.6 + 0x10d75c)

                                              Stack trace of thread 6596:
                                              #0  0x00007fa8ede373fc read (libc.so.6 + 0x1003fc)
                                              #1  0x00007fa8ee3682c9 _Py_read (libpython3.11.so.1.0 + 0x3682c9)
                                              #2  0x00007fa8ee368549 _io_FileIO_readinto (libpython3.11.so.1.0 + 0x368549)
                                              #3  0x00007fa8ee245625 method_vectorcall_O (libpython3.11.so.1.0 + 0x245625)
                                              #4  0x00007fa8ee27d858 _bufferedreader_raw_read (libpython3.11.so.1.0 + 0x27d858)
                                              #5  0x00007fa8ee360035 _buffered_readline (libpython3.11.so.1.0 + 0x360035)
                                              #6  0x00007fa8ee0faeff _PyEval_EvalFrameDefault (libpython3.11.so.1.0 + 0xfaeff)
                                              #7  0x00007fa8ee32b3aa _PyEval_Vector (libpython3.11.so.1.0 + 0x32b3aa)
                                              #8  0x00007fa8ee252c23 method_vectorcall (libpython3.11.so.1.0 + 0x252c23)
                                              #9  0x00007fa8ee0fad02 _PyEval_EvalFrameDefault (libpython3.11.so.1.0 + 0xfad02)
                                              #10 0x00007fa8ee32b3aa _PyEval_Vector (libpython3.11.so.1.0 + 0x32b3aa)
                                              #11 0x00007fa8ee252d64 method_vectorcall (libpython3.11.so.1.0 + 0x252d64)
                                              #12 0x00007fa8ee24e103 thread_run (libpython3.11.so.1.0 + 0x24e103)
                                              #13 0x00007fa8ee10f782 pythread_wrapper (libpython3.11.so.1.0 + 0x10f782)
                                              #14 0x00007fa8eddc20e4 start_thread (libc.so.6 + 0x8b0e4)
                                              #15 0x00007fa8ede4475c __clone3 (libc.so.6 + 0x10d75c)

                                              Stack trace of thread 6635:
                                              #0  0x00007fa8eddbecf6 __futex_abstimed_wait_common (libc.so.6 + 0x87cf6)
                                              #1  0x00007fa8eddc17cc pthread_cond_timedwait@@GLIBC_2.3.2 (libc.so.6 + 0x8a7cc)
                                              #2  0x00007fa8ecedb60c _ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer (libQt5Core.so.5 + 0xdb60c)
                                              #3  0x00007fa8eced93d5 _ZN17QThreadPoolThread3runEv (libQt5Core.so.5 + 0xd93d5)
                                              #4  0x00007fa8eced5b4c _ZN14QThreadPrivate5startEPv (libQt5Core.so.5 + 0xd5b4c)
                                              #5  0x00007fa8eddc20e4 start_thread (libc.so.6 + 0x8b0e4)
                                              #6  0x00007fa8ede4475c __clone3 (libc.so.6 + 0x10d75c)

                                              Stack trace of thread 6609:
                                              #0  0x00007fa8ede09b75 clock_nanosleep@GLIBC_2.2.5 (libc.so.6 + 0xd2b75)
                                              #1  0x00007fa8ee36a5c6 time_sleep (libpython3.11.so.1.0 + 0x36a5c6)
                                              #2  0x00007fa8ee244692 cfunction_vectorcall_O (libpython3.11.so.1.0 + 0x244692)
                                              #3  0x00007fa8ee25f143 PyObject_Vectorcall (libpython3.11.so.1.0 + 0x25f143)
                                              #4  0x00007fa8ee0f8802 _PyEval_EvalFrameDefault (libpython3.11.so.1.0 + 0xf8802)
                                              #5  0x00007fa8ee32b3aa _PyEval_Vector (libpython3.11.so.1.0 + 0x32b3aa)
                                              #6  0x00007fa8ee252d64 method_vectorcall (libpython3.11.so.1.0 + 0x252d64)
                                              #7  0x00007fa8ee0fad02 _PyEval_EvalFrameDefault (libpython3.11.so.1.0 + 0xfad02)
                                              #8  0x00007fa8ee32b3aa _PyEval_Vector (libpython3.11.so.1.0 + 0x32b3aa)
                                              #9  0x00007fa8ee252d64 method_vectorcall (libpython3.11.so.1.0 + 0x252d64)
                                              #10 0x00007fa8ee24e103 thread_run (libpython3.11.so.1.0 + 0x24e103)
                                              #11 0x00007fa8ee10f782 pythread_wrapper (libpython3.11.so.1.0 + 0x10f782)
                                              #12 0x00007fa8eddc20e4 start_thread (libc.so.6 + 0x8b0e4)
                                              #13 0x00007fa8ede4475c __clone3 (libc.so.6 + 0x10d75c)
                                              ELF object binary architecture: AMD x86-64
Mar 12 21:43:44 tupac systemd[1]: systemd-coredump@0-6683-0.service: Deactivated successfully.
Mar 12 21:43:44 tupac systemd[1]: systemd-coredump@0-6683-0.service: Consumed 2.688s CPU time, no IP traffic.
Mar 12 21:43:44 tupac systemd[2685]: app-gnome-com.ultimaker.cura-6533.scope: Consumed 9.409s CPU time.

User report from managed system

CC @abbradar @gebner Proposal to flag as broken package, the current version appears to be unusable due to it using too new dependencies for which it wasn't designed for so it's having issues slicing and saving the gcode and the version is over a year old so that seems like a recipe for disaster..

Discussed in NixOS Contributors: https://matrix.to/#/!kjdutkOsheZdjqYmqp:nixos.org/$UhC2Qpe5a_HgihBUIfPwiAeUcNmP3WCl1e7iLkMU8gs?via=nixos.org&via=matrix.org&via=nixos.dev

nixos-discourse commented 2 months ago

This issue has been mentioned on NixOS Discourse. There might be relevant details there:

https://discourse.nixos.org/t/issue-building-nixos-due-to-sip-package/48702/5