Builder osrf-master-debian-6.00-x86_64 Build #94
Results:
Build successful
SourceStamp:
Project | OpenSRF |
Repository | git://git.evergreen-ils.org/OpenSRF.git |
Branch | master |
Revision | 3fb939657f350774f6b4216c9d416eff1745a1b3 |
Got Revision | 3fb939657f350774f6b4216c9d416eff1745a1b3 |
Changes | 1 change |
BuildSlave:
opensrf-slaveReason:
scheduler
Steps and Logfiles:
-
git update ( 4 secs )
-
Bootstrap via autogen './autogen.sh' skipped ( 0 secs )
- - no logs -
-
Bootstrap via autoreconf 'autoreconf -i' ( 9 secs )
-
configure configure ( 15 secs )
-
compile compile ( 36 secs )
-
test test 141 tests 141 passed ( 6 secs )
-
trial 14 tests passed ( 2 secs )
-
pylint pylint convention=254 error=28 fatal=7 refactor=279 warning=87 failed ( 6 secs )
Build Properties:
Name | Value | Source |
---|---|---|
branch | master | Build |
buildername | osrf-master-debian-6.00-x86_64 | Builder |
buildnumber | 94 | Build |
codebase | Build | |
got_revision | 3fb939657f350774f6b4216c9d416eff1745a1b3 | 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 | 3fb939657f350774f6b4216c9d416eff1745a1b3 | 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 | Tue Oct 1 16:04:23 2019 |
End | Tue Oct 1 16:05:45 2019 |
Elapsed | 1 mins, 22 secs |
All Changes:
:
Change #6621
Category None Changed by Bill Erickson <berickxx @gmail.com>Changed at Tue 01 Oct 2019 15:33:30 Repository git://git.evergreen-ils.org/OpenSRF.git Project OpenSRF Branch master Revision 3fb939657f350774f6b4216c9d416eff1745a1b3 Comments
LP1830642 Remove variable args from md5sum() Remove support for passing variable args to the md5sum() function, since no code currently uses this, and it causes problems processing strings with '%' characters. Signed-off-by: Bill Erickson <berickxx@gmail.com> Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Changed files
- include/opensrf/utils.h
- src/libopensrf/utils.c