Cura has issues with its plugins

Since recently, on my Xfce system when I run Cura (now v.4.13.1) it loads all of its components but at last it shows errors with plugins

Screenshot_2022-02-14_09-54-04

first I tried to remove the suggested plugins by clicking on ‘remove’, but after that other errors follow

Screenshot_2022-02-24_20-28-24

and finally Cura crashes

Error traceback

Traceback (most recent call last):
  File "/usr/lib/python3.10/site-packages/UM/PluginRegistry.py", line 505, in <lambda>
    unable_to_load_plugin_message.pyQtActionTriggered.connect(lambda message, action: self._acceptedRemoveCorruptedPluginMessage(plugin_id, message))
  File "/usr/lib/python3.10/site-packages/UM/PluginRegistry.py", line 481, in _acceptedRemoveCorruptedPluginMessage
    message_data = self.uninstallPlugin(plugin_id)
  File "/usr/lib/python3.10/site-packages/UM/PluginRegistry.py", line 537, in uninstallPlugin
    "message": message_text,
UnboundLocalError: local variable 'message_text' referenced before assignment

Logs

Thread 0x00007f93273fe640 (most recent call first):
  File "/usr/lib/cura/plugins/RemovableDriveOutputDevice/RemovableDrivePlugin.py", line 61 in _updateThread
  File "/usr/lib/python3.10/threading.py", line 946 in run
  File "/usr/lib/python3.10/threading.py", line 1009 in _bootstrap_inner
  File "/usr/lib/python3.10/threading.py", line 966 in _bootstrap

Thread 0x00007f9327bff640 (most recent call first):
  File "/usr/lib/cura/plugins/USBPrinting/USBPrinterOutputDeviceManager.py", line 87 in _updateThread
  File "/usr/lib/python3.10/threading.py", line 946 in run
  File "/usr/lib/python3.10/threading.py", line 1009 in _bootstrap_inner
  File "/usr/lib/python3.10/threading.py", line 966 in _bootstrap

Thread 0x00007f933995f640 (most recent call first):
  File "/usr/lib/python3.10/site-packages/UM/Backend/Backend.py", line 165 in _storeStderrToLogThread
  File "/usr/lib/python3.10/threading.py", line 946 in run
  File "/usr/lib/python3.10/threading.py", line 1009 in _bootstrap_inner
  File "/usr/lib/python3.10/threading.py", line 966 in _bootstrap

Thread 0x00007f933a160640 (most recent call first):
  File "/usr/lib/python3.10/site-packages/UM/Backend/Backend.py", line 153 in _storeOutputToLogThread
  File "/usr/lib/python3.10/threading.py", line 946 in run
  File "/usr/lib/python3.10/threading.py", line 1009 in _bootstrap_inner
  File "/usr/lib/python3.10/threading.py", line 966 in _bootstrap

Thread 0x00007f93577fe640 (most recent call first):
  File "/usr/lib/python3.10/threading.py", line 320 in wait
  File "/usr/lib/python3.10/threading.py", line 460 in acquire
  File "/usr/lib/python3.10/site-packages/UM/JobQueue.py", line 98 in _nextJob
  File "/usr/lib/python3.10/site-packages/UM/JobQueue.py", line 124 in run
  File "/usr/lib/python3.10/threading.py", line 1009 in _bootstrap_inner
  File "/usr/lib/python3.10/threading.py", line 966 in _bootstrap

Thread 0x00007f9357fff640 (most recent call first):
  File "/usr/lib/python3.10/threading.py", line 320 in wait
  File "/usr/lib/python3.10/threading.py", line 460 in acquire
  File "/usr/lib/python3.10/site-packages/UM/JobQueue.py", line 98 in _nextJob
  File "/usr/lib/python3.10/site-packages/UM/JobQueue.py", line 124 in run
  File "/usr/lib/python3.10/threading.py", line 1009 in _bootstrap_inner
  File "/usr/lib/python3.10/threading.py", line 966 in _bootstrap

Thread 0x00007f9364985640 (most recent call first):
  File "/usr/lib/python3.10/threading.py", line 320 in wait
  File "/usr/lib/python3.10/threading.py", line 460 in acquire
  File "/usr/lib/python3.10/site-packages/UM/JobQueue.py", line 98 in _nextJob
  File "/usr/lib/python3.10/site-packages/UM/JobQueue.py", line 124 in run
  File "/usr/lib/python3.10/threading.py", line 1009 in _bootstrap_inner
  File "/usr/lib/python3.10/threading.py", line 966 in _bootstrap

Thread 0x00007f9365186640 (most recent call first):
  File "/usr/lib/python3.10/threading.py", line 320 in wait
  File "/usr/lib/python3.10/threading.py", line 460 in acquire
  File "/usr/lib/python3.10/site-packages/UM/JobQueue.py", line 98 in _nextJob
  File "/usr/lib/python3.10/site-packages/UM/JobQueue.py", line 124 in run
  File "/usr/lib/python3.10/threading.py", line 1009 in _bootstrap_inner
  File "/usr/lib/python3.10/threading.py", line 966 in _bootstrap

