==> Retrieving sources... -> Updating pastejacker git repo... ==> Generating checksums for source files... ==> Making package: pastejacker 12.ed9f153-5 (Thu 21 Nov 2024 07:42:46 AM UTC) ==> Checking runtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... warning: dependency cycle detected: warning: rubygems will be installed before its ruby dependency Package (14) New Version Net Change Download Size core/inetutils 2.5-1 1.07 MiB extra/libxslt 1.1.42-1 0.75 MiB extra/libyaml 0.2.5-3 0.18 MiB core/mpdecimal 4.0.0-2 0.32 MiB extra/postgresql-libs 16.3-4 8.50 MiB extra/python-markupsafe 2.1.5-2 0.08 MiB extra/ruby 3.3.5-2 16.13 MiB extra/ruby-bundler 2.5.16-1 1.59 MiB extra/ruby-erb 4.0.4-6 0.10 MiB extra/rubygems 3.5.16-1 2.69 MiB extra/metasploit 6.4.36-1 400.87 MiB core/python 3.12.7-1 70.07 MiB athena/python-gnureadline 8.1.2-2 0.35 MiB 0.14 MiB extra/python-jinja 1:3.1.4-1 1.74 MiB Total Download Size: 0.14 MiB Total Installed Size: 504.44 MiB :: Proceed with installation? [Y/n] :: Retrieving packages... python-gnureadline-8.1.2-2-any downloading... checking keyring... checking package integrity... loading package files... checking for file conflicts... :: Processing package changes... installing inetutils... installing libxslt... Optional dependencies for libxslt python: Python bindings [pending] installing postgresql-libs... installing libyaml... installing rubygems... installing ruby... Optional dependencies for ruby tk: for Ruby/TK ruby-docs: Documentation for Ruby ruby-default-gems: Default gems which are part of Ruby StdLib ruby-bundled-gems: Bundled gems which are part of Ruby StdLib ruby-stdlib: Full Ruby StdLib including default gems, bundled gems and tools installing ruby-bundler... installing ruby-erb... installing metasploit... installing mpdecimal... installing python... Optional dependencies for python python-setuptools: for building Python packages using tooling that is usually bundled with Python 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-gnureadline... installing python-markupsafe... installing python-jinja... Optional dependencies for python-jinja python-babel: for i18n support :: Running post-transaction hooks... (1/3) Creating system user accounts... (2/3) Reloading system manager configuration... Failed to check for chroot() environment: Permission denied Skipped: Current root is not booted. (3/3) Arming ConditionNeedsUpdate... ==> Checking buildtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Package (10) New Version Net Change 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 extra/python-setuptools 1:75.2.0-2 7.99 MiB Total Installed Size: 10.18 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... :: Processing package changes... 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... -> Updating pastejacker git repo... ==> Validating source files with sha512sums... pastejacker ... Skipped ==> Extracting sources... -> Creating working copy of pastejacker git repo... Switched to a new branch 'makepkg' ==> Starting prepare()... ==> Starting build()... running build running build_py creating build/lib/PasteJacker copying PasteJacker/__init__.py -> build/lib/PasteJacker copying PasteJacker/main.py -> build/lib/PasteJacker creating build/lib/PasteJacker/templates copying PasteJacker/templates/__init__.py -> build/lib/PasteJacker/templates creating build/lib/PasteJacker/Core copying PasteJacker/Core/serve.py -> build/lib/PasteJacker/Core copying PasteJacker/Core/checkers.py -> build/lib/PasteJacker/Core copying PasteJacker/Core/color.py -> build/lib/PasteJacker/Core copying PasteJacker/Core/updater.py -> build/lib/PasteJacker/Core copying PasteJacker/Core/dictionaries.py -> build/lib/PasteJacker/Core copying PasteJacker/Core/__init__.py -> build/lib/PasteJacker/Core copying PasteJacker/Core/settings.py -> build/lib/PasteJacker/Core copying PasteJacker/Core/utils.py -> build/lib/PasteJacker/Core running egg_info creating PasteJacker.egg-info writing PasteJacker.egg-info/PKG-INFO writing dependency_links to PasteJacker.egg-info/dependency_links.txt writing entry points to PasteJacker.egg-info/entry_points.txt writing requirements to PasteJacker.egg-info/requires.txt writing top-level names to PasteJacker.egg-info/top_level.txt writing manifest file 'PasteJacker.egg-info/SOURCES.txt' reading manifest file 'PasteJacker.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'PasteJacker.egg-info/SOURCES.txt' /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'PasteJacker.Core.Data' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'PasteJacker.Core.Data' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'PasteJacker.Core.Data' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'PasteJacker.Core.Data' to be distributed and are already explicitly excluding 'PasteJacker.Core.Data' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'PasteJacker.Screenshots' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'PasteJacker.Screenshots' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'PasteJacker.Screenshots' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'PasteJacker.Screenshots' to be distributed and are already explicitly excluding 'PasteJacker.Screenshots' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) copying PasteJacker/.gitignore -> build/lib/PasteJacker creating build/lib/PasteJacker/Screenshots copying PasteJacker/Screenshots/p0.png -> build/lib/PasteJacker/Screenshots copying PasteJacker/Screenshots/p1.png -> build/lib/PasteJacker/Screenshots copying PasteJacker/Screenshots/p2.png -> build/lib/PasteJacker/Screenshots copying PasteJacker/Screenshots/p3.png -> build/lib/PasteJacker/Screenshots copying PasteJacker/templates/color_method.html -> build/lib/PasteJacker/templates copying PasteJacker/templates/js_method.html -> build/lib/PasteJacker/templates copying PasteJacker/templates/style_method.html -> build/lib/PasteJacker/templates creating build/lib/PasteJacker/Core/Data copying PasteJacker/Core/Data/version.txt -> build/lib/PasteJacker/Core/Data ==> Entering fakeroot environment... ==> Starting package()... running install /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() running install_lib creating /src/packages/pentesting/pastejacker/pkg/pastejacker/usr/lib/python3.12/site-packages creating /src/packages/pentesting/pastejacker/pkg/pastejacker/usr/lib/python3.12/site-packages/PasteJacker copying build/lib/PasteJacker/.gitignore -> /src/packages/pentesting/pastejacker/pkg/pastejacker/usr/lib/python3.12/site-packages/PasteJacker creating /src/packages/pentesting/pastejacker/pkg/pastejacker/usr/lib/python3.12/site-packages/PasteJacker/templates copying build/lib/PasteJacker/templates/color_method.html -> /src/packages/pentesting/pastejacker/pkg/pastejacker/usr/lib/python3.12/site-packages/PasteJacker/templates copying build/lib/PasteJacker/templates/style_method.html -> /src/packages/pentesting/pastejacker/pkg/pastejacker/usr/lib/python3.12/site-packages/PasteJacker/templates copying build/lib/PasteJacker/templates/__init__.py -> /src/packages/pentesting/pastejacker/pkg/pastejacker/usr/lib/python3.12/site-packages/PasteJacker/templates copying build/lib/PasteJacker/templates/js_method.html -> /src/packages/pentesting/pastejacker/pkg/pastejacker/usr/lib/python3.12/site-packages/PasteJacker/templates creating /src/packages/pentesting/pastejacker/pkg/pastejacker/usr/lib/python3.12/site-packages/PasteJacker/Core copying build/lib/PasteJacker/Core/serve.py -> /src/packages/pentesting/pastejacker/pkg/pastejacker/usr/lib/python3.12/site-packages/PasteJacker/Core copying build/lib/PasteJacker/Core/checkers.py -> /src/packages/pentesting/pastejacker/pkg/pastejacker/usr/lib/python3.12/site-packages/PasteJacker/Core copying build/lib/PasteJacker/Core/color.py -> /src/packages/pentesting/pastejacker/pkg/pastejacker/usr/lib/python3.12/site-packages/PasteJacker/Core copying build/lib/PasteJacker/Core/updater.py -> /src/packages/pentesting/pastejacker/pkg/pastejacker/usr/lib/python3.12/site-packages/PasteJacker/Core copying build/lib/PasteJacker/Core/dictionaries.py -> /src/packages/pentesting/pastejacker/pkg/pastejacker/usr/lib/python3.12/site-packages/PasteJacker/Core copying build/lib/PasteJacker/Core/__init__.py -> /src/packages/pentesting/pastejacker/pkg/pastejacker/usr/lib/python3.12/site-packages/PasteJacker/Core creating /src/packages/pentesting/pastejacker/pkg/pastejacker/usr/lib/python3.12/site-packages/PasteJacker/Core/Data copying build/lib/PasteJacker/Core/Data/version.txt -> /src/packages/pentesting/pastejacker/pkg/pastejacker/usr/lib/python3.12/site-packages/PasteJacker/Core/Data copying build/lib/PasteJacker/Core/settings.py -> /src/packages/pentesting/pastejacker/pkg/pastejacker/usr/lib/python3.12/site-packages/PasteJacker/Core copying build/lib/PasteJacker/Core/utils.py -> /src/packages/pentesting/pastejacker/pkg/pastejacker/usr/lib/python3.12/site-packages/PasteJacker/Core copying build/lib/PasteJacker/__init__.py -> /src/packages/pentesting/pastejacker/pkg/pastejacker/usr/lib/python3.12/site-packages/PasteJacker copying build/lib/PasteJacker/main.py -> /src/packages/pentesting/pastejacker/pkg/pastejacker/usr/lib/python3.12/site-packages/PasteJacker creating /src/packages/pentesting/pastejacker/pkg/pastejacker/usr/lib/python3.12/site-packages/PasteJacker/Screenshots copying build/lib/PasteJacker/Screenshots/p3.png -> /src/packages/pentesting/pastejacker/pkg/pastejacker/usr/lib/python3.12/site-packages/PasteJacker/Screenshots copying build/lib/PasteJacker/Screenshots/p0.png -> /src/packages/pentesting/pastejacker/pkg/pastejacker/usr/lib/python3.12/site-packages/PasteJacker/Screenshots copying build/lib/PasteJacker/Screenshots/p2.png -> /src/packages/pentesting/pastejacker/pkg/pastejacker/usr/lib/python3.12/site-packages/PasteJacker/Screenshots copying build/lib/PasteJacker/Screenshots/p1.png -> /src/packages/pentesting/pastejacker/pkg/pastejacker/usr/lib/python3.12/site-packages/PasteJacker/Screenshots byte-compiling /src/packages/pentesting/pastejacker/pkg/pastejacker/usr/lib/python3.12/site-packages/PasteJacker/templates/__init__.py to __init__.cpython-312.pyc byte-compiling /src/packages/pentesting/pastejacker/pkg/pastejacker/usr/lib/python3.12/site-packages/PasteJacker/Core/serve.py to serve.cpython-312.pyc byte-compiling /src/packages/pentesting/pastejacker/pkg/pastejacker/usr/lib/python3.12/site-packages/PasteJacker/Core/checkers.py to checkers.cpython-312.pyc byte-compiling /src/packages/pentesting/pastejacker/pkg/pastejacker/usr/lib/python3.12/site-packages/PasteJacker/Core/color.py to color.cpython-312.pyc byte-compiling /src/packages/pentesting/pastejacker/pkg/pastejacker/usr/lib/python3.12/site-packages/PasteJacker/Core/updater.py to updater.cpython-312.pyc byte-compiling /src/packages/pentesting/pastejacker/pkg/pastejacker/usr/lib/python3.12/site-packages/PasteJacker/Core/dictionaries.py to dictionaries.cpython-312.pyc byte-compiling /src/packages/pentesting/pastejacker/pkg/pastejacker/usr/lib/python3.12/site-packages/PasteJacker/Core/__init__.py to __init__.cpython-312.pyc byte-compiling /src/packages/pentesting/pastejacker/pkg/pastejacker/usr/lib/python3.12/site-packages/PasteJacker/Core/settings.py to settings.cpython-312.pyc byte-compiling /src/packages/pentesting/pastejacker/pkg/pastejacker/usr/lib/python3.12/site-packages/PasteJacker/Core/utils.py to utils.cpython-312.pyc /usr/lib/python3.12/site-packages/PasteJacker/Core/utils.py:7: SyntaxWarning: invalid escape sequence '\ ' byte-compiling /src/packages/pentesting/pastejacker/pkg/pastejacker/usr/lib/python3.12/site-packages/PasteJacker/__init__.py to __init__.cpython-312.pyc byte-compiling /src/packages/pentesting/pastejacker/pkg/pastejacker/usr/lib/python3.12/site-packages/PasteJacker/main.py to main.cpython-312.pyc writing byte-compilation script '/tmp/tmpkhsljbj9.py' /usr/sbin/python /tmp/tmpkhsljbj9.py /usr/lib/python3.12/site-packages/PasteJacker/Core/utils.py:7: SyntaxWarning: invalid escape sequence '\ ' removing /tmp/tmpkhsljbj9.py running install_egg_info running egg_info writing PasteJacker.egg-info/PKG-INFO writing dependency_links to PasteJacker.egg-info/dependency_links.txt writing entry points to PasteJacker.egg-info/entry_points.txt writing requirements to PasteJacker.egg-info/requires.txt writing top-level names to PasteJacker.egg-info/top_level.txt reading manifest file 'PasteJacker.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'PasteJacker.egg-info/SOURCES.txt' Copying PasteJacker.egg-info to /src/packages/pentesting/pastejacker/pkg/pastejacker/usr/lib/python3.12/site-packages/PasteJacker-0.2-py3.12.egg-info running install_scripts Installing pastejacker script to /src/packages/pentesting/pastejacker/pkg/pastejacker/usr/bin ==> 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 "pastejacker"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: pastejacker 12.ed9f153-5 (Thu 21 Nov 2024 07:43:03 AM 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 warning: dependency cycle detected: warning: rubygems will be removed after its ruby dependency Package (24) Old Version Net Change inetutils 2.5-1 -1.07 MiB libxslt 1.1.42-1 -0.75 MiB libyaml 0.2.5-3 -0.18 MiB metasploit 6.4.36-1 -400.87 MiB mpdecimal 4.0.0-2 -0.32 MiB postgresql-libs 16.3-4 -8.50 MiB python 3.12.7-1 -70.07 MiB python-autocommand 2.2.2-6 -0.08 MiB python-gnureadline 8.1.2-2 -0.35 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-jinja 1:3.1.4-1 -1.74 MiB python-markupsafe 2.1.5-2 -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 ruby 3.3.5-2 -16.13 MiB ruby-bundler 2.5.16-1 -1.59 MiB ruby-erb 4.0.4-6 -0.10 MiB rubygems 3.5.16-1 -2.69 MiB Total Removed Size: 514.62 MiB :: Do you want to remove these packages? [Y/n] :: Running pre-transaction hooks... (1/1) Removing old entries from the info directory file... :: Processing package changes... removing python-setuptools... removing python-wheel... removing python-platformdirs... removing python-packaging... removing python-jinja... removing python-markupsafe... removing python-jaraco.collections... removing python-jaraco.text... removing python-jaraco.functools... removing python-more-itertools... removing python-jaraco.context... removing python-gnureadline... removing python-autocommand... removing python... removing mpdecimal... removing metasploit... removing ruby-erb... removing ruby-bundler... removing ruby... removing rubygems... removing postgresql-libs... removing libyaml... removing libxslt... removing inetutils... :: Running post-transaction hooks... (1/2) Reloading system manager configuration... Failed to check for chroot() environment: Permission denied Skipped: Current root is not booted. (2/2) Arming ConditionNeedsUpdate...