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

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

Results:

Build successful

SourceStamp:

ProjectOpenSRF
Repositorygit://git.evergreen-ils.org/OpenSRF.git
Branchmaster
Revision27950b7d180495f9c85f4aced40fd6f39d035388
Got Revision27950b7d180495f9c85f4aced40fd6f39d035388
Changes5 changes

BuildSlave:

opensrf-slave

Reason:

scheduler

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. Bootstrap via autogen './autogen.sh' skipped ( 0 secs )
    1. - no logs -
  3. Bootstrap via autoreconf 'autoreconf -i' ( 8 secs )
    1. stdio
  4. configure configure ( 17 secs )
    1. stdio
  5. compile compile ( 7 secs )
    1. stdio
  6. test test 141 tests 141 passed ( 8 secs )
    1. stdio
  7. trial 14 tests passed ( 2 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 92 Build
codebase Build
got_revision 27950b7d180495f9c85f4aced40fd6f39d035388 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 27950b7d180495f9c85f4aced40fd6f39d035388 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. Ben Shum
  2. Bill Erickson
  3. Jason Boyer
  4. Jason Stephenson

Timing:

StartSun Jul 21 16:04:36 2019
EndSun Jul 21 16:05:33 2019
Elapsed56 secs

All Changes:

:

  1. Change #6321

    Category None
    Changed by Bill Erickson <berickxxohnoyoudont@gmail.com>
    Changed at Sun 21 Jul 2019 15:51:26
    Repository git://git.evergreen-ils.org/OpenSRF.git
    Project OpenSRF
    Branch master
    Revision a2522f25ed8d0c5b355838174e2aac20000c85e6

    Comments

    LP1834208 Removing apache2-websockets
    Remove code and build components for apache2-websockets.  Update
    documentation to reflect the use of websocketd as the only supported
    OpenSRF websockets implementation.
    
    Add a note to the install documentation indicating websocketd does not
    offer a configurable inactivity timeout, but this can be accomplished
    by running it behind a proxy.
    
    Update NGINX and HAPROXY example configs to reflect the assumption that
    websocketd is runs locally without SSL by default.
    
    Signed-off-by: Bill Erickson <berickxx@gmail.com>
    Signed-off-by: Jason Stephenson <jason@sigio.com>
    Signed-off-by: Jason Boyer <jboyer@library.in.gov>
    Signed-off-by: Ben Shum <ben@evergreener.net>

    Changed files

    • README
    • examples/apache_24/websockets/apache2.conf
    • examples/haproxy/osrf-ws-http-proxy
    • examples/nginx/osrf-ws-http-proxy
    • src/gateway/Makefile.am
    • src/gateway/osrf_websocket_translator.c
    • src/gateway/websocket_plugin.h
  2. Change #6322

    Category None
    Changed by Jason Stephenson <jasonohnoyoudont@sigio.com>
    Changed at Sun 21 Jul 2019 15:51:35
    Repository git://git.evergreen-ils.org/OpenSRF.git
    Project OpenSRF
    Branch master
    Revision 81244409e61cb004f6451c5bece75633088e1880

    Comments

    LP1834208 Remove example Apache Websockets configuration
    The examples/apache_24/websockets files were left behind by the
    previous commit.  This commit deletes them.
    
    Signed-off-by: Jason Stephenson <jason@sigio.com>
    Signed-off-by: Jason Boyer <jboyer@library.in.gov>
    Signed-off-by: Ben Shum <ben@evergreener.net>

    Changed files

    • examples/apache_24/websockets/apache2.conf
  3. Change #6323

    Category None
    Changed by Jason Stephenson <jasonohnoyoudont@sigio.com>
    Changed at Sun 21 Jul 2019 15:51:37
    Repository git://git.evergreen-ils.org/OpenSRF.git
    Project OpenSRF
    Branch master
    Revision c409bb7c6688d8f294375e1c549495e6dd637b04

    Comments

    LP1834208 Update proxy example configuration files
    The examples/haproxy/osrf-ws-http-proxy file needed a syntax
    correction with the listen directive.
    
    Remove X-Real-IP lines from the examples/nginx/osrf-ws-http-proxy
    configuration, and remove the X-Client-IP line from the
    examples/haproxy/osrf-ws-http-proxy configuration.  These entries are
    redundant when X-Forwarded-For is being used.
    
    This latter change also suggests changes in the Evergreen Apache 2
    configuration examples.
    
    Signed-off-by: Jason Stephenson <jason@sigio.com>
    Signed-off-by: Jason Boyer <jboyer@library.in.gov>
    Signed-off-by: Ben Shum <ben@evergreener.net>

    Changed files

    • examples/haproxy/osrf-ws-http-proxy
    • examples/nginx/osrf-ws-http-proxy
  4. Change #6324

    Category None
    Changed by Jason Boyer <jboyerohnoyoudont@library.in.gov>
    Changed at Sun 21 Jul 2019 15:51:39
    Repository git://git.evergreen-ils.org/OpenSRF.git
    Project OpenSRF
    Branch master
    Revision 502ecca0dafa6d258fba775d070d498715f9ae6c

    Comments

    LP1834208 Rearrange proxy instructions to reduce repetition
    The instructions for Apache configuration changes were repeated
    multiple times throughout the README. This pulls them together,
    allowing the Nginx and HAProxy sections to focus specifically on
    the configuration of those packages.
    
    Signed-off-by: Jason Boyer <jboyer@library.in.gov>
    Signed-off-by: Ben Shum <ben@evergreener.net>

    Changed files

    • README
  5. Change #6325

    Category None
    Changed by Ben Shum <benohnoyoudont@evergreener.net>
    Changed at Sun 21 Jul 2019 15:51:40
    Repository git://git.evergreen-ils.org/OpenSRF.git
    Project OpenSRF
    Branch master
    Revision 27950b7d180495f9c85f4aced40fd6f39d035388

    Comments

    LP1834208 fix OpenSRF README asciidoc syntax
    Fixing the subheading so that it compiles properly.
    
    Signed-off-by: Ben Shum <ben@evergreener.net>

    Changed files

    • README