Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Builder osrf-master-debian-6.00-x86_64 Build #68

Results:

Build successful

SourceStamp:

ProjectOpenSRF
Repositorygit://git.evergreen-ils.org/OpenSRF.git
Branchmaster
Revisionea72acaf798f3fc6cc0aae8d93771c6dc2a21a57
Got Revisionea72acaf798f3fc6cc0aae8d93771c6dc2a21a57
Changes1 change

BuildSlave:

opensrf-slave

Reason:

scheduler

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. Bootstrap via autogen './autogen.sh' skipped ( 0 secs )
    1. - no logs -
  3. Bootstrap via autoreconf 'autoreconf -i' ( 7 secs )
    1. stdio
  4. configure configure ( 13 secs )
    1. stdio
  5. compile compile ( 1 secs )
    1. stdio
  6. test test 138 tests 138 passed ( 5 secs )
    1. stdio
  7. trial 14 tests passed ( 1 secs )
    1. stdio
    2. test.log
    3. problems
  8. pylint pylint convention=254 error=28 fatal=7 refactor=279 warning=87 failed ( 5 secs )
    1. stdio
    2. convention
    3. error
    4. fatal
    5. refactor
    6. warning

Build Properties:

NameValueSource
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:

NameLabelValue

Responsible Users:

  1. Bill Erickson

Timing:

StartFri Sep 8 17:04:18 2017
EndFri Sep 8 17:04:55 2017
Elapsed36 secs

All Changes:

:

  1. Change #4752

    Category None
    Changed by Bill Erickson <berickxxohnoyoudont@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