cschwan / sage-on-gentoo

(Unofficial) Gentoo Overlay for Sage- and Sage-related ebuilds
84 stars 26 forks source link

Mystery sandbox violations in sage-doc #674

Closed kiwifb closed 2 years ago

kiwifb commented 2 years ago
 * --------------------------- ACCESS VIOLATION SUMMARY ---------------------------
 * LOG FILE: "/dev/shm/portage/sci-mathematics/sage-doc-9999/temp/sandbox.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/share/sage/cremona/cremona_mini.db
A: /usr/share/sage/cremona/cremona_mini.db
R: /usr/share/sage/cremona/cremona_mini.db
C: /usr/bin/python3.10 -m sage_docbuild --no-pdf-links reference/plotting inventory --no-prune-empty-dirs 

F: open_wr
S: deny
P: /usr/share/sage/cremona/cremona_mini.db
A: /usr/share/sage/cremona/cremona_mini.db
R: /usr/share/sage/cremona/cremona_mini.db
C: /usr/bin/python3.10 -m sage_docbuild --no-pdf-links reference/plotting inventory --no-prune-empty-dirs 

F: open_wr
S: deny
P: /usr/share/sage/cremona/cremona_mini.db
A: /usr/share/sage/cremona/cremona_mini.db
R: /usr/share/sage/cremona/cremona_mini.db
C: /usr/bin/python3.10 -m sage_docbuild --no-pdf-links reference/plotting inventory --no-prune-empty-dirs 
 * --------------------------------------------------------------------------------

No writing actually happens. Added a addpredict statement as a workaround but this is coming out of nowhere without any obvious commit touching "cremona" stuff significantly. Change of python behavior when opening sql databases?

strogdon commented 2 years ago

I believe the vanilla failures are https://trac.sagemath.org/ticket/31578 revisited

kiwifb commented 2 years ago

I believe the vanilla failures are https://trac.sagemath.org/ticket/31578 revisited

Wrong issue?

strogdon commented 2 years ago

I believe the vanilla failures are https://trac.sagemath.org/ticket/31578 revisited

Sorry wrong comment for this ticket. Too many tabs open.

kiwifb commented 2 years ago

Mysteriously gone the same way it came.