Current thread 0x00007f93817c3740 (most recent call first):
  File "/usr/lib/python3.10/site-packages/cura/CrashHandler.py", line 396 in _logInfoWidget
  File "/usr/lib/python3.10/site-packages/cura/CrashHandler.py", line 182 in _createDialog
  File "/usr/lib/python3.10/site-packages/cura/CrashHandler.py", line 86 in __init__
  File "/usr/bin/cura", line 162 in exceptHook
  File "/usr/lib/python3.10/site-packages/UM/Message.py", line 109 in _onActionTriggered
  File "/usr/lib/python3.10/site-packages/UM/Signal.py", line 332 in __performEmit
  File "/usr/lib/python3.10/site-packages/UM/Signal.py", line 219 in emit
  File "/usr/lib/python3.10/site-packages/UM/Qt/Bindings/VisibleMessagesModel.py", line 105 in actionTriggered
  File "/usr/lib/python3.10/site-packages/UM/Qt/Bindings/MainWindow.py", line 203 in mouseReleaseEvent
  File "/usr/lib/python3.10/site-packages/UM/Qt/QtApplication.py", line 396 in exec_
  File "/usr/lib/python3.10/site-packages/cura/CuraApplication.py", line 877 in run
  File "/usr/bin/cura", line 236 in <module>

Tried to uninstall and reinstall it twice, but the errors stick
(first uninstalled only the package)

$ sudo pacman -R cura
checking dependencies...

Packages (1) cura-4.13.1-1

Total Removed Size:  97,68 MiB

