[Failing Test]: Python Container Builds Fail with SIGSEGV: segmentation violation #29803
Closed
1 of 16 tasks
Labels
bug
done & done
Issue has been reviewed after it was closed for verification, followups, etc.
failing test
P0
permared
python
tests
Milestone
What happened?
Python container builds that are invoked through
processArtifactsInSetupOnlyMode()
fail because of the newly introducedlogRuntimeDependencies()
function. It appears that the function always tries to invoke the logger directly instead of using a buffered logger, accessing a nil value. This should be fixed by accepting a buffered logger type instead, which accounts for this issue.Issue Failure
Failure: Test is continually failing
Issue Priority
Priority: 0 (outage / failing precommit test impacting development)
Issue Components
The text was updated successfully, but these errors were encountered: