Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 671236 - dev-python/cov-core-1.15.0-r1: sandbox violation with PYTHON_TARGETS="python3_7"
Summary: dev-python/cov-core-1.15.0-r1: sandbox violation with PYTHON_TARGETS="python3_7"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrick McLean
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-11-16 08:33 UTC by Guilherme Amadio
Modified: 2021-02-04 19:57 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Guilherme Amadio gentoo-dev 2018-11-16 08:33:50 UTC
* python3_7: running distutils-r1_run_phase distutils-r1_python_install
python3.7 setup.py install --root=/var/tmp/portage/dev-python/cov-core-1.15.0-r1/image/_python3.7
running install
running build
running build_py
running install_lib
creating /var/tmp/portage/dev-python/cov-core-1.15.0-r1/image/_python3.7
creating /var/tmp/portage/dev-python/cov-core-1.15.0-r1/image/_python3.7/usr
creating /var/tmp/portage/dev-python/cov-core-1.15.0-r1/image/_python3.7/usr/lib
creating /var/tmp/portage/dev-python/cov-core-1.15.0-r1/image/_python3.7/usr/lib/python3.7
creating /var/tmp/portage/dev-python/cov-core-1.15.0-r1/image/_python3.7/usr/lib/python3.7/site-packages
copying /var/tmp/portage/dev-python/cov-core-1.15.0-r1/work/cov-core-1.15.0-python3_7/lib/cov_core.py -> /var/tmp/portage/dev-python/cov-core-1.15.0-r1/image/_python3.7/usr/lib/python3.7/site-packages
copying /var/tmp/portage/dev-python/cov-core-1.15.0-r1/work/cov-core-1.15.0-python3_7/lib/cov_core_init.py -> /var/tmp/portage/dev-python/cov-core-1.15.0-r1/image/_python3.7/usr/lib/python3.7/site-packages
byte-compiling /var/tmp/portage/dev-python/cov-core-1.15.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/cov_core.py to cov_core.cpython-37.pyc
byte-compiling /var/tmp/portage/dev-python/cov-core-1.15.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/cov_core_init.py to cov_core_init.cpython-37.pyc
writing byte-compilation script '/var/tmp/portage/dev-python/cov-core-1.15.0-r1/temp/tmpyzlqfl4u.py'
/usr/bin/python3.7 /var/tmp/portage/dev-python/cov-core-1.15.0-r1/temp/tmpyzlqfl4u.py
removing /var/tmp/portage/dev-python/cov-core-1.15.0-r1/temp/tmpyzlqfl4u.py
writing byte-compilation script '/var/tmp/portage/dev-python/cov-core-1.15.0-r1/temp/tmp2y_gtif6.py'
/usr/bin/python3.7 /var/tmp/portage/dev-python/cov-core-1.15.0-r1/temp/tmp2y_gtif6.py
removing /var/tmp/portage/dev-python/cov-core-1.15.0-r1/temp/tmp2y_gtif6.py
running install_egg_info
running egg_info
writing cov_core.egg-info/PKG-INFO
writing dependency_links to cov_core.egg-info/dependency_links.txt
writing requirements to cov_core.egg-info/requires.txt
writing top-level names to cov_core.egg-info/top_level.txt
reading manifest file 'cov_core.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'cov_core.egg-info/SOURCES.txt'
Copying cov_core.egg-info to /var/tmp/portage/dev-python/cov-core-1.15.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/cov_core-1.15.0-py3.7.egg-info
running install_scripts
 * ACCESS DENIED:  open_wr:      /usr/lib/python3.7/site-packages/init_cov_core.pth

Failed to write pth file for subprocess measurement to /usr/lib/python3.7/site-packages/init_cov_core.pth

Subprocesses WILL NOT have coverage collected.

To measure subprocesses put the following in a pth file called init_cov_core.pth:
import os; 'COV_CORE_SOURCE' in os.environ and __import__('cov_core_init').init()

 * python3_7: running distutils-r1_run_phase distutils-r1_python_install_all
>>> Completed installing cov-core-1.15.0-r1 into /var/tmp/portage/dev-python/cov-core-1.15.0-r1/image

 * Final size of build directory: 224 KiB
 * Final size of installed tree:  336 KiB

 * --------------------------- ACCESS VIOLATION SUMMARY ---------------------------
 * LOG FILE: "/var/log/sandbox/sandbox-1463.log"
 * 
VERSION 1.0
FORMAT: F - Function called
FORMAT: S - Access Status
FORMAT: P - Path as passed to function
FORMAT: A - Absolute Path (not canonical)
FORMAT: R - Canonical Path
FORMAT: C - Command Line

F: open_wr
S: deny
P: /usr/lib/python3.7/site-packages/init_cov_core.pth
A: /usr/lib/python3.7/site-packages/init_cov_core.pth
R: /usr/lib/python3.7/site-packages/init_cov_core.pth
C: python3.7 setup.py install --root=/var/tmp/portage/dev-python/cov-core-1.15.0-r1/image/_python3.7 
 * --------------------------------------------------------------------------------

>>> Failed to emerge dev-python/cov-core-1.15.0-r1, Log file: