Bug 2220443
| Summary: | F39FailsToInstall: python3-pyphi | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Fedora Fails To Install <fti-bugs> |
| Component: | python-pyphi | Assignee: | Ankur Sinha (FranciscoD) <sanjay.ankur> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 39 | CC: | gui1ty, mhroncok, neuro-sig, sanjay.ankur |
| Target Milestone: | --- | Keywords: | Reopened |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | python-pyphi-1.2.1-20.fc40 python-pyphi-1.2.1-20.fc39 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2023-09-15 18:53:09 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 2135404, 2168845 | ||
|
Description
Fedora Fails To Install
2023-07-05 19:19:01 UTC
Hello, Please note that this comment was generated automatically by https://pagure.io/releng/blob/main/f/scripts/ftbfs-fti/follow-policy.py If you feel that this output has mistakes, please open an issue at https://pagure.io/releng/ This package fails to install and maintainers are advised to take one of the following actions: - Fix this bug and close this bugzilla once the update makes it to the repository. (The same script that posted this comment will eventually close this bugzilla when the fixed package reaches the repository, so you don't have to worry about it.) or - Move this bug to ASSIGNED if you plan on fixing this, but simply haven't done so yet. or - Orphan the package if you no longer plan to maintain it. If you do not take one of these actions, the process at https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/#_package_removal_for_long_standing_ftbfs_and_fti_bugs will continue. This package may be orphaned in 7+ weeks. This is the first reminder (step 3) from the policy. Don't hesitate to ask for help on devel.org if you are unsure how to fix this bug. Test fails: ============================= slowest 5 durations ============================== 0.13s call docs/examples/2014paper.rst::2014paper.rst 0.01s call docs/conventions.rst::conventions.rst 0.00s setup docs/conventions.rst::conventions.rst 0.00s setup docs/examples/2014paper.rst::2014paper.rst 0.00s teardown docs/examples/2014paper.rst::2014paper.rst =========================== short test summary info ============================ FAILED docs/examples/2014paper.rst::2014paper.rst !!!!!!!!!!!!!!!!!!!!!!!!!! stopping after 1 failures !!!!!!!!!!!!!!!!!!!!!!!!!!! =================== 1 failed, 1 passed, 17 warnings in 1.87s =================== Full traceback:
=================================== FAILURES ===================================
___________________________ [doctest] 2014paper.rst ____________________________
549
550 Figure 12
551 ~~~~~~~~~
552
553 **Assessing the integrated conceptual information Φ of a constellation C.**
554
555 To calculate :math:`\Phi^{\textrm{MIP}}` for a candidate set, we use the
556 function |compute.sia()|:
557
558 >>> sia = pyphi.compute.sia(subsystem)
UNEXPECTED EXCEPTION: ValueError("Unable to configure handler 'queue'")
Traceback (most recent call last):
File "/usr/lib64/python3.12/doctest.py", line 1357, in __run
exec(compile(example.source, filename, "single",
File "<doctest 2014paper.rst[78]>", line 1, in <module>
File "/builddir/build/BUILD/pyphi-1.2.1/pyphi/compute/subsystem.py", line 323, in sia
return _sia(_sia_cache_key(subsystem), subsystem)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/builddir/build/BUILD/pyphi-1.2.1/pyphi/memory.py", line 35, in wrapper
return f(*args, **kwargs)
^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/builddir/build/BUILD/pyphi-1.2.1/pyphi/utils.py", line 213, in time_annotated
result = func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/builddir/build/BUILD/pyphi-1.2.1/pyphi/compute/subsystem.py", line 262, in _sia
unpartitioned_ces = _ces(subsystem)
^^^^^^^^^^^^^^^
File "/builddir/build/BUILD/pyphi-1.2.1/pyphi/compute/subsystem.py", line 208, in _ces
return ces(subsystem, parallel=config.PARALLEL_CUT_EVALUATION)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/builddir/build/BUILD/pyphi-1.2.1/pyphi/utils.py", line 213, in time_annotated
result = func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/builddir/build/BUILD/pyphi-1.2.1/pyphi/compute/subsystem.py", line 96, in ces
return CauseEffectStructure(engine.run(parallel or
^^^^^^^^^^^^^^^^^^^^^^
File "/builddir/build/BUILD/pyphi-1.2.1/pyphi/compute/parallel.py", line 331, in run
return self.run_parallel()
^^^^^^^^^^^^^^^^^^^
File "/builddir/build/BUILD/pyphi-1.2.1/pyphi/compute/parallel.py", line 266, in run_parallel
r.reraise()
File "/builddir/build/BUILD/pyphi-1.2.1/pyphi/compute/parallel.py", line 64, in reraise
raise self.exception.with_traceback(self.tb.as_traceback())
File "/builddir/build/BUILD/pyphi-1.2.1/pyphi/compute/parallel.py", line 174, in worker
configure_worker_logging(log_queue)
^^^^^^^^^^^^^^^^^
File "/builddir/build/BUILD/pyphi-1.2.1/pyphi/compute/parallel.py", line 361, in configure_worker_logging
logging.config.dictConfig(
^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.12/logging/config.py", line 912, in dictConfig
dictConfigClass(config).configure()
^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.12/logging/config.py", line 588, in configure
raise ValueError('Unable to configure handler '
^^^^^^^^^^^^^^^^^
ValueError: Unable to configure handler 'queue'
/builddir/build/BUILD/pyphi-1.2.1/docs/examples/2014paper.rst:558: UnexpectedException
I reported it upstream.
This bug appears to have been reported against 'rawhide' during the Fedora Linux 39 development cycle. Changing version to 39. FEDORA-2023-f8589a094d has been submitted as an update to Fedora 40. https://bodhi.fedoraproject.org/updates/FEDORA-2023-f8589a094d FEDORA-2023-f8589a094d has been pushed to the Fedora 40 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2023-2ac3fbd379 has been submitted as an update to Fedora 39. https://bodhi.fedoraproject.org/updates/FEDORA-2023-2ac3fbd379 FEDORA-2023-2ac3fbd379 has been pushed to the Fedora 39 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2023-2ac3fbd379` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2023-2ac3fbd379 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2023-2ac3fbd379 has been pushed to the Fedora 39 stable repository. If problem still persists, please make note of it in this bug report. |