Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Downloading sources
- Starting build of io.github.evilsupahfly.amulet_flatpak
- Cache hit for glew, skipping build
- Cache hit for glu, skipping build
- Cache hit for python3-hatchling, skipping build
- Cache hit for python3-hatch-vcs, skipping build
- Cache hit for updates, skipping build
- Cache hit for python3-versioneer, skipping build
- Cache hit for python3-meson-python, skipping build
- Cache hit for python3-pyopengl, skipping build
- Cache hit for python3-numpy, skipping build
- Cache hit for python3-lz4, skipping build
- Cache hit for python3-amulet-core, skipping build
- Cache miss, checking out last cache hit
- FB: Mounting read-only fs: rofiles-fuse /home/evilsupahfly/Downloads/flatpak-stuff/Amulet-Flatpak/amulet_flatpak.build_dir /home/evilsupahfly/Downloads/flatpak-stuff/Amulet-Flatpak/.flatpak-builder/rofiles/rofiles-9l8G7I
- ========================================================================
- Building module python3-amulet-map-editor in /home/evilsupahfly/Downloads/flatpak-stuff/Amulet-Flatpak/.flatpak-builder/build/python3-amulet-map-editor-11
- ========================================================================
- Running: pip3 install -vvv -I -U --debug --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST} "amulet-map-editor" --report=pip_report.json --no-build-isolation
- FB: Running: flatpak build --die-with-parent --env=FLATPAK_BUILDER_BUILDDIR=/run/build/python3-amulet-map-editor --nofilesystem=host:reset --filesystem=/home/evilsupahfly/Downloads/flatpak-stuff/Amulet-Flatpak/.flatpak-builder/build/python3-amulet-map-editor-11 --bind-mount=/run/build/python3-amulet-map-editor=/home/evilsupahfly/Downloads/flatpak-stuff/Amulet-Flatpak/.flatpak-builder/build/python3-amulet-map-editor-11 --build-dir=/run/build/python3-amulet-map-editor --bind-mount=/run/ccache=/home/evilsupahfly/Downloads/flatpak-stuff/Amulet-Flatpak/.flatpak-builder/ccache --env=SOURCE_DATE_EPOCH=1733105500 '--env=CFLAGS=-O2 -pipe -g -Wp,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' '--env=CXXFLAGS=-O2 -pipe -g -Wp,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ' '--env=LDFLAGS=-L/app/lib -Wl,-z,relro,-z,now -Wl,--as-needed ' --env=CCACHE_DIR=/run/ccache/disabled --env=PATH=/app/bin:/usr/bin --env=LD_LIBRARY_PATH=/app/lib --env=PKG_CONFIG_PATH=/app/lib/pkgconfig:/app/share/pkgconfig:/usr/lib/pkgconfig:/usr/share/pkgconfig --env=FLATPAK_BUILDER_N_JOBS=4 /home/evilsupahfly/Downloads/flatpak-stuff/Amulet-Flatpak/.flatpak-builder/rofiles/rofiles-9l8G7I /bin/sh -c 'pip3 install -vvv -I -U --debug --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST} "amulet-map-editor" --report=pip_report.json --no-build-isolation'
- Using pip 24.3.1 from /usr/lib/python3.12/site-packages/pip (python 3.12)
- Non-user install due to --prefix or --target option
- Ignoring indexes: https://pypi.org/simple
- Created temporary directory: /tmp/pip-build-tracker-cgdtjplr
- Initialized build tracking at /tmp/pip-build-tracker-cgdtjplr
- Created build tracker: /tmp/pip-build-tracker-cgdtjplr
- Entered build tracker: /tmp/pip-build-tracker-cgdtjplr
- Created temporary directory: /tmp/pip-install-oqcxhcmj
- Created temporary directory: /tmp/pip-ephem-wheel-cache-auqjszp_
- Looking in links: file:///run/build/python3-amulet-map-editor
- 0 location(s) to search for versions of amulet-map-editor:
- Given no hashes to check 0 links for project 'amulet-map-editor': discarding no candidates
- ERROR: Could not find a version that satisfies the requirement amulet-map-editor (from versions: none)
- Removed build tracker: '/tmp/pip-build-tracker-cgdtjplr'
- ╭─────────────────────────────── Traceback (most recent call last) ────────────────────────────────╮
- │ /usr/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers.py:397 in resolve │
- │ │
- │ 394 │ │ ] │
- │ 395 │ │ for r in requirements: │
- │ 396 │ │ │ try: │
- │ ❱ 397 │ │ │ │ self._add_to_criteria(self.state.criteria, r, parent=None) │
- │ 398 │ │ │ except RequirementsConflicted as e: │
- │ 399 │ │ │ │ raise ResolutionImpossible(e.criterion.information) │
- │ 400 │
- │ │
- │ ╭─────────────────────────────────────── locals ───────────────────────────────────────╮ │
- │ │ max_rounds = 200000 │ │
- │ │ r = SpecifierRequirement('amulet-map-editor') │ │
- │ │ requirements = [SpecifierRequirement('amulet-map-editor')] │ │
- │ │ self = <pip._vendor.resolvelib.resolvers.Resolution object at 0xcd7094cdca0> │ │
- │ ╰──────────────────────────────────────────────────────────────────────────────────────╯ │
- │ │
- │ /usr/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers.py:174 in _add_to_criteria │
- │ │
- │ 171 │ │ │ incompatibilities=incompatibilities, │
- │ 172 │ │ ) │
- │ 173 │ │ if not criterion.candidates: │
- │ ❱ 174 │ │ │ raise RequirementsConflicted(criterion) │
- │ 175 │ │ criteria[identifier] = criterion │
- │ 176 │ │
- │ 177 │ def _remove_information_from_criteria(self, criteria, parents): │
- │ │
- │ ╭─────────────────────────────────────────── locals ───────────────────────────────────────────╮ │
- │ │ criteria = {} │ │
- │ │ criterion = Criterion((SpecifierRequirement('amulet-map-editor'), via=None)) │ │
- │ │ identifier = 'amulet-map-editor' │ │
- │ │ incompatibilities = [] │ │
- │ │ information = [ │ │
- │ │ │ RequirementInformation( │ │
- │ │ │ │ requirement=SpecifierRequirement('amulet-map-editor'), │ │
- │ │ │ │ parent=None │ │
- │ │ │ ) │ │
- │ │ ] │ │
- │ │ matches = <pip._internal.resolution.resolvelib.found_candidates.FoundCandidates │ │
- │ │ object at 0xcd7094cdfd0> │ │
- │ │ parent = None │ │
- │ │ requirement = SpecifierRequirement('amulet-map-editor') │ │
- │ │ self = <pip._vendor.resolvelib.resolvers.Resolution object at 0xcd7094cdca0> │ │
- │ ╰──────────────────────────────────────────────────────────────────────────────────────────────╯ │
- ╰──────────────────────────────────────────────────────────────────────────────────────────────────╯
- RequirementsConflicted: Requirements conflict: SpecifierRequirement('amulet-map-editor')
- During handling of the above exception, another exception occurred:
- ╭─────────────────────────────── Traceback (most recent call last) ────────────────────────────────╮
- │ /usr/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/resolver.py:95 in resolve │
- │ │
- │ 92 │ │ │
- │ 93 │ │ try: │
- │ 94 │ │ │ limit_how_complex_resolution_can_be = 200000 │
- │ ❱ 95 │ │ │ result = self._result = resolver.resolve( │
- │ 96 │ │ │ │ collected.requirements, max_rounds=limit_how_complex_resolution_can_be │
- │ 97 │ │ │ ) │
- │ 98 │
- │ │
- │ ╭─────────────────────────────────────────── locals ───────────────────────────────────────────╮ │
- │ │ check_supported_wheels = True │ │
- │ │ collected = CollectedRootRequirements( │ │
- │ │ │ requirements=[ │ │
- │ │ │ │ SpecifierRequirement('amulet-map-editor') │ │
- │ │ │ ], │ │
- │ │ │ constraints={}, │ │
- │ │ │ user_requested={'amulet-map-editor': 0} │ │
- │ │ ) │ │
- │ │ error = DistributionNotFound('No matching distribution found │ │
- │ │ for amulet-map-editor') │ │
- │ │ limit_how_complex_resolution_can_be = 200000 │ │
- │ │ provider = <pip._internal.resolution.resolvelib.provider.PipProv… │ │
- │ │ object at 0xcd709511bb0> │ │
- │ │ reporter = <pip._internal.resolution.resolvelib.reporter.PipRepo… │ │
- │ │ object at 0xcd7094cdc70> │ │
- │ │ resolver = <pip._vendor.resolvelib.resolvers.Resolver object at │ │
- │ │ 0xcd7094cdcd0> │ │
- │ │ root_reqs = [ │ │
- │ │ │ <InstallRequirement object: amulet-map-editor │ │
- │ │ editable=False> │ │
- │ │ ] │ │
- │ │ self = <pip._internal.resolution.resolvelib.resolver.Resolver │ │
- │ │ object at 0xcd7093f64e0> │ │
- │ ╰──────────────────────────────────────────────────────────────────────────────────────────────╯ │
- │ │
- │ /usr/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers.py:546 in resolve │
- │ │
- │ 543 │ │ │ `max_rounds` argument. │
- │ 544 │ │ """ │
- │ 545 │ │ resolution = Resolution(self.provider, self.reporter) │
- │ ❱ 546 │ │ state = resolution.resolve(requirements, max_rounds=max_rounds) │
- │ 547 │ │ return _build_result(state) │
- │ 548 │
- │ │
- │ ╭─────────────────────────────────────── locals ───────────────────────────────────────╮ │
- │ │ max_rounds = 200000 │ │
- │ │ requirements = [SpecifierRequirement('amulet-map-editor')] │ │
- │ │ resolution = <pip._vendor.resolvelib.resolvers.Resolution object at 0xcd7094cdca0> │ │
- │ │ self = <pip._vendor.resolvelib.resolvers.Resolver object at 0xcd7094cdcd0> │ │
- │ ╰──────────────────────────────────────────────────────────────────────────────────────╯ │
- │ │
- │ /usr/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers.py:399 in resolve │
- │ │
- │ 396 │ │ │ try: │
- │ 397 │ │ │ │ self._add_to_criteria(self.state.criteria, r, parent=None) │
- │ 398 │ │ │ except RequirementsConflicted as e: │
- │ ❱ 399 │ │ │ │ raise ResolutionImpossible(e.criterion.information) │
- │ 400 │ │ │
- │ 401 │ │ # The root state is saved as a sentinel so the first ever pin can have │
- │ 402 │ │ # something to backtrack to if it fails. The root state is basically │
- │ │
- │ ╭─────────────────────────────────────── locals ───────────────────────────────────────╮ │
- │ │ max_rounds = 200000 │ │
- │ │ r = SpecifierRequirement('amulet-map-editor') │ │
- │ │ requirements = [SpecifierRequirement('amulet-map-editor')] │ │
- │ │ self = <pip._vendor.resolvelib.resolvers.Resolution object at 0xcd7094cdca0> │ │
- │ ╰──────────────────────────────────────────────────────────────────────────────────────╯ │
- ╰──────────────────────────────────────────────────────────────────────────────────────────────────╯
- ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('amulet-map-editor'), parent=None)]
- The above exception was the direct cause of the following exception:
- ╭─────────────────────────────── Traceback (most recent call last) ────────────────────────────────╮
- │ /usr/bin/pip3:8 in <module> │
- │ │
- │ 5 from pip._internal.cli.main import main │
- │ 6 if __name__ == "__main__": │
- │ 7 │ sys.argv[0] = re.sub(r"(-script\.pyw|\.exe)?$", "", sys.argv[0]) │
- │ ❱ 8 │ sys.exit(main()) │
- │ 9 │
- │ │
- │ ╭──────────────────────────── locals ────────────────────────────╮ │
- │ │ main = <function main at 0xcd70b355080> │ │
- │ │ re = <module 're' from '/usr/lib/python3.12/re/__init__.py'> │ │
- │ │ sys = <module 'sys' (built-in)> │ │
- │ ╰────────────────────────────────────────────────────────────────╯ │
- │ │
- │ /usr/lib/python3.12/site-packages/pip/_internal/cli/main.py:80 in main │
- │ │
- │ 77 │ │ logger.debug("Ignoring error %s when setting locale", e) │
- │ 78 │ command = create_command(cmd_name, isolated=("--isolated" in cmd_args)) │
- │ 79 │ │
- │ ❱ 80 │ return command.main(cmd_args) │
- │ 81 │
- │ │
- │ ╭────────────────────────────────────── locals ──────────────────────────────────────╮ │
- │ │ args = [ │ │
- │ │ │ 'install', │ │
- │ │ │ '-vvv', │ │
- │ │ │ '-I', │ │
- │ │ │ '-U', │ │
- │ │ │ '--debug', │ │
- │ │ │ '--no-index', │ │
- │ │ │ '--find-links=file:///run/build/python3-amulet-map-editor', │ │
- │ │ │ '--prefix=/app', │ │
- │ │ │ 'amulet-map-editor', │ │
- │ │ │ '--report=pip_report.json', │ │
- │ │ │ ... +1 │ │
- │ │ ] │ │
- │ │ cmd_args = [ │ │
- │ │ │ '-vvv', │ │
- │ │ │ '-I', │ │
- │ │ │ '-U', │ │
- │ │ │ '--debug', │ │
- │ │ │ '--no-index', │ │
- │ │ │ '--find-links=file:///run/build/python3-amulet-map-editor', │ │
- │ │ │ '--prefix=/app', │ │
- │ │ │ 'amulet-map-editor', │ │
- │ │ │ '--report=pip_report.json', │ │
- │ │ │ '--no-build-isolation' │ │
- │ │ ] │ │
- │ │ cmd_name = 'install' │ │
- │ │ command = <pip._internal.commands.install.InstallCommand object at 0xcd7099f4d10> │ │
- │ ╰────────────────────────────────────────────────────────────────────────────────────╯ │
- │ │
- │ /usr/lib/python3.12/site-packages/pip/_internal/cli/base_command.py:157 in main │
- │ │
- │ 154 │ def main(self, args: List[str]) -> int: │
- │ 155 │ │ try: │
- │ 156 │ │ │ with self.main_context(): │
- │ ❱ 157 │ │ │ │ return self._main(args) │
- │ 158 │ │ finally: │
- │ 159 │ │ │ logging.shutdown() │
- │ 160 │
- │ │
- │ ╭──────────────────────────────────── locals ────────────────────────────────────╮ │
- │ │ args = [ │ │
- │ │ │ '-vvv', │ │
- │ │ │ '-I', │ │
- │ │ │ '-U', │ │
- │ │ │ '--debug', │ │
- │ │ │ '--no-index', │ │
- │ │ │ '--find-links=file:///run/build/python3-amulet-map-editor', │ │
- │ │ │ '--prefix=/app', │ │
- │ │ │ 'amulet-map-editor', │ │
- │ │ │ '--report=pip_report.json', │ │
- │ │ │ '--no-build-isolation' │ │
- │ │ ] │ │
- │ │ self = <pip._internal.commands.install.InstallCommand object at 0xcd7099f4d10> │ │
- │ ╰────────────────────────────────────────────────────────────────────────────────╯ │
- │ │
- │ /usr/lib/python3.12/site-packages/pip/_internal/cli/base_command.py:231 in _main │
- │ │
- │ 228 │ │ │ │ ) │
- │ 229 │ │ │ │ options.cache_dir = None │
- │ 230 │ │ │
- │ ❱ 231 │ │ return self._run_wrapper(level_number, options, args) │
- │ 232 │
- │ │
- │ ╭─────────────────────────────────────────── locals ───────────────────────────────────────────╮ │
- │ │ always_enabled_features = set() │ │
- │ │ args = ['amulet-map-editor'] │ │
- │ │ level_number = 10 │ │
- │ │ options = <Values at 0xcd709992ea0: {'help': None, 'debug_mode': True, │ │
- │ │ 'isolated_mode': False, 'require_venv': False, 'python': None, │ │
- │ │ 'verbose': 3, 'version': None, 'quiet': 0, 'log': None, │ │
- │ │ 'no_input': False, 'keyring_provider': 'auto', 'proxy': '', │ │
- │ │ 'retries': 5, 'timeout': 15, 'exists_action': [], 'trusted_hosts': │ │
- │ │ [], 'cert': None, 'client_cert': None, 'cache_dir': │ │
- │ │ '/home/evilsupahfly/.cache/pip', 'disable_pip_version_check': │ │
- │ │ False,'no_color': False, 'no_python_version_warning': False, │ │
- │ │ 'features_enabled': [], 'deprecated_features_enabled': [], │ │
- │ │ 'requirements': [], 'constraints': [], 'ignore_dependencies': │ │
- │ │ False, 'pre': False, 'editables': [], 'dry_run': False, │ │
- │ │ 'target_dir': None, 'platforms': None, 'python_version': None, │ │
- │ │ 'implementation': None, 'abis': None, 'use_user_site': False, │ │
- │ │ 'root_path': None, 'prefix_path': '/app', 'src_dir': │ │
- │ │ '/run/build/python3-amulet-map-editor/src', 'upgrade': True, │ │
- │ │ 'upgrade_strategy': 'only-if-needed', 'force_reinstall': None, │ │
- │ │ 'ignore_installed': True, 'ignore_requires_python': None, │ │
- │ │ 'build_isolation': False, 'use_pep517': None, 'check_build_deps': │ │
- │ │ False, 'override_externally_managed': None, 'config_settings': │ │
- │ │ None, 'global_options': None, 'compile': True, │ │
- │ │ 'warn_script_location': True, 'warn_about_conflicts': True, │ │
- │ │ 'format_control': FormatControl(set(), set()), 'prefer_binary': │ │
- │ │ False, 'require_hashes': False, 'progress_bar': 'on', │ │
- │ │ 'root_user_action': 'warn', 'index_url': │ │
- │ │ 'https://pypi.org/simple', 'extra_index_urls': [], 'no_index': │ │
- │ │ True, 'find_links': │ │
- │ │ ['file:///run/build/python3-amulet-map-editor'], │ │
- │ │ 'json_report_file': 'pip_report.json', 'no_clean': False}> │ │
- │ │ self = <pip._internal.commands.install.InstallCommand object at │ │
- │ │ 0xcd7099f4d10> │ │
- │ ╰──────────────────────────────────────────────────────────────────────────────────────────────╯ │
- │ │
- │ /usr/lib/python3.12/site-packages/pip/_internal/cli/base_command.py:102 in _run_wrapper │
- │ │
- │ 99 │ │ │
- │ 100 │ │ if options.debug_mode: │
- │ 101 │ │ │ rich_traceback.install(show_locals=True) │
- │ ❱ 102 │ │ │ return _inner_run() │
- │ 103 │ │ │
- │ 104 │ │ try: │
- │ 105 │ │ │ status = _inner_run() │
- │ │
- │ ╭─────────────────────────────────────────── locals ───────────────────────────────────────────╮ │
- │ │ _inner_run = <function Command._run_wrapper.<locals>._inner_run at 0xcd7096fe3e0> │ │
- │ │ args = ['amulet-map-editor'] │ │
- │ │ level_number = 10 │ │
- │ │ options = <Values at 0xcd709992ea0: {'help': None, 'debug_mode': True, 'isolated_mode': │ │
- │ │ False, 'require_venv': False, 'python': None, 'verbose': 3, 'version': None, │ │
- │ │ 'quiet': 0, 'log': None, 'no_input': False, 'keyring_provider': 'auto', │ │
- │ │ 'proxy': '', 'retries': 5, 'timeout': 15, 'exists_action': [], │ │
- │ │ 'trusted_hosts': [], 'cert': None, 'client_cert': None, 'cache_dir': │ │
- │ │ '/home/evilsupahfly/.cache/pip', 'disable_pip_version_check': False, │ │
- │ │ 'no_color': False, 'no_python_version_warning': False, 'features_enabled': [],│ │
- │ │ 'deprecated_features_enabled': [], 'requirements': [], 'constraints': [], │ │
- │ │ 'ignore_dependencies': False, 'pre': False, 'editables': [], 'dry_run': │ │
- │ │ False, 'target_dir': None, 'platforms': None, 'python_version': None, │ │
- │ │ 'implementation': None, 'abis': None, 'use_user_site': False, 'root_path': │ │
- │ │ None, 'prefix_path': '/app', 'src_dir': │ │
- │ │ '/run/build/python3-amulet-map-editor/src', 'upgrade': True, │ │
- │ │ 'upgrade_strategy': 'only-if-needed', 'force_reinstall': None, │ │
- │ │ 'ignore_installed': True, 'ignore_requires_python': None, 'build_isolation': │ │
- │ │ False, 'use_pep517': None, 'check_build_deps': False, │ │
- │ │ 'override_externally_managed': None, 'config_settings': None, │ │
- │ │ 'global_options': None, 'compile': True, 'warn_script_location': True, │ │
- │ │ 'warn_about_conflicts': True, 'format_control': FormatControl(set(), set()), │ │
- │ │ 'prefer_binary': False, 'require_hashes': False, 'progress_bar': 'on', │ │
- │ │ 'root_user_action': 'warn', 'index_url': 'https://pypi.org/simple', │ │
- │ │ 'extra_index_urls': [], 'no_index': True, 'find_links': │ │
- │ │ ['file:///run/build/python3-amulet-map-editor'], 'json_report_file': │ │
- │ │ 'pip_report.json', 'no_clean': False}> │ │
- │ │ self = <pip._internal.commands.install.InstallCommand object at 0xcd7099f4d10> │ │
- │ ╰──────────────────────────────────────────────────────────────────────────────────────────────╯ │
- │ │
- │ /usr/lib/python3.12/site-packages/pip/_internal/cli/base_command.py:96 in _inner_run │
- │ │
- │ 93 │ def _run_wrapper(self, level_number: int, options: Values, args: List[str]) -> int: │
- │ 94 │ │ def _inner_run() -> int: │
- │ 95 │ │ │ try: │
- │ ❱ 96 │ │ │ │ return self.run(options, args) │
- │ 97 │ │ │ finally: │
- │ 98 │ │ │ │ self.handle_pip_version_check(options) │
- │ 99 │
- │ │
- │ ╭─────────────────────────────────────────── locals ───────────────────────────────────────────╮ │
- │ │ args = ['amulet-map-editor'] │ │
- │ │ options = <Values at 0xcd709992ea0: {'help': None, 'debug_mode': True, 'isolated_mode': │ │
- │ │ False, 'require_venv': False, 'python': None, 'verbose': 3, 'version': None, │ │
- │ │ 'quiet': 0, 'log': None, 'no_input': False, 'keyring_provider': 'auto', 'proxy': │ │
- │ │ '', 'retries': 5, 'timeout': 15, 'exists_action': [], 'trusted_hosts': [], 'cert': │ │
- │ │ None, 'client_cert': None, 'cache_dir': '/home/evilsupahfly/.cache/pip', │ │
- │ │ 'disable_pip_version_check': False, 'no_color': False, │ │
- │ │ 'no_python_version_warning': False, 'features_enabled': [], │ │
- │ │ 'deprecated_features_enabled': [], 'requirements': [], 'constraints': [], │ │
- │ │ 'ignore_dependencies': False, 'pre': False, 'editables': [], 'dry_run': False, │ │
- │ │ 'target_dir': None, 'platforms': None, 'python_version': None, 'implementation': │ │
- │ │ None, 'abis': None, 'use_user_site': False, 'root_path': None, 'prefix_path': │ │
- │ │ '/app', 'src_dir': '/run/build/python3-amulet-map-editor/src', 'upgrade': True, │ │
- │ │ 'upgrade_strategy': 'only-if-needed', 'force_reinstall': None, 'ignore_installed': │ │
- │ │ True, 'ignore_requires_python': None, 'build_isolation': False, 'use_pep517': │ │
- │ │ None, 'check_build_deps': False, 'override_externally_managed': None, │ │
- │ │ 'config_settings': None, 'global_options': None, 'compile': True, │ │
- │ │ 'warn_script_location': True, 'warn_about_conflicts': True, 'format_control': │ │
- │ │ FormatControl(set(), set()), 'prefer_binary': False, 'require_hashes': False, │ │
- │ │ 'progress_bar': 'on', 'root_user_action': 'warn', 'index_url': │ │
- │ │ 'https://pypi.org/simple', 'extra_index_urls': [], 'no_index': True, 'find_links': │ │
- │ │ ['file:///run/build/python3-amulet-map-editor'], 'json_report_file': │ │
- │ │ 'pip_report.json', 'no_clean': False}> │ │
- │ │ self = <pip._internal.commands.install.InstallCommand object at 0xcd7099f4d10> │ │
- │ ╰──────────────────────────────────────────────────────────────────────────────────────────────╯ │
- │ │
- │ /usr/lib/python3.12/site-packages/pip/_internal/cli/req_command.py:67 in wrapper │
- │ │
- │ 64 │ │ │ configure_tempdir_registry(self.tempdir_registry) │
- │ 65 │ │ │
- │ 66 │ │ try: │
- │ ❱ 67 │ │ │ return func(self, options, args) │
- │ 68 │ │ except PreviousBuildDirError: │
- │ 69 │ │ │ # This kind of conflict can occur when the user passes an explicit │
- │ 70 │ │ │ # build directory with a pre-existing folder. In that case we do │
- │ │
- │ ╭─────────────────────────────────────────── locals ───────────────────────────────────────────╮ │
- │ │ args = ['amulet-map-editor'] │ │
- │ │ configure_tempdir_registry = <function with_cleanup.<locals>.configure_tempdir_registry at │ │
- │ │ 0xcd709505bc0> │ │
- │ │ func = <function InstallCommand.run at 0xcd709505b20> │ │
- │ │ options = <Values at 0xcd709992ea0: {'help': None, 'debug_mode': True, │ │
- │ │ 'isolated_mode': False, 'require_venv': False, 'python': None, │ │
- │ │ 'verbose': 3, 'version': None, 'quiet': 0, 'log': None, │ │
- │ │ 'no_input': False, 'keyring_provider': 'auto', 'proxy': '', │ │
- │ │ 'retries': 5, 'timeout': 15, 'exists_action': [], │ │
- │ │ 'trusted_hosts': [], 'cert': None, 'client_cert': None, │ │
- │ │ 'cache_dir': '/home/evilsupahfly/.cache/pip', │ │
- │ │ 'disable_pip_version_check': False, 'no_color': False, │ │
- │ │ 'no_python_version_warning': False, 'features_enabled': [], │ │
- │ │ 'deprecated_features_enabled': [], 'requirements': [], │ │
- │ │ 'constraints': [], 'ignore_dependencies': False, 'pre': False, │ │
- │ │ 'editables': [], 'dry_run': False, 'target_dir': None, │ │
- │ │ 'platforms': None, 'python_version': None, 'implementation': │ │
- │ │ None, 'abis': None, 'use_user_site': False, 'root_path': None, │ │
- │ │ 'prefix_path': '/app', 'src_dir': │ │
- │ │ '/run/build/python3-amulet-map-editor/src', 'upgrade': True, │ │
- │ │ 'upgrade_strategy': 'only-if-needed', 'force_reinstall': None, │ │
- │ │ 'ignore_installed': True, 'ignore_requires_python': None, │ │
- │ │ 'build_isolation': False, 'use_pep517': None, │ │
- │ │ 'check_build_deps': False, 'override_externally_managed': None, │ │
- │ │ 'config_settings': None, 'global_options': None, 'compile': │ │
- │ │ True, 'warn_script_location': True, 'warn_about_conflicts': │ │
- │ │ True, 'format_control': FormatControl(set(), set()), │ │
- │ │ 'prefer_binary': False, 'require_hashes': False, │ │
- │ │ 'progress_bar': 'on', 'root_user_action': 'warn', 'index_url': │ │
- │ │ 'https://pypi.org/simple', 'extra_index_urls': [], 'no_index': │ │
- │ │ True, 'find_links': │ │
- │ │ ['file:///run/build/python3-amulet-map-editor'], │ │
- │ │ 'json_report_file': 'pip_report.json', 'no_clean': False}> │ │
- │ │ self = <pip._internal.commands.install.InstallCommand object at │ │
- │ │ 0xcd7099f4d10> │ │
- │ ╰──────────────────────────────────────────────────────────────────────────────────────────────╯ │
- │ │
- │ /usr/lib/python3.12/site-packages/pip/_internal/commands/install.py:379 in run │
- │ │
- │ 376 │ │ │ │
- │ 377 │ │ │ self.trace_basic_info(finder) │
- │ 378 │ │ │ │
- │ ❱ 379 │ │ │ requirement_set = resolver.resolve( │
- │ 380 │ │ │ │ reqs, check_supported_wheels=not options.target_dir │
- │ 381 │ │ │ ) │
- │ 382 │
- │ │
- │ ╭─────────────────────────────────────────── locals ───────────────────────────────────────────╮ │
- │ │ args = ['amulet-map-editor'] │ │
- │ │ build_tracker = <pip._internal.operations.build.build_tracker.BuildTr… │ │
- │ │ object at 0xcd709e4e120> │ │
- │ │ directory = <repr-error 'Attempted to access deleted path: │ │
- │ │ /tmp/pip-install-oqcxhcmj'> │ │
- │ │ finder = <pip._internal.index.package_finder.PackageFinder │ │
- │ │ object at 0xcd70b4abec0> │ │
- │ │ global_options = [] │ │
- │ │ installing_into_current_environment = False │ │
- │ │ options = <Values at 0xcd709992ea0: {'help': None, 'debug_mode': │ │
- │ │ True, 'isolated_mode': False, 'require_venv': False, │ │
- │ │ 'python': None, 'verbose': 3, 'version': None, │ │
- │ │ 'quiet': 0, 'log': None, 'no_input': False, │ │
- │ │ 'keyring_provider': 'auto', 'proxy': '', 'retries': 5, │ │
- │ │ 'timeout': 15, 'exists_action': [], 'trusted_hosts': │ │
- │ │ [], 'cert': None, 'client_cert': None, 'cache_dir': │ │
- │ │ '/home/evilsupahfly/.cache/pip', │ │
- │ │ 'disable_pip_version_check': False, 'no_color': False, │ │
- │ │ 'no_python_version_warning':False, 'features_enabled': │ │
- │ │ [], 'deprecated_features_enabled': [], 'requirements': │ │
- │ │ [], 'constraints': [], 'ignore_dependencies': False, │ │
- │ │ 'pre': False, 'editables': [], 'dry_run': False, │ │
- │ │ 'target_dir': None, 'platforms': None, │ │
- │ │ 'python_version': None, 'implementation': None, │ │
- │ │ 'abis': None, 'use_user_site': False, 'root_path': │ │
- │ │ None, 'prefix_path': '/app', 'src_dir': │ │
- │ │ '/run/build/python3-amulet-map-editor/src', 'upgrade': │ │
- │ │ True, 'upgrade_strategy': 'only-if-needed', │ │
- │ │ 'force_reinstall': None, 'ignore_installed': True, │ │
- │ │ 'ignore_requires_python': None, 'build_isolation': │ │
- │ │ False, 'use_pep517': None, 'check_build_deps': False, │ │
- │ │ 'override_externally_managed': None, │ │
- │ │ 'config_settings': None, 'global_options': None, │ │
- │ │ 'compile': True, 'warn_script_location': True, │ │
- │ │ 'warn_about_conflicts': True, 'format_control': │ │
- │ │ FormatControl(set(), set()), 'prefer_binary': False, │ │
- │ │ 'require_hashes': False, 'progress_bar': 'on', │ │
- │ │ 'root_user_action': 'warn', 'index_url': │ │
- │ │ 'https://pypi.org/simple', 'extra_index_urls': [], │ │
- │ │ 'no_index': True, 'find_links': │ │
- │ │ ['file:///run/build/python3-amulet-map-editor'], │ │
- │ │ 'json_report_file': 'pip_report.json', 'no_clean': │ │
- │ │ False}> │ │
- │ │ preparer = <pip._internal.operations.prepare.RequirementPreparer │ │
- │ │ object at 0xcd709626f30> │ │
- │ │ req = <InstallRequirement object: amulet-map-editor │ │
- │ │ editable=False> │ │
- │ │ reqs = [ │ │
- │ │ │ <InstallRequirement object: amulet-map-editor │ │
- │ │ editable=False> │ │
- │ │ ] │ │
- │ │ resolver = <pip._internal.resolution.resolvelib.resolver.Resolver │ │
- │ │ object at 0xcd7093f64e0> │ │
- │ │ self = <pip._internal.commands.install.InstallCommand object │ │
- │ │ at 0xcd7099f4d10> │ │
- │ │ session = <pip._internal.network.session.PipSession object at │ │
- │ │ 0xcd7099c3b30> │ │
- │ │ target_python = <pip._internal.models.target_python.TargetPython │ │
- │ │ object at 0xcd7094146a0> │ │
- │ │ target_temp_dir = None │ │
- │ │ target_temp_dir_path = None │ │
- │ │ upgrade_strategy = 'only-if-needed' │ │
- │ │ wheel_cache = <pip._internal.cache.WheelCache object at │ │
- │ │ 0xcd7096dd670> │ │
- │ ╰──────────────────────────────────────────────────────────────────────────────────────────────╯ │
- │ │
- │ /usr/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/resolver.py:104 in resolve │
- │ │
- │ 101 │ │ │ │ cast("ResolutionImpossible[Requirement, Candidate]", e), │
- │ 102 │ │ │ │ collected.constraints, │
- │ 103 │ │ │ ) │
- │ ❱ 104 │ │ │ raise error from e │
- │ 105 │ │ │
- │ 106 │ │ req_set = RequirementSet(check_supported_wheels=check_supported_wheels) │
- │ 107 │ │ # process candidates with extras last to ensure their base equivalent is │
- │ │
- │ ╭─────────────────────────────────────────── locals ───────────────────────────────────────────╮ │
- │ │ check_supported_wheels = True │ │
- │ │ collected = CollectedRootRequirements( │ │
- │ │ │ requirements=[ │ │
- │ │ │ │ SpecifierRequirement('amulet-map-editor') │ │
- │ │ │ ], │ │
- │ │ │ constraints={}, │ │
- │ │ │ user_requested={'amulet-map-editor': 0} │ │
- │ │ ) │ │
- │ │ error = DistributionNotFound('No matching distribution found │ │
- │ │ for amulet-map-editor') │ │
- │ │ limit_how_complex_resolution_can_be = 200000 │ │
- │ │ provider = <pip._internal.resolution.resolvelib.provider.PipProv… │ │
- │ │ object at 0xcd709511bb0> │ │
- │ │ reporter = <pip._internal.resolution.resolvelib.reporter.PipRepo… │ │
- │ │ object at 0xcd7094cdc70> │ │
- │ │ resolver = <pip._vendor.resolvelib.resolvers.Resolver object at │ │
- │ │ 0xcd7094cdcd0> │ │
- │ │ root_reqs = [ │ │
- │ │ │ <InstallRequirement object: amulet-map-editor │ │
- │ │ editable=False> │ │
- │ │ ] │ │
- │ │ self = <pip._internal.resolution.resolvelib.resolver.Resolver │ │
- │ │ object at 0xcd7093f64e0> │ │
- │ ╰──────────────────────────────────────────────────────────────────────────────────────────────╯ │
- ╰──────────────────────────────────────────────────────────────────────────────────────────────────╯
- DistributionNotFound: No matching distribution found for amulet-map-editor
- Error: module python3-amulet-map-editor: Child process exited with code 1
- FB: Unmounting read-only fs: fusermount -uz /home/evilsupahfly/Downloads/flatpak-stuff/Amulet-Flatpak/.flatpak-builder/rofiles/rofiles-9l8G7I
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement