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

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

Results:

Build successful

SourceStamp:

ProjectOpenSRF
Repositorygit://git.evergreen-ils.org/OpenSRF.git
Branchmaster
Revision740e725fbb02d7d3476d39efbed0b382f13b880d
Got Revision740e725fbb02d7d3476d39efbed0b382f13b880d
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 ( 2 secs )
    1. stdio
  6. test test 138 tests 138 passed ( 5 secs )
    1. stdio
  7. trial 14 tests passed ( 0 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 61 Build
codebase Build
got_revision 740e725fbb02d7d3476d39efbed0b382f13b880d 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 740e725fbb02d7d3476d39efbed0b382f13b880d 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. Graham Billiau

Timing:

StartMon Jul 31 10:54:17 2017
EndMon Jul 31 10:54:56 2017
Elapsed38 secs

All Changes:

:

  1. Change #4449

    Category None
    Changed by Graham Billiau <grahamohnoyoudont@geeksinthegong.net>
    Changed at Mon 31 Jul 2017 10:54:56
    Repository git://git.evergreen-ils.org/OpenSRF.git
    Project OpenSRF
    Branch master
    Revision 740e725fbb02d7d3476d39efbed0b382f13b880d

    Comments

    LP#1704116: fix intermittant failure of parallel building
    Running make to do a parallel build (e.g., 'make -j 4' or
    the like) could fail because of an undeclared dependency; this
    patch fixes the issue.
    
    The issue can be reproduced by repeating "make clean; make -j 4"
    until the build fails.
    
    Signed-off-by: Graham Billiau <graham@geeksinthegong.net>
    Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>

    Changed files

    • src/libopensrf/Makefile.am