==> Retrieving sources... -> Found CoAPthon-4.0.2.tar.gz ==> Generating checksums for source files... ==> Making package: python-coapthon 4.0.2-5 (Wed 20 Nov 2024 02:19:15 PM UTC) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Package (14) New Version Net Change core/mpdecimal 4.0.0-2 0.32 MiB core/python 3.12.7-1 70.07 MiB extra/python-autocommand 2.2.2-6 0.08 MiB extra/python-jaraco.collections 5.0.1-1 0.10 MiB extra/python-jaraco.context 5.3.0-1 0.04 MiB extra/python-jaraco.functools 4.0.2-1 0.07 MiB extra/python-jaraco.text 4.0.0-1 0.08 MiB extra/python-more-itertools 10.3.0-1 0.63 MiB extra/python-packaging 24.2-1 0.66 MiB extra/python-platformdirs 4.3.6-1 0.24 MiB extra/python-wheel 0.45.0-1 0.28 MiB athena/python2 2.7.18-8 70.24 MiB extra/python-setuptools 1:75.2.0-2 7.99 MiB athena/python2-setuptools 2:44.1.1-2 3.81 MiB Total Installed Size: 154.63 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... :: Processing package changes... installing python2... Optional dependencies for python2 tk: for IDLE python2-setuptools [pending] python2-pip installing python2-setuptools... installing mpdecimal... installing python... Optional dependencies for python python-setuptools: for building Python packages using tooling that is usually bundled with Python [pending] python-pip: for installing Python packages using tooling that is usually bundled with Python python-pipx: for installing Python software not packaged on Arch Linux sqlite: for a default database integration [installed] xz: for lzma [installed] tk: for tkinter installing python-more-itertools... installing python-jaraco.functools... installing python-jaraco.context... installing python-autocommand... installing python-jaraco.text... Optional dependencies for python-jaraco.text python-inflect: for show-newlines script installing python-jaraco.collections... installing python-packaging... installing python-platformdirs... installing python-wheel... Optional dependencies for python-wheel python-keyring: for wheel.signatures python-xdg: for wheel.signatures python-setuptools: for legacy bdist_wheel subcommand [pending] installing python-setuptools... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> Retrieving sources... -> Found CoAPthon-4.0.2.tar.gz ==> Validating source files with sha512sums... CoAPthon-4.0.2.tar.gz ... Passed ==> Extracting sources... -> Extracting CoAPthon-4.0.2.tar.gz with bsdtar ==> Starting prepare()... ==> Starting build()... running build running build_py creating build creating build/lib creating build/lib/coapthon copying coapthon/__init__.py -> build/lib/coapthon copying coapthon/serializer.py -> build/lib/coapthon copying coapthon/transaction.py -> build/lib/coapthon copying coapthon/utils.py -> build/lib/coapthon copying coapthon/defines.py -> build/lib/coapthon creating build/lib/coapthon/caching copying coapthon/caching/coapcache.py -> build/lib/coapthon/caching copying coapthon/caching/__init__.py -> build/lib/coapthon/caching copying coapthon/caching/coaplrucache.py -> build/lib/coapthon/caching copying coapthon/caching/cache.py -> build/lib/coapthon/caching creating build/lib/coapthon/layers copying coapthon/layers/requestlayer.py -> build/lib/coapthon/layers copying coapthon/layers/messagelayer.py -> build/lib/coapthon/layers copying coapthon/layers/forwardLayer.py -> build/lib/coapthon/layers copying coapthon/layers/__init__.py -> build/lib/coapthon/layers copying coapthon/layers/resourcelayer.py -> build/lib/coapthon/layers copying coapthon/layers/blocklayer.py -> build/lib/coapthon/layers copying coapthon/layers/observelayer.py -> build/lib/coapthon/layers copying coapthon/layers/cachelayer.py -> build/lib/coapthon/layers creating build/lib/coapthon/client copying coapthon/client/helperclient.py -> build/lib/coapthon/client copying coapthon/client/__init__.py -> build/lib/coapthon/client copying coapthon/client/coap.py -> build/lib/coapthon/client creating build/lib/coapthon/server copying coapthon/server/__init__.py -> build/lib/coapthon/server copying coapthon/server/coap.py -> build/lib/coapthon/server creating build/lib/coapthon/messages copying coapthon/messages/message.py -> build/lib/coapthon/messages copying coapthon/messages/__init__.py -> build/lib/coapthon/messages copying coapthon/messages/response.py -> build/lib/coapthon/messages copying coapthon/messages/option.py -> build/lib/coapthon/messages copying coapthon/messages/request.py -> build/lib/coapthon/messages creating build/lib/coapthon/forward_proxy copying coapthon/forward_proxy/__init__.py -> build/lib/coapthon/forward_proxy copying coapthon/forward_proxy/coap.py -> build/lib/coapthon/forward_proxy creating build/lib/coapthon/resources copying coapthon/resources/resource.py -> build/lib/coapthon/resources copying coapthon/resources/__init__.py -> build/lib/coapthon/resources copying coapthon/resources/remoteResource.py -> build/lib/coapthon/resources creating build/lib/coapthon/reverse_proxy copying coapthon/reverse_proxy/__init__.py -> build/lib/coapthon/reverse_proxy copying coapthon/reverse_proxy/coap.py -> build/lib/coapthon/reverse_proxy running build_scripts creating build/scripts-2.7 copying and adjusting coapserver.py -> build/scripts-2.7 copying and adjusting coapclient.py -> build/scripts-2.7 copying exampleresources.py -> build/scripts-2.7 copying and adjusting coapforwardproxy.py -> build/scripts-2.7 copying and adjusting coapreverseproxy.py -> build/scripts-2.7 changing mode of build/scripts-2.7/coapserver.py from 644 to 755 changing mode of build/scripts-2.7/coapclient.py from 644 to 755 changing mode of build/scripts-2.7/exampleresources.py from 644 to 755 changing mode of build/scripts-2.7/coapforwardproxy.py from 644 to 755 changing mode of build/scripts-2.7/coapreverseproxy.py from 644 to 755 ==> Entering fakeroot environment... ==> Starting package_python2-coapthon()... running install running install_lib creating /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr creating /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib creating /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7 creating /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages creating /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon creating /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon/client copying build/lib/coapthon/client/helperclient.py -> /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon/client copying build/lib/coapthon/client/__init__.py -> /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon/client copying build/lib/coapthon/client/coap.py -> /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon/client copying build/lib/coapthon/__init__.py -> /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon creating /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon/forward_proxy copying build/lib/coapthon/forward_proxy/__init__.py -> /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon/forward_proxy copying build/lib/coapthon/forward_proxy/coap.py -> /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon/forward_proxy creating /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon/reverse_proxy copying build/lib/coapthon/reverse_proxy/__init__.py -> /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon/reverse_proxy copying build/lib/coapthon/reverse_proxy/coap.py -> /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon/reverse_proxy copying build/lib/coapthon/serializer.py -> /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon copying build/lib/coapthon/transaction.py -> /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon creating /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon/messages copying build/lib/coapthon/messages/message.py -> /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon/messages copying build/lib/coapthon/messages/__init__.py -> /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon/messages copying build/lib/coapthon/messages/response.py -> /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon/messages copying build/lib/coapthon/messages/option.py -> /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon/messages copying build/lib/coapthon/messages/request.py -> /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon/messages creating /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon/server copying build/lib/coapthon/server/__init__.py -> /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon/server copying build/lib/coapthon/server/coap.py -> /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon/server creating /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon/layers copying build/lib/coapthon/layers/requestlayer.py -> /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon/layers copying build/lib/coapthon/layers/messagelayer.py -> /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon/layers copying build/lib/coapthon/layers/forwardLayer.py -> /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon/layers copying build/lib/coapthon/layers/__init__.py -> /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon/layers copying build/lib/coapthon/layers/resourcelayer.py -> /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon/layers copying build/lib/coapthon/layers/blocklayer.py -> /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon/layers copying build/lib/coapthon/layers/observelayer.py -> /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon/layers copying build/lib/coapthon/layers/cachelayer.py -> /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon/layers copying build/lib/coapthon/utils.py -> /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon creating /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon/resources copying build/lib/coapthon/resources/resource.py -> /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon/resources copying build/lib/coapthon/resources/__init__.py -> /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon/resources copying build/lib/coapthon/resources/remoteResource.py -> /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon/resources creating /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon/caching copying build/lib/coapthon/caching/coapcache.py -> /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon/caching copying build/lib/coapthon/caching/__init__.py -> /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon/caching copying build/lib/coapthon/caching/coaplrucache.py -> /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon/caching copying build/lib/coapthon/caching/cache.py -> /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon/caching copying build/lib/coapthon/defines.py -> /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon byte-compiling /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon/client/helperclient.py to helperclient.pyc byte-compiling /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon/client/__init__.py to __init__.pyc byte-compiling /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon/client/coap.py to coap.pyc byte-compiling /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon/__init__.py to __init__.pyc byte-compiling /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon/forward_proxy/__init__.py to __init__.pyc byte-compiling /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon/forward_proxy/coap.py to coap.pyc byte-compiling /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon/reverse_proxy/__init__.py to __init__.pyc byte-compiling /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon/reverse_proxy/coap.py to coap.pyc byte-compiling /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon/serializer.py to serializer.pyc byte-compiling /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon/transaction.py to transaction.pyc byte-compiling /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon/messages/message.py to message.pyc byte-compiling /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon/messages/__init__.py to __init__.pyc byte-compiling /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon/messages/response.py to response.pyc byte-compiling /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon/messages/option.py to option.pyc byte-compiling /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon/messages/request.py to request.pyc byte-compiling /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon/server/__init__.py to __init__.pyc byte-compiling /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon/server/coap.py to coap.pyc byte-compiling /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon/layers/requestlayer.py to requestlayer.pyc byte-compiling /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon/layers/messagelayer.py to messagelayer.pyc byte-compiling /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon/layers/forwardLayer.py to forwardLayer.pyc byte-compiling /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon/layers/__init__.py to __init__.pyc byte-compiling /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon/layers/resourcelayer.py to resourcelayer.pyc byte-compiling /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon/layers/blocklayer.py to blocklayer.pyc byte-compiling /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon/layers/observelayer.py to observelayer.pyc byte-compiling /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon/layers/cachelayer.py to cachelayer.pyc byte-compiling /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon/utils.py to utils.pyc byte-compiling /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon/resources/resource.py to resource.pyc byte-compiling /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon/resources/__init__.py to __init__.pyc byte-compiling /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon/resources/remoteResource.py to remoteResource.pyc byte-compiling /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon/caching/coapcache.py to coapcache.pyc byte-compiling /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon/caching/__init__.py to __init__.pyc byte-compiling /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon/caching/coaplrucache.py to coaplrucache.pyc byte-compiling /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon/caching/cache.py to cache.pyc byte-compiling /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/coapthon/defines.py to defines.pyc writing byte-compilation script '/tmp/tmpMLS1mO.py' /usr/sbin/python2 -O /tmp/tmpMLS1mO.py removing /tmp/tmpMLS1mO.py running install_scripts creating /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/bin copying build/scripts-2.7/coapserver.py -> /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/bin copying build/scripts-2.7/exampleresources.py -> /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/bin copying build/scripts-2.7/coapforwardproxy.py -> /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/bin copying build/scripts-2.7/coapreverseproxy.py -> /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/bin copying build/scripts-2.7/coapclient.py -> /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/bin changing mode of /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/bin/coapserver.py to 755 changing mode of /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/bin/exampleresources.py to 755 changing mode of /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/bin/coapforwardproxy.py to 755 changing mode of /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/bin/coapreverseproxy.py to 755 changing mode of /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/bin/coapclient.py to 755 running install_egg_info Writing /src/packages/libs/python/python-coapthon/pkg/python2-coapthon/usr/lib/python2.7/site-packages/CoAPthon-4.0.2-py2.7.egg-info ==> 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 "python2-coapthon"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Starting package_python-coapthon()... /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() File "/usr/lib/python3.12/site-packages/coapthon/forward_proxy/coap.py", line 148 print "Exception with Executor" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)? File "/usr/lib/python3.12/site-packages/coapthon/reverse_proxy/coap.py", line 246 print "Exception with Executor" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)? File "/usr/lib/python3.12/site-packages/coapthon/serializer.py", line 223 print values ^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)? File "/usr/lib/python3.12/site-packages/coapthon/server/coap.py", line 183 print "Exception with Executor" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)? File "/usr/lib/python3.12/site-packages/coapthon/layers/cachelayer.py", line 36 print "resource not fresh" ^^^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)? File "/usr/lib/python3.12/site-packages/coapthon/caching/coaplrucache.py", line 33 print "problem here" ^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)? File "/usr/lib/python3.12/site-packages/coapthon/caching/cache.py", line 30 print "adding response to the cache" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)? File "/usr/lib/python3.12/site-packages/coapthon/forward_proxy/coap.py", line 148 print "Exception with Executor" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)? File "/usr/lib/python3.12/site-packages/coapthon/reverse_proxy/coap.py", line 246 print "Exception with Executor" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)? File "/usr/lib/python3.12/site-packages/coapthon/serializer.py", line 223 print values ^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)? File "/usr/lib/python3.12/site-packages/coapthon/server/coap.py", line 183 print "Exception with Executor" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)? File "/usr/lib/python3.12/site-packages/coapthon/layers/cachelayer.py", line 36 print "resource not fresh" ^^^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)? File "/usr/lib/python3.12/site-packages/coapthon/caching/coaplrucache.py", line 33 print "problem here" ^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)? File "/usr/lib/python3.12/site-packages/coapthon/caching/cache.py", line 30 print "adding response to the cache" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)? ==> Tidying install... -> Removing libtool files... -> Purging unwanted files... -> Removing static library files... -> Stripping unneeded symbols from binaries and libraries... -> Compressing man and info pages... libfakeroot internal error: payload not recognized! ==> Checking for packaging issues... ==> Creating package "python-coapthon"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: python-coapthon 4.0.2-5 (Wed 20 Nov 2024 02:19:25 PM UTC) ==> Cleaning up... ==> Removing installed dependencies... checking dependencies... :: git optionally requires python: git svn & git p4 :: iproute2 optionally requires python: for routel :: libevent optionally requires python: event_rpcgen.py :: libxml2 optionally requires python: Python bindings :: rsync optionally requires python: for rrsync :: util-linux-libs optionally requires python: python bindings to libmount Package (14) Old Version Net Change mpdecimal 4.0.0-2 -0.32 MiB python 3.12.7-1 -70.07 MiB python-autocommand 2.2.2-6 -0.08 MiB python-jaraco.collections 5.0.1-1 -0.10 MiB python-jaraco.context 5.3.0-1 -0.04 MiB python-jaraco.functools 4.0.2-1 -0.07 MiB python-jaraco.text 4.0.0-1 -0.08 MiB python-more-itertools 10.3.0-1 -0.63 MiB python-packaging 24.2-1 -0.66 MiB python-platformdirs 4.3.6-1 -0.24 MiB python-setuptools 1:75.2.0-2 -7.99 MiB python-wheel 0.45.0-1 -0.28 MiB python2 2.7.18-8 -70.24 MiB python2-setuptools 2:44.1.1-2 -3.81 MiB Total Removed Size: 154.63 MiB :: Do you want to remove these packages? [Y/n] :: Processing package changes... removing python2-setuptools... removing python2... removing python-setuptools... removing python-wheel... removing python-platformdirs... removing python-packaging... removing python-jaraco.collections... removing python-jaraco.text... removing python-jaraco.functools... removing python-more-itertools... removing python-jaraco.context... removing python-autocommand... removing python... removing mpdecimal... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate...