question
stringlengths
236
348k
answer
stringlengths
10
2.11k
Analyse following RPM build log snippet. Describe contents accurately, without speculation or suggestions for resolution. Your analysis must be as concise as possible, while keeping relevant information intact. Snippet: Traceback (most recent call last): File "/usr/lib/python3.13/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 353, in <module> main() ~~~~^^ File "/usr/lib/python3.13/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 335, in main json_out['return_val'] = hook(**hook_input['kwargs']) ~~~~^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 251, in build_wheel return _build_backend().build_wheel(wheel_directory, config_settings, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ metadata_directory) ^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/site-packages/setuptools/build_meta.py", line 410, in build_wheel return self._build_with_temp_dir( ~~~~~~~~~~~~~~~~~~~~~~~~~^ ['bdist_wheel'], ^^^^^^^^^^^^^^^^ ...<3 lines>... self._arbitrary_args(config_settings), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/usr/lib/python3.13/site-packages/setuptools/build_meta.py", line 395, in _build_with_temp_dir self.run_setup() ~~~~~~~~~~~~~~^^ File "/usr/lib/python3.13/site-packages/setuptools/build_meta.py", line 311, in run_setup exec(code, locals()) ~~~~^^^^^^^^^^^^^^^^ File "<string>", line 87, in <module> File "/usr/lib/python3.13/site-packages/setuptools/__init__.py", line 104, in setup return distutils.core.setup(**attrs) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/usr/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 185, in setup return run_commands(dist) File "/usr/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 201, in run_commands dist.run_commands() ~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 969, in run_commands self.run_command(cmd) ~~~~~~~~~~~~~~~~^^^^^ File "/usr/lib/python3.13/site-packages/setuptools/dist.py", line 967, in run_command super().run_command(command) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/usr/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 988, in run_command cmd_obj.run() ~~~~~~~~~~~^^ File "/usr/lib/python3.13/site-packages/wheel/bdist_wheel.py", line 368, in run self.run_command("build") ~~~~~~~~~~~~~~~~^^^^^^^^^ File "/usr/lib/python3.13/site-packages/setuptools/_distutils/cmd.py", line 318, in run_command self.distribution.run_command(command) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/usr/lib/python3.13/site-packages/setuptools/dist.py", line 967, in run_command super().run_command(command) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/usr/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 988, in run_command cmd_obj.run() ~~~~~~~~~~~^^ File "/usr/lib/python3.13/site-packages/setuptools/_distutils/command/build.py", line 131, in run self.run_command(cmd_name) ~~~~~~~~~~~~~~~~^^^^^^^^^^ File "/usr/lib/python3.13/site-packages/setuptools/_distutils/cmd.py", line 318, in run_command self.distribution.run_command(command) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/usr/lib/python3.13/site-packages/setuptools/dist.py", line 967, in run_command super().run_command(command) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/usr/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 988, in run_command cmd_obj.run() ~~~~~~~~~~~^^ File "/usr/lib/python3.13/site-packages/setuptools/command/build_ext.py", line 91, in run _build_ext.run(self) ~~~~~~~~~~~~~~^^^^^^ File "/usr/lib/python3.13/site-packages/setuptools/_distutils/command/build_ext.py", line 345, in run self.build_extensions() ~~~~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.13/site-packages/setuptools/_distutils/command/build_ext.py", line 467, in build_extensions self._build_extensions_serial() ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.13/site-packages/setuptools/_distutils/command/build_ext.py", line 493, in _build_extensions_serial self.build_extension(ext) ~~~~~~~~~~~~~~~~~~~~^^^^^ File "<string>", line 79, in build_extension File "/usr/lib64/python3.13/subprocess.py", line 419, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['cmake', '/builddir/build/BUILD/python-cmgdb-1.1.1-build/cmgdb-1.1.1', '-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=/builddir/build/BUILD/python-cmgdb-1.1.1-build/cmgdb-1.1.1/build/lib.linux-x86_64-cpython-313/CMGDB/', '-DPYTHON_EXECUTABLE=/usr/bin/python3', '-DEXAMPLE_VERSION_INFO=1.1.1', '-DCMAKE_BUILD_TYPE=Release', '-DUSER_INCLUDE_PATH=./src/CMGDB/_cmgdb/include']' returned non-zero exit status 1. error: subprocess-exited-with-error
Traceback of error from Python script invoking cmake with invalid arguments using the `subprocess` module. While prominent, this is not a causative error.
Analyse following RPM build log snippet. Describe contents accurately, without speculation or suggestions for resolution. Your analysis must be as concise as possible, while keeping relevant information intact. Snippet: × Building wheel for CMGDB (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> See above for output.
General message, explaining that wheel build of the package failed.
Given following log snippets, their explanation, and nothing else, explain what failure, if any, occurred during build of this package. Snippets are in a format of [X] : [Y], where [X] is a log snippet, and [Y] is the explanation. Snippets are delimited with '================'. Drawing on information from all snippets, provide a concise explanation of the issue and recommend a solution. Explanation of the issue, and recommended solution, should take a handful of sentences. Snippets: [Start: installing minimal buildroot with dnf5 Updating and loading repositories: WARNING: DNF5 command failed, retrying, attempt #2, sleeping 10s Updating and loading repositories: WARNING: DNF5 command failed, retrying, attempt #3, sleeping 10s Updating and loading repositories:]: [It indicates network issues while attempting to install a minimal buildroot with dnf5.] ============= [ERROR: Exception(/var/lib/copr-rpmbuild/workspace/workdir-b5v4itya/llvm/llvm.spec) Config(fedora-rawhide-ppc64le) 0 minutes 36 seconds]: [It indicates an error right after trying to install a minimal buildroot with dnf5.]
Issue: The build failed due to a network issue with the server that is running the build. Resolution: Restart the build. If the build continues to fail, report this issue to Copr admins in order to investigate a possible infrastructure issue.
Analyse following RPM build log snippet. Describe contents accurately, without speculation or suggestions for resolution. Your analysis must be as concise as possible, while keeping relevant information intact. Snippet: Start: installing minimal buildroot with dnf5 Updating and loading repositories: WARNING: DNF5 command failed, retrying, attempt #2, sleeping 10s Updating and loading repositories: WARNING: DNF5 command failed, retrying, attempt #3, sleeping 10s Updating and loading repositories:
It indicates network issues while attempting to install a minimal buildroot with dnf5.
Analyse following RPM build log snippet. Describe contents accurately, without speculation or suggestions for resolution. Your analysis must be as concise as possible, while keeping relevant information intact. Snippet: ERROR: Exception(/var/lib/copr-rpmbuild/workspace/workdir-b5v4itya/llvm/llvm.spec) Config(fedora-rawhide-ppc64le) 0 minutes 36 seconds
It indicates an error right after trying to install a minimal buildroot with dnf5.
Given following log snippets, their explanation, and nothing else, explain what failure, if any, occurred during build of this package. Snippets are in a format of [X] : [Y], where [X] is a log snippet, and [Y] is the explanation. Snippets are delimited with '================'. Drawing on information from all snippets, provide a concise explanation of the issue and recommend a solution. Explanation of the issue, and recommended solution, should take a handful of sentences. Snippets: [Running 'tmux capture-pane -J -p -t bz2017632 > scr' server exited unexpectedly]: [tmux has crashed]
Issue: tmux has crashed during an attempt to capture a screenshot Resolution: This is a know issue. Please ask maintainers to fix it in https://issues.redhat.com/browse/RHEL-80294
Analyse following RPM build log snippet. Describe contents accurately, without speculation or suggestions for resolution. Your analysis must be as concise as possible, while keeping relevant information intact. Snippet: Running 'tmux capture-pane -J -p -t bz2017632 > scr' server exited unexpectedly
tmux has crashed
Given following log snippets, their explanation, and nothing else, explain what failure, if any, occurred during build of this package. Snippets are in a format of [X] : [Y], where [X] is a log snippet, and [Y] is the explanation. Snippets are delimited with '================'. Drawing on information from all snippets, provide a concise explanation of the issue and recommend a solution. Explanation of the issue, and recommended solution, should take a handful of sentences. Snippets: [error: Installed (but unpackaged) file(s) found: /usr/bin/XTandemAdapter /usr/include/tdl/ToolInfo.h /usr/include/tdl/convertToCTD.h /usr/include/tdl/convertToCWL.h /usr/include/tdl/cwl_v1_2.h /usr/include/tdl/tdl.h /usr/lib/debug/usr/bin/XTandemAdapter-3.2.0-1.fc42.x86_64.debug /usr/lib64/cmake/tdl/tdl-config-version.cmake /usr/lib64/cmake/tdl/tdl-config.cmake /usr/share/doc/tdl/LICENSES/Apache-2.0.txt /usr/share/doc/tdl/LICENSES/BSD-3-Clause.txt /usr/share/doc/tdl/LICENSES/CC-BY-4.0.txt /usr/share/doc/tdl/LICENSES/CC0-1.0.txt /usr/share/doc/tdl/README.md]: [rpmbuild lists files that are meant to be installed but are not packaged]
Issue: There are files installed in the buildroot that will be installed in the target system. These files are not listed in the %files section which breaks the final build. Resolution: Include those files in %files section as needed or remove them in the %install section.
Analyse following RPM build log snippet. Describe contents accurately, without speculation or suggestions for resolution. Your analysis must be as concise as possible, while keeping relevant information intact. Snippet: error: Installed (but unpackaged) file(s) found: /usr/bin/XTandemAdapter /usr/include/tdl/ToolInfo.h /usr/include/tdl/convertToCTD.h /usr/include/tdl/convertToCWL.h /usr/include/tdl/cwl_v1_2.h /usr/include/tdl/tdl.h /usr/lib/debug/usr/bin/XTandemAdapter-3.2.0-1.fc42.x86_64.debug /usr/lib64/cmake/tdl/tdl-config-version.cmake /usr/lib64/cmake/tdl/tdl-config.cmake /usr/share/doc/tdl/LICENSES/Apache-2.0.txt /usr/share/doc/tdl/LICENSES/BSD-3-Clause.txt /usr/share/doc/tdl/LICENSES/CC-BY-4.0.txt /usr/share/doc/tdl/LICENSES/CC0-1.0.txt /usr/share/doc/tdl/README.md
rpmbuild lists files that are meant to be installed but are not packaged
Given following log snippets, their explanation, and nothing else, explain what failure, if any, occurred during build of this package. Snippets are in a format of [X] : [Y], where [X] is a log snippet, and [Y] is the explanation. Snippets are delimited with '================'. Drawing on information from all snippets, provide a concise explanation of the issue and recommend a solution. Explanation of the issue, and recommended solution, should take a handful of sentences. Snippets: [ ERROR: %pyproject_install found no wheel in %{_pyproject_wheeldir} /builddir/build/BUILD/fedora-distro-aliases-git-7.787dd61/pyproject-wheeld]: [The relevant error message] ============= [ ls: cannot access '/builddir/build/BUILD/fedora-distro-aliases-git-7.787dd61/pyproject-wheeldir/*.whl': No such file or directo]: [Possible cue for debugging the issue locally with rpmbuild]
Issue: The build failed because the python package didn't generate a wheel archive Resolution: Edit your specfile and add `%pyproject_wheel` line to the `%build` section. According to the Python Packaging Guidelines (since 2021 era), this should be the only macro needed during the build phase of the majority of python packages.
Analyse following RPM build log snippet. Describe contents accurately, without speculation or suggestions for resolution. Your analysis must be as concise as possible, while keeping relevant information intact. Snippet: ERROR: %pyproject_install found no wheel in %{_pyproject_wheeldir} /builddir/build/BUILD/fedora-distro-aliases-git-7.787dd61/pyproject-wheeld
The relevant error message
Analyse following RPM build log snippet. Describe contents accurately, without speculation or suggestions for resolution. Your analysis must be as concise as possible, while keeping relevant information intact. Snippet: ls: cannot access '/builddir/build/BUILD/fedora-distro-aliases-git-7.787dd61/pyproject-wheeldir/*.whl': No such file or directo
Possible cue for debugging the issue locally with rpmbuild
Given following log snippets, their explanation, and nothing else, explain what failure, if any, occurred during build of this package. Snippets are in a format of [X] : [Y], where [X] is a log snippet, and [Y] is the explanation. Snippets are delimited with '================'. Drawing on information from all snippets, provide a concise explanation of the issue and recommend a solution. Explanation of the issue, and recommended solution, should take a handful of sentences. Snippets: [ No matching package to install: 'python3.11dist(hatchling) >= 1.1]: [Package 'hatchling' is not available.]
Issue: The package depends on 'hatchling' which is not available in the repositories. Resolution: Ensure the dependency is in repositories before depending on it.
Analyse following RPM build log snippet. Describe contents accurately, without speculation or suggestions for resolution. Your analysis must be as concise as possible, while keeping relevant information intact. Snippet: No matching package to install: 'python3.11dist(hatchling) >= 1.1
Package 'hatchling' is not available.
Given following log snippets, their explanation, and nothing else, explain what failure, if any, occurred during build of this package. Snippets are in a format of [X] : [Y], where [X] is a log snippet, and [Y] is the explanation. Snippets are delimited with '================'. Drawing on information from all snippets, provide a concise explanation of the issue and recommend a solution. Explanation of the issue, and recommended solution, should take a handful of sentences. Snippets: [Problem: nothing provides requested (python3dist(botocore) < 1.39~~ with python3dist(botocore) >= 1.38.1) ]: [Required package is not present in repository]
Issue: Some of the dependencies are missing from repositories Resolution: python3-botocore to cope or fedora repositories
Analyse following RPM build log snippet. Describe contents accurately, without speculation or suggestions for resolution. Your analysis must be as concise as possible, while keeping relevant information intact. Snippet: Problem: nothing provides requested (python3dist(botocore) < 1.39~~ with python3dist(botocore) >= 1.38.1)
Required package is not present in repository
Given following log snippets, their explanation, and nothing else, explain what failure, if any, occurred during build of this package. Snippets are in a format of [X] : [Y], where [X] is a log snippet, and [Y] is the explanation. Snippets are delimited with '================'. Drawing on information from all snippets, provide a concise explanation of the issue and recommend a solution. Explanation of the issue, and recommended solution, should take a handful of sentences. Snippets: [gpg: CRC error; 2212D2 - 5EB0E8 gpgverify: Decoding the keyring failed.]: [This is the cause of the error: gpgverify was unable to decode the provided keyring.] ============= [+ /usr/lib/rpm/redhat/gpgverify --keyring=/home/vmihalko/fedora/file/christoskey.asc --signature=/home/vmihalko/fedora/file/file-5.46.tar.gz.asc --data=/home/vmihalko/fedora/file/file-5.46.tar.gz ]: [Location and name of the provided GPG keyring.]
Issue: The build failed because GPG was unable to decode the provided keyring. Resolution: Check if the provided keyring is updated and correct.
Analyse following RPM build log snippet. Describe contents accurately, without speculation or suggestions for resolution. Your analysis must be as concise as possible, while keeping relevant information intact. Snippet: gpg: CRC error; 2212D2 - 5EB0E8 gpgverify: Decoding the keyring failed.
This is the cause of the error: gpgverify was unable to decode the provided keyring.
Analyse following RPM build log snippet. Describe contents accurately, without speculation or suggestions for resolution. Your analysis must be as concise as possible, while keeping relevant information intact. Snippet: + /usr/lib/rpm/redhat/gpgverify --keyring=/home/vmihalko/fedora/file/christoskey.asc --signature=/home/vmihalko/fedora/file/file-5.46.tar.gz.asc --data=/home/vmihalko/fedora/file/file-5.46.tar.gz
Location and name of the provided GPG keyring.
Given following log snippets, their explanation, and nothing else, explain what failure, if any, occurred during build of this package. Snippets are in a format of [X] : [Y], where [X] is a log snippet, and [Y] is the explanation. Snippets are delimited with '================'. Drawing on information from all snippets, provide a concise explanation of the issue and recommend a solution. Explanation of the issue, and recommended solution, should take a handful of sentences. Snippets: [can't find file to patch at input line 22 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |diff -up binutils-2.40/libiberty/acincludev2.m4.config binutils-2.40/libiberty/acincludev2.m4 |--- binutils-2.40/libiberty/acincludev2.m4.config 2023-02-01 00:18:41.739848290 +0100 |+++ binutils-2.40/libiberty/acincludev2.m4 2023-02-01 00:21:33.305019866 +0100 -------------------------- No file to patch. Skipping patch. ]: [There was an issue applying patches]
Issue: File to be modified does not exist or was moved or renamed Resolution: Check if file exists in current sources and update patch accordingly.
Analyse following RPM build log snippet. Describe contents accurately, without speculation or suggestions for resolution. Your analysis must be as concise as possible, while keeping relevant information intact. Snippet: can't find file to patch at input line 22 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |diff -up binutils-2.40/libiberty/acincludev2.m4.config binutils-2.40/libiberty/acincludev2.m4 |--- binutils-2.40/libiberty/acincludev2.m4.config 2023-02-01 00:18:41.739848290 +0100 |+++ binutils-2.40/libiberty/acincludev2.m4 2023-02-01 00:21:33.305019866 +0100 -------------------------- No file to patch. Skipping patch.
There was an issue applying patches
Given following log snippets, their explanation, and nothing else, explain what failure, if any, occurred during build of this package. Snippets are in a format of [X] : [Y], where [X] is a log snippet, and [Y] is the explanation. Snippets are delimited with '================'. Drawing on information from all snippets, provide a concise explanation of the issue and recommend a solution. Explanation of the issue, and recommended solution, should take a handful of sentences. Snippets: [error: File not found: /builddir/build/BUILDROOT/python-koji-fedoramessaging-messages-1.2.5-1.20250310105343640705.pr194.76.g7aec4a2.fc40.x86_64/usr/share/licenses/python3-koji-fedoramessaging-messages/LICENSE RPM build errors: File not found: /builddir/build/BUILDROOT/python-koji-fedoramessaging-messages-1.2.5-1.20250310105343640705.pr194.76.g7aec4a2.fc40.x86_64/usr/share/licenses/python3-koji-fedoramessaging-messages/LICENSE]: [Error denoting missing file with license]
Issue: Missing license file Resolution: Set correct `%license` in the specfile
Analyse following RPM build log snippet. Describe contents accurately, without speculation or suggestions for resolution. Your analysis must be as concise as possible, while keeping relevant information intact. Snippet: error: File not found: /builddir/build/BUILDROOT/python-koji-fedoramessaging-messages-1.2.5-1.20250310105343640705.pr194.76.g7aec4a2.fc40.x86_64/usr/share/licenses/python3-koji-fedoramessaging-messages/LICENSE RPM build errors: File not found: /builddir/build/BUILDROOT/python-koji-fedoramessaging-messages-1.2.5-1.20250310105343640705.pr194.76.g7aec4a2.fc40.x86_64/usr/share/licenses/python3-koji-fedoramessaging-messages/LICENSE
Error denoting missing file with license
Given following log snippets, their explanation, and nothing else, explain what failure, if any, occurred during build of this package. Snippets are in a format of [X] : [Y], where [X] is a log snippet, and [Y] is the explanation. Snippets are delimited with '================'. Drawing on information from all snippets, provide a concise explanation of the issue and recommend a solution. Explanation of the issue, and recommended solution, should take a handful of sentences. Snippets: [error: Installed (but unpackaged) file(s) found: /usr/bin/wcurl /usr/share/man/man1/wcurl.1.gz Installed (but unpackaged) file(s) found: /usr/bin/wcurl /usr/share/man/man1/wcurl.1.gz]: [Build contains files that are not packaged.]
Issue: Build failed since the build contains files that are not packaged into rpm Resolution: Check the files and package them accordingly or remove them if unnecessary.
Analyse following RPM build log snippet. Describe contents accurately, without speculation or suggestions for resolution. Your analysis must be as concise as possible, while keeping relevant information intact. Snippet: error: Installed (but unpackaged) file(s) found: /usr/bin/wcurl /usr/share/man/man1/wcurl.1.gz Installed (but unpackaged) file(s) found: /usr/bin/wcurl /usr/share/man/man1/wcurl.1.gz
Build contains files that are not packaged.
Given following log snippets, their explanation, and nothing else, explain what failure, if any, occurred during build of this package. Snippets are in a format of [X] : [Y], where [X] is a log snippet, and [Y] is the explanation. Snippets are delimited with '================'. Drawing on information from all snippets, provide a concise explanation of the issue and recommend a solution. Explanation of the issue, and recommended solution, should take a handful of sentences. Snippets: [1 out of 1 hunk FAILED -- saving rejects to file test/unit/common.hpp.rej The text leading up to this was: -------------------------- |diff --git a/test/unit/test_event_queue.cpp b/test/unit/test_event_queue.cpp |index daa0ccb9..17c10378 100644 |--- a/test/unit/test_event_queue.cpp |+++ b/test/unit/test_event_queue.cpp -------------------------- No file to patch. Skipping patch. 1 out of 1 hunk ignored]: [Attached patch tries to modify a file test/unit/test_event_queue.cpp which does not exist in the source tree. ]
Issue: Build failed in prepare phase because one of attached patches does not match source code. The most probably that patch is for different version of the source code. Resolution: Affected patch has to be inspected against the current source code and decide if it is still needed, updated for current version of the source code or removed if it is no more valid.
Analyse following RPM build log snippet. Describe contents accurately, without speculation or suggestions for resolution. Your analysis must be as concise as possible, while keeping relevant information intact. Snippet: 1 out of 1 hunk FAILED -- saving rejects to file test/unit/common.hpp.rej The text leading up to this was: -------------------------- |diff --git a/test/unit/test_event_queue.cpp b/test/unit/test_event_queue.cpp |index daa0ccb9..17c10378 100644 |--- a/test/unit/test_event_queue.cpp |+++ b/test/unit/test_event_queue.cpp -------------------------- No file to patch. Skipping patch. 1 out of 1 hunk ignored
Attached patch tries to modify a file test/unit/test_event_queue.cpp which does not exist in the source tree.
Given following log snippets, their explanation, and nothing else, explain what failure, if any, occurred during build of this package. Snippets are in a format of [X] : [Y], where [X] is a log snippet, and [Y] is the explanation. Snippets are delimited with '================'. Drawing on information from all snippets, provide a concise explanation of the issue and recommend a solution. Explanation of the issue, and recommended solution, should take a handful of sentences. Snippets: [Processing files: python3-spaceone-api-2.0.408-1.fc42.noarch Error: The version in the Python package metadata 0.0.0 normalizes to zero. It's likely a packaging error caused by missing version information (e.g. when using a version control system snapshot as a source). Try providing the version information manually when building the Python package]: [The contributor has likely missed updating the version data for python3-spaceone-api-2.0.408-1.fc42.noarch] ============= [ERROR: Command failed: # /usr/bin/systemd-nspawn -q -M 4b7f02a2e55f488bae4cee92351b85ff -D /var/lib/mock/fedora-42-x86_64-1746774432.858283/root -a -u mockbuild --capability=cap_ipc_lock --rlimit=RLIMIT_NOFILE=10240 --capability=cap_ipc_lock --bind=/tmp/mock-resolv.cmihosjs:/etc/resolv.conf --bind=/dev/btrfs-control --bind=/dev/mapper/control --bind=/dev/fuse --bind=/dev/loop-control --bind=/dev/loop0 --bind=/dev/loop1 --bind=/dev/loop2 --bind=/dev/loop3 --bind=/dev/loop4 --bind=/dev/loop5 --bind=/dev/loop6 --bind=/dev/loop7 --bind=/dev/loop8 --bind=/dev/loop9 --bind=/dev/loop10 --bind=/dev/loop11 --console=pipe --setenv=TERM=vt100 --setenv=SHELL=/bin/bash --setenv=HOME=/builddir --setenv=HOSTNAME=mock --setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin '--setenv=PROMPT_COMMAND=printf "\033]0;<mock-chroot>\007"' '--setenv=PS1=<mock-chroot> \s-\v\$ ' --setenv=LANG=C.UTF-8 --resolv-conf=off bash --login -c '/usr/bin/rpmbuild -ba --noprep --target x86_64 /builddir/build/originals/python-spaceone-api.spec']: [Container failed to spawn since the version details for python3-spaceone-api-2.0.408-1.fc42.noarch were inaccurate i.e. 0.0.0 or 0]
Issue: Version details not mentioned for package python3-spaceone-api-2.0.408-1.fc42.noarch Resolution: The contributor should mention the version details and release a new package for python3-spaceone-api-2.0.408-1.fc42.noarch
Analyse following RPM build log snippet. Describe contents accurately, without speculation or suggestions for resolution. Your analysis must be as concise as possible, while keeping relevant information intact. Snippet: Processing files: python3-spaceone-api-2.0.408-1.fc42.noarch Error: The version in the Python package metadata 0.0.0 normalizes to zero. It's likely a packaging error caused by missing version information (e.g. when using a version control system snapshot as a source). Try providing the version information manually when building the Python package
The contributor has likely missed updating the version data for python3-spaceone-api-2.0.408-1.fc42.noarch
Analyse following RPM build log snippet. Describe contents accurately, without speculation or suggestions for resolution. Your analysis must be as concise as possible, while keeping relevant information intact. Snippet: ERROR: Command failed: # /usr/bin/systemd-nspawn -q -M 4b7f02a2e55f488bae4cee92351b85ff -D /var/lib/mock/fedora-42-x86_64-1746774432.858283/root -a -u mockbuild --capability=cap_ipc_lock --rlimit=RLIMIT_NOFILE=10240 --capability=cap_ipc_lock --bind=/tmp/mock-resolv.cmihosjs:/etc/resolv.conf --bind=/dev/btrfs-control --bind=/dev/mapper/control --bind=/dev/fuse --bind=/dev/loop-control --bind=/dev/loop0 --bind=/dev/loop1 --bind=/dev/loop2 --bind=/dev/loop3 --bind=/dev/loop4 --bind=/dev/loop5 --bind=/dev/loop6 --bind=/dev/loop7 --bind=/dev/loop8 --bind=/dev/loop9 --bind=/dev/loop10 --bind=/dev/loop11 --console=pipe --setenv=TERM=vt100 --setenv=SHELL=/bin/bash --setenv=HOME=/builddir --setenv=HOSTNAME=mock --setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin '--setenv=PROMPT_COMMAND=printf "\033]0;<mock-chroot>\007"' '--setenv=PS1=<mock-chroot> \s-\v\$ ' --setenv=LANG=C.UTF-8 --resolv-conf=off bash --login -c '/usr/bin/rpmbuild -ba --noprep --target x86_64 /builddir/build/originals/python-spaceone-api.spec'
Container failed to spawn since the version details for python3-spaceone-api-2.0.408-1.fc42.noarch were inaccurate i.e. 0.0.0 or 0
Given following log snippets, their explanation, and nothing else, explain what failure, if any, occurred during build of this package. Snippets are in a format of [X] : [Y], where [X] is a log snippet, and [Y] is the explanation. Snippets are delimited with '================'. Drawing on information from all snippets, provide a concise explanation of the issue and recommend a solution. Explanation of the issue, and recommended solution, should take a handful of sentences. Snippets: [error: Installed (but unpackaged) file(s) found: /usr/share/tmp/all_interfaces.conf /usr/share/tmp/credcheck.tmp /usr/share/tmp/iferror.m4 Installed (but unpackaged) file(s) found: /usr/share/tmp/all_interfaces.conf /usr/share/tmp/credcheck.tmp /usr/share/tmp/iferror.m4]: [Error explaining that there are unpackaged files in the RPM specfile]
Issue: There are unpackaged, but installed files Resolution: Add the installed files to the %files specfile section, or if these files are not supposed to be added, remove them or don't install them at all.
Analyse following RPM build log snippet. Describe contents accurately, without speculation or suggestions for resolution. Your analysis must be as concise as possible, while keeping relevant information intact. Snippet: error: Installed (but unpackaged) file(s) found: /usr/share/tmp/all_interfaces.conf /usr/share/tmp/credcheck.tmp /usr/share/tmp/iferror.m4 Installed (but unpackaged) file(s) found: /usr/share/tmp/all_interfaces.conf /usr/share/tmp/credcheck.tmp /usr/share/tmp/iferror.m4
Error explaining that there are unpackaged files in the RPM specfile
Given following log snippets, their explanation, and nothing else, explain what failure, if any, occurred during build of this package. Snippets are in a format of [X] : [Y], where [X] is a log snippet, and [Y] is the explanation. Snippets are delimited with '================'. Drawing on information from all snippets, provide a concise explanation of the issue and recommend a solution. Explanation of the issue, and recommended solution, should take a handful of sentences. Snippets: [In function 'inet_ntop', inlined from 'snprintf_seg6_segs' at lib/srv6.c:67:3: /usr/include/bits/inet-fortified.h:29:1: error: inlining failed in call to 'always_inline' 'inet_ntop': function body can be overwritten at link time 29 | __NTH (inet_ntop (int __af, | ^ /usr/include/bits/inet-fortified.h:36:10: note: called from here 36 | return __glibc_fortify (inet_ntop, __dst_size, sizeof (char), | ^ In function 'inet_ntop', inlined from 'nexthop_vty_helper' at lib/nexthop.c:1418:3: /usr/include/bits/inet-fortified.h:29:1: error: inlining failed in call to 'always_inline' 'inet_ntop': function body can be overwritten at link time 29 | __NTH (inet_ntop (int __af, | ^ /usr/include/bits/inet-fortified.h:36:10: note: called from here 36 | return __glibc_fortify (inet_ntop, __dst_size, sizeof (char), | ^ make[2]: *** [/tmp/ccNwiVyY.mk:14: /tmp/ccM657XH.ltrans6.ltrans.o] Error 1 make[2]: *** Waiting for unfinished jobs.... In function 'inet_ntop', inlined from 'yang_data_new_ipv4' at lib/yang_wrappers.c:817:8: /usr/include/bits/inet-fortified.h:29:1: error: inlining failed in call to 'always_inline' 'inet_ntop': function body can be overwritten at link time 29 | __NTH (inet_ntop (int __af, | ^ /usr/include/bits/inet-fortified.h:36:10: note: called from here 36 | return __glibc_fortify (inet_ntop, __dst_size, sizeof (char), | ^ In function 'inet_ntop', inlined from 'yang_data_new_ipv6' at lib/yang_wrappers.c:899:8: /usr/include/bits/inet-fortified.h:29:1: error: inlining failed in call to 'always_inline' 'inet_ntop': function body can be overwritten at link time 29 | __NTH (inet_ntop (int __af, | ^ /usr/include/bits/inet-fortified.h:36:10: note: called from here 36 | return __glibc_fortify (inet_ntop, __dst_size, sizeof (char), | ^ In function 'inet_ntop', inlined from 'ipaddr2str' at lib/ipaddr.h:92:3, inlined from 'yang_data_new_ip' at lib/yang_wrappers.c:982:2: /usr/include/bits/inet-fortified.h:29:1: error: inlining failed in call to 'always_inline' 'inet_ntop': function body can be overwritten at link time 29 | __NTH (inet_ntop (int __af, | ^ /usr/include/bits/inet-fortified.h:36:10: note: called from here 36 | return __glibc_fortify (inet_ntop, __dst_size, sizeof (char), | ^ In function 'inet_ntop', inlined from 'zapi_nexthop2str' at lib/zclient.c:2311:3: /usr/include/bits/inet-fortified.h:29:1: error: inlining failed in call to 'always_inline' 'inet_ntop': function body can be overwritten at link time 29 | __NTH (inet_ntop (int __af, | ^ /usr/include/bits/inet-fortified.h:36:10: note: called from here 36 | return __glibc_fortify (inet_ntop, __dst_size, sizeof (char), | ^ In function 'inet_ntop', inlined from 'zapi_nexthop2str' at lib/zclient.c:2316:3: /usr/include/bits/inet-fortified.h:29:1: error: inlining failed in call to 'always_inline' 'inet_ntop': function body can be overwritten at link time 29 | __NTH (inet_ntop (int __af, | ^ /usr/include/bits/inet-fortified.h:36:10: note: called from here 36 | return __glibc_fortify (inet_ntop, __dst_size, sizeof (char), | ^ make[2]: *** [/tmp/ccNwiVyY.mk:28: /tmp/ccM657XH.ltrans13.ltrans.o] Error 1 In function 'inet_ntop', inlined from 'inet_sutop' at lib/sockunion.c:23:3: /usr/include/bits/inet-fortified.h:29:1: error: inlining failed in call to 'always_inline' 'inet_ntop': function body can be overwritten at link time 29 | __NTH (inet_ntop (int __af, | ^ /usr/include/bits/inet-fortified.h:36:10: note: called from here 36 | return __glibc_fortify (inet_ntop, __dst_size, sizeof (char), | ^ In function 'inet_ntop', inlined from 'inet_sutop' at lib/sockunion.c:26:3: /usr/include/bits/inet-fortified.h:29:1: error: inlining failed in call to 'always_inline' 'inet_ntop': function body can be overwritten at link time 29 | __NTH (inet_ntop (int __af, | ^ /usr/include/bits/inet-fortified.h:36:10: note: called from here 36 | return __glibc_fortify (inet_ntop, __dst_size, sizeof (char), | ^ In function 'inet_ntop', inlined from 'sockunion2str' at lib/sockunion.c:69:10: /usr/include/bits/inet-fortified.h:29:1: error: inlining failed in call to 'always_inline' 'inet_ntop': function body can be overwritten at link time 29 | __NTH (inet_ntop (int __af, | ^ /usr/include/bits/inet-fortified.h:36:10: note: called from here 36 | return __glibc_fortify (inet_ntop, __dst_size, sizeof (char), | ^ In function 'inet_ntop', inlined from 'sockunion2str' at lib/sockunion.c:71:10: /usr/include/bits/inet-fortified.h:29:1: error: inlining failed in call to 'always_inline' 'inet_ntop': function body can be overwritten at link time 29 | __NTH (inet_ntop (int __af, | ^ /usr/include/bits/inet-fortified.h:36:10: note: called from here 36 | return __glibc_fortify (inet_ntop, __dst_size, sizeof (char), | ^ In function 'inet_ntop', inlined from 'sockunion_log.constprop' at lib/sockunion.c:109:10: /usr/include/bits/inet-fortified.h:29:1: error: inlining failed in call to 'always_inline' 'inet_ntop': function body can be overwritten at link time 29 | __NTH (inet_ntop (int __af, | ^ /usr/include/bits/inet-fortified.h:36:10: note: called from here 36 | return __glibc_fortify (inet_ntop, __dst_size, sizeof (char), | ^ In function 'inet_ntop', inlined from 'sockunion_log.constprop' at lib/sockunion.c:112:10: /usr/include/bits/inet-fortified.h:29:1: error: inlining failed in call to 'always_inline' 'inet_ntop': function body can be overwritten at link time 29 | __NTH (inet_ntop (int __af, | ^ /usr/include/bits/inet-fortified.h:36:10: note: called from here 36 | return __glibc_fortify (inet_ntop, __dst_size, sizeof (char), | ^ In function 'inet_ntop', inlined from 'printfrr_psu' at lib/sockunion.c:681:3, inlined from 'printfrr_psu' at lib/sockunion.c:648:16: /usr/include/bits/inet-fortified.h:29:1: error: inlining failed in call to 'always_inline' 'inet_ntop': function body can be overwritten at link time 29 | __NTH (inet_ntop (int __af, | ^ /usr/include/bits/inet-fortified.h:36:10: note: called from here 36 | return __glibc_fortify (inet_ntop, __dst_size, sizeof (char), | ^ In function 'inet_ntop', inlined from 'printfrr_psu' at lib/sockunion.c:689:3, inlined from 'printfrr_psu' at lib/sockunion.c:648:16: /usr/include/bits/inet-fortified.h:29:1: error: inlining failed in call to 'always_inline' 'inet_ntop': function body can be overwritten at link time 29 | __NTH (inet_ntop (int __af, | ^ /usr/include/bits/inet-fortified.h:36:10: note: called from here 36 | return __glibc_fortify (inet_ntop, __dst_size, sizeof (char), | ^ make[2]: *** [/tmp/ccNwiVyY.mk:22: /tmp/ccM657XH.ltrans10.ltrans.o] Error 1 In function 'inet_ntop', inlined from 'prefix2str' at lib/prefix.c:1086:3: /usr/include/bits/inet-fortified.h:29:1: error: inlining failed in call to 'always_inline' 'inet_ntop': function body can be overwritten at link time 29 | __NTH (inet_ntop (int __af, | ^ /usr/include/bits/inet-fortified.h:36:10: note: called from here 36 | return __glibc_fortify (inet_ntop, __dst_size, sizeof (char), | ^ In function 'inet_ntop', inlined from 'prefixevpn_ead2str' at lib/prefix.c:970:2, inlined from 'prefixevpn2str' at lib/prefix.c:1059:10, inlined from 'prefix2str' at lib/prefix.c:1112:3: /usr/include/bits/inet-fortified.h:29:1: error: inlining failed in call to 'always_inline' 'inet_ntop': function body can be overwritten at link time 29 | __NTH (inet_ntop (int __af, | ^ /usr/include/bits/inet-fortified.h:36:10: note: called from here 36 | return __glibc_fortify (inet_ntop, __dst_size, sizeof (char), | ^ In function 'inet_ntop', inlined from 'prefixevpn_macip2str' at lib/prefix.c:994:3, inlined from 'prefixevpn2str' at lib/prefix.c:1061:10, inlined from 'prefix2str' at lib/prefix.c:1112:3: /usr/include/bits/inet-fortified.h:29:1: error: inlining failed in call to 'always_inline' 'inet_ntop': function body can be overwritten at link time 29 | __NTH (inet_ntop (int __af, | ^ /usr/include/bits/inet-fortified.h:36:10: note: called from here 36 | return __glibc_fortify (inet_ntop, __dst_size, sizeof (char), | ^ In function 'inet_ntop', inlined from 'prefixevpn_imet2str' at lib/prefix.c:1013:2, inlined from 'prefixevpn2str' at lib/prefix.c:1063:10, inlined from 'prefix2str' at lib/prefix.c:1112:3: /usr/include/bits/inet-fortified.h:29:1: error: inlining failed in call to 'always_inline' 'inet_ntop': function body can be overwritten at link time 29 | __NTH (inet_ntop (int __af, | ^ /usr/include/bits/inet-fortified.h:36:10: note: called from here 36 | return __glibc_fortify (inet_ntop, __dst_size, sizeof (char), | ^ In function 'inet_ntop', inlined from 'prefixevpn_es2str' at lib/prefix.c:1030:2, inlined from 'prefixevpn2str' at lib/prefix.c:1065:10, inlined from 'prefix2str' at lib/prefix.c:1112:3: /usr/include/bits/inet-fortified.h:29:1: error: inlining failed in call to 'always_inline' 'inet_ntop': function body can be overwritten at link time 29 | __NTH (inet_ntop (int __af, | ^ /usr/include/bits/inet-fortified.h:36:10: note: called from here 36 | return __glibc_fortify (inet_ntop, __dst_size, sizeof (char), | ^ In function 'inet_ntop', inlined from 'prefixevpn_prefix2str' at lib/prefix.c:1046:2, inlined from 'prefixevpn2str' at lib/prefix.c:1067:10, inlined from 'prefix2str' at lib/prefix.c:1112:3: /usr/include/bits/inet-fortified.h:29:1: error: inlining failed in call to 'always_inline' 'inet_ntop': function body can be overwritten at link time 29 | __NTH (inet_ntop (int __af, | ^ /usr/include/bits/inet-fortified.h:36:10: note: called from here 36 | return __glibc_fortify (inet_ntop, __dst_size, sizeof (char), | ^ In function 'inet_ntop', inlined from 'prefix_mcast_inet4_dump' at lib/prefix.c:1164:8: /usr/include/bits/inet-fortified.h:29:1: error: inlining failed in call to 'always_inline' 'inet_ntop': function body can be overwritten at link time 29 | __NTH (inet_ntop (int __af, | ^ /usr/include/bits/inet-fortified.h:36:10: note: called from here 36 | return __glibc_fortify (inet_ntop, __dst_size, sizeof (char), | ^ In function 'inet_ntop', inlined from 'ipaddr2str' at lib/ipaddr.h:92:3, inlined from 'printfrr_ia' at lib/prefix.c:1565:2: /usr/include/bits/inet-fortified.h:29:1: error: inlining failed in call to 'always_inline' 'inet_ntop': function body can be overwritten at link time 29 | __NTH (inet_ntop (int __af, | ^ /usr/include/bits/inet-fortified.h:36:10: note: called from here 36 | return __glibc_fortify (inet_ntop, __dst_size, sizeof (char), | ^ In function 'inet_ntop', inlined from 'printfrr_i4' at lib/prefix.c:1588:2: /usr/include/bits/inet-fortified.h:29:1: error: inlining failed in call to 'always_inline' 'inet_ntop': function body can be overwritten at link time 29 | __NTH (inet_ntop (int __af, | ^ /usr/include/bits/inet-fortified.h:36:10: note: called from here 36 | return __glibc_fortify (inet_ntop, __dst_size, sizeof (char), | ^ In function 'inet_ntop', inlined from 'printfrr_i6' at lib/prefix.c:1611:2: /usr/include/bits/inet-fortified.h:29:1: error: inlining failed in call to 'always_inline' 'inet_ntop': function body can be overwritten at link time 29 | __NTH (inet_ntop (int __af, | ^ /usr/include/bits/inet-fortified.h:36:10: note: called from here 36 | return __glibc_fortify (inet_ntop, __dst_size, sizeof (char), | ^ In function 'inet_ntop', inlined from 'prefixhost2str' at lib/prefix.c:1144:3, inlined from 'printfrr_pfx' at lib/prefix.c:1630:10: /usr/include/bits/inet-fortified.h:29:1: error: inlining failed in call to 'always_inline' 'inet_ntop': function body can be overwritten at link time 29 | __NTH (inet_ntop (int __af, | ^ /usr/include/bits/inet-fortified.h:36:10: note: called from here 36 | return __glibc_fortify (inet_ntop, __dst_size, sizeof (char), | ^ make[2]: *** [/tmp/ccNwiVyY.mk:18: /tmp/ccM657XH.ltrans8.ltrans.o] Error 1 lto-wrapper: fatal error: make returned 2 exit status compilation terminated. /usr/bin/ld: error: lto-wrapper failed]: [The snippet shows all the instances where inet_ntop override is used and where glibc will not allow it.]
Issue: FRR Upstream overrides inet_ntop function with their own implementation by creating an alias inet_ntop that points to frr_inet_ntop: #if !defined(INET_NTOP_NO_OVERRIDE) /* we want to override libc inet_ntop, but make sure it shows up in backtraces * as frr_inet_ntop (to avoid confusion while debugging) */ const char *inet_ntop(int af, const void *src, char *dst, socklen_t size) __attribute__((alias ("frr_inet_ntop"))); #endif This is not allowed with newer glibc and _FORTIFY_SOURCE=3. Resolution: The current solution is to build FRR with -DINET_NTOP_NO_OVERRIDE as a configure option. That way FRR is built with system version of inet_ntop.
Analyse following RPM build log snippet. Describe contents accurately, without speculation or suggestions for resolution. Your analysis must be as concise as possible, while keeping relevant information intact. Snippet: In function 'inet_ntop', inlined from 'snprintf_seg6_segs' at lib/srv6.c:67:3: /usr/include/bits/inet-fortified.h:29:1: error: inlining failed in call to 'always_inline' 'inet_ntop': function body can be overwritten at link time 29 | __NTH (inet_ntop (int __af, | ^ /usr/include/bits/inet-fortified.h:36:10: note: called from here 36 | return __glibc_fortify (inet_ntop, __dst_size, sizeof (char), | ^ In function 'inet_ntop', inlined from 'nexthop_vty_helper' at lib/nexthop.c:1418:3: /usr/include/bits/inet-fortified.h:29:1: error: inlining failed in call to 'always_inline' 'inet_ntop': function body can be overwritten at link time 29 | __NTH (inet_ntop (int __af, | ^ /usr/include/bits/inet-fortified.h:36:10: note: called from here 36 | return __glibc_fortify (inet_ntop, __dst_size, sizeof (char), | ^ make[2]: *** [/tmp/ccNwiVyY.mk:14: /tmp/ccM657XH.ltrans6.ltrans.o] Error 1 make[2]: *** Waiting for unfinished jobs.... In function 'inet_ntop', inlined from 'yang_data_new_ipv4' at lib/yang_wrappers.c:817:8: /usr/include/bits/inet-fortified.h:29:1: error: inlining failed in call to 'always_inline' 'inet_ntop': function body can be overwritten at link time 29 | __NTH (inet_ntop (int __af, | ^ /usr/include/bits/inet-fortified.h:36:10: note: called from here 36 | return __glibc_fortify (inet_ntop, __dst_size, sizeof (char), | ^ In function 'inet_ntop', inlined from 'yang_data_new_ipv6' at lib/yang_wrappers.c:899:8: /usr/include/bits/inet-fortified.h:29:1: error: inlining failed in call to 'always_inline' 'inet_ntop': function body can be overwritten at link time 29 | __NTH (inet_ntop (int __af, | ^ /usr/include/bits/inet-fortified.h:36:10: note: called from here 36 | return __glibc_fortify (inet_ntop, __dst_size, sizeof (char), | ^ In function 'inet_ntop', inlined from 'ipaddr2str' at lib/ipaddr.h:92:3, inlined from 'yang_data_new_ip' at lib/yang_wrappers.c:982:2: /usr/include/bits/inet-fortified.h:29:1: error: inlining failed in call to 'always_inline' 'inet_ntop': function body can be overwritten at link time 29 | __NTH (inet_ntop (int __af, | ^ /usr/include/bits/inet-fortified.h:36:10: note: called from here 36 | return __glibc_fortify (inet_ntop, __dst_size, sizeof (char), | ^ In function 'inet_ntop', inlined from 'zapi_nexthop2str' at lib/zclient.c:2311:3: /usr/include/bits/inet-fortified.h:29:1: error: inlining failed in call to 'always_inline' 'inet_ntop': function body can be overwritten at link time 29 | __NTH (inet_ntop (int __af, | ^ /usr/include/bits/inet-fortified.h:36:10: note: called from here 36 | return __glibc_fortify (inet_ntop, __dst_size, sizeof (char), | ^ In function 'inet_ntop', inlined from 'zapi_nexthop2str' at lib/zclient.c:2316:3: /usr/include/bits/inet-fortified.h:29:1: error: inlining failed in call to 'always_inline' 'inet_ntop': function body can be overwritten at link time 29 | __NTH (inet_ntop (int __af, | ^ /usr/include/bits/inet-fortified.h:36:10: note: called from here 36 | return __glibc_fortify (inet_ntop, __dst_size, sizeof (char), | ^ make[2]: *** [/tmp/ccNwiVyY.mk:28: /tmp/ccM657XH.ltrans13.ltrans.o] Error 1 In function 'inet_ntop', inlined from 'inet_sutop' at lib/sockunion.c:23:3: /usr/include/bits/inet-fortified.h:29:1: error: inlining failed in call to 'always_inline' 'inet_ntop': function body can be overwritten at link time 29 | __NTH (inet_ntop (int __af, | ^ /usr/include/bits/inet-fortified.h:36:10: note: called from here 36 | return __glibc_fortify (inet_ntop, __dst_size, sizeof (char), | ^ In function 'inet_ntop', inlined from 'inet_sutop' at lib/sockunion.c:26:3: /usr/include/bits/inet-fortified.h:29:1: error: inlining failed in call to 'always_inline' 'inet_ntop': function body can be overwritten at link time 29 | __NTH (inet_ntop (int __af, | ^ /usr/include/bits/inet-fortified.h:36:10: note: called from here 36 | return __glibc_fortify (inet_ntop, __dst_size, sizeof (char), | ^ In function 'inet_ntop', inlined from 'sockunion2str' at lib/sockunion.c:69:10: /usr/include/bits/inet-fortified.h:29:1: error: inlining failed in call to 'always_inline' 'inet_ntop': function body can be overwritten at link time 29 | __NTH (inet_ntop (int __af, | ^ /usr/include/bits/inet-fortified.h:36:10: note: called from here 36 | return __glibc_fortify (inet_ntop, __dst_size, sizeof (char), | ^ In function 'inet_ntop', inlined from 'sockunion2str' at lib/sockunion.c:71:10: /usr/include/bits/inet-fortified.h:29:1: error: inlining failed in call to 'always_inline' 'inet_ntop': function body can be overwritten at link time 29 | __NTH (inet_ntop (int __af, | ^ /usr/include/bits/inet-fortified.h:36:10: note: called from here 36 | return __glibc_fortify (inet_ntop, __dst_size, sizeof (char), | ^ In function 'inet_ntop', inlined from 'sockunion_log.constprop' at lib/sockunion.c:109:10: /usr/include/bits/inet-fortified.h:29:1: error: inlining failed in call to 'always_inline' 'inet_ntop': function body can be overwritten at link time 29 | __NTH (inet_ntop (int __af, | ^ /usr/include/bits/inet-fortified.h:36:10: note: called from here 36 | return __glibc_fortify (inet_ntop, __dst_size, sizeof (char), | ^ In function 'inet_ntop', inlined from 'sockunion_log.constprop' at lib/sockunion.c:112:10: /usr/include/bits/inet-fortified.h:29:1: error: inlining failed in call to 'always_inline' 'inet_ntop': function body can be overwritten at link time 29 | __NTH (inet_ntop (int __af, | ^ /usr/include/bits/inet-fortified.h:36:10: note: called from here 36 | return __glibc_fortify (inet_ntop, __dst_size, sizeof (char), | ^ In function 'inet_ntop', inlined from 'printfrr_psu' at lib/sockunion.c:681:3, inlined from 'printfrr_psu' at lib/sockunion.c:648:16: /usr/include/bits/inet-fortified.h:29:1: error: inlining failed in call to 'always_inline' 'inet_ntop': function body can be overwritten at link time 29 | __NTH (inet_ntop (int __af, | ^ /usr/include/bits/inet-fortified.h:36:10: note: called from here 36 | return __glibc_fortify (inet_ntop, __dst_size, sizeof (char), | ^ In function 'inet_ntop', inlined from 'printfrr_psu' at lib/sockunion.c:689:3, inlined from 'printfrr_psu' at lib/sockunion.c:648:16: /usr/include/bits/inet-fortified.h:29:1: error: inlining failed in call to 'always_inline' 'inet_ntop': function body can be overwritten at link time 29 | __NTH (inet_ntop (int __af, | ^ /usr/include/bits/inet-fortified.h:36:10: note: called from here 36 | return __glibc_fortify (inet_ntop, __dst_size, sizeof (char), | ^ make[2]: *** [/tmp/ccNwiVyY.mk:22: /tmp/ccM657XH.ltrans10.ltrans.o] Error 1 In function 'inet_ntop', inlined from 'prefix2str' at lib/prefix.c:1086:3: /usr/include/bits/inet-fortified.h:29:1: error: inlining failed in call to 'always_inline' 'inet_ntop': function body can be overwritten at link time 29 | __NTH (inet_ntop (int __af, | ^ /usr/include/bits/inet-fortified.h:36:10: note: called from here 36 | return __glibc_fortify (inet_ntop, __dst_size, sizeof (char), | ^ In function 'inet_ntop', inlined from 'prefixevpn_ead2str' at lib/prefix.c:970:2, inlined from 'prefixevpn2str' at lib/prefix.c:1059:10, inlined from 'prefix2str' at lib/prefix.c:1112:3: /usr/include/bits/inet-fortified.h:29:1: error: inlining failed in call to 'always_inline' 'inet_ntop': function body can be overwritten at link time 29 | __NTH (inet_ntop (int __af, | ^ /usr/include/bits/inet-fortified.h:36:10: note: called from here 36 | return __glibc_fortify (inet_ntop, __dst_size, sizeof (char), | ^ In function 'inet_ntop', inlined from 'prefixevpn_macip2str' at lib/prefix.c:994:3, inlined from 'prefixevpn2str' at lib/prefix.c:1061:10, inlined from 'prefix2str' at lib/prefix.c:1112:3: /usr/include/bits/inet-fortified.h:29:1: error: inlining failed in call to 'always_inline' 'inet_ntop': function body can be overwritten at link time 29 | __NTH (inet_ntop (int __af, | ^ /usr/include/bits/inet-fortified.h:36:10: note: called from here 36 | return __glibc_fortify (inet_ntop, __dst_size, sizeof (char), | ^ In function 'inet_ntop', inlined from 'prefixevpn_imet2str' at lib/prefix.c:1013:2, inlined from 'prefixevpn2str' at lib/prefix.c:1063:10, inlined from 'prefix2str' at lib/prefix.c:1112:3: /usr/include/bits/inet-fortified.h:29:1: error: inlining failed in call to 'always_inline' 'inet_ntop': function body can be overwritten at link time 29 | __NTH (inet_ntop (int __af, | ^ /usr/include/bits/inet-fortified.h:36:10: note: called from here 36 | return __glibc_fortify (inet_ntop, __dst_size, sizeof (char), | ^ In function 'inet_ntop', inlined from 'prefixevpn_es2str' at lib/prefix.c:1030:2, inlined from 'prefixevpn2str' at lib/prefix.c:1065:10, inlined from 'prefix2str' at lib/prefix.c:1112:3: /usr/include/bits/inet-fortified.h:29:1: error: inlining failed in call to 'always_inline' 'inet_ntop': function body can be overwritten at link time 29 | __NTH (inet_ntop (int __af, | ^ /usr/include/bits/inet-fortified.h:36:10: note: called from here 36 | return __glibc_fortify (inet_ntop, __dst_size, sizeof (char), | ^ In function 'inet_ntop', inlined from 'prefixevpn_prefix2str' at lib/prefix.c:1046:2, inlined from 'prefixevpn2str' at lib/prefix.c:1067:10, inlined from 'prefix2str' at lib/prefix.c:1112:3: /usr/include/bits/inet-fortified.h:29:1: error: inlining failed in call to 'always_inline' 'inet_ntop': function body can be overwritten at link time 29 | __NTH (inet_ntop (int __af, | ^ /usr/include/bits/inet-fortified.h:36:10: note: called from here 36 | return __glibc_fortify (inet_ntop, __dst_size, sizeof (char), | ^ In function 'inet_ntop', inlined from 'prefix_mcast_inet4_dump' at lib/prefix.c:1164:8: /usr/include/bits/inet-fortified.h:29:1: error: inlining failed in call to 'always_inline' 'inet_ntop': function body can be overwritten at link time 29 | __NTH (inet_ntop (int __af, | ^ /usr/include/bits/inet-fortified.h:36:10: note: called from here 36 | return __glibc_fortify (inet_ntop, __dst_size, sizeof (char), | ^ In function 'inet_ntop', inlined from 'ipaddr2str' at lib/ipaddr.h:92:3, inlined from 'printfrr_ia' at lib/prefix.c:1565:2: /usr/include/bits/inet-fortified.h:29:1: error: inlining failed in call to 'always_inline' 'inet_ntop': function body can be overwritten at link time 29 | __NTH (inet_ntop (int __af, | ^ /usr/include/bits/inet-fortified.h:36:10: note: called from here 36 | return __glibc_fortify (inet_ntop, __dst_size, sizeof (char), | ^ In function 'inet_ntop', inlined from 'printfrr_i4' at lib/prefix.c:1588:2: /usr/include/bits/inet-fortified.h:29:1: error: inlining failed in call to 'always_inline' 'inet_ntop': function body can be overwritten at link time 29 | __NTH (inet_ntop (int __af, | ^ /usr/include/bits/inet-fortified.h:36:10: note: called from here 36 | return __glibc_fortify (inet_ntop, __dst_size, sizeof (char), | ^ In function 'inet_ntop', inlined from 'printfrr_i6' at lib/prefix.c:1611:2: /usr/include/bits/inet-fortified.h:29:1: error: inlining failed in call to 'always_inline' 'inet_ntop': function body can be overwritten at link time 29 | __NTH (inet_ntop (int __af, | ^ /usr/include/bits/inet-fortified.h:36:10: note: called from here 36 | return __glibc_fortify (inet_ntop, __dst_size, sizeof (char), | ^ In function 'inet_ntop', inlined from 'prefixhost2str' at lib/prefix.c:1144:3, inlined from 'printfrr_pfx' at lib/prefix.c:1630:10: /usr/include/bits/inet-fortified.h:29:1: error: inlining failed in call to 'always_inline' 'inet_ntop': function body can be overwritten at link time 29 | __NTH (inet_ntop (int __af, | ^ /usr/include/bits/inet-fortified.h:36:10: note: called from here 36 | return __glibc_fortify (inet_ntop, __dst_size, sizeof (char), | ^ make[2]: *** [/tmp/ccNwiVyY.mk:18: /tmp/ccM657XH.ltrans8.ltrans.o] Error 1 lto-wrapper: fatal error: make returned 2 exit status compilation terminated. /usr/bin/ld: error: lto-wrapper failed
The snippet shows all the instances where inet_ntop override is used and where glibc will not allow it.
Given following log snippets, their explanation, and nothing else, explain what failure, if any, occurred during build of this package. Snippets are in a format of [X] : [Y], where [X] is a log snippet, and [Y] is the explanation. Snippets are delimited with '================'. Drawing on information from all snippets, provide a concise explanation of the issue and recommend a solution. Explanation of the issue, and recommended solution, should take a handful of sentences. Snippets: [+ autoreconf -f -i configure.ac:1: error: Autoconf version 2.71 or higher is required]: [Running the autoreconf tool failed.]
Issue: The configure.ac file has been processed by autoconf version older than 2.71. Resolution: Ensure the autoconf package version 2.71 or newer is available in the buildroot.
Analyse following RPM build log snippet. Describe contents accurately, without speculation or suggestions for resolution. Your analysis must be as concise as possible, while keeping relevant information intact. Snippet: + autoreconf -f -i configure.ac:1: error: Autoconf version 2.71 or higher is required
Running the autoreconf tool failed.
Given following log snippets, their explanation, and nothing else, explain what failure, if any, occurred during build of this package. Snippets are in a format of [X] : [Y], where [X] is a log snippet, and [Y] is the explanation. Snippets are delimited with '================'. Drawing on information from all snippets, provide a concise explanation of the issue and recommend a solution. Explanation of the issue, and recommended solution, should take a handful of sentences. Snippets: [_______________________ ERROR collecting aiosmtpd/tests ________________________]: [Test run is unsuccessful because the collection of the package tests errored.] ============= [/usr/lib64/python3.14/importlib/__init__.py:88: in import_module return _bootstrap._gcd_import(name[level:], package, level) <frozen importlib._bootstrap>:1398: in _gcd_import ??? <frozen importlib._bootstrap>:1371: in _find_and_load ??? <frozen importlib._bootstrap>:1342: in _find_and_load_unlocked ??? <frozen importlib._bootstrap>:938: in _load_unlocked ??? /usr/lib/python3.14/site-packages/_pytest/assertion/rewrite.py:184: in exec_module exec(co, module.__dict__) aiosmtpd/tests/conftest.py:18: in <module> from aiosmtpd.controller import Controller aiosmtpd/controller.py:32: in <module> from aiosmtpd.smtp import SMTP aiosmtpd/smtp.py:38: in <module> from aiosmtpd.proxy_protocol import ProxyData, get_proxy aiosmtpd/proxy_protocol.py:12: in <module> from typing import Any, ByteString, Dict, Optional, Tuple, Union E ImportError: cannot import name 'ByteString' from 'typing' (/usr/lib64/python3.14/typing.py) ]: [The extended traceback shows where the failure happened. aiosmtpd/proxy_protocol.py tries to import a bunch of names from typing modules. ByteString is not importable, probably because it doesn't exist.]
Issue: The build failed because ByteString could not be imported from typing module. ByteString has been removed from Python 3.14. Resolution: typing.ByteString has been deprecated since version 3.9, and was removed in version 3.14: Port code using it to collections.abc.Buffer, or a union like bytes | bytearray | memoryview.
Analyse following RPM build log snippet. Describe contents accurately, without speculation or suggestions for resolution. Your analysis must be as concise as possible, while keeping relevant information intact. Snippet: _______________________ ERROR collecting aiosmtpd/tests ________________________
Test run is unsuccessful because the collection of the package tests errored.
Analyse following RPM build log snippet. Describe contents accurately, without speculation or suggestions for resolution. Your analysis must be as concise as possible, while keeping relevant information intact. Snippet: /usr/lib64/python3.14/importlib/__init__.py:88: in import_module return _bootstrap._gcd_import(name[level:], package, level) <frozen importlib._bootstrap>:1398: in _gcd_import ??? <frozen importlib._bootstrap>:1371: in _find_and_load ??? <frozen importlib._bootstrap>:1342: in _find_and_load_unlocked ??? <frozen importlib._bootstrap>:938: in _load_unlocked ??? /usr/lib/python3.14/site-packages/_pytest/assertion/rewrite.py:184: in exec_module exec(co, module.__dict__) aiosmtpd/tests/conftest.py:18: in <module> from aiosmtpd.controller import Controller aiosmtpd/controller.py:32: in <module> from aiosmtpd.smtp import SMTP aiosmtpd/smtp.py:38: in <module> from aiosmtpd.proxy_protocol import ProxyData, get_proxy aiosmtpd/proxy_protocol.py:12: in <module> from typing import Any, ByteString, Dict, Optional, Tuple, Union E ImportError: cannot import name 'ByteString' from 'typing' (/usr/lib64/python3.14/typing.py)
The extended traceback shows where the failure happened. aiosmtpd/proxy_protocol.py tries to import a bunch of names from typing modules. ByteString is not importable, probably because it doesn't exist.
Given following log snippets, their explanation, and nothing else, explain what failure, if any, occurred during build of this package. Snippets are in a format of [X] : [Y], where [X] is a log snippet, and [Y] is the explanation. Snippets are delimited with '================'. Drawing on information from all snippets, provide a concise explanation of the issue and recommend a solution. Explanation of the issue, and recommended solution, should take a handful of sentences. Snippets: [+ /usr/libexec/gpgverify --keyring=/builddir/build/SOURCES/socket_wrapper.keyring --signature=/builddir/build/SOURCES/socket_wrapper-1.5.0.tar.gz.asc --data=/builddir/build/SOURCES/socket_wrapper-1.5.0.tar.gz gpgv: Signature made Tue May 6 08:09:40 2025 UTC gpgv: using RSA key 8DFF53E18F2ABC8D8F3C92237EE0FC4DCC014E3D gpgv: BAD signature from "Andreas Schneider <[email protected]>" gpgverify: Signature verification failed. ]: [The build fails early due a failed signature verification of the source archive.]
Issue: The signature of the source archive can't be verified using the key defined in the spec file. Perhaps the source archive hasn't been signed at all. Resolution: Check whether the build does use the right source archive. Reach to upstream asking them to provide a properly signed source archive.
Analyse following RPM build log snippet. Describe contents accurately, without speculation or suggestions for resolution. Your analysis must be as concise as possible, while keeping relevant information intact. Snippet: + /usr/libexec/gpgverify --keyring=/builddir/build/SOURCES/socket_wrapper.keyring --signature=/builddir/build/SOURCES/socket_wrapper-1.5.0.tar.gz.asc --data=/builddir/build/SOURCES/socket_wrapper-1.5.0.tar.gz gpgv: Signature made Tue May 6 08:09:40 2025 UTC gpgv: using RSA key 8DFF53E18F2ABC8D8F3C92237EE0FC4DCC014E3D gpgv: BAD signature from "Andreas Schneider <[email protected]>" gpgverify: Signature verification failed.
The build fails early due a failed signature verification of the source archive.
Given following log snippets, their explanation, and nothing else, explain what failure, if any, occurred during build of this package. Snippets are in a format of [X] : [Y], where [X] is a log snippet, and [Y] is the explanation. Snippets are delimited with '================'. Drawing on information from all snippets, provide a concise explanation of the issue and recommend a solution. Explanation of the issue, and recommended solution, should take a handful of sentences. Snippets: [error: /builddir/build/SPECS/geos.spec: line 112: Unknown option E in ctest(:-:) ]: [This is the error description relevant to the failed build]
Issue: Version of ctest doesn't support -E argument Resolution: Remove the -E argument, or replace with equivalent compatible with the specific version
Analyse following RPM build log snippet. Describe contents accurately, without speculation or suggestions for resolution. Your analysis must be as concise as possible, while keeping relevant information intact. Snippet: error: /builddir/build/SPECS/geos.spec: line 112: Unknown option E in ctest(:-:)
This is the error description relevant to the failed build
Given following log snippets, their explanation, and nothing else, explain what failure, if any, occurred during build of this package. Snippets are in a format of [X] : [Y], where [X] is a log snippet, and [Y] is the explanation. Snippets are delimited with '================'. Drawing on information from all snippets, provide a concise explanation of the issue and recommend a solution. Explanation of the issue, and recommended solution, should take a handful of sentences. Snippets: [CC=clang]: [clang is being used as the C compiler.] ============= [CXX=clang++]: [clang++ is being used as the C++ compiler.] ============= [g++: error: unrecognized command-line option ‘--config=/usr/lib/rpm/redhat/redhat-hardened-clang.cfg’]: [This is the error message for the build failure.]
Issue: The build failed, because the RPM spec file set clang as the C compiler, but the package has hard-coded the C compiler to gcc. Therefore, gcc is failing, because it is trying to use compiler flags intended for clang. Resolution: Fix the package to not hard-code gcc as the C compiler.
Analyse following RPM build log snippet. Describe contents accurately, without speculation or suggestions for resolution. Your analysis must be as concise as possible, while keeping relevant information intact. Snippet: CC=clang
clang is being used as the C compiler.
Analyse following RPM build log snippet. Describe contents accurately, without speculation or suggestions for resolution. Your analysis must be as concise as possible, while keeping relevant information intact. Snippet: CXX=clang++
clang++ is being used as the C++ compiler.
Analyse following RPM build log snippet. Describe contents accurately, without speculation or suggestions for resolution. Your analysis must be as concise as possible, while keeping relevant information intact. Snippet: g++: error: unrecognized command-line option ‘--config=/usr/lib/rpm/redhat/redhat-hardened-clang.cfg’
This is the error message for the build failure.
Given following log snippets, their explanation, and nothing else, explain what failure, if any, occurred during build of this package. Snippets are in a format of [X] : [Y], where [X] is a log snippet, and [Y] is the explanation. Snippets are delimited with '================'. Drawing on information from all snippets, provide a concise explanation of the issue and recommend a solution. Explanation of the issue, and recommended solution, should take a handful of sentences. Snippets: [>>> Librepo error: Cannot download repomd.xml: Cannot download repodata/repomd.x]: [dnf failed to download repo metadata] ============= [ERROR: Command failed: # /usr/bin/systemd-nspawn -q -M ed79c598e23c4d7893f15d7d1a1ac8b1 -D /var/lib/mock/fedora-rawhide-ppc64le-bootstrap-1746176841.800284/root -a --capability=cap_ipc_lock --rlimit=RLIMIT_NOFILE=10240 --capability=cap_ipc_lock --bind=/tmp/mock-resolv.wa0z7hd8:/etc/resolv.conf --console=pipe --setenv=TERM=vt100 --setenv=SHELL=/bin/bash --setenv=HOME=/var/lib/mock/fedora-rawhide-ppc64le-1746176841.800284/root/installation-homedir --setenv=HOSTNAME=mock --setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin '--setenv=PROMPT_COMMAND=printf "\033]0;<mock-chroot>\007"' '--setenv=PS1=<mock-chroot> \s-\v\$ ' --setenv=LANG=C.UTF-8 --setenv=LC_MESSAGES=C.UTF-8 --setenv=SYSTEMD_NSPAWN_TMPFS_TMP=0 --setenv=SYSTEMD_SECCOMP=0 --resolv-conf=off /usr/bin/dnf5 --installroot /var/lib/mock/fedora-rawhide-ppc64le-1746176841.800284/root/ --releasever 43 install @buildsys-build --setopt=deltarpm=False --setopt=allow_vendor_change=yes --allowerasing --setopt=tsflags=nocontexts --setopt=tsflags=nocontexts --setopt=tsflags=nocontexts]: [There seems to be something wrong with the machine that executed the build]
Issue: DNF failed to download repo metadata. It resulted in a build failure Resolution: This error seems unrelated to your changes and your component. Try to rebuild.
Analyse following RPM build log snippet. Describe contents accurately, without speculation or suggestions for resolution. Your analysis must be as concise as possible, while keeping relevant information intact. Snippet: >>> Librepo error: Cannot download repomd.xml: Cannot download repodata/repomd.x
dnf failed to download repo metadata
Analyse following RPM build log snippet. Describe contents accurately, without speculation or suggestions for resolution. Your analysis must be as concise as possible, while keeping relevant information intact. Snippet: ERROR: Command failed: # /usr/bin/systemd-nspawn -q -M ed79c598e23c4d7893f15d7d1a1ac8b1 -D /var/lib/mock/fedora-rawhide-ppc64le-bootstrap-1746176841.800284/root -a --capability=cap_ipc_lock --rlimit=RLIMIT_NOFILE=10240 --capability=cap_ipc_lock --bind=/tmp/mock-resolv.wa0z7hd8:/etc/resolv.conf --console=pipe --setenv=TERM=vt100 --setenv=SHELL=/bin/bash --setenv=HOME=/var/lib/mock/fedora-rawhide-ppc64le-1746176841.800284/root/installation-homedir --setenv=HOSTNAME=mock --setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin '--setenv=PROMPT_COMMAND=printf "\033]0;<mock-chroot>\007"' '--setenv=PS1=<mock-chroot> \s-\v\$ ' --setenv=LANG=C.UTF-8 --setenv=LC_MESSAGES=C.UTF-8 --setenv=SYSTEMD_NSPAWN_TMPFS_TMP=0 --setenv=SYSTEMD_SECCOMP=0 --resolv-conf=off /usr/bin/dnf5 --installroot /var/lib/mock/fedora-rawhide-ppc64le-1746176841.800284/root/ --releasever 43 install @buildsys-build --setopt=deltarpm=False --setopt=allow_vendor_change=yes --allowerasing --setopt=tsflags=nocontexts --setopt=tsflags=nocontexts --setopt=tsflags=nocontexts
There seems to be something wrong with the machine that executed the build
Given following log snippets, their explanation, and nothing else, explain what failure, if any, occurred during build of this package. Snippets are in a format of [X] : [Y], where [X] is a log snippet, and [Y] is the explanation. Snippets are delimited with '================'. Drawing on information from all snippets, provide a concise explanation of the issue and recommend a solution. Explanation of the issue, and recommended solution, should take a handful of sentences. Snippets: [Problem: nothing provides requested (crate(rusqlite/bundled) >= 0.28.0 with crate(rusqlite/bundled) < 0.29.0~)]: [It shows what searched package must provide. But there is non providing exactly this one.]
Issue: Fedora rust packages does not provide crate(rusqlite/bundled) crate. But there is package providing crate(rusqlite), so we need to avoid bundled feature. Resolution: Comment out feature = bundled for rusqlite dependency.
Analyse following RPM build log snippet. Describe contents accurately, without speculation or suggestions for resolution. Your analysis must be as concise as possible, while keeping relevant information intact. Snippet: Problem: nothing provides requested (crate(rusqlite/bundled) >= 0.28.0 with crate(rusqlite/bundled) < 0.29.0~)
It shows what searched package must provide. But there is non providing exactly this one.
Given following log snippets, their explanation, and nothing else, explain what failure, if any, occurred during build of this package. Snippets are in a format of [X] : [Y], where [X] is a log snippet, and [Y] is the explanation. Snippets are delimited with '================'. Drawing on information from all snippets, provide a concise explanation of the issue and recommend a solution. Explanation of the issue, and recommended solution, should take a handful of sentences. Snippets: [Problem: cannot install the best candidate for the job - nothing provides python(abi) = 3.12 needed by python3-poetry-1.8.3-1.fc41.noarch from copr_base - nothing provides (python3.12dist(cleo) < 3~~ with python3.12dist(cleo) >= 2.1) needed by python3-poetry-1.8.3-1.fc41.noarch from copr_base - nothing provides python3.12dist(packaging) >= 23.1 needed by python3-poetry-1.8.3-1.fc41.noarch from copr_base - nothing provides (python3.12dist(requests-toolbelt) < 2~~ with python3.12dist(requests-toolbelt) >= 1) needed by python3-poetry-1.8.3-1.fc41.noarch from copr_base - nothing provides (python3.12dist(build) < 2~~ with python3.12dist(build) >= 1.0.3) needed by python3-poetry-1.8.3-1.fc41.noarch from copr_base - nothing provides (python3.12dist(cachecontrol) < 0.15~~ with python3.12dist(cachecontrol) >= 0.14) needed by python3-poetry-1.8.3-1.fc41.noarch from copr_base - nothing provides (python3.12dist(cachecontrol[filecache]) < 0.15~~ with python3.12dist(cachecontrol[filecache]) >= 0.14) needed by python3-poetry-1.8.3-1.fc41.noarch from copr_base - nothing provides (python3.12dist(crashtest) < 0.5~~ with python3.12dist(crashtest) >= 0.4.1) needed by python3-poetry-1.8.3-1.fc41.noarch from copr_base - nothing provides (python3.12dist(dulwich) < 0.22~~ with python3.12dist(dulwich) >= 0.21.2) needed by python3-poetry-1.8.3-1.fc41.noarch from copr_base - nothing provides (python3.12dist(fastjsonschema) < 3~~ with python3.12dist(fastjsonschema) >= 2.18) needed by python3-poetry-1.8.3-1.fc41.noarch from copr_base - nothing provides (python3.12dist(installer) < 0.8~~ with python3.12dist(installer) >= 0.7) needed by python3-poetry-1.8.3-1.fc41.noarch from copr_base - nothing provides (python3.12dist(pexpect) < 5~~ with python3.12dist(pexpect) >= 4.7) needed by python3-poetry-1.8.3-1.fc41.noarch from copr_base - nothing provides (python3.12dist(pkginfo) < 2~~ with python3.12dist(pkginfo) >= 1.10) needed by python3-poetry-1.8.3-1.fc41.noarch from copr_base - nothing provides (python3.12dist(pyproject-hooks) < 2~~ with python3.12dist(pyproject-hooks) >= 1) needed by python3-poetry-1.8.3-1.fc41.noarch from copr_base - nothing provides (python3.12dist(tomlkit) < 1~~ with python3.12dist(tomlkit) >= 0.11.4) needed by python3-poetry-1.8.3-1.fc41.noarch from copr_base - nothing provides python3.12dist(poetry-core) = 1.9 needed by python3-poetry-1.8.3-1.fc41.noarch from copr_base - nothing provides python3.12dist(trove-classifiers) >= 2022.5.19 needed by python3-poetry-1.8.3-1.fc41.noarch from copr_base]: [The python-poetry package required a few libraries which are not available in the given python 3.12 version during the build. The required python3 packages are: - cleo - packaging - requests-toolbelt - build - cachecontrol - cachecontrol[filecache] - crashtest - dulwich - fastjsonschema - installer - pexpect - pkginfo - pyproject-hooks - tomlkit - poetry-core - trove-classifiers]
Issue: There are python3 packages which are missing during the build and are requested. Resolution: Take a look on your dependencies and make sure that these python3 packages exists during the build.
Analyse following RPM build log snippet. Describe contents accurately, without speculation or suggestions for resolution. Your analysis must be as concise as possible, while keeping relevant information intact. Snippet: Problem: cannot install the best candidate for the job - nothing provides python(abi) = 3.12 needed by python3-poetry-1.8.3-1.fc41.noarch from copr_base - nothing provides (python3.12dist(cleo) < 3~~ with python3.12dist(cleo) >= 2.1) needed by python3-poetry-1.8.3-1.fc41.noarch from copr_base - nothing provides python3.12dist(packaging) >= 23.1 needed by python3-poetry-1.8.3-1.fc41.noarch from copr_base - nothing provides (python3.12dist(requests-toolbelt) < 2~~ with python3.12dist(requests-toolbelt) >= 1) needed by python3-poetry-1.8.3-1.fc41.noarch from copr_base - nothing provides (python3.12dist(build) < 2~~ with python3.12dist(build) >= 1.0.3) needed by python3-poetry-1.8.3-1.fc41.noarch from copr_base - nothing provides (python3.12dist(cachecontrol) < 0.15~~ with python3.12dist(cachecontrol) >= 0.14) needed by python3-poetry-1.8.3-1.fc41.noarch from copr_base - nothing provides (python3.12dist(cachecontrol[filecache]) < 0.15~~ with python3.12dist(cachecontrol[filecache]) >= 0.14) needed by python3-poetry-1.8.3-1.fc41.noarch from copr_base - nothing provides (python3.12dist(crashtest) < 0.5~~ with python3.12dist(crashtest) >= 0.4.1) needed by python3-poetry-1.8.3-1.fc41.noarch from copr_base - nothing provides (python3.12dist(dulwich) < 0.22~~ with python3.12dist(dulwich) >= 0.21.2) needed by python3-poetry-1.8.3-1.fc41.noarch from copr_base - nothing provides (python3.12dist(fastjsonschema) < 3~~ with python3.12dist(fastjsonschema) >= 2.18) needed by python3-poetry-1.8.3-1.fc41.noarch from copr_base - nothing provides (python3.12dist(installer) < 0.8~~ with python3.12dist(installer) >= 0.7) needed by python3-poetry-1.8.3-1.fc41.noarch from copr_base - nothing provides (python3.12dist(pexpect) < 5~~ with python3.12dist(pexpect) >= 4.7) needed by python3-poetry-1.8.3-1.fc41.noarch from copr_base - nothing provides (python3.12dist(pkginfo) < 2~~ with python3.12dist(pkginfo) >= 1.10) needed by python3-poetry-1.8.3-1.fc41.noarch from copr_base - nothing provides (python3.12dist(pyproject-hooks) < 2~~ with python3.12dist(pyproject-hooks) >= 1) needed by python3-poetry-1.8.3-1.fc41.noarch from copr_base - nothing provides (python3.12dist(tomlkit) < 1~~ with python3.12dist(tomlkit) >= 0.11.4) needed by python3-poetry-1.8.3-1.fc41.noarch from copr_base - nothing provides python3.12dist(poetry-core) = 1.9 needed by python3-poetry-1.8.3-1.fc41.noarch from copr_base - nothing provides python3.12dist(trove-classifiers) >= 2022.5.19 needed by python3-poetry-1.8.3-1.fc41.noarch from copr_base
The python-poetry package required a few libraries which are not available in the given python 3.12 version during the build. The required python3 packages are: - cleo - packaging - requests-toolbelt - build - cachecontrol - cachecontrol[filecache] - crashtest - dulwich - fastjsonschema - installer - pexpect - pkginfo - pyproject-hooks - tomlkit - poetry-core - trove-classifiers
Given following log snippets, their explanation, and nothing else, explain what failure, if any, occurred during build of this package. Snippets are in a format of [X] : [Y], where [X] is a log snippet, and [Y] is the explanation. Snippets are delimited with '================'. Drawing on information from all snippets, provide a concise explanation of the issue and recommend a solution. Explanation of the issue, and recommended solution, should take a handful of sentences. Snippets: [{standard input}: Assembler messages: {standard input}:95931946: Warning: end of file not at end of a line; newline inserted {standard input}:95931947: Warning: zero assumed for missing expression g++: fatal error: Killed signal terminated program cc1plus compilation terminated.]: [This part of the log shows why the build has failed. Note that the error has happened on line number 95931946, which is a lot of lines.] ============= [In member function 'boost::spirit::support::detail::range_run<char32_t>::range_run(boost::spirit::support::detail::range_run<char32_t> const&)', inlined from 'boost::spirit::support::detail::basic_chset<char32_t>::basic_chset(boost::spirit::support::detail::basic_chset<char32_t> const&)' at /usr/include/boost/spirit/home/support/char_set/basic_chset.hpp:33:13, inlined from 'boost::spirit::qi::char_set<boost::spirit::char_encoding::unicode, false, false>::char_set(boost::spirit::qi::char_set<boost::spirit::char_encoding::unicode, false, false> const&)' at /usr/include/boost/spirit/home/qi/char/char.hpp:271:12, inlined from 'boost::fusion::cons<boost::spirit::qi::char_set<boost::spirit::char_encoding::unicode, false, false>, boost::fusion::nil_>::cons(boost::fusion::cons<boost::spirit::qi::char_set<boost::spirit::char_encoding::unicode, false, false>, boost::fusion::nil_> const&)' at /usr/include/boost/fusion/container/list/cons.hpp:79:15, inlined from 'boost::fusion::cons<boost::spirit::qi::char_class<boost::spirit::tag::char_code<boost::spirit::tag::alnum, boost::spirit::char_encoding::unicode> >, boost::fusion::cons<boost::spirit::qi::char_set<boost::spirit::char_encoding::unicode, false, false>, boost::fusion::nil_> >::cons(boost::fusion::cons<boost::spirit::qi::char_class<boost::spirit::tag::char_code<boost::spirit::tag::alnum, boost::spirit::char_encoding::unicode> >, boost::fusion::cons<boost::spirit::qi::char_set<boost::spirit::char_encoding::unicode, false, false>, boost::fusion::nil_> > const&)' at /usr/include/boost/fusion/container/list/cons.hpp:79:29, inlined from 'boost::spirit::qi::alternative<boost::fusion::cons<boost::spirit::qi::char_class<boost::spirit::tag::char_code<boost::spirit::tag::alnum, boost::spirit::char_encoding::unicode> >, boost::fusion::cons<boost::spirit::qi::char_set<boost::spirit::char_encoding::unicode, false, false>, boost::fusion::nil_> > >::alternative(boost::spirit::qi::alternative<boost::fusion::cons<boost::spirit::qi::char_class<boost::spirit::tag::char_code<boost::spirit::tag::alnum, boost::spirit::char_encoding::unicode> >, boost::fusion::cons<boost::spirit::qi::char_set<boost::spirit::char_encoding::unicode, false, false>, boost::fusion::nil_> > > const&)' at /usr/include/boost/spirit/home/qi/operator/alternative.hpp:47:12, inlined from 'boost::spirit::qi::plus<boost::spirit::qi::alternative<boost::fusion::cons<boost::spirit::qi::char_class<boost::spirit::tag::char_code<boost::spirit::tag::alnum, boost::spirit::char_encoding::unicode> >, boost::fusion::cons<boost::spirit::qi::char_set<boost::spirit::char_encoding::unicode, false, false>, boost::fusion::nil_> > > >::plus(boost::spirit::qi::plus<boost::spirit::qi::alternative<boost::fusion::cons<boost::spirit::qi::char_class<boost::spirit::tag::char_code<boost::spirit::tag::alnum, boost::spirit::char_encoding::unicode> >, boost::fusion::cons<boost::spirit::qi::char_set<boost::spirit::char_encoding::unicode, false, false>, boost::fusion::nil_> > > > const&)' at /usr/include/boost/spirit/home/qi/operator/plus.hpp:40:12, inlined from 'boost::spirit::qi::lexeme_directive<boost::spirit::qi::plus<boost::spirit::qi::alternative<boost::fusion::cons<boost::spirit::qi::char_class<boost::spirit::tag::char_code<boost::spirit::tag::alnum, boost::spirit::char_encoding::unicode> >, boost::fusion::cons<boost::spirit::qi::char_set<boost::spirit::char_encoding::unicode, false, false>, boost::fusion::nil_> > > > >::lexeme_directive(boost::spirit::qi::plus<boost::spirit::qi::alternative<boost::fusion::cons<boost::spirit::qi::char_class<boost::spirit::tag::char_code<boost::spirit::tag::alnum, boost::spirit::char_encoding::unicode> >, boost::fusion::cons<boost::spirit::qi::char_set<boost::spirit::char_encoding::unicode, false, false>, boost::fusion::nil_> > > > const&)' at /usr/include/boost/spirit/home/qi/directive/lexeme.hpp:47:13, inlined from 'boost::spirit::qi::make_directive<boost::spirit::tag::lexeme, boost::spirit::qi::plus<boost::spirit::qi::alternative<boost::fusion::cons<boost::spirit::qi::char_class<boost::spirit::tag::char_code<boost::spirit::tag::alnum, boost::spirit::char_encoding::unicode> >, boost::fusion::cons<boost::spirit::qi::char_set<boost::spirit::char_encoding::unicode, false, false>, boost::fusion::nil_> > > >, boost::spirit::unused_type, void>::operator()(boost::spirit::unused_type, boost::spirit::qi::plus<boost::spirit::qi::alternative<boost::fusion::cons<boost::spirit::qi::char_class<boost::spirit::tag::char_code<boost::spirit::tag::alnum, boost::spirit::char_encoding::unicode> >, boost::fusion::cons<boost::spirit::qi::char_set<boost::spirit::char_encoding::unicode, false, false>, boost::fusion::nil_> > > > const&, boost::spirit::unused_type) const' at /usr/include/boost/spirit/home/qi/directive/lexeme.hpp:100:39, inlined from 'boost::spirit::make_component<boost::spirit::qi::domain, boost::spirit::tag::directive, void>::operator()<boost::fusion::cons<boost::spirit::tag::lexeme, boost::fusion::cons<boost::spirit::qi::plus<boost::spirit::qi::alternative<boost::fusion::cons<boost::spirit::qi::char_class<boost::spirit::tag::char_code<boost::spirit::tag::alnum, boost::spirit::char_encoding::unicode> >, boost::fusion::cons<boost::spirit::qi::char_set<boost::spirit::char_encoding::unicode, false, false>, boost::fusion::nil_> > > >, boost::fusion::nil_> >, boost::spirit::unused_type>(boost::fusion::cons<boost::spirit::tag::lexeme, boost::fusion::cons<boost::spirit::qi::plus<boost::spirit::qi::alternative<boost::fusion::cons<boost::spirit::qi::char_class<boost::spirit::tag::char_code<boost::spirit::tag::alnum, boost::spirit::char_encoding::unicode> >, boost::fusion::cons<boost::spirit::qi::char_set<boost::spirit::char_encoding::unicode, false, false>, boost::fusion::nil_> > > >, boost::fusion::nil_> > const&, boost::spirit::unused_type const&) constboost::spirit::make_component<boost::spirit::qi::domain, boost::spirit::tag::directive, void>::result<boost::spirit::make_component<boost::spirit::qi::domain, boost::spirit::tag::directive, void> (boost::fusion::cons<boost::spirit::tag::lexeme, boost::fusion::cons<boost::spirit::qi::plus<boost::spirit::qi::alternative<boost::fusion::cons<boost::spirit::qi::char_class<boost::spirit::tag::char_code<boost::spirit::tag::alnum, boost::spirit::char_encoding::unicode> >, boost::fusion::cons<boost::spirit::qi::char_set<boost::spirit::char_encoding::unicode, false, false>, boost::fusion::nil_> > > >, boost::fusion::nil_> >, boost::spirit::unused_type)>::type' at /usr/include/boost/spirit/home/qi/meta_compiler.hpp:172:71, inlined from 'boost::spirit::detail::make_directive<boost::spirit::qi::domain, boost::spirit::meta_compiler<boost::spirit::qi::domain>::meta_grammar>::impl<boost::proto::exprns_::expr<boost::proto::tagns_::tag::subscript, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::lexeme>, 0l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::unary_plus, boost::proto::argsns_::list1<boost::proto::exprns_::expr<boost::proto::tagns_::tag::bitwise_or, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::char_code<boost::spirit::tag::alnum, boost::spirit::char_encoding::unicode> >, 0l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::terminal_ex<boost::spirit::tag::char_code<boost::spirit::tag::char_, boost::spirit::char_encoding::unicode>, boost::fusion::vector<char const (&) [3]> > >, 0l> const&>, 2l> const&>, 1l> const&>, 2l> const&, mpl_::void_ const&, boost::spirit::unused_type&>::operator()(boost::proto::exprns_::expr<boost::proto::tagns_::tag::subscript, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::lexeme>, 0l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::unary_plus, boost::proto::argsns_::list1<boost::proto::exprns_::expr<boost::proto::tagns_::tag::bitwise_or, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::char_code<boost::spirit::tag::alnum, boost::spirit::char_encoding::unicode> >, 0l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::terminal_ex<boost::spirit::tag::char_code<boost::spirit::tag::char_, boost::spirit::char_encoding::unicode>, boost::fusion::vector<char const (&) [3]> > >, 0l> const&>, 2l> const&>, 1l> const&>, 2l> const&, mpl_::void_ const&, boost::spirit::unused_type&) const' at /usr/include/boost/spirit/home/support/make_component.hpp:349:56, inlined from 'boost::proto::transform<boost::proto::switch_<boost::spirit::meta_compiler<boost::spirit::qi::domain>::cases, boost::proto::tag_of<boost::proto::_> ()>, void>::operator()<boost::proto::exprns_::expr<boost::proto::tagns_::tag::subscript, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::lexeme>, 0l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::unary_plus, boost::proto::argsns_::list1<boost::proto::exprns_::expr<boost::proto::tagns_::tag::bitwise_or, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::char_code<boost::spirit::tag::alnum, boost::spirit::char_encoding::unicode> >, 0l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::terminal_ex<boost::spirit::tag::char_code<boost::spirit::tag::char_, boost::spirit::char_encoding::unicode>, boost::fusion::vector<char const (&) [3]> > >, 0l> const&>, 2l> const&>, 1l> const&>, 2l> const&, mpl_::void_, boost::spirit::unused_type&>(boost::proto::exprns_::expr<boost::proto::tagns_::tag::subscript, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::lexeme>, 0l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::unary_plus, boost::proto::argsns_::list1<boost::proto::exprns_::expr<boost::proto::tagns_::tag::bitwise_or, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::char_code<boost::spirit::tag::alnum, boost::spirit::char_encoding::unicode> >, 0l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::terminal_ex<boost::spirit::tag::char_code<boost::spirit::tag::char_, boost::spirit::char_encoding::unicode>, boost::fusion::vector<char const (&) [3]> > >, 0l> const&>, 2l> const&>, 1l> const&>, 2l> const&, mpl_::void_&&, boost::spirit::unused_type&) constboost::proto::detail::apply_transform<boost::proto::switch_<boost::spirit::meta_compiler<boost::spirit::qi::domain>::cases, boost::proto::tag_of<boost::proto::_> ()> (boost::proto::exprns_::expr<boost::proto::tagns_::tag::subscript, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::lexeme>, 0l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::unary_plus, boost::proto::argsns_::list1<boost::proto::exprns_::expr<boost::proto::tagns_::tag::bitwise_or, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::char_code<boost::spirit::tag::alnum, boost::spirit::char_encoding::unicode> >, 0l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::terminal_ex<boost::spirit::tag::char_code<boost::spirit::tag::char_, boost::spirit::char_encoding::unicode>, boost::fusion::vector<char const (&) [3]> > >, 0l> const&>, 2l> const&>, 1l> const&>, 2l> const& const&, mpl_::void_ const&, boost::spirit::unused_type& const&)>::result_type' at /usr/include/boost/proto/transform/impl.hpp:255:9, inlined from 'boost::spirit::detail::compiler<boost::spirit::qi::domain>::compile<boost::proto::exprns_::expr<boost::proto::tagns_::tag::subscript, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::lexeme>, 0l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::unary_plus, boost::proto::argsns_::list1<boost::proto::exprns_::expr<boost::proto::tagns_::tag::bitwise_or, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::char_code<boost::spirit::tag::alnum, boost::spirit::char_encoding::unicode> >, 0l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::terminal_ex<boost::spirit::tag::char_code<boost::spirit::tag::char_, boost::spirit::char_encoding::unicode>, boost::fusion::vector<char const (&) [3]> > >, 0l> const&>, 2l> const&>, 1l> const&>, 2l>, boost::spirit::unused_type>(boost::proto::exprns_::expr<boost::proto::tagns_::tag::subscript, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::lexeme>, 0l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::unary_plus, boost::proto::argsns_::list1<boost::proto::exprns_::expr<boost::proto::tagns_::tag::bitwise_or, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::char_code<boost::spirit::tag::alnum, boost::spirit::char_encoding::unicode> >, 0l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::terminal_ex<boost::spirit::tag::char_code<boost::spirit::tag::char_, boost::spirit::char_encoding::unicode>, boost::fusion::vector<char const (&) [3]> > >, 0l> const&>, 2l> const&>, 1l> const&>, 2l> const&, boost::spirit::unused_type, mpl_::bool_<true>)boost::spirit::result_of::compile<boost::spirit::qi::domain, boost::proto::exprns_::expr<boost::proto::tagns_::tag::subscript, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::lexeme>, 0l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::unary_plus, boost::proto::argsns_::list1<boost::proto::exprns_::expr<boost::proto::tagns_::tag::bitwise_or, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::char_code<boost::spirit::tag::alnum, boost::spirit::char_encoding::unicode> >, 0l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::terminal_ex<boost::spirit::tag::char_code<boost::spirit::tag::char_, boost::spirit::char_encoding::unicode>, boost::fusion::vector<char const (&) [3]> > >, 0l> const&>, 2l> const&>, 1l> const&>, 2l>, boost::spirit::unused_type, void>::type' at /usr/include/boost/spirit/home/support/meta_compiler.hpp:243:62, inlined from 'boost::spirit::compile<boost::spirit::qi::domain, boost::proto::exprns_::expr<boost::proto::tagns_::tag::subscript, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::lexeme>, 0l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::unary_plus, boost::proto::argsns_::list1<boost::proto::exprns_::expr<boost::proto::tagns_::tag::bitwise_or, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::char_code<boost::spirit::tag::alnum, boost::spirit::char_encoding::unicode> >, 0l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::terminal_ex<boost::spirit::tag::char_code<boost::spirit::tag::char_, boost::spirit::char_encoding::unicode>, boost::fusion::vector<char const (&) [3]> > >, 0l> const&>, 2l> const&>, 1l> const&>, 2l>, boost::spirit::unused_type>(boost::proto::exprns_::expr<boost::proto::tagns_::tag::subscript, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::lexeme>, 0l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::unary_plus, boost::proto::argsns_::list1<boost::proto::exprns_::expr<boost::proto::tagns_::tag::bitwise_or, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::char_code<boost::spirit::tag::alnum, boost::spirit::char_encoding::unicode> >, 0l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::terminal_ex<boost::spirit::tag::char_code<boost::spirit::tag::char_, boost::spirit::char_encoding::unicode>, boost::fusion::vector<char const (&) [3]> > >, 0l> const&>, 2l> const&>, 1l> const&>, 2l> const&, boost::spirit::unused_type)boost::spirit::result_of::compile<boost::spirit::qi::domain, boost::proto::exprns_::expr<boost::proto::tagns_::tag::subscript, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::lexeme>, 0l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::unary_plus, boost::proto::argsns_::list1<boost::proto::exprns_::expr<boost::proto::tagns_::tag::bitwise_or, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::char_code<boost::spirit::tag::alnum, boost::spirit::char_encoding::unicode> >, 0l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::terminal_ex<boost::spirit::tag::char_code<boost::spirit::tag::char_, boost::spirit::char_encoding::unicode>, boost::fusion::vector<char const (&) [3]> > >, 0l> const&>, 2l> const&>, 1l> const&>, 2l>, boost::spirit::unused_type, void>::type' at /usr/include/boost/spirit/home/support/meta_compiler.hpp:272:76, inlined from 'boost::spirit::qi::rule<boost::u8_to_u32_iterator<boost::spirit::basic_istream_iterator<char, std::char_traits<char> >, unsigned int>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > (), boost::proto::exprns_::expr<boost::proto::tagns_::tag::bitwise_or, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::char_code<boost::spirit::tag::space, boost::spirit::char_encoding::unicode> >, 0l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::shift_right, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::shift_right, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<char const&>, 0l>, boost::proto::exprns_::expr<boost::proto::tagns_::tag::dereference, boost::proto::argsns_::list1<boost::proto::exprns_::expr<boost::proto::tagns_::tag::minus, boost::proto::argsns_::list2<boost::spirit::terminal<boost::spirit::tag::char_code<boost::spirit::tag::char_, boost::spirit::char_encoding::unicode> > const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::eol>, 0l> const&>, 2l> const&>, 1l> const&>, 2l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::eol>, 0l> const&>, 2l> const&>, 2l>, boost::spirit::unused_type, boost::spirit::unused_type>::define<mpl_::bool_<true>, boost::proto::exprns_::expr<boost::proto::tagns_::tag::subscript, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::lexeme>, 0l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::unary_plus, boost::proto::argsns_::list1<boost::proto::exprns_::expr<boost::proto::tagns_::tag::bitwise_or, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::char_code<boost::spirit::tag::alnum, boost::spirit::char_encoding::unicode> >, 0l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::terminal_ex<boost::spirit::tag::char_code<boost::spirit::tag::char_, boost::spirit::char_encoding::unicode>, boost::fusion::vector<char const (&) [3]> > >, 0l> const&>, 2l> const&>, 1l> const&>, 2l> >(boost::spirit::qi::rule<boost::u8_to_u32_iterator<boost::spirit::basic_istream_iterator<char, std::char_traits<char> >, unsigned int>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > (), boost::proto::exprns_::expr<boost::proto::tagns_::tag::bitwise_or, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::char_code<boost::spirit::tag::space, boost::spirit::char_encoding::unicode> >, 0l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::shift_right, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::shift_right, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<char const&>, 0l>, boost::proto::exprns_::expr<boost::proto::tagns_::tag::dereference, boost::proto::argsns_::list1<boost::proto::exprns_::expr<boost::proto::tagns_::tag::minus, boost::proto::argsns_::list2<boost::spirit::terminal<boost::spirit::tag::char_code<boost::spirit::tag::char_, boost::spirit::char_encoding::unicode> > const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::eol>, 0l> const&>, 2l> const&>, 1l> const&>, 2l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::eol>, 0l> const&>, 2l> const&>, 2l>, boost::spirit::unused_type, boost::spirit::unused_type>&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::subscript, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::lexeme>, 0l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::unary_plus, boost::proto::argsns_::list1<boost::proto::exprns_::expr<boost::proto::tagns_::tag::bitwise_or, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::char_code<boost::spirit::tag::alnum, boost::spirit::char_encoding::unicode> >, 0l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::terminal_ex<boost::spirit::tag::char_code<boost::spirit::tag::char_, boost::spirit::char_encoding::unicode>, boost::fusion::vector<char const (&) [3]> > >, 0l> const&>, 2l> const&>, 1l> const&>, 2l> const&, mpl_::bool_<true>)void' at /usr/include/boost/spirit/home/qi/nonterminal/rule.hpp:192:36, inlined from 'boost::spirit::qi::operator%=<boost::proto::exprns_::expr<boost::proto::tagns_::tag::subscript, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::lexeme>, 0l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::unary_plus, boost::proto::argsns_::list1<boost::proto::exprns_::expr<boost::proto::tagns_::tag::bitwise_or, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::char_code<boost::spirit::tag::alnum, boost::spirit::char_encoding::unicode> >, 0l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::terminal_ex<boost::spirit::tag::char_code<boost::spirit::tag::char_, boost::spirit::char_encoding::unicode>, boost::fusion::vector<char const (&) [3]> > >, 0l> const&>, 2l> const&>, 1l> const&>, 2l> const>(boost::spirit::qi::rule<boost::u8_to_u32_iterator<boost::spirit::basic_istream_iterator<char, std::char_traits<char> >, unsigned int>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > (), boost::proto::exprns_::expr<boost::proto::tagns_::tag::bitwise_or, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::char_code<boost::spirit::tag::space, boost::spirit::char_encoding::unicode> >, 0l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::shift_right, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::shift_right, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<char const&>, 0l>, boost::proto::exprns_::expr<boost::proto::tagns_::tag::dereference, boost::proto::argsns_::list1<boost::proto::exprns_::expr<boost::proto::tagns_::tag::minus, boost::proto::argsns_::list2<boost::spirit::terminal<boost::spirit::tag::char_code<boost::spirit::tag::char_, boost::spirit::char_encoding::unicode> > const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::eol>, 0l> const&>, 2l> const&>, 1l> const&>, 2l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::eol>, 0l> const&>, 2l> const&>, 2l>, boost::spirit::unused_type, boost::spirit::unused_type>&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::subscript, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::lexeme>, 0l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::unary_plus, boost::proto::argsns_::list1<boost::proto::exprns_::expr<boost::proto::tagns_::tag::bitwise_or, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::char_code<boost::spirit::tag::alnum, boost::spirit::char_encoding::unicode> >, 0l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::terminal_ex<boost::spirit::tag::char_code<boost::spirit::tag::char_, boost::spirit::char_encoding::unicode>, boost::fusion::vector<char const (&) [3]> > >, 0l> const&>, 2l> const&>, 1l> const&>, 2l> const&&)boost::spirit::qi::rule<boost::u8_to_u32_iterator<boost::spirit::basic_istream_iterator<char, std::char_traits<char> >, unsigned int>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > (), boost::proto::exprns_::expr<boost::proto::tagns_::tag::bitwise_or, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::char_code<boost::spirit::tag::space, boost::spirit::char_encoding::unicode> >, 0l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::shift_right, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::shift_right, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<char const&>, 0l>, boost::proto::exprns_::expr<boost::proto::tagns_::tag::dereference, boost::proto::argsns_::list1<boost::proto::exprns_::expr<boost::proto::tagns_::tag::minus, boost::proto::argsns_::list2<boost::spirit::terminal<boost::spirit::tag::char_code<boost::spirit::tag::char_, boost::spirit::char_encoding::unicode> > const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::eol>, 0l> const&>, 2l> const&>, 1l> const&>, 2l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::eol>, 0l> const&>, 2l> const&>, 2l>, boost::spirit::unused_type, boost::spirit::unused_type>&' at /usr/include/boost/spirit/home/qi/nonterminal/rule.hpp:255:31, inlined from 'graph_tool::gml<boost::u8_to_u32_iterator<boost::spirit::basic_istream_iterator<char, std::char_traits<char> >, unsigned int>, boost::adj_list<unsigned long>, boost::proto::exprns_::expr<boost::proto::tagns_::tag::bitwise_or, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::char_code<boost::spirit::tag::space, boost::spirit::char_encoding::unicode> >, 0l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::shift_right, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::shift_right, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<char const&>, 0l>, boost::proto::exprns_::expr<boost::proto::tagns_::tag::dereference, boost::proto::argsns_::list1<boost::proto::exprns_::expr<boost::proto::tagns_::tag::minus, boost::proto::argsns_::list2<boost::spirit::terminal<boost::spirit::tag::char_code<boost::spirit::tag::char_, boost::spirit::char_encoding::unicode> > const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::eol>, 0l> const&>, 2l> const&>, 1l> const&>, 2l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::eol>, 0l> const&>, 2l> const&>, 2l> >::gml(boost::adj_list<unsigned long>&, boost::dynamic_properties&, std::unordered_set<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::hash<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::equal_to<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::unordered_set<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::hash<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::equal_to<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::unordered_set<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::hash<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::equal_to<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&)' at src/graph/gml.hh:306:24: /usr/include/boost/spirit/home/support/char_set/range_run.hpp:36:11: warning: 'SR.67603' may be used uninitialized [-Wmaybe-uninitialized] 36 | class range_run | ^~~~~~~~~]: [There are a lot of debug symbols being logged during the build phase]
Issue: This build has failed, because the builder has run out of disk space. Resolution: Keeping track of full debugging symbols causes the builder to run out of disk space. Try to reduce the debuginfo level
Analyse following RPM build log snippet. Describe contents accurately, without speculation or suggestions for resolution. Your analysis must be as concise as possible, while keeping relevant information intact. Snippet: {standard input}: Assembler messages: {standard input}:95931946: Warning: end of file not at end of a line; newline inserted {standard input}:95931947: Warning: zero assumed for missing expression g++: fatal error: Killed signal terminated program cc1plus compilation terminated.
This part of the log shows why the build has failed. Note that the error has happened on line number 95931946, which is a lot of lines.
Analyse following RPM build log snippet. Describe contents accurately, without speculation or suggestions for resolution. Your analysis must be as concise as possible, while keeping relevant information intact. Snippet: In member function 'boost::spirit::support::detail::range_run<char32_t>::range_run(boost::spirit::support::detail::range_run<char32_t> const&)', inlined from 'boost::spirit::support::detail::basic_chset<char32_t>::basic_chset(boost::spirit::support::detail::basic_chset<char32_t> const&)' at /usr/include/boost/spirit/home/support/char_set/basic_chset.hpp:33:13, inlined from 'boost::spirit::qi::char_set<boost::spirit::char_encoding::unicode, false, false>::char_set(boost::spirit::qi::char_set<boost::spirit::char_encoding::unicode, false, false> const&)' at /usr/include/boost/spirit/home/qi/char/char.hpp:271:12, inlined from 'boost::fusion::cons<boost::spirit::qi::char_set<boost::spirit::char_encoding::unicode, false, false>, boost::fusion::nil_>::cons(boost::fusion::cons<boost::spirit::qi::char_set<boost::spirit::char_encoding::unicode, false, false>, boost::fusion::nil_> const&)' at /usr/include/boost/fusion/container/list/cons.hpp:79:15, inlined from 'boost::fusion::cons<boost::spirit::qi::char_class<boost::spirit::tag::char_code<boost::spirit::tag::alnum, boost::spirit::char_encoding::unicode> >, boost::fusion::cons<boost::spirit::qi::char_set<boost::spirit::char_encoding::unicode, false, false>, boost::fusion::nil_> >::cons(boost::fusion::cons<boost::spirit::qi::char_class<boost::spirit::tag::char_code<boost::spirit::tag::alnum, boost::spirit::char_encoding::unicode> >, boost::fusion::cons<boost::spirit::qi::char_set<boost::spirit::char_encoding::unicode, false, false>, boost::fusion::nil_> > const&)' at /usr/include/boost/fusion/container/list/cons.hpp:79:29, inlined from 'boost::spirit::qi::alternative<boost::fusion::cons<boost::spirit::qi::char_class<boost::spirit::tag::char_code<boost::spirit::tag::alnum, boost::spirit::char_encoding::unicode> >, boost::fusion::cons<boost::spirit::qi::char_set<boost::spirit::char_encoding::unicode, false, false>, boost::fusion::nil_> > >::alternative(boost::spirit::qi::alternative<boost::fusion::cons<boost::spirit::qi::char_class<boost::spirit::tag::char_code<boost::spirit::tag::alnum, boost::spirit::char_encoding::unicode> >, boost::fusion::cons<boost::spirit::qi::char_set<boost::spirit::char_encoding::unicode, false, false>, boost::fusion::nil_> > > const&)' at /usr/include/boost/spirit/home/qi/operator/alternative.hpp:47:12, inlined from 'boost::spirit::qi::plus<boost::spirit::qi::alternative<boost::fusion::cons<boost::spirit::qi::char_class<boost::spirit::tag::char_code<boost::spirit::tag::alnum, boost::spirit::char_encoding::unicode> >, boost::fusion::cons<boost::spirit::qi::char_set<boost::spirit::char_encoding::unicode, false, false>, boost::fusion::nil_> > > >::plus(boost::spirit::qi::plus<boost::spirit::qi::alternative<boost::fusion::cons<boost::spirit::qi::char_class<boost::spirit::tag::char_code<boost::spirit::tag::alnum, boost::spirit::char_encoding::unicode> >, boost::fusion::cons<boost::spirit::qi::char_set<boost::spirit::char_encoding::unicode, false, false>, boost::fusion::nil_> > > > const&)' at /usr/include/boost/spirit/home/qi/operator/plus.hpp:40:12, inlined from 'boost::spirit::qi::lexeme_directive<boost::spirit::qi::plus<boost::spirit::qi::alternative<boost::fusion::cons<boost::spirit::qi::char_class<boost::spirit::tag::char_code<boost::spirit::tag::alnum, boost::spirit::char_encoding::unicode> >, boost::fusion::cons<boost::spirit::qi::char_set<boost::spirit::char_encoding::unicode, false, false>, boost::fusion::nil_> > > > >::lexeme_directive(boost::spirit::qi::plus<boost::spirit::qi::alternative<boost::fusion::cons<boost::spirit::qi::char_class<boost::spirit::tag::char_code<boost::spirit::tag::alnum, boost::spirit::char_encoding::unicode> >, boost::fusion::cons<boost::spirit::qi::char_set<boost::spirit::char_encoding::unicode, false, false>, boost::fusion::nil_> > > > const&)' at /usr/include/boost/spirit/home/qi/directive/lexeme.hpp:47:13, inlined from 'boost::spirit::qi::make_directive<boost::spirit::tag::lexeme, boost::spirit::qi::plus<boost::spirit::qi::alternative<boost::fusion::cons<boost::spirit::qi::char_class<boost::spirit::tag::char_code<boost::spirit::tag::alnum, boost::spirit::char_encoding::unicode> >, boost::fusion::cons<boost::spirit::qi::char_set<boost::spirit::char_encoding::unicode, false, false>, boost::fusion::nil_> > > >, boost::spirit::unused_type, void>::operator()(boost::spirit::unused_type, boost::spirit::qi::plus<boost::spirit::qi::alternative<boost::fusion::cons<boost::spirit::qi::char_class<boost::spirit::tag::char_code<boost::spirit::tag::alnum, boost::spirit::char_encoding::unicode> >, boost::fusion::cons<boost::spirit::qi::char_set<boost::spirit::char_encoding::unicode, false, false>, boost::fusion::nil_> > > > const&, boost::spirit::unused_type) const' at /usr/include/boost/spirit/home/qi/directive/lexeme.hpp:100:39, inlined from 'boost::spirit::make_component<boost::spirit::qi::domain, boost::spirit::tag::directive, void>::operator()<boost::fusion::cons<boost::spirit::tag::lexeme, boost::fusion::cons<boost::spirit::qi::plus<boost::spirit::qi::alternative<boost::fusion::cons<boost::spirit::qi::char_class<boost::spirit::tag::char_code<boost::spirit::tag::alnum, boost::spirit::char_encoding::unicode> >, boost::fusion::cons<boost::spirit::qi::char_set<boost::spirit::char_encoding::unicode, false, false>, boost::fusion::nil_> > > >, boost::fusion::nil_> >, boost::spirit::unused_type>(boost::fusion::cons<boost::spirit::tag::lexeme, boost::fusion::cons<boost::spirit::qi::plus<boost::spirit::qi::alternative<boost::fusion::cons<boost::spirit::qi::char_class<boost::spirit::tag::char_code<boost::spirit::tag::alnum, boost::spirit::char_encoding::unicode> >, boost::fusion::cons<boost::spirit::qi::char_set<boost::spirit::char_encoding::unicode, false, false>, boost::fusion::nil_> > > >, boost::fusion::nil_> > const&, boost::spirit::unused_type const&) constboost::spirit::make_component<boost::spirit::qi::domain, boost::spirit::tag::directive, void>::result<boost::spirit::make_component<boost::spirit::qi::domain, boost::spirit::tag::directive, void> (boost::fusion::cons<boost::spirit::tag::lexeme, boost::fusion::cons<boost::spirit::qi::plus<boost::spirit::qi::alternative<boost::fusion::cons<boost::spirit::qi::char_class<boost::spirit::tag::char_code<boost::spirit::tag::alnum, boost::spirit::char_encoding::unicode> >, boost::fusion::cons<boost::spirit::qi::char_set<boost::spirit::char_encoding::unicode, false, false>, boost::fusion::nil_> > > >, boost::fusion::nil_> >, boost::spirit::unused_type)>::type' at /usr/include/boost/spirit/home/qi/meta_compiler.hpp:172:71, inlined from 'boost::spirit::detail::make_directive<boost::spirit::qi::domain, boost::spirit::meta_compiler<boost::spirit::qi::domain>::meta_grammar>::impl<boost::proto::exprns_::expr<boost::proto::tagns_::tag::subscript, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::lexeme>, 0l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::unary_plus, boost::proto::argsns_::list1<boost::proto::exprns_::expr<boost::proto::tagns_::tag::bitwise_or, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::char_code<boost::spirit::tag::alnum, boost::spirit::char_encoding::unicode> >, 0l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::terminal_ex<boost::spirit::tag::char_code<boost::spirit::tag::char_, boost::spirit::char_encoding::unicode>, boost::fusion::vector<char const (&) [3]> > >, 0l> const&>, 2l> const&>, 1l> const&>, 2l> const&, mpl_::void_ const&, boost::spirit::unused_type&>::operator()(boost::proto::exprns_::expr<boost::proto::tagns_::tag::subscript, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::lexeme>, 0l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::unary_plus, boost::proto::argsns_::list1<boost::proto::exprns_::expr<boost::proto::tagns_::tag::bitwise_or, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::char_code<boost::spirit::tag::alnum, boost::spirit::char_encoding::unicode> >, 0l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::terminal_ex<boost::spirit::tag::char_code<boost::spirit::tag::char_, boost::spirit::char_encoding::unicode>, boost::fusion::vector<char const (&) [3]> > >, 0l> const&>, 2l> const&>, 1l> const&>, 2l> const&, mpl_::void_ const&, boost::spirit::unused_type&) const' at /usr/include/boost/spirit/home/support/make_component.hpp:349:56, inlined from 'boost::proto::transform<boost::proto::switch_<boost::spirit::meta_compiler<boost::spirit::qi::domain>::cases, boost::proto::tag_of<boost::proto::_> ()>, void>::operator()<boost::proto::exprns_::expr<boost::proto::tagns_::tag::subscript, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::lexeme>, 0l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::unary_plus, boost::proto::argsns_::list1<boost::proto::exprns_::expr<boost::proto::tagns_::tag::bitwise_or, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::char_code<boost::spirit::tag::alnum, boost::spirit::char_encoding::unicode> >, 0l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::terminal_ex<boost::spirit::tag::char_code<boost::spirit::tag::char_, boost::spirit::char_encoding::unicode>, boost::fusion::vector<char const (&) [3]> > >, 0l> const&>, 2l> const&>, 1l> const&>, 2l> const&, mpl_::void_, boost::spirit::unused_type&>(boost::proto::exprns_::expr<boost::proto::tagns_::tag::subscript, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::lexeme>, 0l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::unary_plus, boost::proto::argsns_::list1<boost::proto::exprns_::expr<boost::proto::tagns_::tag::bitwise_or, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::char_code<boost::spirit::tag::alnum, boost::spirit::char_encoding::unicode> >, 0l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::terminal_ex<boost::spirit::tag::char_code<boost::spirit::tag::char_, boost::spirit::char_encoding::unicode>, boost::fusion::vector<char const (&) [3]> > >, 0l> const&>, 2l> const&>, 1l> const&>, 2l> const&, mpl_::void_&&, boost::spirit::unused_type&) constboost::proto::detail::apply_transform<boost::proto::switch_<boost::spirit::meta_compiler<boost::spirit::qi::domain>::cases, boost::proto::tag_of<boost::proto::_> ()> (boost::proto::exprns_::expr<boost::proto::tagns_::tag::subscript, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::lexeme>, 0l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::unary_plus, boost::proto::argsns_::list1<boost::proto::exprns_::expr<boost::proto::tagns_::tag::bitwise_or, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::char_code<boost::spirit::tag::alnum, boost::spirit::char_encoding::unicode> >, 0l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::terminal_ex<boost::spirit::tag::char_code<boost::spirit::tag::char_, boost::spirit::char_encoding::unicode>, boost::fusion::vector<char const (&) [3]> > >, 0l> const&>, 2l> const&>, 1l> const&>, 2l> const& const&, mpl_::void_ const&, boost::spirit::unused_type& const&)>::result_type' at /usr/include/boost/proto/transform/impl.hpp:255:9, inlined from 'boost::spirit::detail::compiler<boost::spirit::qi::domain>::compile<boost::proto::exprns_::expr<boost::proto::tagns_::tag::subscript, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::lexeme>, 0l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::unary_plus, boost::proto::argsns_::list1<boost::proto::exprns_::expr<boost::proto::tagns_::tag::bitwise_or, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::char_code<boost::spirit::tag::alnum, boost::spirit::char_encoding::unicode> >, 0l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::terminal_ex<boost::spirit::tag::char_code<boost::spirit::tag::char_, boost::spirit::char_encoding::unicode>, boost::fusion::vector<char const (&) [3]> > >, 0l> const&>, 2l> const&>, 1l> const&>, 2l>, boost::spirit::unused_type>(boost::proto::exprns_::expr<boost::proto::tagns_::tag::subscript, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::lexeme>, 0l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::unary_plus, boost::proto::argsns_::list1<boost::proto::exprns_::expr<boost::proto::tagns_::tag::bitwise_or, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::char_code<boost::spirit::tag::alnum, boost::spirit::char_encoding::unicode> >, 0l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::terminal_ex<boost::spirit::tag::char_code<boost::spirit::tag::char_, boost::spirit::char_encoding::unicode>, boost::fusion::vector<char const (&) [3]> > >, 0l> const&>, 2l> const&>, 1l> const&>, 2l> const&, boost::spirit::unused_type, mpl_::bool_<true>)boost::spirit::result_of::compile<boost::spirit::qi::domain, boost::proto::exprns_::expr<boost::proto::tagns_::tag::subscript, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::lexeme>, 0l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::unary_plus, boost::proto::argsns_::list1<boost::proto::exprns_::expr<boost::proto::tagns_::tag::bitwise_or, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::char_code<boost::spirit::tag::alnum, boost::spirit::char_encoding::unicode> >, 0l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::terminal_ex<boost::spirit::tag::char_code<boost::spirit::tag::char_, boost::spirit::char_encoding::unicode>, boost::fusion::vector<char const (&) [3]> > >, 0l> const&>, 2l> const&>, 1l> const&>, 2l>, boost::spirit::unused_type, void>::type' at /usr/include/boost/spirit/home/support/meta_compiler.hpp:243:62, inlined from 'boost::spirit::compile<boost::spirit::qi::domain, boost::proto::exprns_::expr<boost::proto::tagns_::tag::subscript, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::lexeme>, 0l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::unary_plus, boost::proto::argsns_::list1<boost::proto::exprns_::expr<boost::proto::tagns_::tag::bitwise_or, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::char_code<boost::spirit::tag::alnum, boost::spirit::char_encoding::unicode> >, 0l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::terminal_ex<boost::spirit::tag::char_code<boost::spirit::tag::char_, boost::spirit::char_encoding::unicode>, boost::fusion::vector<char const (&) [3]> > >, 0l> const&>, 2l> const&>, 1l> const&>, 2l>, boost::spirit::unused_type>(boost::proto::exprns_::expr<boost::proto::tagns_::tag::subscript, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::lexeme>, 0l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::unary_plus, boost::proto::argsns_::list1<boost::proto::exprns_::expr<boost::proto::tagns_::tag::bitwise_or, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::char_code<boost::spirit::tag::alnum, boost::spirit::char_encoding::unicode> >, 0l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::terminal_ex<boost::spirit::tag::char_code<boost::spirit::tag::char_, boost::spirit::char_encoding::unicode>, boost::fusion::vector<char const (&) [3]> > >, 0l> const&>, 2l> const&>, 1l> const&>, 2l> const&, boost::spirit::unused_type)boost::spirit::result_of::compile<boost::spirit::qi::domain, boost::proto::exprns_::expr<boost::proto::tagns_::tag::subscript, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::lexeme>, 0l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::unary_plus, boost::proto::argsns_::list1<boost::proto::exprns_::expr<boost::proto::tagns_::tag::bitwise_or, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::char_code<boost::spirit::tag::alnum, boost::spirit::char_encoding::unicode> >, 0l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::terminal_ex<boost::spirit::tag::char_code<boost::spirit::tag::char_, boost::spirit::char_encoding::unicode>, boost::fusion::vector<char const (&) [3]> > >, 0l> const&>, 2l> const&>, 1l> const&>, 2l>, boost::spirit::unused_type, void>::type' at /usr/include/boost/spirit/home/support/meta_compiler.hpp:272:76, inlined from 'boost::spirit::qi::rule<boost::u8_to_u32_iterator<boost::spirit::basic_istream_iterator<char, std::char_traits<char> >, unsigned int>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > (), boost::proto::exprns_::expr<boost::proto::tagns_::tag::bitwise_or, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::char_code<boost::spirit::tag::space, boost::spirit::char_encoding::unicode> >, 0l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::shift_right, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::shift_right, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<char const&>, 0l>, boost::proto::exprns_::expr<boost::proto::tagns_::tag::dereference, boost::proto::argsns_::list1<boost::proto::exprns_::expr<boost::proto::tagns_::tag::minus, boost::proto::argsns_::list2<boost::spirit::terminal<boost::spirit::tag::char_code<boost::spirit::tag::char_, boost::spirit::char_encoding::unicode> > const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::eol>, 0l> const&>, 2l> const&>, 1l> const&>, 2l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::eol>, 0l> const&>, 2l> const&>, 2l>, boost::spirit::unused_type, boost::spirit::unused_type>::define<mpl_::bool_<true>, boost::proto::exprns_::expr<boost::proto::tagns_::tag::subscript, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::lexeme>, 0l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::unary_plus, boost::proto::argsns_::list1<boost::proto::exprns_::expr<boost::proto::tagns_::tag::bitwise_or, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::char_code<boost::spirit::tag::alnum, boost::spirit::char_encoding::unicode> >, 0l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::terminal_ex<boost::spirit::tag::char_code<boost::spirit::tag::char_, boost::spirit::char_encoding::unicode>, boost::fusion::vector<char const (&) [3]> > >, 0l> const&>, 2l> const&>, 1l> const&>, 2l> >(boost::spirit::qi::rule<boost::u8_to_u32_iterator<boost::spirit::basic_istream_iterator<char, std::char_traits<char> >, unsigned int>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > (), boost::proto::exprns_::expr<boost::proto::tagns_::tag::bitwise_or, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::char_code<boost::spirit::tag::space, boost::spirit::char_encoding::unicode> >, 0l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::shift_right, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::shift_right, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<char const&>, 0l>, boost::proto::exprns_::expr<boost::proto::tagns_::tag::dereference, boost::proto::argsns_::list1<boost::proto::exprns_::expr<boost::proto::tagns_::tag::minus, boost::proto::argsns_::list2<boost::spirit::terminal<boost::spirit::tag::char_code<boost::spirit::tag::char_, boost::spirit::char_encoding::unicode> > const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::eol>, 0l> const&>, 2l> const&>, 1l> const&>, 2l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::eol>, 0l> const&>, 2l> const&>, 2l>, boost::spirit::unused_type, boost::spirit::unused_type>&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::subscript, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::lexeme>, 0l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::unary_plus, boost::proto::argsns_::list1<boost::proto::exprns_::expr<boost::proto::tagns_::tag::bitwise_or, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::char_code<boost::spirit::tag::alnum, boost::spirit::char_encoding::unicode> >, 0l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::terminal_ex<boost::spirit::tag::char_code<boost::spirit::tag::char_, boost::spirit::char_encoding::unicode>, boost::fusion::vector<char const (&) [3]> > >, 0l> const&>, 2l> const&>, 1l> const&>, 2l> const&, mpl_::bool_<true>)void' at /usr/include/boost/spirit/home/qi/nonterminal/rule.hpp:192:36, inlined from 'boost::spirit::qi::operator%=<boost::proto::exprns_::expr<boost::proto::tagns_::tag::subscript, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::lexeme>, 0l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::unary_plus, boost::proto::argsns_::list1<boost::proto::exprns_::expr<boost::proto::tagns_::tag::bitwise_or, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::char_code<boost::spirit::tag::alnum, boost::spirit::char_encoding::unicode> >, 0l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::terminal_ex<boost::spirit::tag::char_code<boost::spirit::tag::char_, boost::spirit::char_encoding::unicode>, boost::fusion::vector<char const (&) [3]> > >, 0l> const&>, 2l> const&>, 1l> const&>, 2l> const>(boost::spirit::qi::rule<boost::u8_to_u32_iterator<boost::spirit::basic_istream_iterator<char, std::char_traits<char> >, unsigned int>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > (), boost::proto::exprns_::expr<boost::proto::tagns_::tag::bitwise_or, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::char_code<boost::spirit::tag::space, boost::spirit::char_encoding::unicode> >, 0l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::shift_right, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::shift_right, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<char const&>, 0l>, boost::proto::exprns_::expr<boost::proto::tagns_::tag::dereference, boost::proto::argsns_::list1<boost::proto::exprns_::expr<boost::proto::tagns_::tag::minus, boost::proto::argsns_::list2<boost::spirit::terminal<boost::spirit::tag::char_code<boost::spirit::tag::char_, boost::spirit::char_encoding::unicode> > const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::eol>, 0l> const&>, 2l> const&>, 1l> const&>, 2l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::eol>, 0l> const&>, 2l> const&>, 2l>, boost::spirit::unused_type, boost::spirit::unused_type>&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::subscript, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::lexeme>, 0l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::unary_plus, boost::proto::argsns_::list1<boost::proto::exprns_::expr<boost::proto::tagns_::tag::bitwise_or, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::char_code<boost::spirit::tag::alnum, boost::spirit::char_encoding::unicode> >, 0l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::terminal_ex<boost::spirit::tag::char_code<boost::spirit::tag::char_, boost::spirit::char_encoding::unicode>, boost::fusion::vector<char const (&) [3]> > >, 0l> const&>, 2l> const&>, 1l> const&>, 2l> const&&)boost::spirit::qi::rule<boost::u8_to_u32_iterator<boost::spirit::basic_istream_iterator<char, std::char_traits<char> >, unsigned int>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > (), boost::proto::exprns_::expr<boost::proto::tagns_::tag::bitwise_or, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::char_code<boost::spirit::tag::space, boost::spirit::char_encoding::unicode> >, 0l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::shift_right, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::shift_right, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<char const&>, 0l>, boost::proto::exprns_::expr<boost::proto::tagns_::tag::dereference, boost::proto::argsns_::list1<boost::proto::exprns_::expr<boost::proto::tagns_::tag::minus, boost::proto::argsns_::list2<boost::spirit::terminal<boost::spirit::tag::char_code<boost::spirit::tag::char_, boost::spirit::char_encoding::unicode> > const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::eol>, 0l> const&>, 2l> const&>, 1l> const&>, 2l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::eol>, 0l> const&>, 2l> const&>, 2l>, boost::spirit::unused_type, boost::spirit::unused_type>&' at /usr/include/boost/spirit/home/qi/nonterminal/rule.hpp:255:31, inlined from 'graph_tool::gml<boost::u8_to_u32_iterator<boost::spirit::basic_istream_iterator<char, std::char_traits<char> >, unsigned int>, boost::adj_list<unsigned long>, boost::proto::exprns_::expr<boost::proto::tagns_::tag::bitwise_or, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::char_code<boost::spirit::tag::space, boost::spirit::char_encoding::unicode> >, 0l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::shift_right, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::shift_right, boost::proto::argsns_::list2<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<char const&>, 0l>, boost::proto::exprns_::expr<boost::proto::tagns_::tag::dereference, boost::proto::argsns_::list1<boost::proto::exprns_::expr<boost::proto::tagns_::tag::minus, boost::proto::argsns_::list2<boost::spirit::terminal<boost::spirit::tag::char_code<boost::spirit::tag::char_, boost::spirit::char_encoding::unicode> > const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::eol>, 0l> const&>, 2l> const&>, 1l> const&>, 2l> const&, boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::tag::eol>, 0l> const&>, 2l> const&>, 2l> >::gml(boost::adj_list<unsigned long>&, boost::dynamic_properties&, std::unordered_set<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::hash<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::equal_to<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::unordered_set<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::hash<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::equal_to<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::unordered_set<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::hash<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::equal_to<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&)' at src/graph/gml.hh:306:24: /usr/include/boost/spirit/home/support/char_set/range_run.hpp:36:11: warning: 'SR.67603' may be used uninitialized [-Wmaybe-uninitialized] 36 | class range_run | ^~~~~~~~~
There are a lot of debug symbols being logged during the build phase
Given following log snippets, their explanation, and nothing else, explain what failure, if any, occurred during build of this package. Snippets are in a format of [X] : [Y], where [X] is a log snippet, and [Y] is the explanation. Snippets are delimited with '================'. Drawing on information from all snippets, provide a concise explanation of the issue and recommend a solution. Explanation of the issue, and recommended solution, should take a handful of sentences. Snippets: [Failed to resolve the transaction: Package "pyproject-rpm-macros-1.12.0-1.fc40.noarch" is already installed. Package "python3-devel-3.12.3-2.fc41.x86_64" is already installed. No match for argument: python3dist(allure-behave) >= 2.13.5 No match for argument: python3dist(allure-pytest) >= 2.13.5 No match for argument: python3dist(cryptography) = 42.0.8 No match for argument: python3dist(cssselect) = 1.2 No match for argument: python3dist(filelock) >= 3.14 No match for argument: python3dist(flake8) = 7 No match for argument: python3dist(iniconfig) = 2 No match for argument: python3dist(ipython) = 7.34 No match for argument: python3dist(outcome) = 1.3^post0 Package "python3-packaging-24.0-1.fc41.noarch" is already installed. Package "python3-packaging-24.0-1.fc41.noarch" is already installed. No match for argument: python3dist(parse) >= 1.20.1 No match for argument: python3dist(pdbp) = 1.5 Package "python3-pip-24.0-2.fc41.noarch" is already installed. Package "python3-pip-24.0-2.fc41.noarch" is already installed. No match for argument: python3dist(platformdirs) >= 4.2.2 No match for argument: python3dist(proxy-py) = 2.4.4 No match for argument: python3dist(pyflakes) = 3.2 No match for argument: python3dist(pytest) = 8.2.2 No match for argument: python3dist(pytest-cov) >= 5 No match for argument: python3dist(pytest-html) = 2.0.1 No match for argument: python3dist(pytest-metadata) = 3.1.1 No match for argument: python3dist(selenium) = 4.21 No match for argument: python3dist(selenium-stealth) = 1.0.6 No match for argument: python3dist(selenium-wire) = 5.1 Package "python3-setuptools-69.2.0-3.fc41.noarch" is already installed. No match for argument: python3dist(setuptools) >= 70 No match for argument: python3dist(tabcompleter) = 1.3 Package "python3-wheel-1:0.43.0-1.fc41.noarch" is already installed. Package "python3-wheel-1:0.43.0-1.fc41.noarch" is already installed. ]: [There are no packages that provides python3dist(allure-behave), python3dist(allure-pytest), python3dist(cryptography), python3dist(cssselect), python3dist(filelock), python3dist(flake8), python3dist(iniconfig), python3dist(ipython), python3dist(outcome), python3dist(parse), python3dist(pdbp), python3dist(platformdirs), python3dist(proxy-py), python3dist(pyflakes), python3dist(pytest), python3dist(pytest-cov), python3dist(pytest-html), python3dist(pytest-metadata), python3dist(selenium), python3dist(selenium-stealth), python3dist(selenium-wire), python3dist(setuptools), python3dist(tabcompleter) in specified versions. ] ============= [Problem: conflicting requests - nothing provides python(abi) = 3.11 needed by python3-kaitaistruct-0.10-1.fc37.noarch from copr_base You can try to add to command line: --skip-unavailable to skip unavailable packages]: [The package python3-kaitaistruct cannot be installed because it has broken dependencies. It requires python-abi in version 3.11 and that is not available.]
Issue: The build failed because you are missing a build dependencies. Resolution: You have to rebuild python3-kaitaistruct and then package and build all missing dependencies.
Analyse following RPM build log snippet. Describe contents accurately, without speculation or suggestions for resolution. Your analysis must be as concise as possible, while keeping relevant information intact. Snippet: Failed to resolve the transaction: Package "pyproject-rpm-macros-1.12.0-1.fc40.noarch" is already installed. Package "python3-devel-3.12.3-2.fc41.x86_64" is already installed. No match for argument: python3dist(allure-behave) >= 2.13.5 No match for argument: python3dist(allure-pytest) >= 2.13.5 No match for argument: python3dist(cryptography) = 42.0.8 No match for argument: python3dist(cssselect) = 1.2 No match for argument: python3dist(filelock) >= 3.14 No match for argument: python3dist(flake8) = 7 No match for argument: python3dist(iniconfig) = 2 No match for argument: python3dist(ipython) = 7.34 No match for argument: python3dist(outcome) = 1.3^post0 Package "python3-packaging-24.0-1.fc41.noarch" is already installed. Package "python3-packaging-24.0-1.fc41.noarch" is already installed. No match for argument: python3dist(parse) >= 1.20.1 No match for argument: python3dist(pdbp) = 1.5 Package "python3-pip-24.0-2.fc41.noarch" is already installed. Package "python3-pip-24.0-2.fc41.noarch" is already installed. No match for argument: python3dist(platformdirs) >= 4.2.2 No match for argument: python3dist(proxy-py) = 2.4.4 No match for argument: python3dist(pyflakes) = 3.2 No match for argument: python3dist(pytest) = 8.2.2 No match for argument: python3dist(pytest-cov) >= 5 No match for argument: python3dist(pytest-html) = 2.0.1 No match for argument: python3dist(pytest-metadata) = 3.1.1 No match for argument: python3dist(selenium) = 4.21 No match for argument: python3dist(selenium-stealth) = 1.0.6 No match for argument: python3dist(selenium-wire) = 5.1 Package "python3-setuptools-69.2.0-3.fc41.noarch" is already installed. No match for argument: python3dist(setuptools) >= 70 No match for argument: python3dist(tabcompleter) = 1.3 Package "python3-wheel-1:0.43.0-1.fc41.noarch" is already installed. Package "python3-wheel-1:0.43.0-1.fc41.noarch" is already installed.
There are no packages that provides python3dist(allure-behave), python3dist(allure-pytest), python3dist(cryptography), python3dist(cssselect), python3dist(filelock), python3dist(flake8), python3dist(iniconfig), python3dist(ipython), python3dist(outcome), python3dist(parse), python3dist(pdbp), python3dist(platformdirs), python3dist(proxy-py), python3dist(pyflakes), python3dist(pytest), python3dist(pytest-cov), python3dist(pytest-html), python3dist(pytest-metadata), python3dist(selenium), python3dist(selenium-stealth), python3dist(selenium-wire), python3dist(setuptools), python3dist(tabcompleter) in specified versions.
Analyse following RPM build log snippet. Describe contents accurately, without speculation or suggestions for resolution. Your analysis must be as concise as possible, while keeping relevant information intact. Snippet: Problem: conflicting requests - nothing provides python(abi) = 3.11 needed by python3-kaitaistruct-0.10-1.fc37.noarch from copr_base You can try to add to command line: --skip-unavailable to skip unavailable packages
The package python3-kaitaistruct cannot be installed because it has broken dependencies. It requires python-abi in version 3.11 and that is not available.
Given following log snippets, their explanation, and nothing else, explain what failure, if any, occurred during build of this package. Snippets are in a format of [X] : [Y], where [X] is a log snippet, and [Y] is the explanation. Snippets are delimited with '================'. Drawing on information from all snippets, provide a concise explanation of the issue and recommend a solution. Explanation of the issue, and recommended solution, should take a handful of sentences. Snippets: [DEBUG util.py:461: No matching package to install: 'cmake(KF6TextUtils)']: [There is no RPM package available to satisfy requirement `cmake(KF6TextUtils)`.]
Issue: Build dependency `cmake(KF6TextUtils)` of SRPM akonadi-search-24.01.90-3.eln134.src.rpm cannot be installed. Resolution: Make sure the dependency exists. If it doesn't, you will need to package it or possibly change your package not to require it.
Analyse following RPM build log snippet. Describe contents accurately, without speculation or suggestions for resolution. Your analysis must be as concise as possible, while keeping relevant information intact. Snippet: DEBUG util.py:461: No matching package to install: 'cmake(KF6TextUtils)'
There is no RPM package available to satisfy requirement `cmake(KF6TextUtils)`.
Given following log snippets, their explanation, and nothing else, explain what failure, if any, occurred during build of this package. Snippets are in a format of [X] : [Y], where [X] is a log snippet, and [Y] is the explanation. Snippets are delimited with '================'. Drawing on information from all snippets, provide a concise explanation of the issue and recommend a solution. Explanation of the issue, and recommended solution, should take a handful of sentences. Snippets: [ FAILED tests/unit/botocore/test_session.py::TestSessionComponent::test_internal_component FAILED tests/unit/botocore/test_session_legacy.py::TestSessionComponent::test_internal_component =========== 2 failed, 67526 passed, 7 skipped in 1445.74s (0:24:05) ==========]: [This snippet shows the list of failed sanity tests.]
Issue: Some of the sanity tests have failed. Resolution: Fix the code so that it passes the sanity check.
Analyse following RPM build log snippet. Describe contents accurately, without speculation or suggestions for resolution. Your analysis must be as concise as possible, while keeping relevant information intact. Snippet: FAILED tests/unit/botocore/test_session.py::TestSessionComponent::test_internal_component FAILED tests/unit/botocore/test_session_legacy.py::TestSessionComponent::test_internal_component =========== 2 failed, 67526 passed, 7 skipped in 1445.74s (0:24:05) ==========
This snippet shows the list of failed sanity tests.
Given following log snippets, their explanation, and nothing else, explain what failure, if any, occurred during build of this package. Snippets are in a format of [X] : [Y], where [X] is a log snippet, and [Y] is the explanation. Snippets are delimited with '================'. Drawing on information from all snippets, provide a concise explanation of the issue and recommend a solution. Explanation of the issue, and recommended solution, should take a handful of sentences. Snippets: [=========================== short test summary info ============================ FAILED test/pytest/test_bridge.py::test_echo - TypeError: MockTransport.send_... FAILED test/pytest/test_bridge.py::test_host - TypeError: MockTransport.send_... FAILED test/pytest/test_bridge.py::test_dbus_call_internal - TypeError: MockT... FAILED test/pytest/test_bridge.py::test_dbus_watch - TypeError: MockTransport... FAILED test/pytest/test_bridge.py::test_superuser_dbus - TypeError: MockTrans... FAILED test/pytest/test_bridge.py::test_superuser_dbus_pw - TypeError: MockTr... FAILED test/pytest/test_bridge.py::test_superuser_dbus_wrong_pw - TypeError: ... FAILED test/pytest/test_bridge.py::test_superuser_init - TypeError: MockTrans... FAILED test/pytest/test_bridge.py::test_superuser_init_pw - TypeError: MockTr... FAILED test/pytest/test_bridge.py::test_no_login_messages - TypeError: MockTr... FAILED test/pytest/test_bridge.py::test_login_messages - TypeError: MockTrans... FAILED test/pytest/test_bridge.py::test_freeze - TypeError: MockTransport.sen... FAILED test/pytest/test_bridge.py::test_internal_metrics - TypeError: MockTra... FAILED test/pytest/test_bridge.py::test_fsread1_errors - TypeError: MockTrans... FAILED test/pytest/test_bridge.py::test_fsread1_size_hint - TypeError: MockTr... FAILED test/pytest/test_bridge.py::test_fsread1_size_hint_absent - TypeError:... FAILED test/pytest/test_bridge.py::test_fsread1_size_hint_absent_char_device FAILED test/pytest/test_bridge.py::test_fslist1_no_watch - TypeError: MockTra... FAILED test/pytest/test_bridge.py::test_fslist1_notexist - TypeError: MockTra... FAILED test/pytest/test_bridge.py::test_fsreplace1 - TypeError: MockTransport... FAILED test/pytest/test_bridge.py::test_fsreplace1_change_conflict - TypeErro... FAILED test/pytest/test_bridge.py::test_fsreplace1_change_conflict_mode - Typ... FAILED test/pytest/test_bridge.py::test_fsreplace1_error - TypeError: MockTra... FAILED test/pytest/test_bridge.py::test_fsreplace1_size_hint - TypeError: Moc... FAILED test/pytest/test_bridge.py::test_channel[EchoChannel] - TypeError: Moc... FAILED test/pytest/test_bridge.py::test_channel[FsInfoChannel] - TypeError: M... FAILED test/pytest/test_bridge.py::test_channel[FsListChannel] - TypeError: M... FAILED test/pytest/test_bridge.py::test_channel[FsReadChannel] - TypeError: M... FAILED test/pytest/test_bridge.py::test_channel[FsReplaceChannel] - TypeError... FAILED test/pytest/test_bridge.py::test_channel[FsWatchChannel] - TypeError: ... FAILED test/pytest/test_bridge.py::test_channel[HttpChannel] - TypeError: Moc... FAILED test/pytest/test_bridge.py::test_channel[InternalMetricsChannel] - Typ... FAILED test/pytest/test_bridge.py::test_channel[NullChannel] - TypeError: Moc... FAILED test/pytest/test_bridge.py::test_channel[PackagesChannel] - TypeError:... FAILED test/pytest/test_bridge.py::test_channel[SubprocessStreamChannel] - Ty... FAILED test/pytest/test_bridge.py::test_channel[SocketStreamChannel] - TypeEr... FAILED test/pytest/test_bridge.py::test_async_acks - TypeError: MockTransport... FAILED test/pytest/test_bridge.py::test_flow_control - TypeError: MockTranspo... FAILED test/pytest/test_bridge.py::test_large_upload - TypeError: MockTranspo... FAILED test/pytest/test_bridge.py::test_fsinfo_nopath - TypeError: MockTransp... FAILED test/pytest/test_bridge.py::test_fsinfo_noattrs - TypeError: MockTrans... FAILED test/pytest/test_bridge.py::test_fsinfo_relative - TypeError: MockTran... FAILED test/pytest/test_bridge.py::test_fsinfo_nofollow_watch - TypeError: Mo... FAILED test/pytest/test_bridge.py::test_fsinfo_nofollow_targets - TypeError: ... FAILED test/pytest/test_bridge.py::test_fsinfo_empty_update - TypeError: Mock... FAILED test/pytest/test_bridge.py::test_fsinfo - TypeError: MockTransport.sen... FAILED test/pytest/test_bridge.py::test_fsinfo_nofollow - TypeError: MockTran... FAILED test/pytest/test_bridge.py::test_fsinfo_onlydir - TypeError: MockTrans... FAILED test/pytest/test_bridge.py::test_fsinfo_onlydir_watch - TypeError: Moc... FAILED test/pytest/test_bridge.py::test_fsinfo_watch_identity_changes - TypeE... FAILED test/pytest/test_bridge.py::test_fsinfo_self_owner - TypeError: MockTr... FAILED test/pytest/test_bridge.py::test_fsinfo_targets - TypeError: MockTrans... FAILED test/pytest/test_peer.py::test_shutdown - TypeError: MockTransport.sen... FAILED test/pytest/test_peer.py::test_init_failure[wrong-command] - TypeError... FAILED test/pytest/test_peer.py::test_init_failure[channel-control] - TypeErr... FAILED test/pytest/test_peer.py::test_init_failure[data] - TypeError: MockTra... FAILED test/pytest/test_peer.py::test_init_failure[break-protocol] - TypeErro... FAILED test/pytest/test_peer.py::test_shutdown_before_init - TypeError: MockT... FAILED test/pytest/test_peer.py::test_exit_without_init - TypeError: MockTran... FAILED test/pytest/test_peer.py::test_exit_not_found - TypeError: MockTranspo... FAILED test/pytest/test_peer.py::test_killed - TypeError: MockTransport.send_... ======= 61 failed, 65 passed, 20 skipped, 4 xfailed, 1 warning in 7.48s ========]: [Multiple test cases have failed during the Pytest run.] ============= [ def send_open(self, payload, channel=None, **kwargs): if channel is None: channel = self.get_id('channel') > self.send_json('', command='open', channel=channel, payload=payload, **kwargs) E TypeError: MockTransport.send_json() got multiple values for argument 'channel']: [`TypeError` was identified for call to `send_json` method.] ============= [self = <test.pytest.mocktransport.MockTransport object at 0xffffb2cb4c50> payload = 'fsread1', channel = 'channel.1' kwargs = {'binary': 'raw', 'path': '/dev/null'} def send_open(self, payload, channel=None, **kwargs): if channel is None: channel = self.get_id('channel') > self.send_json('', command='open', channel=channel, payload=payload, **kwargs) E TypeError: MockTransport.send_json() got multiple values for argument 'channel' test/pytest/mocktransport.py:48: TypeError]: [`TypeError` was identified for call to `send_json` method.]
Issue: Pytest execution has identified multiple issues. Multiple test cases have failed from varied reasons, although `TypeError` when invoking the `send_json` method was often the final exception raised. Resolution: Ensure that your code passes the entire test suite before attempting to build or package it.
Analyse following RPM build log snippet. Describe contents accurately, without speculation or suggestions for resolution. Your analysis must be as concise as possible, while keeping relevant information intact. Snippet: =========================== short test summary info ============================ FAILED test/pytest/test_bridge.py::test_echo - TypeError: MockTransport.send_... FAILED test/pytest/test_bridge.py::test_host - TypeError: MockTransport.send_... FAILED test/pytest/test_bridge.py::test_dbus_call_internal - TypeError: MockT... FAILED test/pytest/test_bridge.py::test_dbus_watch - TypeError: MockTransport... FAILED test/pytest/test_bridge.py::test_superuser_dbus - TypeError: MockTrans... FAILED test/pytest/test_bridge.py::test_superuser_dbus_pw - TypeError: MockTr... FAILED test/pytest/test_bridge.py::test_superuser_dbus_wrong_pw - TypeError: ... FAILED test/pytest/test_bridge.py::test_superuser_init - TypeError: MockTrans... FAILED test/pytest/test_bridge.py::test_superuser_init_pw - TypeError: MockTr... FAILED test/pytest/test_bridge.py::test_no_login_messages - TypeError: MockTr... FAILED test/pytest/test_bridge.py::test_login_messages - TypeError: MockTrans... FAILED test/pytest/test_bridge.py::test_freeze - TypeError: MockTransport.sen... FAILED test/pytest/test_bridge.py::test_internal_metrics - TypeError: MockTra... FAILED test/pytest/test_bridge.py::test_fsread1_errors - TypeError: MockTrans... FAILED test/pytest/test_bridge.py::test_fsread1_size_hint - TypeError: MockTr... FAILED test/pytest/test_bridge.py::test_fsread1_size_hint_absent - TypeError:... FAILED test/pytest/test_bridge.py::test_fsread1_size_hint_absent_char_device FAILED test/pytest/test_bridge.py::test_fslist1_no_watch - TypeError: MockTra... FAILED test/pytest/test_bridge.py::test_fslist1_notexist - TypeError: MockTra... FAILED test/pytest/test_bridge.py::test_fsreplace1 - TypeError: MockTransport... FAILED test/pytest/test_bridge.py::test_fsreplace1_change_conflict - TypeErro... FAILED test/pytest/test_bridge.py::test_fsreplace1_change_conflict_mode - Typ... FAILED test/pytest/test_bridge.py::test_fsreplace1_error - TypeError: MockTra... FAILED test/pytest/test_bridge.py::test_fsreplace1_size_hint - TypeError: Moc... FAILED test/pytest/test_bridge.py::test_channel[EchoChannel] - TypeError: Moc... FAILED test/pytest/test_bridge.py::test_channel[FsInfoChannel] - TypeError: M... FAILED test/pytest/test_bridge.py::test_channel[FsListChannel] - TypeError: M... FAILED test/pytest/test_bridge.py::test_channel[FsReadChannel] - TypeError: M... FAILED test/pytest/test_bridge.py::test_channel[FsReplaceChannel] - TypeError... FAILED test/pytest/test_bridge.py::test_channel[FsWatchChannel] - TypeError: ... FAILED test/pytest/test_bridge.py::test_channel[HttpChannel] - TypeError: Moc... FAILED test/pytest/test_bridge.py::test_channel[InternalMetricsChannel] - Typ... FAILED test/pytest/test_bridge.py::test_channel[NullChannel] - TypeError: Moc... FAILED test/pytest/test_bridge.py::test_channel[PackagesChannel] - TypeError:... FAILED test/pytest/test_bridge.py::test_channel[SubprocessStreamChannel] - Ty... FAILED test/pytest/test_bridge.py::test_channel[SocketStreamChannel] - TypeEr... FAILED test/pytest/test_bridge.py::test_async_acks - TypeError: MockTransport... FAILED test/pytest/test_bridge.py::test_flow_control - TypeError: MockTranspo... FAILED test/pytest/test_bridge.py::test_large_upload - TypeError: MockTranspo... FAILED test/pytest/test_bridge.py::test_fsinfo_nopath - TypeError: MockTransp... FAILED test/pytest/test_bridge.py::test_fsinfo_noattrs - TypeError: MockTrans... FAILED test/pytest/test_bridge.py::test_fsinfo_relative - TypeError: MockTran... FAILED test/pytest/test_bridge.py::test_fsinfo_nofollow_watch - TypeError: Mo... FAILED test/pytest/test_bridge.py::test_fsinfo_nofollow_targets - TypeError: ... FAILED test/pytest/test_bridge.py::test_fsinfo_empty_update - TypeError: Mock... FAILED test/pytest/test_bridge.py::test_fsinfo - TypeError: MockTransport.sen... FAILED test/pytest/test_bridge.py::test_fsinfo_nofollow - TypeError: MockTran... FAILED test/pytest/test_bridge.py::test_fsinfo_onlydir - TypeError: MockTrans... FAILED test/pytest/test_bridge.py::test_fsinfo_onlydir_watch - TypeError: Moc... FAILED test/pytest/test_bridge.py::test_fsinfo_watch_identity_changes - TypeE... FAILED test/pytest/test_bridge.py::test_fsinfo_self_owner - TypeError: MockTr... FAILED test/pytest/test_bridge.py::test_fsinfo_targets - TypeError: MockTrans... FAILED test/pytest/test_peer.py::test_shutdown - TypeError: MockTransport.sen... FAILED test/pytest/test_peer.py::test_init_failure[wrong-command] - TypeError... FAILED test/pytest/test_peer.py::test_init_failure[channel-control] - TypeErr... FAILED test/pytest/test_peer.py::test_init_failure[data] - TypeError: MockTra... FAILED test/pytest/test_peer.py::test_init_failure[break-protocol] - TypeErro... FAILED test/pytest/test_peer.py::test_shutdown_before_init - TypeError: MockT... FAILED test/pytest/test_peer.py::test_exit_without_init - TypeError: MockTran... FAILED test/pytest/test_peer.py::test_exit_not_found - TypeError: MockTranspo... FAILED test/pytest/test_peer.py::test_killed - TypeError: MockTransport.send_... ======= 61 failed, 65 passed, 20 skipped, 4 xfailed, 1 warning in 7.48s ========
Multiple test cases have failed during the Pytest run.
Analyse following RPM build log snippet. Describe contents accurately, without speculation or suggestions for resolution. Your analysis must be as concise as possible, while keeping relevant information intact. Snippet: def send_open(self, payload, channel=None, **kwargs): if channel is None: channel = self.get_id('channel') > self.send_json('', command='open', channel=channel, payload=payload, **kwargs) E TypeError: MockTransport.send_json() got multiple values for argument 'channel'
`TypeError` was identified for call to `send_json` method.
Analyse following RPM build log snippet. Describe contents accurately, without speculation or suggestions for resolution. Your analysis must be as concise as possible, while keeping relevant information intact. Snippet: self = <test.pytest.mocktransport.MockTransport object at 0xffffb2cb4c50> payload = 'fsread1', channel = 'channel.1' kwargs = {'binary': 'raw', 'path': '/dev/null'} def send_open(self, payload, channel=None, **kwargs): if channel is None: channel = self.get_id('channel') > self.send_json('', command='open', channel=channel, payload=payload, **kwargs) E TypeError: MockTransport.send_json() got multiple values for argument 'channel' test/pytest/mocktransport.py:48: TypeError
`TypeError` was identified for call to `send_json` method.
Given following log snippets, their explanation, and nothing else, explain what failure, if any, occurred during build of this package. Snippets are in a format of [X] : [Y], where [X] is a log snippet, and [Y] is the explanation. Snippets are delimited with '================'. Drawing on information from all snippets, provide a concise explanation of the issue and recommend a solution. Explanation of the issue, and recommended solution, should take a handful of sentences. Snippets: [+ /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0001-CMake-Make-LIBOMP_HEADERS_INSTALL_PATH-a-cache-varia.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f 1 out of 1 hunk FAILED -- saving rejects to file runtime/src/CMakeLists.txt.rej]: [This is the place where the problem appeared.]
Issue: A patch file failed to apply. Resolution: Examine the reject file to understand what changes couldn't be applied. Update the patch to match the current state of the source file.
Analyse following RPM build log snippet. Describe contents accurately, without speculation or suggestions for resolution. Your analysis must be as concise as possible, while keeping relevant information intact. Snippet: + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0001-CMake-Make-LIBOMP_HEADERS_INSTALL_PATH-a-cache-varia.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f 1 out of 1 hunk FAILED -- saving rejects to file runtime/src/CMakeLists.txt.rej
This is the place where the problem appeared.
Given following log snippets, their explanation, and nothing else, explain what failure, if any, occurred during build of this package. Snippets are in a format of [X] : [Y], where [X] is a log snippet, and [Y] is the explanation. Snippets are delimited with '================'. Drawing on information from all snippets, provide a concise explanation of the issue and recommend a solution. Explanation of the issue, and recommended solution, should take a handful of sentences. Snippets: [RPM build errors: Bad exit status from /var/tmp/rpm-tmp.u0cqMu (%check) Child return code was: 1]: [The build failed during %check phase.]
Issue: The build failed in the test phase. Namely, test test_variants.py failed. Resolution: You can temporary disable this check. You should report this to upstream and work with upstream on fixing the testsuite.
Analyse following RPM build log snippet. Describe contents accurately, without speculation or suggestions for resolution. Your analysis must be as concise as possible, while keeping relevant information intact. Snippet: RPM build errors: Bad exit status from /var/tmp/rpm-tmp.u0cqMu (%check) Child return code was: 1
The build failed during %check phase.
Given following log snippets, their explanation, and nothing else, explain what failure, if any, occurred during build of this package. Snippets are in a format of [X] : [Y], where [X] is a log snippet, and [Y] is the explanation. Snippets are delimited with '================'. Drawing on information from all snippets, provide a concise explanation of the issue and recommend a solution. Explanation of the issue, and recommended solution, should take a handful of sentences. Snippets: [Failed to resolve the transaction: No match for argument: chromedriver No match for argument: chromium No match for argument: chromium-headless No match for argument: rubygem(selenium-webdriver)]: [Output of DNF command preparing the buildroot]
Issue: The build dependencies are not available Resolution: There might be multiple reasons. In this specific case, Chromium is not available in s390x. Because it is not available on purpose, the s390x have to be excluded from build as suggested by the Fedora Guidelines: https://docs.fedoraproject.org/en-US/packaging-guidelines/#_arch_specific_runtime_and_build_time_dependencies The fix in this specific case is: ~~~ diff --git a/rubygem-actiontext.spec b/rubygem-actiontext.spec index 578982a..9e1790a 100644 --- a/rubygem-actiontext.spec +++ b/rubygem-actiontext.spec @@ -36,6 +36,9 @@ BuildRequires: rubygem(capybara) >= 3.26 BuildRequires: rubygem(puma) BuildRequires: rubygem(selenium-webdriver) BuildRequires: chromedriver chromium chromium-headless +# Chromium availability is limited. +# https://src.fedoraproject.org/rpms/chromium/blob/0d9761748509bb12051ab149d28c1052cd834f87/f/chromium.spec#_800 +ExclusiveArch: x86_64 aarch64 ppc64le noarch %{?with_js_recompilation:BuildRequires: %{_bindir}/npm} BuildArch: noarch ~~~
Analyse following RPM build log snippet. Describe contents accurately, without speculation or suggestions for resolution. Your analysis must be as concise as possible, while keeping relevant information intact. Snippet: Failed to resolve the transaction: No match for argument: chromedriver No match for argument: chromium No match for argument: chromium-headless No match for argument: rubygem(selenium-webdriver)
Output of DNF command preparing the buildroot
Given following log snippets, their explanation, and nothing else, explain what failure, if any, occurred during build of this package. Snippets are in a format of [X] : [Y], where [X] is a log snippet, and [Y] is the explanation. Snippets are delimited with '================'. Drawing on information from all snippets, provide a concise explanation of the issue and recommend a solution. Explanation of the issue, and recommended solution, should take a handful of sentences. Snippets: [Errors during downloading metadata for repository 'local': - Status code: 403 for https://kojipkgs.fedoraproject.org/repos/f39-build/latest/x86_64/repodata/repomd.xml (IP: 38.145.60.21) Error: Failed to download metadata for repo 'local': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried ]: [Unable to download packages from Koji: the webserver returns status code 403.]
Issue: Build system cannot install packages due to repository not being available. Resolution: Check if Koji has an outage. You can also report this problem to Fedora Infrastructure. These network errors are transient - try the build later.
Analyse following RPM build log snippet. Describe contents accurately, without speculation or suggestions for resolution. Your analysis must be as concise as possible, while keeping relevant information intact. Snippet: Errors during downloading metadata for repository 'local': - Status code: 403 for https://kojipkgs.fedoraproject.org/repos/f39-build/latest/x86_64/repodata/repomd.xml (IP: 38.145.60.21) Error: Failed to download metadata for repo 'local': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
Unable to download packages from Koji: the webserver returns status code 403.
Given following log snippets, their explanation, and nothing else, explain what failure, if any, occurred during build of this package. Snippets are in a format of [X] : [Y], where [X] is a log snippet, and [Y] is the explanation. Snippets are delimited with '================'. Drawing on information from all snippets, provide a concise explanation of the issue and recommend a solution. Explanation of the issue, and recommended solution, should take a handful of sentences. Snippets: [ Problem: cannot install the best candidate for the job - nothing provides nim-srpm-macros needed by redhat-rpm-config-178-1.fc34.noar]: [It describes the error that no repository provides the required package.]
Issue: No repository provides the package required. This is probably an infrastructure failure. Resolution: Rerun the build
Analyse following RPM build log snippet. Describe contents accurately, without speculation or suggestions for resolution. Your analysis must be as concise as possible, while keeping relevant information intact. Snippet: Problem: cannot install the best candidate for the job - nothing provides nim-srpm-macros needed by redhat-rpm-config-178-1.fc34.noar
It describes the error that no repository provides the required package.
Given following log snippets, their explanation, and nothing else, explain what failure, if any, occurred during build of this package. Snippets are in a format of [X] : [Y], where [X] is a log snippet, and [Y] is the explanation. Snippets are delimited with '================'. Drawing on information from all snippets, provide a concise explanation of the issue and recommend a solution. Explanation of the issue, and recommended solution, should take a handful of sentences. Snippets: [libtool: error: Could not determine the host path corresponding to libtool: error: '/builddir/build/BUILD/mingw-GConf2-3.2.6-build/GConf-3.2.6/build_win32/gconf/.libs' libtool: error: Continuing, but uninstalled executables may not work. libtool: error: Could not determine the host path corresponding to libtool: error: '/builddir/build/BUILD/mingw-GConf2-3.2.6-build/GConf-3.2.6/build_win32/gconf/.libs:/usr/i686-w64-mingw32/sys-root/mingw/lib:/usr/i686-w64-mingw32/sys-root/mingw/bin' libtool: error: Continuing, but uninstalled executables may not work. libtool: error: Could not determine the host path corresponding to libtool: error: '/builddir/build/BUILD/mingw-GConf2-3.2.6-build/GConf-3.2.6/build_win32/gconf/.libs' libtool: error: Continuing, but uninstalled executables may not work. libtool: error: Could not determine the host path corresponding to libtool: error: '/usr/i686-w64-mingw32/sys-root/mingw/lib/pkgconfig/../../lib:/usr/i686-w64-mingw32/sys-root/mingw/lib/pkgconfig/../../bin:/builddir/build/BUILD/mingw-GConf2-3.2.6-build/GConf-3.2.6/build_win32/gconf/.libs:/usr/i686-w64-mingw32/sys-root/mingw/lib:/usr/i686-w64-mingw32/sys-root/mingw/bin' libtool: error: Continuing, but uninstalled executables may not work.]: [Libtool tried to use paths for different environment (either architecture or system) than build target should be.] ============= [../../backends/markup-tree.c: In function 'load_subdirs': ../../backends/markup-tree.c:698:29: error: passing argument 2 of 'g_stat' from incompatible pointer type [-Wincompatible-pointer-types] 698 | if (g_stat (fullpath, &amp;statbuf) &lt; 0) | ^~~~~~~~ | | | struct stat * In file included from ../../gconf/gconf-internals.h:33: /usr/i686-w64-mingw32/sys-root/mingw/include/glib-2.0/glib/gstdio.h:141:31: note: expected 'GStatBuf *' {aka 'struct _stat32 *'} but argument is of type 'struct stat *' 141 | GStatBuf *buf); | ~~~~~~~~~~~~~^~~]: [A function is called with incompatible argument pointer type. It expected _stat32 but stat was used.]
Issue: Because incompatible types has been used. Besides of that probably build has been configured for different target system (architecture or system). Resolution: Inspect the build configuration files and correct target environment (architecture or system) include path, defined macros and compile flags.
Analyse following RPM build log snippet. Describe contents accurately, without speculation or suggestions for resolution. Your analysis must be as concise as possible, while keeping relevant information intact. Snippet: libtool: error: Could not determine the host path corresponding to libtool: error: '/builddir/build/BUILD/mingw-GConf2-3.2.6-build/GConf-3.2.6/build_win32/gconf/.libs' libtool: error: Continuing, but uninstalled executables may not work. libtool: error: Could not determine the host path corresponding to libtool: error: '/builddir/build/BUILD/mingw-GConf2-3.2.6-build/GConf-3.2.6/build_win32/gconf/.libs:/usr/i686-w64-mingw32/sys-root/mingw/lib:/usr/i686-w64-mingw32/sys-root/mingw/bin' libtool: error: Continuing, but uninstalled executables may not work. libtool: error: Could not determine the host path corresponding to libtool: error: '/builddir/build/BUILD/mingw-GConf2-3.2.6-build/GConf-3.2.6/build_win32/gconf/.libs' libtool: error: Continuing, but uninstalled executables may not work. libtool: error: Could not determine the host path corresponding to libtool: error: '/usr/i686-w64-mingw32/sys-root/mingw/lib/pkgconfig/../../lib:/usr/i686-w64-mingw32/sys-root/mingw/lib/pkgconfig/../../bin:/builddir/build/BUILD/mingw-GConf2-3.2.6-build/GConf-3.2.6/build_win32/gconf/.libs:/usr/i686-w64-mingw32/sys-root/mingw/lib:/usr/i686-w64-mingw32/sys-root/mingw/bin' libtool: error: Continuing, but uninstalled executables may not work.
Libtool tried to use paths for different environment (either architecture or system) than build target should be.
Analyse following RPM build log snippet. Describe contents accurately, without speculation or suggestions for resolution. Your analysis must be as concise as possible, while keeping relevant information intact. Snippet: ../../backends/markup-tree.c: In function 'load_subdirs': ../../backends/markup-tree.c:698:29: error: passing argument 2 of 'g_stat' from incompatible pointer type [-Wincompatible-pointer-types] 698 | if (g_stat (fullpath, &amp;statbuf) &lt; 0) | ^~~~~~~~ | | | struct stat * In file included from ../../gconf/gconf-internals.h:33: /usr/i686-w64-mingw32/sys-root/mingw/include/glib-2.0/glib/gstdio.h:141:31: note: expected 'GStatBuf *' {aka 'struct _stat32 *'} but argument is of type 'struct stat *' 141 | GStatBuf *buf); | ~~~~~~~~~~~~~^~~
A function is called with incompatible argument pointer type. It expected _stat32 but stat was used.
Given following log snippets, their explanation, and nothing else, explain what failure, if any, occurred during build of this package. Snippets are in a format of [X] : [Y], where [X] is a log snippet, and [Y] is the explanation. Snippets are delimited with '================'. Drawing on information from all snippets, provide a concise explanation of the issue and recommend a solution. Explanation of the issue, and recommended solution, should take a handful of sentences. Snippets: [==================================== ERRORS ==================================== _______________ ERROR collecting tests/test_vagrant_test_case.py _______________ ../BUILDROOT/usr/lib/python3.13/site-packages/vagrant/test.py:39: in __init__ boxes = [s.name for s in self.vagrant.status()] ../BUILDROOT/usr/lib/python3.13/site-packages/vagrant/__init__.py:531: in status return self._parse_status(output) ../BUILDROOT/usr/lib/python3.13/site-packages/vagrant/__init__.py:579: in _parse_status info = {kind: data for timestamp, _, kind, data in tuples} E ValueError: too many values to unpack (expected 4) _______________ ERROR collecting tests/test_vagrant_test_case.py _______________ ../BUILDROOT/usr/lib/python3.13/site-packages/vagrant/test.py:39: in __init__ boxes = [s.name for s in self.vagrant.status()] ../BUILDROOT/usr/lib/python3.13/site-packages/vagrant/__init__.py:531: in status return self._parse_status(output) ../BUILDROOT/usr/lib/python3.13/site-packages/vagrant/__init__.py:579: in _parse_status info = {kind: data for timestamp, _, kind, data in tuples} E ValueError: too many values to unpack (expected 4) _______________ ERROR collecting tests/test_vagrant_test_case.py _______________ ../BUILDROOT/usr/lib/python3.13/site-packages/vagrant/test.py:39: in __init__ boxes = [s.name for s in self.vagrant.status()] ../BUILDROOT/usr/lib/python3.13/site-packages/vagrant/__init__.py:531: in status return self._parse_status(output) ../BUILDROOT/usr/lib/python3.13/site-packages/vagrant/__init__.py:579: in _parse_status info = {kind: data for timestamp, _, kind, data in tuples} E ValueError: too many values to unpack (expected 4) =========================== short test summary info ============================ ERROR tests/test_vagrant_test_case.py::VagrantTestCase - ValueError: too many... ERROR tests/test_vagrant_test_case.py::AllMultiBoxesTests - ValueError: too m... ERROR tests/test_vagrant_test_case.py::SingleBoxTests - ValueError: too many ... !!!!!!!!!!!!!!!!!!! Interrupted: 3 errors during collection !!!!!!!!!!!!!!!!!!!! ============================== 3 errors in 4.29s ===============================]: [There are errors within the testsuite]
Issue: The tests failed in the %check phase Resolution: The maintainer should check the failures in the testsuite and resolve them
Analyse following RPM build log snippet. Describe contents accurately, without speculation or suggestions for resolution. Your analysis must be as concise as possible, while keeping relevant information intact. Snippet: ==================================== ERRORS ==================================== _______________ ERROR collecting tests/test_vagrant_test_case.py _______________ ../BUILDROOT/usr/lib/python3.13/site-packages/vagrant/test.py:39: in __init__ boxes = [s.name for s in self.vagrant.status()] ../BUILDROOT/usr/lib/python3.13/site-packages/vagrant/__init__.py:531: in status return self._parse_status(output) ../BUILDROOT/usr/lib/python3.13/site-packages/vagrant/__init__.py:579: in _parse_status info = {kind: data for timestamp, _, kind, data in tuples} E ValueError: too many values to unpack (expected 4) _______________ ERROR collecting tests/test_vagrant_test_case.py _______________ ../BUILDROOT/usr/lib/python3.13/site-packages/vagrant/test.py:39: in __init__ boxes = [s.name for s in self.vagrant.status()] ../BUILDROOT/usr/lib/python3.13/site-packages/vagrant/__init__.py:531: in status return self._parse_status(output) ../BUILDROOT/usr/lib/python3.13/site-packages/vagrant/__init__.py:579: in _parse_status info = {kind: data for timestamp, _, kind, data in tuples} E ValueError: too many values to unpack (expected 4) _______________ ERROR collecting tests/test_vagrant_test_case.py _______________ ../BUILDROOT/usr/lib/python3.13/site-packages/vagrant/test.py:39: in __init__ boxes = [s.name for s in self.vagrant.status()] ../BUILDROOT/usr/lib/python3.13/site-packages/vagrant/__init__.py:531: in status return self._parse_status(output) ../BUILDROOT/usr/lib/python3.13/site-packages/vagrant/__init__.py:579: in _parse_status info = {kind: data for timestamp, _, kind, data in tuples} E ValueError: too many values to unpack (expected 4) =========================== short test summary info ============================ ERROR tests/test_vagrant_test_case.py::VagrantTestCase - ValueError: too many... ERROR tests/test_vagrant_test_case.py::AllMultiBoxesTests - ValueError: too m... ERROR tests/test_vagrant_test_case.py::SingleBoxTests - ValueError: too many ... !!!!!!!!!!!!!!!!!!! Interrupted: 3 errors during collection !!!!!!!!!!!!!!!!!!!! ============================== 3 errors in 4.29s ===============================
There are errors within the testsuite
Given following log snippets, their explanation, and nothing else, explain what failure, if any, occurred during build of this package. Snippets are in a format of [X] : [Y], where [X] is a log snippet, and [Y] is the explanation. Snippets are delimited with '================'. Drawing on information from all snippets, provide a concise explanation of the issue and recommend a solution. Explanation of the issue, and recommended solution, should take a handful of sentences. Snippets: [ - nothing provides golang(github.com/docker/docker/client) needed by golang-github-migrate-4-devel-4.17.1-4.fc42.noarch from fedora ]: [missing golang package dependency] ============= [ - nothing provides golang(github.com/docker/docker/api/types) needed by golang-github-migrate-4-devel-4.17.1-4.fc42.noarch from fedora ]: [another missing golang dependency in the repo] ============= [ - nothing provides golang(github.com/docker/docker/api/types/container) needed by golang-github-migrate-4-devel-4.17.1-4.fc42.noarch from fedora ]: [another dependency that's not packages] ============= [ - nothing provides golang(github.com/docker/docker/api/types/network) needed by golang-github-migrate-4-devel-4.17.1-4.fc42.noarch from fedora ]: [final unpackaged golang dependency]
Issue: There are unpackaged Go dependencies that are needed for the RPM build Resolution: Package the missing dependencies
Analyse following RPM build log snippet. Describe contents accurately, without speculation or suggestions for resolution. Your analysis must be as concise as possible, while keeping relevant information intact. Snippet: - nothing provides golang(github.com/docker/docker/client) needed by golang-github-migrate-4-devel-4.17.1-4.fc42.noarch from fedora
missing golang package dependency
Analyse following RPM build log snippet. Describe contents accurately, without speculation or suggestions for resolution. Your analysis must be as concise as possible, while keeping relevant information intact. Snippet: - nothing provides golang(github.com/docker/docker/api/types) needed by golang-github-migrate-4-devel-4.17.1-4.fc42.noarch from fedora
another missing golang dependency in the repo
Analyse following RPM build log snippet. Describe contents accurately, without speculation or suggestions for resolution. Your analysis must be as concise as possible, while keeping relevant information intact. Snippet: - nothing provides golang(github.com/docker/docker/api/types/container) needed by golang-github-migrate-4-devel-4.17.1-4.fc42.noarch from fedora
another dependency that's not packages
Analyse following RPM build log snippet. Describe contents accurately, without speculation or suggestions for resolution. Your analysis must be as concise as possible, while keeping relevant information intact. Snippet: - nothing provides golang(github.com/docker/docker/api/types/network) needed by golang-github-migrate-4-devel-4.17.1-4.fc42.noarch from fedora
final unpackaged golang dependency
Given following log snippets, their explanation, and nothing else, explain what failure, if any, occurred during build of this package. Snippets are in a format of [X] : [Y], where [X] is a log snippet, and [Y] is the explanation. Snippets are delimited with '================'. Drawing on information from all snippets, provide a concise explanation of the issue and recommend a solution. Explanation of the issue, and recommended solution, should take a handful of sentences. Snippets: [Verify the "py-list" command with two absolute arguments ... Timeout (0:45:00)!]: [It is the reason for the tests to fail. One test timed out.] ============= [Verify the "py-list" command with two absolute arguments ... Timeout (0:45:00)!]: [The test timed out when tried for the second time.]
Issue: test_gdb failed because it timed out Resolution: Resubmit the build again to verify if this is reproducible. Sometimes, such failures happen seemingly at random.
Analyse following RPM build log snippet. Describe contents accurately, without speculation or suggestions for resolution. Your analysis must be as concise as possible, while keeping relevant information intact. Snippet: Verify the "py-list" command with two absolute arguments ... Timeout (0:45:00)!
It is the reason for the tests to fail. One test timed out.
Analyse following RPM build log snippet. Describe contents accurately, without speculation or suggestions for resolution. Your analysis must be as concise as possible, while keeping relevant information intact. Snippet: Verify the "py-list" command with two absolute arguments ... Timeout (0:45:00)!
The test timed out when tried for the second time.
Given following log snippets, their explanation, and nothing else, explain what failure, if any, occurred during build of this package. Snippets are in a format of [X] : [Y], where [X] is a log snippet, and [Y] is the explanation. Snippets are delimited with '================'. Drawing on information from all snippets, provide a concise explanation of the issue and recommend a solution. Explanation of the issue, and recommended solution, should take a handful of sentences. Snippets: [ValueError: invalid pyproject.toml config: `project.license`. configuration error: `project.license` must be valid exactly by one definition (2 matches found): - keys: 'file': {type: string} required: ['file'] - keys: 'text': {type: string} required: ['text']]: [This error specifies that pyproject.toml content is invalid, in particular the "project.license" field.]
Issue: The file structure of pyproject.toml wasn't valid in the current environment, in particular the "project.license" field. That field needs to be a table with a "file" or a "text" key. Please note that the specified project.license format was deprecated in favor of a simple text-only field in newer Python version. That means you might be trying to build a project expecting newer Python versions in an environment with older Python version. Resolution: Adjust the pyproject.toml file and its included "project.license" field to match the specification. Alternatively, if you want to use a text-only definition of the field, use a newer Python version to build it.
Analyse following RPM build log snippet. Describe contents accurately, without speculation or suggestions for resolution. Your analysis must be as concise as possible, while keeping relevant information intact. Snippet: ValueError: invalid pyproject.toml config: `project.license`. configuration error: `project.license` must be valid exactly by one definition (2 matches found): - keys: 'file': {type: string} required: ['file'] - keys: 'text': {type: string} required: ['text']
This error specifies that pyproject.toml content is invalid, in particular the "project.license" field.
Given following log snippets, their explanation, and nothing else, explain what failure, if any, occurred during build of this package. Snippets are in a format of [X] : [Y], where [X] is a log snippet, and [Y] is the explanation. Snippets are delimited with '================'. Drawing on information from all snippets, provide a concise explanation of the issue and recommend a solution. Explanation of the issue, and recommended solution, should take a handful of sentences. Snippets: [error: Bad exit status from /var/tmp/rpm-tmp.FOjMw5 (%check) Bad exit status from /var/tmp/rpm-tmp.FOjMw5 (%check)]: [Check part of build failed suggesting failed tests] ============= [pkginfo/tests/test_installed.py:145: AssertionError =========================== short test summary info ============================ FAILED pkginfo/tests/test_installed.py::test_installed_ctor_w_dist_info - Ass... ======================== 1 failed, 198 passed in 0.51s =========================]: [One of the tests failed due to AssertionError in PyTest] ============= [> assert(installed.metadata_version == '2.4') E AssertionError: assert '2.3' == '2.4' E E - 2.4 E + 2.3]: [Installed metadata are in incorrect version]
Issue: Package test suite finished with one failed test Resolution: Resolve failing test
Analyse following RPM build log snippet. Describe contents accurately, without speculation or suggestions for resolution. Your analysis must be as concise as possible, while keeping relevant information intact. Snippet: error: Bad exit status from /var/tmp/rpm-tmp.FOjMw5 (%check) Bad exit status from /var/tmp/rpm-tmp.FOjMw5 (%check)
Check part of build failed suggesting failed tests
Analyse following RPM build log snippet. Describe contents accurately, without speculation or suggestions for resolution. Your analysis must be as concise as possible, while keeping relevant information intact. Snippet: pkginfo/tests/test_installed.py:145: AssertionError =========================== short test summary info ============================ FAILED pkginfo/tests/test_installed.py::test_installed_ctor_w_dist_info - Ass... ======================== 1 failed, 198 passed in 0.51s =========================
One of the tests failed due to AssertionError in PyTest
Analyse following RPM build log snippet. Describe contents accurately, without speculation or suggestions for resolution. Your analysis must be as concise as possible, while keeping relevant information intact. Snippet: > assert(installed.metadata_version == '2.4') E AssertionError: assert '2.3' == '2.4' E E - 2.4 E + 2.3
Installed metadata are in incorrect version
Given following log snippets, their explanation, and nothing else, explain what failure, if any, occurred during build of this package. Snippets are in a format of [X] : [Y], where [X] is a log snippet, and [Y] is the explanation. Snippets are delimited with '================'. Drawing on information from all snippets, provide a concise explanation of the issue and recommend a solution. Explanation of the issue, and recommended solution, should take a handful of sentences. Snippets: [DEBUG util.py:459: No matches found for the following disable plugin patterns: local, spacewalk, versionlock DEBUG util.py:461: Package make-1:4.3-8.el9.aarch64 is already installed. DEBUG util.py:461: Package openssl-1:3.2.2-6.el9_5.aarch64 is already installed. DEBUG util.py:459: No matching package to install: 'openssl-devel-engine' DEBUG util.py:459: Not all dependencies satisfied DEBUG util.py:459: Error: Some packages could not be found. DEBUG util.py:608: Child return code was: 1 ]: [The build dependency `openssl-devel-engine` could not be found and buildroot cannot be initiated.]
Issue: Because the required build dependency `openssl-devel-engine` is not present in the repository. Resolution: You can either build the dependency first. Or you can relax your build dependency. For epel9 this is optional dependency and package can be built without this build dependency. You can put in your code: %if 0%{?fedora} >= 40 BuildRequires: openssl-devel-engine %endif This will use dependencies only in Fedoras, where this package is present.
Analyse following RPM build log snippet. Describe contents accurately, without speculation or suggestions for resolution. Your analysis must be as concise as possible, while keeping relevant information intact. Snippet: DEBUG util.py:459: No matches found for the following disable plugin patterns: local, spacewalk, versionlock DEBUG util.py:461: Package make-1:4.3-8.el9.aarch64 is already installed. DEBUG util.py:461: Package openssl-1:3.2.2-6.el9_5.aarch64 is already installed. DEBUG util.py:459: No matching package to install: 'openssl-devel-engine' DEBUG util.py:459: Not all dependencies satisfied DEBUG util.py:459: Error: Some packages could not be found. DEBUG util.py:608: Child return code was: 1
The build dependency `openssl-devel-engine` could not be found and buildroot cannot be initiated.
Given following log snippets, their explanation, and nothing else, explain what failure, if any, occurred during build of this package. Snippets are in a format of [X] : [Y], where [X] is a log snippet, and [Y] is the explanation. Snippets are delimited with '================'. Drawing on information from all snippets, provide a concise explanation of the issue and recommend a solution. Explanation of the issue, and recommended solution, should take a handful of sentences. Snippets: [+ dos2unix -k -o CHANGELOG.markdown README.markdown /var/tmp/rpm-tmp.IjEPWr: line 46: dos2unix: command not found RPM build errors: error: Bad exit status from /var/tmp/rpm-tmp.IjEPWr (%prep) Bad exit status from /var/tmp/rpm-tmp.IjEPWr (%prep)]: [The build process complains about a missing command: dos2unix.]
Issue: The build failed due to a missing dos2unix command. Resolution: Add a BuildRequires to the specfile with a package that provides the necessary command.