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

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

Results:

Build successful

SourceStamp:

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

BuildSlave:

opensrf-slave

Reason:

scheduler

Steps and Logfiles:

  1. git update ( 0 secs )
    1. stdio
  2. Bootstrap via autogen './autogen.sh' skipped ( 0 secs )
    1. - no logs -
  3. Bootstrap via autoreconf 'autoreconf -i' ( 5 secs )
    1. stdio
  4. configure configure ( 12 secs )
    1. stdio
  5. compile compile ( 0 secs )
    1. stdio
  6. test test 138 tests 138 passed ( 4 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 ( 4 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 63 Build
codebase Build
got_revision a481100ef9d5bd9eaad5a87ce29776cb07a8687c 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 a481100ef9d5bd9eaad5a87ce29776cb07a8687c 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. Dan Wells

Timing:

StartMon Jul 31 12:14:19 2017
EndMon Jul 31 12:14:48 2017
Elapsed28 secs

All Changes:

:

  1. Change #4451

    Category None
    Changed by Dan Wells <dbw2ohnoyoudont@calvin.edu>
    Changed at Mon 31 Jul 2017 12:05:13
    Repository git://git.evergreen-ils.org/OpenSRF.git
    Project OpenSRF
    Branch master
    Revision a481100ef9d5bd9eaad5a87ce29776cb07a8687c

    Comments

    LP#1635737 Add optional context to interval_to_seconds
    Any given interval (e.g. "1 month") can be a different amount of
    seconds depending on the context (i.e. "1 month" after February 1 is
    March 1, but "1 month" after March 1 is April 1, yet March is longer
    than February).  This affects months all the time, but also can affect
    days, hours, and even seconds once you consider DST and "leap" times.
    
    By giving an optional context to interval_to_seconds, you can find the
    true number of seconds in, for example, "1 month", when starting from
    "February 1" (the context).
    
    Signed-off-by: Dan Wells <dbw2@calvin.edu>
    Signed-off-by: Mike Rylander <mrylander@gmail.com>

    Changed files

    • src/perl/lib/OpenSRF/Utils.pm