Builder osrf-master-debian-6.00-x86_64 Build #78
Results:
Build successful
SourceStamp:
Project | OpenSRF |
Repository | git://git.evergreen-ils.org/OpenSRF.git |
Branch | master |
Revision | 6414c2527f6b6857d9f163bdba6f071b09f710a3 |
Got Revision | 6414c2527f6b6857d9f163bdba6f071b09f710a3 |
Changes | 1 change |
BuildSlave:
opensrf-slaveReason:
scheduler
Steps and Logfiles:
-
git update ( 3 secs )
-
Bootstrap via autogen './autogen.sh' skipped ( 0 secs )
- - no logs -
-
Bootstrap via autoreconf 'autoreconf -i' ( 7 secs )
-
configure configure ( 16 secs )
-
compile compile ( 6 secs )
-
test test 138 tests 138 passed ( 5 secs )
-
trial 14 tests passed ( 1 secs )
-
pylint pylint convention=254 error=28 fatal=7 refactor=279 warning=87 failed ( 5 secs )
Build Properties:
Name | Value | Source |
---|---|---|
branch | master | Build |
buildername | osrf-master-debian-6.00-x86_64 | Builder |
buildnumber | 78 | Build |
codebase | Build | |
got_revision | 6414c2527f6b6857d9f163bdba6f071b09f710a3 | 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 | 6414c2527f6b6857d9f163bdba6f071b09f710a3 | 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:
- Mike Rylandermrylander@gmail.com
Timing:
Start | Fri Aug 10 08:24:19 2018 |
End | Fri Aug 10 08:25:05 2018 |
Elapsed | 46 secs |
All Changes:
:
Change #5564
Category None Changed by Mike Rylander <mrylander @gmail.com>Changed at Fri 10 Aug 2018 08:08:47 Repository git://git.evergreen-ils.org/OpenSRF.git Project OpenSRF Branch master Revision 6414c2527f6b6857d9f163bdba6f071b09f710a3 Comments
LP#1702978: memcache Get methods use key as va_list format And, when a key (composed of, say, a username or barcode) has a % in it, bad things happen. We will stop acting as if these are variadic functions now, and also update Evergreen so that it does not do that either. TODO: Make these actually non-variadic, but that breaks ABI. Signed-off-by: Mike Rylander <mrylander@gmail.com> Signed-off-by: Cesar Velez <cesar.velez@equinoxinitiative.org> Signed-off-by: Jason Stephenson <jason@sigio.com>
Changed files
- src/libopensrf/osrf_cache.c