Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 852578 - dev-util/maturin-0.12.20 fails tests
Summary: dev-util/maturin-0.12.20 fails tests
Status: RESOLVED INVALID
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:
Depends on:
Blocks:
 
Reported: 2022-06-16 13:43 UTC by Agostino Sarubbo
Modified: 2022-06-16 13:53 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,484.31 KB, text/plain)
2022-06-16 13:43 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 2022-06-16 13:43:13 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-util/maturin-0.12.20 fails tests.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2022-06-16 13:43:16 UTC
Created attachment 785735 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-06-16 13:43:17 UTC
Error(s) that match a know pattern:


ERROR: Could not install packages due to an OSError: [Errno 28] No space left on device: '/var/tmp/portage/dev-util/maturin-0.12.20/work/maturin-0.12.20/test-crates/venvs/hello-world-develop/lib/python3.8/site-packages/hello_world-0.1.0.dist-info'
OSError: [Errno 28] No space left on device: b'/var/tmp/portage/dev-util/maturin-0.12.20/.ipc/lock'
OSError: [Errno 28] No space left on device: '/var/tmp/portage/dev-util/maturin-0.12.20/homedir/.local/share/virtualenv/py_info/1/db695949b731b18ecdcc694286a549149e002ea89805394975f20c55ac903a6b.json'
OSError: [Errno 28] No space left on device: '/var/tmp/portage/dev-util/maturin-0.12.20/temp/pip-req-tracker-agj76ptj'
OSError: [Errno 28] No space left on device: '/var/tmp/portage/dev-util/maturin-0.12.20/work/maturin-0.12.20/test-crates/venvs/cffi-mixed-py3'
OSError: [Errno 28] No space left on device: '/var/tmp/portage/dev-util/maturin-0.12.20/work/maturin-0.12.20/test-crates/venvs/cffi-pure-py3'
pip install in /var/tmp/portage/dev-util/maturin-0.12.20/work/maturin-0.12.20/test-crates/venvs/hello-world-develop failed running ["-m", "pip", "--disable-pip-version-check", "install", "--force-reinstall"]: exit status: 1
pip install in /var/tmp/portage/dev-util/maturin-0.12.20/work/maturin-0.12.20/test-crates/venvs/with-data-py3 failed running "/var/tmp/portage/dev-util/maturin-0.12.20/work/maturin-0.12.20/test-crates/venvs/with-data-py3/bin/python -m pip --disable-pip-version-check --no-cache-dir install --force-reinstall": exit status: 2
thread 'develop_hello_world' panicked at 'pip install in /var/tmp/portage/dev-util/maturin-0.12.20/work/maturin-0.12.20/test-crates/venvs/hello-world-develop failed running ["-m", "pip", "--disable-pip-version-check", "install", "--force-reinstall"]: exit status: 1
thread 'integration_with_data' panicked at 'pip install in /var/tmp/portage/dev-util/maturin-0.12.20/work/maturin-0.12.20/test-crates/venvs/with-data-py3 failed running "/var/tmp/portage/dev-util/maturin-0.12.20/work/maturin-0.12.20/test-crates/venvs/with-data-py3/bin/python -m pip --disable-pip-version-check --no-cache-dir install --force-reinstall": exit status: 2
error: failed to write `/var/tmp/portage/dev-util/maturin-0.12.20/work/maturin-0.12.20/test-crates/targets/develop_pyo3_mixed_py_subdir/debug/build/proc-macro2-a4f5388a60544d5e/stderr`
Comment 3 Agostino Sarubbo gentoo-dev 2022-06-16 13:44:36 UTC
FTR:


~ $ df -h
Filesystem      Size  Used Avail Use% Mounted on
devtmpfs         10M     0   10M   0% /dev
shm             126G   16K  126G   1% /dev/shm
tmpfs           253G  1.9G  252G   1% /var/tmp/portage


This means one of the following:

1) it is not saying the truth
2) it consumes >250GB to run the test
Comment 4 Ionen Wolkens gentoo-dev 2022-06-16 13:51:31 UTC
strange, ran tests for all python targets with less than 10GB prior to pushing
Comment 5 Agostino Sarubbo gentoo-dev 2022-06-16 13:53:34 UTC
False positive,

chromium eated 250gb of space and caused the failure