Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 802792 - dev-util/maturin-0.11.1 fails tests
Summary: dev-util/maturin-0.11.1 fails tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Stefan Strogin
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2021-07-18 20:22 UTC by Agostino Sarubbo
Modified: 2021-10-15 15:53 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,273.60 KB, text/plain)
2021-07-18 20:23 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 2021-07-18 20:22:58 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-util/maturin-0.11.1 fails tests.
Discovered on: amd64 (internal ref: ci)

NOTE:
This machine uses GCC-11: https://gcc.gnu.org/gcc-11/porting_to.html
If you think this is a GCC-11 related issue, please block bug 732706.
Comment 1 Agostino Sarubbo gentoo-dev 2021-07-18 20:23:01 UTC
Created attachment 724900 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-07-18 20:23:02 UTC
Possible context of error(s):

No such file or directory (os error 2)
thread 'develop_cffi_mixed' panicked at 'Failed to create a virtualenv: Os { code: 2, kind: NotFound, message: "No such file or directory" }', tests/common/develop.rs:37:10
thread 'develop_cffi_pure' panicked at 'Failed to create a virtualenv: Os { code: 2, kind: NotFound, message: "No such file or directory" }', tests/common/develop.rs:37:10
thread 'develop_hello_world' panicked at 'Failed to create a virtualenv: Os { code: 2, kind: NotFound, message: "No such file or directory" }', tests/common/develop.rs:37:10
thread 'develop_pyo3_mixed' panicked at 'Failed to create a virtualenv: Os { code: 2, kind: NotFound, message: "No such file or directory" }', tests/common/develop.rs:37:10
thread 'develop_pyo3_mixed_submodule' panicked at 'Failed to create a virtualenv: Os { code: 2, kind: NotFound, message: "No such file or directory" }', tests/common/develop.rs:37:10
thread 'develop_pyo3_pure' panicked at 'Failed to create a virtualenv: Os { code: 2, kind: NotFound, message: "No such file or directory" }', tests/common/develop.rs:37:10
thread 'integration_cffi_mixed' panicked at 'No such file or directory (os error 2)', tests/common/mod.rs:90:13
thread 'integration_cffi_pure' panicked at 'No such file or directory (os error 2)', tests/common/mod.rs:90:13
thread 'integration_hello_world' panicked at 'No such file or directory (os error 2)', tests/common/mod.rs:90:13
thread 'integration_pyo3_mixed' panicked at 'No such file or directory (os error 2)', tests/common/mod.rs:90:13
thread 'integration_pyo3_mixed_submodule' panicked at 'No such file or directory (os error 2)', tests/common/mod.rs:90:13
thread 'integration_pyo3_pure' panicked at 'No such file or directory (os error 2)', tests/common/mod.rs:90:13
error: test failed, to rerun pass '--test run'
Comment 3 Larry the Git Cow gentoo-dev 2021-10-15 15:53:36 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6014f840054230bc19387677f666d2d370098fee

commit 6014f840054230bc19387677f666d2d370098fee
Author:     Ionen Wolkens <ionen@gentoo.org>
AuthorDate: 2021-10-13 08:24:56 +0000
Commit:     Ionen Wolkens <ionen@gentoo.org>
CommitDate: 2021-10-15 15:43:53 +0000

    dev-util/maturin: add 0.11.5
    
    Changes:
    * enable py3.10
    * add missing virtualenv dep wrt bug #802792
    * add licenses for used crates (needs both former options at
      once removing the use for ||)
    * restrict test, needed for test_network to mean anything
    
    Unfortunately, removing network requirement seem more
    trouble than it's worth -- and cffi tests shouldn't be
    skipped because of this.
    
    Closes: https://bugs.gentoo.org/802792
    Signed-off-by: Ionen Wolkens <ionen@gentoo.org>

 dev-util/maturin/Manifest              |  92 +++++++++++
 dev-util/maturin/maturin-0.11.5.ebuild | 289 +++++++++++++++++++++++++++++++++
 2 files changed, 381 insertions(+)