Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 893806 - dev-python/trimesh-3.19.3 fails tests: AttributeError: NoneType object has no attribute output_text
Summary: dev-python/trimesh-3.19.3 fails tests: AttributeError: NoneType object has no...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Marek Szuba
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-02-10 08:00 UTC by Agostino Sarubbo
Modified: 2023-02-10 13:02 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log.xz (build.log.xz,117.95 KB, application/x-xz)
2023-02-10 08:00 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2023-02-10 08:00:49 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/trimesh-3.19.3 fails tests.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2023-02-10 08:00:52 UTC
Created attachment 850320 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 Agostino Sarubbo gentoo-dev 2023-02-10 08:00:52 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


E       AttributeError: 'NoneType' object has no attribute 'output_text'
FAILED tests/test_inertia.py::InertiaTest::test_scene - AttributeError: 'None...
FAILED tests/test_packing.py::PackingTest::test_paths - AttributeError: 'None...
FAILED tests/test_packing.py::PackingTest::test_transform - AttributeError: '...
FAILED tests/test_scenegraph.py::GraphTests::test_shortest_path - AttributeEr...
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2023-02-10 12:33:52 UTC
Sent a patch upstream and will retest the Gentoo package shortly.
Comment 4 Larry the Git Cow gentoo-dev 2023-02-10 13:02:56 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65f4a1918957621506106333f8b92140606963e4

commit 65f4a1918957621506106333f8b92140606963e4
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2023-02-10 12:33:00 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2023-02-10 13:02:48 +0000

    dev-python/trimesh: Fix tests without pyinstrument
    
    Closes: https://bugs.gentoo.org/893806
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 .../files/trimesh-3.19.3-no-pyinstrument.patch     | 36 ++++++++++++++++++++++
 dev-python/trimesh/trimesh-3.19.3.ebuild           |  4 +++
 2 files changed, 40 insertions(+)