This repository was archived by the owner on May 21, 2025. It is now read-only.

Description
Hi, I believe our Jenkins environment is somehow broken, but it's hard to tell which file is not found and there's no way to enable stacktraces either (how do you pass debug to main()?).
From our CI logs:
14:21:34 ==> Detecting CI provider
14:21:34 Jenkins Detected
14:21:34 Fixing merge commit SHA
14:21:34 ==> Preparing upload
14:21:34 Error: 'FileNotFoundError' object has no attribute 'returncode'
Full log: https://ci-beam.apache.org/job/beam_PreCommit_Python_Commit/16554/consoleFull
I believe the issue is with this line:
|
% (cmd, e.returncode, str(getattr(e, "output", str(e)))) |