Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Fix false positive process warning on non-0 exit code #220

Merged
merged 1 commit into from Nov 16, 2018

Conversation

bcomnes
Copy link
Contributor

@bcomnes bcomnes commented Nov 16, 2018

We were getting the process warning without a lingering process on non-0 exit codes. This filters out the false positive process that shows up.

9:40:20 AM: 
9:40:20 AM: ** WARNING **
9:40:20 AM: There are some lingering processes even after the build process finished:
9:40:20 AM: USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
9:40:20 AM: buildbot  1163  0.0  0.0      4     4 ?        R    17:40   0:00 [build]
9:40:20 AM: Our builds do not kill your processes automatically, so please make sure
9:40:20 AM: that nothing is running after your build finishes, or it will be marked as
9:40:20 AM: failed since something is still running.
9:40:20 AM: 
9:40:20 AM: Error running command: Build script returned non-zero exit code: 255
9:40:20 AM: Failing build: Failed to build site
9:40:20 AM: failed during stage 'building site': Build script returned non-zero exit code: 255
9:40:20 AM: Finished processing build request in 13.133642892s

@bcomnes bcomnes requested a review from rybit November 16, 2018 18:46
@bcomnes bcomnes self-assigned this Nov 16, 2018
@bcomnes bcomnes merged commit 6f11eb9 into master Nov 16, 2018
@bcomnes bcomnes deleted the fix-exit-codes branch November 16, 2018 18:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants