Builder osrf-master-debian-6.00-x86_64 Build #68
Results:
Build successful
SourceStamp:
Project | OpenSRF |
Repository | git://git.evergreen-ils.org/OpenSRF.git |
Branch | master |
Revision | ea72acaf798f3fc6cc0aae8d93771c6dc2a21a57 |
Got Revision | ea72acaf798f3fc6cc0aae8d93771c6dc2a21a57 |
Changes | 1 change |
BuildSlave:
opensrf-slaveReason:
scheduler
Steps and Logfiles:
-
git update ( 2 secs )
-
Bootstrap via autogen './autogen.sh' skipped ( 0 secs )
- - no logs -
-
Bootstrap via autoreconf 'autoreconf -i' ( 7 secs )
-
configure configure ( 13 secs )
-
compile compile ( 1 secs )
-
test test 138 tests 138 passed ( 5 secs )
-
trial 14 tests passed ( 1 secs )
-
pylint pylint convention=254 error=28 fatal=7 refactor=279 warning=87 failed ( 5 secs )
Build Properties:
Name | Value | Source |
---|---|---|
branch | master | Build |
buildername | osrf-master-debian-6.00-x86_64 | Builder |
buildnumber | 68 | Build |
codebase | Build | |
got_revision | ea72acaf798f3fc6cc0aae8d93771c6dc2a21a57 | Git |
project | OpenSRF | Build |
pylint-convention | 254 | Unknown |
pylint-error | 28 | Unknown |
pylint-fatal | 7 | Unknown |
pylint-info | 0 | Unknown |
pylint-refactor | 279 | Unknown |
pylint-total | 655 | Unknown |
pylint-warning | 87 | Unknown |
repository | git://git.evergreen-ils.org/OpenSRF.git | Build |
revision | ea72acaf798f3fc6cc0aae8d93771c6dc2a21a57 | Build |
scheduler | osrf-master-full | Scheduler |
slavename | opensrf-slave | BuildSlave |
warnings-count | 0 | WarningCountingShellCommand |
workdir | /home/openslave/opensrf-slave/osrf-master-debian-6_00-x86_64 | slave |
Forced Build Properties:
Name | Label | Value |
---|
Responsible Users:
- Bill Ericksonberickxx@gmail.com
Timing:
Start | Fri Sep 8 17:04:18 2017 |
End | Fri Sep 8 17:04:55 2017 |
Elapsed | 36 secs |
All Changes:
:
Change #4752
Category None Changed by Bill Erickson <berickxx @gmail.com>Changed at Fri 08 Sep 2017 15:45:33 Repository git://git.evergreen-ils.org/OpenSRF.git Project OpenSRF Branch master Revision ea72acaf798f3fc6cc0aae8d93771c6dc2a21a57 Comments
LP#1697029 Log and exit on write to dead child Confirm that a child process is alive just before attempting to write to its pipe. If the child process is dead, log the error, then drop the message and move on. This allows the parent to continue servicing future requests. Signed-off-by: Bill Erickson <berickxx@gmail.com> Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Changed files
- src/perl/lib/OpenSRF/Server.pm