:: Do you want to remove these packages? [Y/n] 
:: Processing package changes...
(1/1) removing cura                                [######################] 100%
:: Running post-transaction hooks...
(1/4) Arming ConditionNeedsUpdate...
(2/4) Updating the MIME type database...
(3/4) Updating icon theme caches...
(4/4) Updating the desktop file MIME type cache...
$ sudo pacman -S cura
resolving dependencies...
looking for conflicting packages...

Packages (1) cura-4.13.1-1

Total Installed Size:  97,68 MiB

:: Proceed with installation? [Y/n] 
(1/1) checking keys in keyring                     [######################] 100%
(1/1) checking package integrity                   [######################] 100%
(1/1) loading package files                        [######################] 100%
(1/1) checking for file conflicts                  [######################] 100%
(1/1) checking available disk space                [######################] 100%
:: Processing package changes...
(1/1) installing cura                              [######################] 100%
Optional dependencies for cura
    python-zeroconf: network printing support
    python-trimesh: Reading AMF files [installed]
    python-libcharon: UFPWriter/UFPReader
    cura-binary-data: Binary data (firmwares and such) for cura [installed]
:: Running post-transaction hooks...
(1/4) Arming ConditionNeedsUpdate...
(2/4) Updating the MIME type database...
(3/4) Updating icon theme caches...
(4/4) Updating the desktop file MIME type cache...
$ 

(then uninstalled the package with its dependencies)

$ sudo pacman -Rns cura
checking dependencies...
:: pyside2 optionally requires qt5-quickcontrols2: QtQuickControls2 bindings

Packages (22) arcus-4.13.1-1  cura-resources-materials-4.13.0-1
              curaengine-4.13.1-1  geos-3.9.1-1  libsavitar-4.13.0-1
              nlopt-2.7.1-1  polyclipping-6.4.2-4  python-entrypoints-0.4-1
              python-jeepney-0.7.1-3  python-keyring-23.4.0-1
              python-pynest2d-4.12.0-1  python-pyserial-3.5-4
              python-scipy-1.8.0-1  python-secretstorage-3.3.1-3
              python-shapely-1.8.0-1  python-sip4-4.19.25-3
              python-trimesh-3.9.31-3  qt5-graphicaleffects-5.15.2-2
              qt5-quickcontrols-5.15.2-2  qt5-quickcontrols2-5.15.2+kde+r11-2
              uranium-4.13.1-1  cura-4.13.1-1

Total Removed Size:  198,92 MiB

:: Do you want to remove these packages? [Y/n] 
:: Processing package changes...
( 1/22) removing cura                              [######################] 100%
( 2/22) removing uranium                           [######################] 100%
( 3/22) removing qt5-quickcontrols2                [######################] 100%
( 4/22) removing qt5-quickcontrols                 [######################] 100%
( 5/22) removing python-shapely                    [######################] 100%
( 6/22) removing geos                              [######################] 100%
( 7/22) removing qt5-graphicaleffects              [######################] 100%
( 8/22) removing python-trimesh                    [######################] 100%
( 9/22) removing python-scipy                      [######################] 100%
(10/22) removing python-pyserial                   [######################] 100%
(11/22) removing python-pynest2d                   [######################] 100%
(12/22) removing nlopt                             [######################] 100%
(13/22) removing python-keyring                    [######################] 100%
(14/22) removing python-secretstorage              [######################] 100%
(15/22) removing python-jeepney                    [######################] 100%
(16/22) removing python-entrypoints                [######################] 100%
(17/22) removing libsavitar                        [######################] 100%
(18/22) removing curaengine                        [######################] 100%
(19/22) removing polyclipping                      [######################] 100%
(20/22) removing arcus                             [######################] 100%
(21/22) removing python-sip4                       [######################] 100%
(22/22) removing cura-resources-materials          [######################] 100%
:: Running post-transaction hooks...
(1/4) Arming ConditionNeedsUpdate...
(2/4) Updating the MIME type database...
(3/4) Updating icon theme caches...
(4/4) Updating the desktop file MIME type cache...
$ sudo pacman -S cura
resolving dependencies...
looking for conflicting packages...

Packages (22) arcus-4.13.1-1  cura-resources-materials-4.13.0-1
              curaengine-4.13.1-1  geos-3.9.1-1  libsavitar-4.13.0-1
              nlopt-2.7.1-1  polyclipping-6.4.2-4  python-entrypoints-0.4-1
              python-jeepney-0.7.1-3  python-keyring-23.4.0-1
              python-pynest2d-4.12.0-1  python-pyserial-3.5-4
              python-scipy-1.8.0-1  python-secretstorage-3.3.1-3
              python-shapely-1.8.0-1  python-sip4-4.19.25-3
              python-trimesh-3.9.31-3  qt5-graphicaleffects-5.15.2-2
              qt5-quickcontrols-5.15.2-2  qt5-quickcontrols2-5.15.2+kde+r11-2
              uranium-4.13.1-1  cura-4.13.1-1

Total Installed Size:  198,92 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 geos-3.9.1-1-x86_64 is up to date
 polyclipping-6.4.2-4-x86_64 is up to date
(22/22) checking keys in keyring                   [######################] 100%
(22/22) checking package integrity                 [######################] 100%
(22/22) loading package files                      [######################] 100%
(22/22) checking for file conflicts                [######################] 100%
(22/22) checking available disk space              [######################] 100%
:: Processing package changes...
( 1/22) installing python-scipy                    [######################] 100%
Optional dependencies for python-scipy
    python-pillow: for image saving module [installed]
( 2/22) installing python-pyserial                 [######################] 100%
( 3/22) installing qt5-quickcontrols               [######################] 100%
( 4/22) installing qt5-quickcontrols2              [######################] 100%
Optional dependencies for qt5-quickcontrols2
    qt5-graphicaleffects: for the Material style [pending]
( 5/22) installing python-sip4                     [######################] 100%
( 6/22) installing arcus                           [######################] 100%
( 7/22) installing geos                            [######################] 100%
( 8/22) installing python-shapely                  [######################] 100%
Optional dependencies for python-shapely
    python-numpy: for shapely.vectorized submodule [installed]
( 9/22) installing uranium                         [######################] 100%
(10/22) installing polyclipping                    [######################] 100%
(11/22) installing curaengine                      [######################] 100%
(12/22) installing libsavitar                      [######################] 100%
(13/22) installing qt5-graphicaleffects            [######################] 100%
(14/22) installing nlopt                           [######################] 100%
Optional dependencies for nlopt
    python-numpy: to use with python [installed]
(15/22) installing python-pynest2d                 [######################] 100%
(16/22) installing python-entrypoints              [######################] 100%
(17/22) installing python-jeepney                  [######################] 100%
(18/22) installing python-secretstorage            [######################] 100%
(19/22) installing python-keyring                  [######################] 100%
Optional dependencies for python-keyring
    python-keyrings-alt: Alternative backends
    python-dbus: kwallet backend [installed]
(20/22) installing python-trimesh                  [######################] 100%
Optional dependencies for python-trimesh
    python-networkx: graph operations
    python-pyglet: preview windows
    python-rtree: vector path handling
    python-scipy: convex hulls [installed]
    python-shapely: vector path handling [installed]
    python-pillow: load images [installed]
    python-jsonschema: validate JSON schemas like GLTF
    python-requests: network requests [installed]
    python-msgpack: serialize into msgpack [installed]
    python-lxml: handle XML better and faster than built- in XML
    python-sympy: do analytical math
    python-svg.path: handle SVG format path strings
    python-xxhash: hash ndarrays faster than built-in MD5/CRC
    python-collada: parse collada/dae/zae files
(21/22) installing cura-resources-materials        [######################] 100%
(22/22) installing cura                            [######################] 100%
Optional dependencies for cura
    python-zeroconf: network printing support
    python-trimesh: Reading AMF files [installed]
    python-libcharon: UFPWriter/UFPReader
    cura-binary-data: Binary data (firmwares and such) for cura [installed]
:: Running post-transaction hooks...
(1/4) Arming ConditionNeedsUpdate...
(2/4) Updating the MIME type database...
(3/4) Updating icon theme caches...
(4/4) Updating the desktop file MIME type cache...
$ 

Each time I run Cura it shows the same errors, but if I don’t click on remove buttons it is possible to normally exit Cura (File → Quit)

I’ve seen that at least another user had problems with the latest version of Cura - is it due to that and the solution is to downgrade?

This is a known issue. See the relevant bug report below. Install python-zeroconf and python-libcharon from standard repos and python-sentry_sdk from the AUR and relaunch cura:

sudo pacman -S python-zeroconf python-libcharon
pamac build python-sentry_sdk 
3 Likes

Hi!
Thanks @ishaan2479. It’s work for me :slightly_smiling_face:

python-zeroconf and python-libcharon have been installed, but about to build python-sentry_sdk it seems that AUR is not reachable.

$ pamac build python-sentry_sdk
Failed to query https://aur.archlinux.org/rpc/?v=5&type=info&arg[]=python-sentry_sdk from AUR: Could not connect: Network is unreachable
Failed to query https://aur.archlinux.org/rpc/?v=5&type=search&arg=python-sentry_sdk from AUR: Could not connect: Network is unreachable
Error: target not found: python-sentry_sdk

It should be an issue of mine since the user above had the problem solved

I’ve checked and seen that on my system AUR is enabled

I am not sure about this error message since I don’t use pamac to install packages from the AUR. Can you try installing python-sentry_sdk with yay:

sudo pacman-mirrors -f 5 && sudo pacman -Syyu
sudo pacman -S yay 
yay -S python-sentry_sdk

output:

$ yay -S python-sentry_sdk
:: Checking for conflicts...
:: Checking for inner conflicts...
[Aur:1]  python-sentry_sdk-1.5.6-1

:: (1/1) Downloaded PKGBUILD: python-sentry_sdk
  1 python-sentry_sdk                        (Build Files Exist)
==> Diffs to show?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> A
diff --git /home/xxxx/.cache/yay/python-sentry_sdk/.gitignore /home/xxxx/.cache/yay/python-sentry_sdk/.gitignore
new file mode 100644
index 0000000..4dab8d6
--- /dev/null
+++ /home/xxxx/.cache/yay/python-sentry_sdk/.gitignore
@@ -0,0 +1,7 @@
+# Ignore everything
+*
+
+# But not these files...
+!.gitignore
+!PKGBUILD
+!.SRCINFO
diff --git /home/xxxx/.cache/yay/python-sentry_sdk/PKGBUILD /home/xxxx/.cache/yay/python-sentry_sdk/PKGBUILD
new file mode 100644
index 0000000..bdeb31e
--- /dev/null
+++ /home/xxxx/.cache/yay/python-sentry_sdk/PKGBUILD
@@ -0,0 +1,45 @@
+# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
+pkgname=python-sentry_sdk
:

Enter N there instead of A.

Yes, it solved completely now, even with the last plugin, many thanks :slightly_smiling_face:

the same command gave this time a different output (probably the previous command had changed something anyway about the plugin):

$ yay -S python-sentry_sdk
:: Checking for conflicts...
:: Checking for inner conflicts...
[Aur:1]  python-sentry_sdk-1.5.6-1

  1 python-sentry_sdk                        (Build Files Exist)
==> Packages to cleanBuild?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> a
:: Deleting (1/1): /home/xxxx/.cache/yay/python-sentry_sdk
:: (1/1) Downloaded PKGBUILD: python-sentry_sdk
  1 python-sentry_sdk                        (Build Files Exist)
==> Diffs to show?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> n
:: (1/1) Parsing SRCINFO: python-sentry_sdk
==> Making package: python-sentry_sdk 1.5.6-1 (mar 8 mar 2022, 12:31:14)
==> Retrieving sources...
  -> Downloading sentry-sdk-1.5.6.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   280  100   280    0     0    362      0 --:--:-- --:--:-- --:--:--   362
  0     0    0     0    0     0      0      0 --:--:--  0:00:01 --:--:--     0
100  108k  100  108k    0     0  68335      0  0:00:01  0:00:01 --:--:--  643k
==> Validating source files with sha256sums...
    sentry-sdk-1.5.6.tar.gz ... Passed
==> Making package: python-sentry_sdk 1.5.6-1 (mar 8 mar 2022, 12:31:17)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found sentry-sdk-1.5.6.tar.gz
==> Validating source files with sha256sums...
    sentry-sdk-1.5.6.tar.gz ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Extracting sentry-sdk-1.5.6.tar.gz with bsdtar
==> Sources are ready.
==> Making package: python-sentry_sdk 1.5.6-1 (mar 8 mar 2022, 12:31:21)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
running build
running build_py
creating build
creating build/lib
creating build/lib/sentry_sdk
copying sentry_sdk/session.py -> build/lib/sentry_sdk
copying sentry_sdk/tracing_utils.py -> build/lib/sentry_sdk
copying sentry_sdk/attachments.py -> build/lib/sentry_sdk
copying sentry_sdk/__init__.py -> build/lib/sentry_sdk
copying sentry_sdk/utils.py -> build/lib/sentry_sdk
copying sentry_sdk/envelope.py -> build/lib/sentry_sdk
copying sentry_sdk/client.py -> build/lib/sentry_sdk
copying sentry_sdk/_queue.py -> build/lib/sentry_sdk
copying sentry_sdk/sessions.py -> build/lib/sentry_sdk
copying sentry_sdk/scope.py -> build/lib/sentry_sdk
copying sentry_sdk/serializer.py -> build/lib/sentry_sdk
copying sentry_sdk/_functools.py -> build/lib/sentry_sdk
copying sentry_sdk/_types.py -> build/lib/sentry_sdk
copying sentry_sdk/transport.py -> build/lib/sentry_sdk
copying sentry_sdk/tracing.py -> build/lib/sentry_sdk
copying sentry_sdk/api.py -> build/lib/sentry_sdk
copying sentry_sdk/worker.py -> build/lib/sentry_sdk
copying sentry_sdk/debug.py -> build/lib/sentry_sdk
copying sentry_sdk/_compat.py -> build/lib/sentry_sdk
copying sentry_sdk/hub.py -> build/lib/sentry_sdk
copying sentry_sdk/consts.py -> build/lib/sentry_sdk
creating build/lib/sentry_sdk/integrations
copying sentry_sdk/integrations/flask.py -> build/lib/sentry_sdk/integrations
copying sentry_sdk/integrations/argv.py -> build/lib/sentry_sdk/integrations
copying sentry_sdk/integrations/__init__.py -> build/lib/sentry_sdk/integrations
copying sentry_sdk/integrations/serverless.py -> build/lib/sentry_sdk/integrations
copying sentry_sdk/integrations/modules.py -> build/lib/sentry_sdk/integrations
copying sentry_sdk/integrations/logging.py -> build/lib/sentry_sdk/integrations
copying sentry_sdk/integrations/httpx.py -> build/lib/sentry_sdk/integrations
copying sentry_sdk/integrations/gcp.py -> build/lib/sentry_sdk/integrations
copying sentry_sdk/integrations/pyramid.py -> build/lib/sentry_sdk/integrations
copying sentry_sdk/integrations/stdlib.py -> build/lib/sentry_sdk/integrations
copying sentry_sdk/integrations/boto3.py -> build/lib/sentry_sdk/integrations
copying sentry_sdk/integrations/falcon.py -> build/lib/sentry_sdk/integrations
copying sentry_sdk/integrations/aws_lambda.py -> build/lib/sentry_sdk/integrations
copying sentry_sdk/integrations/beam.py -> build/lib/sentry_sdk/integrations
copying sentry_sdk/integrations/threading.py -> build/lib/sentry_sdk/integrations
copying sentry_sdk/integrations/chalice.py -> build/lib/sentry_sdk/integrations
copying sentry_sdk/integrations/rq.py -> build/lib/sentry_sdk/integrations
copying sentry_sdk/integrations/sqlalchemy.py -> build/lib/sentry_sdk/integrations
copying sentry_sdk/integrations/pure_eval.py -> build/lib/sentry_sdk/integrations
copying sentry_sdk/integrations/excepthook.py -> build/lib/sentry_sdk/integrations
copying sentry_sdk/integrations/executing.py -> build/lib/sentry_sdk/integrations
copying sentry_sdk/integrations/asgi.py -> build/lib/sentry_sdk/integrations
copying sentry_sdk/integrations/_wsgi_common.py -> build/lib/sentry_sdk/integrations
copying sentry_sdk/integrations/aiohttp.py -> build/lib/sentry_sdk/integrations
copying sentry_sdk/integrations/dedupe.py -> build/lib/sentry_sdk/integrations
copying sentry_sdk/integrations/bottle.py -> build/lib/sentry_sdk/integrations
copying sentry_sdk/integrations/wsgi.py -> build/lib/sentry_sdk/integrations
copying sentry_sdk/integrations/trytond.py -> build/lib/sentry_sdk/integrations
copying sentry_sdk/integrations/tornado.py -> build/lib/sentry_sdk/integrations
copying sentry_sdk/integrations/quart.py -> build/lib/sentry_sdk/integrations
copying sentry_sdk/integrations/celery.py -> build/lib/sentry_sdk/integrations
copying sentry_sdk/integrations/atexit.py -> build/lib/sentry_sdk/integrations
copying sentry_sdk/integrations/gnu_backtrace.py -> build/lib/sentry_sdk/integrations
copying sentry_sdk/integrations/redis.py -> build/lib/sentry_sdk/integrations
copying sentry_sdk/integrations/sanic.py -> build/lib/sentry_sdk/integrations
creating build/lib/sentry_sdk/integrations/spark
copying sentry_sdk/integrations/spark/__init__.py -> build/lib/sentry_sdk/integrations/spark
copying sentry_sdk/integrations/spark/spark_driver.py -> build/lib/sentry_sdk/integrations/spark
copying sentry_sdk/integrations/spark/spark_worker.py -> build/lib/sentry_sdk/integrations/spark
creating build/lib/sentry_sdk/integrations/django
copying sentry_sdk/integrations/django/__init__.py -> build/lib/sentry_sdk/integrations/django
copying sentry_sdk/integrations/django/transactions.py -> build/lib/sentry_sdk/integrations/django
copying sentry_sdk/integrations/django/views.py -> build/lib/sentry_sdk/integrations/django
copying sentry_sdk/integrations/django/middleware.py -> build/lib/sentry_sdk/integrations/django
copying sentry_sdk/integrations/django/asgi.py -> build/lib/sentry_sdk/integrations/django
copying sentry_sdk/integrations/django/templates.py -> build/lib/sentry_sdk/integrations/django
copying sentry_sdk/py.typed -> build/lib/sentry_sdk
==> Entering fakeroot environment...
==> Starting package()...
running install
/usr/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
  warnings.warn(
running install_lib
creating /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr
creating /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib
creating /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10
creating /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages
creating /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk
copying build/lib/sentry_sdk/session.py -> /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk
copying build/lib/sentry_sdk/tracing_utils.py -> /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk
copying build/lib/sentry_sdk/attachments.py -> /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk
copying build/lib/sentry_sdk/__init__.py -> /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk
copying build/lib/sentry_sdk/utils.py -> /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk
copying build/lib/sentry_sdk/envelope.py -> /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk
copying build/lib/sentry_sdk/client.py -> /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk
copying build/lib/sentry_sdk/_queue.py -> /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk
copying build/lib/sentry_sdk/sessions.py -> /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk
copying build/lib/sentry_sdk/scope.py -> /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk
copying build/lib/sentry_sdk/serializer.py -> /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk
copying build/lib/sentry_sdk/_functools.py -> /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk
creating /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations
copying build/lib/sentry_sdk/integrations/flask.py -> /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations
copying build/lib/sentry_sdk/integrations/argv.py -> /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations
copying build/lib/sentry_sdk/integrations/__init__.py -> /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations
copying build/lib/sentry_sdk/integrations/serverless.py -> /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations
copying build/lib/sentry_sdk/integrations/modules.py -> /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations
copying build/lib/sentry_sdk/integrations/logging.py -> /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations
copying build/lib/sentry_sdk/integrations/httpx.py -> /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations
copying build/lib/sentry_sdk/integrations/gcp.py -> /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations
copying build/lib/sentry_sdk/integrations/pyramid.py -> /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations
creating /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations/spark
copying build/lib/sentry_sdk/integrations/spark/__init__.py -> /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations/spark
copying build/lib/sentry_sdk/integrations/spark/spark_driver.py -> /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations/spark
copying build/lib/sentry_sdk/integrations/spark/spark_worker.py -> /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations/spark
copying build/lib/sentry_sdk/integrations/stdlib.py -> /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations
copying build/lib/sentry_sdk/integrations/boto3.py -> /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations
copying build/lib/sentry_sdk/integrations/falcon.py -> /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations
copying build/lib/sentry_sdk/integrations/aws_lambda.py -> /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations
copying build/lib/sentry_sdk/integrations/beam.py -> /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations
copying build/lib/sentry_sdk/integrations/threading.py -> /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations
copying build/lib/sentry_sdk/integrations/chalice.py -> /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations
copying build/lib/sentry_sdk/integrations/rq.py -> /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations
copying build/lib/sentry_sdk/integrations/sqlalchemy.py -> /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations
copying build/lib/sentry_sdk/integrations/pure_eval.py -> /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations
creating /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations/django
copying build/lib/sentry_sdk/integrations/django/__init__.py -> /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations/django
copying build/lib/sentry_sdk/integrations/django/transactions.py -> /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations/django
copying build/lib/sentry_sdk/integrations/django/views.py -> /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations/django
copying build/lib/sentry_sdk/integrations/django/middleware.py -> /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations/django
copying build/lib/sentry_sdk/integrations/django/asgi.py -> /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations/django
copying build/lib/sentry_sdk/integrations/django/templates.py -> /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations/django
copying build/lib/sentry_sdk/integrations/excepthook.py -> /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations
copying build/lib/sentry_sdk/integrations/executing.py -> /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations
copying build/lib/sentry_sdk/integrations/asgi.py -> /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations
copying build/lib/sentry_sdk/integrations/_wsgi_common.py -> /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations
copying build/lib/sentry_sdk/integrations/aiohttp.py -> /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations
copying build/lib/sentry_sdk/integrations/dedupe.py -> /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations
copying build/lib/sentry_sdk/integrations/bottle.py -> /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations
copying build/lib/sentry_sdk/integrations/wsgi.py -> /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations
copying build/lib/sentry_sdk/integrations/trytond.py -> /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations
copying build/lib/sentry_sdk/integrations/tornado.py -> /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations
copying build/lib/sentry_sdk/integrations/quart.py -> /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations
copying build/lib/sentry_sdk/integrations/celery.py -> /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations
copying build/lib/sentry_sdk/integrations/atexit.py -> /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations
copying build/lib/sentry_sdk/integrations/gnu_backtrace.py -> /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations
copying build/lib/sentry_sdk/integrations/redis.py -> /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations
copying build/lib/sentry_sdk/integrations/sanic.py -> /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations
copying build/lib/sentry_sdk/_types.py -> /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk
copying build/lib/sentry_sdk/py.typed -> /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk
copying build/lib/sentry_sdk/transport.py -> /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk
copying build/lib/sentry_sdk/tracing.py -> /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk
copying build/lib/sentry_sdk/api.py -> /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk
copying build/lib/sentry_sdk/worker.py -> /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk
copying build/lib/sentry_sdk/debug.py -> /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk
copying build/lib/sentry_sdk/_compat.py -> /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk
copying build/lib/sentry_sdk/hub.py -> /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk
copying build/lib/sentry_sdk/consts.py -> /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk
byte-compiling /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/session.py to session.cpython-310.pyc
byte-compiling /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/tracing_utils.py to tracing_utils.cpython-310.pyc
byte-compiling /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/attachments.py to attachments.cpython-310.pyc
byte-compiling /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/__init__.py to __init__.cpython-310.pyc
byte-compiling /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/utils.py to utils.cpython-310.pyc
byte-compiling /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/envelope.py to envelope.cpython-310.pyc
byte-compiling /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/client.py to client.cpython-310.pyc
byte-compiling /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/_queue.py to _queue.cpython-310.pyc
byte-compiling /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/sessions.py to sessions.cpython-310.pyc
byte-compiling /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/scope.py to scope.cpython-310.pyc
byte-compiling /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/serializer.py to serializer.cpython-310.pyc
byte-compiling /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/_functools.py to _functools.cpython-310.pyc
byte-compiling /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations/flask.py to flask.cpython-310.pyc
byte-compiling /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations/argv.py to argv.cpython-310.pyc
byte-compiling /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations/__init__.py to __init__.cpython-310.pyc
byte-compiling /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations/serverless.py to serverless.cpython-310.pyc
byte-compiling /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations/modules.py to modules.cpython-310.pyc
byte-compiling /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations/logging.py to logging.cpython-310.pyc
byte-compiling /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations/httpx.py to httpx.cpython-310.pyc
byte-compiling /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations/gcp.py to gcp.cpython-310.pyc
byte-compiling /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations/pyramid.py to pyramid.cpython-310.pyc
byte-compiling /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations/spark/__init__.py to __init__.cpython-310.pyc
byte-compiling /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations/spark/spark_driver.py to spark_driver.cpython-310.pyc
byte-compiling /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations/spark/spark_worker.py to spark_worker.cpython-310.pyc
byte-compiling /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations/stdlib.py to stdlib.cpython-310.pyc
byte-compiling /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations/boto3.py to boto3.cpython-310.pyc
byte-compiling /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations/falcon.py to falcon.cpython-310.pyc
byte-compiling /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations/aws_lambda.py to aws_lambda.cpython-310.pyc
byte-compiling /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations/beam.py to beam.cpython-310.pyc
byte-compiling /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations/threading.py to threading.cpython-310.pyc
byte-compiling /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations/chalice.py to chalice.cpython-310.pyc
byte-compiling /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations/rq.py to rq.cpython-310.pyc
byte-compiling /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations/sqlalchemy.py to sqlalchemy.cpython-310.pyc
byte-compiling /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations/pure_eval.py to pure_eval.cpython-310.pyc
byte-compiling /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations/django/__init__.py to __init__.cpython-310.pyc
byte-compiling /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations/django/transactions.py to transactions.cpython-310.pyc
byte-compiling /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations/django/views.py to views.cpython-310.pyc
byte-compiling /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations/django/middleware.py to middleware.cpython-310.pyc
byte-compiling /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations/django/asgi.py to asgi.cpython-310.pyc
byte-compiling /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations/django/templates.py to templates.cpython-310.pyc
byte-compiling /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations/excepthook.py to excepthook.cpython-310.pyc
byte-compiling /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations/executing.py to executing.cpython-310.pyc
byte-compiling /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations/asgi.py to asgi.cpython-310.pyc
byte-compiling /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations/_wsgi_common.py to _wsgi_common.cpython-310.pyc
byte-compiling /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations/aiohttp.py to aiohttp.cpython-310.pyc
byte-compiling /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations/dedupe.py to dedupe.cpython-310.pyc
byte-compiling /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations/bottle.py to bottle.cpython-310.pyc
byte-compiling /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations/wsgi.py to wsgi.cpython-310.pyc
byte-compiling /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations/trytond.py to trytond.cpython-310.pyc
byte-compiling /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations/tornado.py to tornado.cpython-310.pyc
byte-compiling /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations/quart.py to quart.cpython-310.pyc
byte-compiling /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations/celery.py to celery.cpython-310.pyc
byte-compiling /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations/atexit.py to atexit.cpython-310.pyc
byte-compiling /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations/gnu_backtrace.py to gnu_backtrace.cpython-310.pyc
byte-compiling /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations/redis.py to redis.cpython-310.pyc
byte-compiling /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/integrations/sanic.py to sanic.cpython-310.pyc
byte-compiling /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/_types.py to _types.cpython-310.pyc
byte-compiling /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/transport.py to transport.cpython-310.pyc
byte-compiling /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/tracing.py to tracing.cpython-310.pyc
byte-compiling /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/api.py to api.cpython-310.pyc
byte-compiling /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/worker.py to worker.cpython-310.pyc
byte-compiling /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/debug.py to debug.cpython-310.pyc
byte-compiling /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/_compat.py to _compat.cpython-310.pyc
byte-compiling /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/hub.py to hub.cpython-310.pyc
byte-compiling /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk/consts.py to consts.cpython-310.pyc
writing byte-compilation script '/tmp/tmpvb6_qolw.py'
/usr/bin/python -Wignore:The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives:DeprecationWarning /tmp/tmpvb6_qolw.py
removing /tmp/tmpvb6_qolw.py
running install_egg_info
running egg_info
writing sentry_sdk.egg-info/PKG-INFO
writing dependency_links to sentry_sdk.egg-info/dependency_links.txt
writing requirements to sentry_sdk.egg-info/requires.txt
writing top-level names to sentry_sdk.egg-info/top_level.txt
reading manifest file 'sentry_sdk.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file 'sentry_sdk.egg-info/SOURCES.txt'
Copying sentry_sdk.egg-info to /home/xxxx/.cache/yay/python-sentry_sdk/pkg/python-sentry_sdk/usr/lib/python3.10/site-packages/sentry_sdk-1.5.6-py3.10.egg-info
running install_scripts
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "python-sentry_sdk"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-sentry_sdk 1.5.6-1 (mar 8 mar 2022, 12:31:30)
==> Cleaning up...
[sudo] password for xxxx: 
loading packages...
resolving dependencies...
looking for conflicting packages...

Packages (1) python-sentry_sdk-1.5.6-1

Total Installed Size:  1,11 MiB

:: Proceed with installation? [Y/n] 
(1/1) checking keys in keyring                     [######################] 100%
(1/1) checking package integrity                   [######################] 100%
(1/1) loading package files                        [######################] 100%
(1/1) checking for file conflicts                  [######################] 100%
(1/1) checking available disk space                [######################] 100%
:: Processing package changes...
(1/1) installing python-sentry_sdk                 [######################] 100%
Optional dependencies for python-sentry_sdk
    python-aiohttp: adds support for the AIOHTTP-Server Web Framework
    python-asgiref: adds support for ASGI
    python-apache-beam: experimental BeamIntegration
    python-bottle: adds support for the Bottle Web Framework
    python-celery: adds support for the Celery Task Queue System
    python-chalice: for the Chalice web framework for AWS Lambda
    python-django: adds support for the Django Web Framework
    python-falcon: adds support for the Falcon Web Framework
    python-flask: adds support for the Flask Web Framework
    python-httpx: HTTPX integration
    python-pyramid: adds support for the Pyramid Web Framework
    python-pyspark: adds support for the Python API for Apache Spark
    python-quart: adds support for the Quart Web Framework
    python-rq: adds support for the RQ Job Queue System
    python-sanic: adds support for the Sanic Web Framework
    python-tornado: adds support for the Tornado Web Framework
    python-trytond: adds support for the Tryton Framework Server
    python-sqlalchemy: captures queries from SQLAlchemy as breadcrumbs
    python-pure_eval: for richer stacktraces & additional variables
    python-executing: for richer stacktraces & better function names
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
[xxxx@xxxx-pc ~]$ 


This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.