EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  <20172018  2019  2020  2021  2022  2023  2024  Index 2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  <20172018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: Build failed in Jenkins: epics-base-3.16-win32 #105
From: APS Jenkins <[email protected]>
To: [email protected]
Date: Thu, 4 May 2017 20:00:21 -0500 (CDT)
See <https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/105/display/redirect?page=changes>

Changes:

[Andrew Johnson] Implement 64-bit database field types.

[Andrew Johnson] Fix warnings found by clang

[Andrew Johnson] Remove development printf() statements

[Andrew Johnson] Fix cvtFast and tests

[Andrew Johnson] Add int64 record types and device support, from long

[Andrew Johnson] Restructure cvtFastPerform, fix VxWorks build

[Andrew Johnson] Collate and report by precision

[Andrew Johnson] More cvtFastPerform changes

[Andrew Johnson] Simplify epicsConvertDoubleToFloat()

[Andrew Johnson] cvtFastPerform: Rename reserved member names, fix for vxWorks

[Andrew Johnson] Release Notes

[Andrew Johnson] Move DBLINK support code into its own source file

[Andrew Johnson] Restore loadLink to lset, move CONSTANT link code into its own source

[Andrew Johnson] Cleanup

[Andrew Johnson] More cleanup

[Andrew Johnson] Add basic support and tests for a JSON link address type

[Andrew Johnson] Support "link(name, lset)" syntax in DBD files

[Andrew Johnson] Make antelope's error messages slightly nicer

[Andrew Johnson] libCom/dbmf: Add dbmfStrcat3() for JSON parsing

[Andrew Johnson] ioc/dbStatic: Add JSON parsing of field values

[Andrew Johnson] Fix memory allocation bugs

[Andrew Johnson] Fix warnings from dbmfStrdup() change

[Andrew Johnson] Accept bareword JSON strings, quote them

[Andrew Johnson] Rename JSON_STR to JSON_LINK

[Andrew Johnson] Make info tags also JSON objects

[Andrew Johnson] Recognize numbers before barewords

[Andrew Johnson] Recognize arrays as constant links

[Andrew Johnson] Allow (discard) comments inside JSON

[Andrew Johnson] Simplify link-type checks in soft device supports

[Andrew Johnson] Simplify link-type checks in record supports

[Andrew Johnson] Remove spurious include dbCa.h

[Andrew Johnson] libCom: Make yajl_alloc.h usable

[Andrew Johnson] Comments in Makefile

[Andrew Johnson] Add lset::loadArray and JSON parsing

[Andrew Johnson] Adjust record and device support for array constants

[Michael Davidsaver] iocInit: close CA_LINKs through lset

[Andrew Johnson] A cleaner way to close CA & DB links

[Andrew Johnson] Fix issues related to const array initialization

[Andrew Johnson] Undo a small & unnecessary behaviour change

[Andrew Johnson] Add lset::dbPutLinkAsync and S_db_noLSET

[Andrew Johnson] Use dbPutLinkAsync() in all output SoftCallback dev's

[Andrew Johnson] Remove 2 obsolete dbStatic routines (forms)

[Andrew Johnson] Missed a spot handling JSON_LINK field values

[Andrew Johnson] Add isConstant and isVolatile to LSET

[Andrew Johnson] Use new dbLink APIs instead of checking link.type

[Andrew Johnson] Start documenting changes

[Andrew Johnson] Undo buggy change

[Andrew Johnson] JSON Links implementation

[Andrew Johnson] Fix build warning from clang

[Andrew Johnson] Pass link dbfType to jlif allocator; needed!

[Andrew Johnson] Add code for arrays of strings

[Andrew Johnson] Added loadLS routine to lset

[Andrew Johnson] Split dbJLinkInit, JLinks are now parsed at load-time

[Andrew Johnson] Various improvements

[Andrew Johnson] Added epicsStrnDup() and dbmfStrndup() routines

[Andrew Johnson] Use new epicsStrnDup() API

[Andrew Johnson] Fixes to dbJLink, added dbJLinkFree()

[Andrew Johnson] Moved PV_LINK-specific code out of dbLink.c into link types

[Andrew Johnson] Added calc link-type

[Andrew Johnson] Minor cleanups

[Andrew Johnson] Clean up JSON_LINKs in doCloseLinks

[Andrew Johnson] Minor fixes to the calc link-type

[Andrew Johnson] Fix jlink memory leak in dbStaticLib

[Andrew Johnson] Add lnkConst_remove, fix debug messages

[Andrew Johnson] JLink: Convert parser->linkDepth into jlink->parseDepth

[Andrew Johnson] Make the long-string buffer for link fields bigger

[Andrew Johnson] Added JLink reporting infrastructure

[Andrew Johnson] Some documentation updates

[Andrew Johnson] Minor updates

[Andrew Johnson] Fix warnings from clang

[Andrew Johnson] Fixed a small memory leak in lnkCalc

[Andrew Johnson] Clean up memory leaks

[Andrew Johnson] Added test link type, fix dbPutLinkTest for JSON_LINKs

[Andrew Johnson] Initialize all fields of jlink, link types may not use calloc

[Andrew Johnson] Fixes for Windows builds

[Andrew Johnson] dbStatic: dbPutStringNum(, "") not an error

[Andrew Johnson] dbStatic: more informative error for bad field value

[Andrew Johnson] Update comments in calcoutRecord

[Andrew Johnson] Remove constant link checks from test device

[Andrew Johnson] Fix HTML entities

[Andrew Johnson] dbStatic: dbPutStringNum() overflow handling

[Andrew Johnson] add testing lset

[Andrew Johnson] libCom: add errSymMsg() error message lookup

[Andrew Johnson] dbUnitTest: more informative dbPutField*()

[Andrew Johnson] dbUnitTest: Improve output slightly

[Andrew Johnson] db/test: dbPutLinkTest include json links and more

[Andrew Johnson] dbLock: add assert in dbScanLock

[Andrew Johnson] db/test: Fix warning from clang

[Andrew Johnson] Add dbLinkDoLocked() support

[Andrew Johnson] Modify soft devices to synchronize TSEL=-2 timestamps

[Andrew Johnson] Cosmetic cleanups

[Andrew Johnson] No need to truncate const string array elements

[Andrew Johnson] Fix typos, remove FIXMEs from lnkConst.c

[Andrew Johnson] Fix buffer allocation bug in lnkCalc.c

[Andrew Johnson] Fix postfix.h macro arg and document

[Michael Davidsaver] arrayOpTest: check initial dbGet value

[Michael Davidsaver] ioc/db: dbConstLoadLS handle size=0

[Michael Davidsaver] std/link: lnkConst avoid cantProceed()

[Michael Davidsaver] std/link: lnkConst fix mem leak and hard fail on no mem

[Michael Davidsaver] std/link: lnkCalc require expression

[Michael Davidsaver] std/link: lnkConst refactor

[Michael Davidsaver] std/rec/test: start linkInitTest

[Andrew Johnson] Tidy up lnkConst.c after Michael's bug-fix changes

[Andrew Johnson] Adjust calcout's handling of undefined links

[Andrew Johnson] printfRecord: Handle const long-strings in "%ls"

[Andrew Johnson] Fix dbConstLink to handle a long-string array properly

[Andrew Johnson] Make dbLinkIs{Constant|Volatile}() return only true/false

[Andrew Johnson] Updates to Release Notes and links.html

[Andrew Johnson] Fix bug in eventRecord::init_record

[Andrew Johnson] Enhancements to subArray record & soft device support

[Andrew Johnson] Cosmetic changes to various soft device supports

[Andrew Johnson] Minimize work done in readLocked() routine

[Andrew Johnson] Minimize work done in readLocked routine

[Andrew Johnson] Additional linkInitTest checks

[Michael Davidsaver] ioc/as: dbCore needs ca

[Michael Davidsaver] jlink conditional debug print

[Michael Davidsaver] std/link: all calc example

[Ralph Lange] std/rec: add pod documentation for int64out record

[Michael Davidsaver] ioc/db: dbUnitTest testMonitor leaks dbChannel

[Michael Davidsaver] ioc/db: cleanup dbEvent freeLists

[Michael Davidsaver] ioc/db: dbUnitTest add testdbPutArrFieldOk()

[Michael Davidsaver] std/rec/test: extend linkRetargetLink w/ jlink

[Michael Davidsaver] std/link: runtime conditional debugging in calc/const

[Michael Davidsaver] separate jlink and lset debug flags

[Andrew Johnson] Demonstrate and use numeric literals in calc args

[Ralph Lange] std/rec: add pod documentation content for int64out

[Ralph Lange] std/rec: add and improve pod for int64in and int64out

[Ralph Lange] std/rec: fix promptgroups in dbd.pod files

[Ralph Lange] std: remove SCM keywords from int64in and int64out sources

[Ralph Lange] std/rec: fix copyright in int64in sources

[Michael Davidsaver] jlif future proof for 64-bit json parser

[Michael Davidsaver] minor

[Michael Davidsaver] std/rec: ioc64in/outRecord typed rset

[Michael Davidsaver] ioc/db: dbUnitTest helps support int64

[Michael Davidsaver] std/rec/test: recMiscTest check in64in/out

[Ralph Lange] std/rec: streamline variable names in int64in/int64out

[Michael Davidsaver] ioc/dbStatic: rename link debugging info tags

------------------------------------------
[...truncated 909.69 KB...]
cl      -DUSE_TYPED_RSET          -nologo -D__STDC__=0 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE   -Ox -GL -Oy-   -W3        -MD -DEPICS_BUILD_DLL -DEPICS_CALL_DLL   -I. -I../O.Common -I. -I. -I.. -I../../../src/std/rec -I../../../src/std/dev -I../../../src/std/filters -I../../../src/std/link -I../../../src/std/softIoc -I../../../include/compiler/msvc -I../../../include/os/WIN32 -I../../../include         -c ../../../src/std/dev/devBoSoft.c
devBoSoft.c
make[3]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
make[3]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
cl      -DUSE_TYPED_RSET          -nologo -D__STDC__=0 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE   -Ox -GL -Oy-   -W3        -MD -DEPICS_BUILD_DLL -DEPICS_CALL_DLL   -I. -I../O.Common -I. -I. -I.. -I../../../src/std/rec -I../../../src/std/dev -I../../../src/std/filters -I../../../src/std/link -I../../../src/std/softIoc -I../../../include/compiler/msvc -I../../../include/os/WIN32 -I../../../include         -c ../../../src/std/dev/devBoSoftRaw.c
devBoSoftRaw.c
make[3]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
make[3]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
cl      -DUSE_TYPED_RSET          -nologo -D__STDC__=0 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE   -Ox -GL -Oy-   -W3        -MD -DEPICS_BUILD_DLL -DEPICS_CALL_DLL   -I. -I../O.Common -I. -I. -I.. -I../../../src/std/rec -I../../../src/std/dev -I../../../src/std/filters -I../../../src/std/link -I../../../src/std/softIoc -I../../../include/compiler/msvc -I../../../include/os/WIN32 -I../../../include         -c ../../../src/std/dev/devBiDbState.c
devBiDbState.c
make[3]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
make[3]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
cl      -DUSE_TYPED_RSET          -nologo -D__STDC__=0 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE   -Ox -GL -Oy-   -W3        -MD -DEPICS_BUILD_DLL -DEPICS_CALL_DLL   -I. -I../O.Common -I. -I. -I.. -I../../../src/std/rec -I../../../src/std/dev -I../../../src/std/filters -I../../../src/std/link -I../../../src/std/softIoc -I../../../include/compiler/msvc -I../../../include/os/WIN32 -I../../../include         -c ../../../src/std/dev/devCalcoutSoft.c
devCalcoutSoft.c
make[3]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
make[3]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
cl      -DUSE_TYPED_RSET          -nologo -D__STDC__=0 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE   -Ox -GL -Oy-   -W3        -MD -DEPICS_BUILD_DLL -DEPICS_CALL_DLL   -I. -I../O.Common -I. -I. -I.. -I../../../src/std/rec -I../../../src/std/dev -I../../../src/std/filters -I../../../src/std/link -I../../../src/std/softIoc -I../../../include/compiler/msvc -I../../../include/os/WIN32 -I../../../include         -c ../../../src/std/dev/devHistogramSoft.c
devHistogramSoft.c
make[3]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
make[3]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
cl      -DUSE_TYPED_RSET          -nologo -D__STDC__=0 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE   -Ox -GL -Oy-   -W3        -MD -DEPICS_BUILD_DLL -DEPICS_CALL_DLL   -I. -I../O.Common -I. -I. -I.. -I../../../src/std/rec -I../../../src/std/dev -I../../../src/std/filters -I../../../src/std/link -I../../../src/std/softIoc -I../../../include/compiler/msvc -I../../../include/os/WIN32 -I../../../include         -c ../../../src/std/dev/devEventSoft.c
devEventSoft.c
make[3]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
make[3]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
cl      -DUSE_TYPED_RSET          -nologo -D__STDC__=0 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE   -Ox -GL -Oy-   -W3        -MD -DEPICS_BUILD_DLL -DEPICS_CALL_DLL   -I. -I../O.Common -I. -I. -I.. -I../../../src/std/rec -I../../../src/std/dev -I../../../src/std/filters -I../../../src/std/link -I../../../src/std/softIoc -I../../../include/compiler/msvc -I../../../include/os/WIN32 -I../../../include         -c ../../../src/std/dev/devBoDbState.c
devBoDbState.c
make[3]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
make[3]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
cl      -DUSE_TYPED_RSET          -nologo -D__STDC__=0 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE   -Ox -GL -Oy-   -W3        -MD -DEPICS_BUILD_DLL -DEPICS_CALL_DLL   -I. -I../O.Common -I. -I. -I.. -I../../../src/std/rec -I../../../src/std/dev -I../../../src/std/filters -I../../../src/std/link -I../../../src/std/softIoc -I../../../include/compiler/msvc -I../../../include/os/WIN32 -I../../../include         -c ../../../src/std/dev/devI64inSoft.c
devI64inSoft.c
make[3]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
make[3]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
cl      -DUSE_TYPED_RSET          -nologo -D__STDC__=0 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE   -Ox -GL -Oy-   -W3        -MD -DEPICS_BUILD_DLL -DEPICS_CALL_DLL   -I. -I../O.Common -I. -I. -I.. -I../../../src/std/rec -I../../../src/std/dev -I../../../src/std/filters -I../../../src/std/link -I../../../src/std/softIoc -I../../../include/compiler/msvc -I../../../include/os/WIN32 -I../../../include         -c ../../../src/std/dev/devLiSoft.c
devLiSoft.c
make[3]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
make[3]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
cl      -DUSE_TYPED_RSET          -nologo -D__STDC__=0 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE   -Ox -GL -Oy-   -W3        -MD -DEPICS_BUILD_DLL -DEPICS_CALL_DLL   -I. -I../O.Common -I. -I. -I.. -I../../../src/std/rec -I../../../src/std/dev -I../../../src/std/filters -I../../../src/std/link -I../../../src/std/softIoc -I../../../include/compiler/msvc -I../../../include/os/WIN32 -I../../../include         -c ../../../src/std/dev/devI64outSoft.c
devI64outSoft.c
make[3]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
make[3]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
cl      -DUSE_TYPED_RSET          -nologo -D__STDC__=0 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE   -Ox -GL -Oy-   -W3        -MD -DEPICS_BUILD_DLL -DEPICS_CALL_DLL   -I. -I../O.Common -I. -I. -I.. -I../../../src/std/rec -I../../../src/std/dev -I../../../src/std/filters -I../../../src/std/link -I../../../src/std/softIoc -I../../../include/compiler/msvc -I../../../include/os/WIN32 -I../../../include         -c ../../../src/std/dev/devLoSoft.c
devLoSoft.c
make[3]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
make[3]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
cl      -DUSE_TYPED_RSET          -nologo -D__STDC__=0 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE   -Ox -GL -Oy-   -W3        -MD -DEPICS_BUILD_DLL -DEPICS_CALL_DLL   -I. -I../O.Common -I. -I. -I.. -I../../../src/std/rec -I../../../src/std/dev -I../../../src/std/filters -I../../../src/std/link -I../../../src/std/softIoc -I../../../include/compiler/msvc -I../../../include/os/WIN32 -I../../../include         -c ../../../src/std/dev/devLsiSoft.c
devLsiSoft.c
make[3]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
make[3]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
cl      -DUSE_TYPED_RSET          -nologo -D__STDC__=0 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE   -Ox -GL -Oy-   -W3        -MD -DEPICS_BUILD_DLL -DEPICS_CALL_DLL   -I. -I../O.Common -I. -I. -I.. -I../../../src/std/rec -I../../../src/std/dev -I../../../src/std/filters -I../../../src/std/link -I../../../src/std/softIoc -I../../../include/compiler/msvc -I../../../include/os/WIN32 -I../../../include         -c ../../../src/std/dev/devLsoSoft.c
devLsoSoft.c
make[3]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
make[3]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
cl      -DUSE_TYPED_RSET          -nologo -D__STDC__=0 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE   -Ox -GL -Oy-   -W3        -MD -DEPICS_BUILD_DLL -DEPICS_CALL_DLL   -I. -I../O.Common -I. -I. -I.. -I../../../src/std/rec -I../../../src/std/dev -I../../../src/std/filters -I../../../src/std/link -I../../../src/std/softIoc -I../../../include/compiler/msvc -I../../../include/os/WIN32 -I../../../include         -c ../../../src/std/dev/devMbbiDirectSoftRaw.c
devMbbiDirectSoftRaw.c
make[3]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
make[3]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
cl      -DUSE_TYPED_RSET          -nologo -D__STDC__=0 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE   -Ox -GL -Oy-   -W3        -MD -DEPICS_BUILD_DLL -DEPICS_CALL_DLL   -I. -I../O.Common -I. -I. -I.. -I../../../src/std/rec -I../../../src/std/dev -I../../../src/std/filters -I../../../src/std/link -I../../../src/std/softIoc -I../../../include/compiler/msvc -I../../../include/os/WIN32 -I../../../include         -c ../../../src/std/dev/devMbbiDirectSoft.c
devMbbiDirectSoft.c
make[3]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
make[3]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
cl      -DUSE_TYPED_RSET          -nologo -D__STDC__=0 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE   -Ox -GL -Oy-   -W3        -MD -DEPICS_BUILD_DLL -DEPICS_CALL_DLL   -I. -I../O.Common -I. -I. -I.. -I../../../src/std/rec -I../../../src/std/dev -I../../../src/std/filters -I../../../src/std/link -I../../../src/std/softIoc -I../../../include/compiler/msvc -I../../../include/os/WIN32 -I../../../include         -c ../../../src/std/dev/devMbbiSoftRaw.c
devMbbiSoftRaw.c
make[3]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
make[3]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
cl      -DUSE_TYPED_RSET          -nologo -D__STDC__=0 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE   -Ox -GL -Oy-   -W3        -MD -DEPICS_BUILD_DLL -DEPICS_CALL_DLL   -I. -I../O.Common -I. -I. -I.. -I../../../src/std/rec -I../../../src/std/dev -I../../../src/std/filters -I../../../src/std/link -I../../../src/std/softIoc -I../../../include/compiler/msvc -I../../../include/os/WIN32 -I../../../include         -c ../../../src/std/dev/devMbboDirectSoft.c
devMbboDirectSoft.c
make[3]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
make[3]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
cl      -DUSE_TYPED_RSET          -nologo -D__STDC__=0 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE   -Ox -GL -Oy-   -W3        -MD -DEPICS_BUILD_DLL -DEPICS_CALL_DLL   -I. -I../O.Common -I. -I. -I.. -I../../../src/std/rec -I../../../src/std/dev -I../../../src/std/filters -I../../../src/std/link -I../../../src/std/softIoc -I../../../include/compiler/msvc -I../../../include/os/WIN32 -I../../../include         -c ../../../src/std/dev/devMbbiSoft.c
devMbbiSoft.c
make[3]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
make[3]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
cl      -DUSE_TYPED_RSET          -nologo -D__STDC__=0 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE   -Ox -GL -Oy-   -W3        -MD -DEPICS_BUILD_DLL -DEPICS_CALL_DLL   -I. -I../O.Common -I. -I. -I.. -I../../../src/std/rec -I../../../src/std/dev -I../../../src/std/filters -I../../../src/std/link -I../../../src/std/softIoc -I../../../include/compiler/msvc -I../../../include/os/WIN32 -I../../../include         -c ../../../src/std/dev/devPrintfSoft.c
devPrintfSoft.c
make[3]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
make[3]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
cl      -DUSE_TYPED_RSET          -nologo -D__STDC__=0 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE   -Ox -GL -Oy-   -W3        -MD -DEPICS_BUILD_DLL -DEPICS_CALL_DLL   -I. -I../O.Common -I. -I. -I.. -I../../../src/std/rec -I../../../src/std/dev -I../../../src/std/filters -I../../../src/std/link -I../../../src/std/softIoc -I../../../include/compiler/msvc -I../../../include/os/WIN32 -I../../../include         -c ../../../src/std/dev/devMbboSoftRaw.c
devMbboSoftRaw.c
make[3]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
make[3]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
cl      -DUSE_TYPED_RSET          -nologo -D__STDC__=0 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE   -Ox -GL -Oy-   -W3        -MD -DEPICS_BUILD_DLL -DEPICS_CALL_DLL   -I. -I../O.Common -I. -I. -I.. -I../../../src/std/rec -I../../../src/std/dev -I../../../src/std/filters -I../../../src/std/link -I../../../src/std/softIoc -I../../../include/compiler/msvc -I../../../include/os/WIN32 -I../../../include         -c ../../../src/std/dev/devMbboDirectSoftRaw.c
devMbboDirectSoftRaw.c
make[3]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
make[3]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
cl      -DUSE_TYPED_RSET          -nologo -D__STDC__=0 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE   -Ox -GL -Oy-   -W3        -MD -DEPICS_BUILD_DLL -DEPICS_CALL_DLL   -I. -I../O.Common -I. -I. -I.. -I../../../src/std/rec -I../../../src/std/dev -I../../../src/std/filters -I../../../src/std/link -I../../../src/std/softIoc -I../../../include/compiler/msvc -I../../../include/os/WIN32 -I../../../include         -c ../../../src/std/dev/devMbboSoft.c
devMbboSoft.c
make[3]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
make[3]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
cl      -DUSE_TYPED_RSET          -nologo -D__STDC__=0 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE   -Ox -GL -Oy-   -W3        -MD -DEPICS_BUILD_DLL -DEPICS_CALL_DLL   -I. -I../O.Common -I. -I. -I.. -I../../../src/std/rec -I../../../src/std/dev -I../../../src/std/filters -I../../../src/std/link -I../../../src/std/softIoc -I../../../include/compiler/msvc -I../../../include/os/WIN32 -I../../../include         -c ../../../src/std/dev/devSASoft.c
devSASoft.c
../../../src/std/dev/devSASoft.c(55) : warning C4018: '>' : signed/unsigned mismatch
../../../src/std/dev/devSASoft.c(72) : warning C4018: '>' : signed/unsigned mismatch
../../../src/std/dev/devSASoft.c(106) : warning C4018: '>' : signed/unsigned mismatch
make[3]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
make[3]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
cl      -DUSE_TYPED_RSET          -nologo -D__STDC__=0 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE   -Ox -GL -Oy-   -W3        -MD -DEPICS_BUILD_DLL -DEPICS_CALL_DLL   -I. -I../O.Common -I. -I. -I.. -I../../../src/std/rec -I../../../src/std/dev -I../../../src/std/filters -I../../../src/std/link -I../../../src/std/softIoc -I../../../include/compiler/msvc -I../../../include/os/WIN32 -I../../../include         -c ../../../src/std/dev/devSiSoft.c
devSiSoft.c
make[3]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
make[3]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
cl      -DUSE_TYPED_RSET          -nologo -D__STDC__=0 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE   -Ox -GL -Oy-   -W3        -MD -DEPICS_BUILD_DLL -DEPICS_CALL_DLL   -I. -I../O.Common -I. -I. -I.. -I../../../src/std/rec -I../../../src/std/dev -I../../../src/std/filters -I../../../src/std/link -I../../../src/std/softIoc -I../../../include/compiler/msvc -I../../../include/os/WIN32 -I../../../include         -c ../../../src/std/dev/devSoSoft.c
devSoSoft.c
make[3]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
make[3]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
cl      -DUSE_TYPED_RSET          -nologo -D__STDC__=0 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE   -Ox -GL -Oy-   -W3        -MD -DEPICS_BUILD_DLL -DEPICS_CALL_DLL   -I. -I../O.Common -I. -I. -I.. -I../../../src/std/rec -I../../../src/std/dev -I../../../src/std/filters -I../../../src/std/link -I../../../src/std/softIoc -I../../../include/compiler/msvc -I../../../include/os/WIN32 -I../../../include         -c ../../../src/std/dev/devWfSoft.c
devWfSoft.c
make[3]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
make[3]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
cl      -DUSE_TYPED_RSET          -nologo -D__STDC__=0 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE   -Ox -GL -Oy-   -W3        -MD -DEPICS_BUILD_DLL -DEPICS_CALL_DLL   -I. -I../O.Common -I. -I. -I.. -I../../../src/std/rec -I../../../src/std/dev -I../../../src/std/filters -I../../../src/std/link -I../../../src/std/softIoc -I../../../include/compiler/msvc -I../../../include/os/WIN32 -I../../../include         -c ../../../src/std/dev/devAiSoftCallback.c
devAiSoftCallback.c
make[3]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
make[3]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
cl      -DUSE_TYPED_RSET          -nologo -D__STDC__=0 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE   -Ox -GL -Oy-   -W3        -MD -DEPICS_BUILD_DLL -DEPICS_CALL_DLL   -I. -I../O.Common -I. -I. -I.. -I../../../src/std/rec -I../../../src/std/dev -I../../../src/std/filters -I../../../src/std/link -I../../../src/std/softIoc -I../../../include/compiler/msvc -I../../../include/os/WIN32 -I../../../include         -c ../../../src/std/dev/devI64inSoftCallback.c
devI64inSoftCallback.c
make[3]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
make[3]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
cl      -DUSE_TYPED_RSET          -nologo -D__STDC__=0 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE   -Ox -GL -Oy-   -W3        -MD -DEPICS_BUILD_DLL -DEPICS_CALL_DLL   -I. -I../O.Common -I. -I. -I.. -I../../../src/std/rec -I../../../src/std/dev -I../../../src/std/filters -I../../../src/std/link -I../../../src/std/softIoc -I../../../include/compiler/msvc -I../../../include/os/WIN32 -I../../../include         -c ../../../src/std/dev/devLiSoftCallback.c
devLiSoftCallback.c
make[3]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
make[3]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
cl      -DUSE_TYPED_RSET          -nologo -D__STDC__=0 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE   -Ox -GL -Oy-   -W3        -MD -DEPICS_BUILD_DLL -DEPICS_CALL_DLL   -I. -I../O.Common -I. -I. -I.. -I../../../src/std/rec -I../../../src/std/dev -I../../../src/std/filters -I../../../src/std/link -I../../../src/std/softIoc -I../../../include/compiler/msvc -I../../../include/os/WIN32 -I../../../include         -c ../../../src/std/dev/devGeneralTime.c
devGeneralTime.c
make[3]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
make[3]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
cl      -DUSE_TYPED_RSET          -nologo -D__STDC__=0 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE   -Ox -GL -Oy-   -W3        -MD -DEPICS_BUILD_DLL -DEPICS_CALL_DLL   -I. -I../O.Common -I. -I. -I.. -I../../../src/std/rec -I../../../src/std/dev -I../../../src/std/filters -I../../../src/std/link -I../../../src/std/softIoc -I../../../include/compiler/msvc -I../../../include/os/WIN32 -I../../../include         -c ../../../src/std/dev/devBiSoftCallback.c
devBiSoftCallback.c
make[3]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
make[3]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
cl      -DUSE_TYPED_RSET          -nologo -D__STDC__=0 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE   -Ox -GL -Oy-   -W3        -MD -DEPICS_BUILD_DLL -DEPICS_CALL_DLL   -I. -I../O.Common -I. -I. -I.. -I../../../src/std/rec -I../../../src/std/dev -I../../../src/std/filters -I../../../src/std/link -I../../../src/std/softIoc -I../../../include/compiler/msvc -I../../../include/os/WIN32 -I../../../include         -c ../../../src/std/dev/devMbbiSoftCallback.c
devMbbiSoftCallback.c
make[3]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
make[3]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
cl      -DUSE_TYPED_RSET          -nologo -D__STDC__=0 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE   -Ox -GL -Oy-   -W3        -MD -DEPICS_BUILD_DLL -DEPICS_CALL_DLL   -I. -I../O.Common -I. -I. -I.. -I../../../src/std/rec -I../../../src/std/dev -I../../../src/std/filters -I../../../src/std/link -I../../../src/std/softIoc -I../../../include/compiler/msvc -I../../../include/os/WIN32 -I../../../include         -c ../../../src/std/dev/devAoSoftCallback.c
devAoSoftCallback.c
make[3]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
make[3]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
cl      -DUSE_TYPED_RSET          -nologo -D__STDC__=0 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE   -Ox -GL -Oy-   -W3        -MD -DEPICS_BUILD_DLL -DEPICS_CALL_DLL   -I. -I../O.Common -I. -I. -I.. -I../../../src/std/rec -I../../../src/std/dev -I../../../src/std/filters -I../../../src/std/link -I../../../src/std/softIoc -I../../../include/compiler/msvc -I../../../include/os/WIN32 -I../../../include         -c ../../../src/std/dev/devMbbiDirectSoftCallback.c
devMbbiDirectSoftCallback.c
make[3]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
make[3]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
cl      -DUSE_TYPED_RSET          -nologo -D__STDC__=0 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE   -Ox -GL -Oy-   -W3        -MD -DEPICS_BUILD_DLL -DEPICS_CALL_DLL   -I. -I../O.Common -I. -I. -I.. -I../../../src/std/rec -I../../../src/std/dev -I../../../src/std/filters -I../../../src/std/link -I../../../src/std/softIoc -I../../../include/compiler/msvc -I../../../include/os/WIN32 -I../../../include         -c ../../../src/std/dev/devSiSoftCallback.c
devSiSoftCallback.c
make[3]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
make[3]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
cl      -DUSE_TYPED_RSET          -nologo -D__STDC__=0 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE   -Ox -GL -Oy-   -W3        -MD -DEPICS_BUILD_DLL -DEPICS_CALL_DLL   -I. -I../O.Common -I. -I. -I.. -I../../../src/std/rec -I../../../src/std/dev -I../../../src/std/filters -I../../../src/std/link -I../../../src/std/softIoc -I../../../include/compiler/msvc -I../../../include/os/WIN32 -I../../../include         -c ../../../src/std/dev/devLoSoftCallback.c
devLoSoftCallback.c
make[3]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
make[3]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
cl      -DUSE_TYPED_RSET          -nologo -D__STDC__=0 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE   -Ox -GL -Oy-   -W3        -MD -DEPICS_BUILD_DLL -DEPICS_CALL_DLL   -I. -I../O.Common -I. -I. -I.. -I../../../src/std/rec -I../../../src/std/dev -I../../../src/std/filters -I../../../src/std/link -I../../../src/std/softIoc -I../../../include/compiler/msvc -I../../../include/os/WIN32 -I../../../include         -c ../../../src/std/dev/devBoSoftCallback.c
devBoSoftCallback.c
make[3]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
make[3]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
cl      -DUSE_TYPED_RSET          -nologo -D__STDC__=0 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE   -Ox -GL -Oy-   -W3        -MD -DEPICS_BUILD_DLL -DEPICS_CALL_DLL   -I. -I../O.Common -I. -I. -I.. -I../../../src/std/rec -I../../../src/std/dev -I../../../src/std/filters -I../../../src/std/link -I../../../src/std/softIoc -I../../../include/compiler/msvc -I../../../include/os/WIN32 -I../../../include         -c ../../../src/std/dev/devCalcoutSoftCallback.c
devCalcoutSoftCallback.c
make[3]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
make[3]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
cl      -DUSE_TYPED_RSET          -nologo -D__STDC__=0 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE   -Ox -GL -Oy-   -W3        -MD -DEPICS_BUILD_DLL -DEPICS_CALL_DLL   -I. -I../O.Common -I. -I. -I.. -I../../../src/std/rec -I../../../src/std/dev -I../../../src/std/filters -I../../../src/std/link -I../../../src/std/softIoc -I../../../include/compiler/msvc -I../../../include/os/WIN32 -I../../../include         -c ../../../src/std/dev/devI64outSoftCallback.c
devI64outSoftCallback.c
make[3]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
make[3]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
cl      -DUSE_TYPED_RSET          -nologo -D__STDC__=0 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE   -Ox -GL -Oy-   -W3        -MD -DEPICS_BUILD_DLL -DEPICS_CALL_DLL   -I. -I../O.Common -I. -I. -I.. -I../../../src/std/rec -I../../../src/std/dev -I../../../src/std/filters -I../../../src/std/link -I../../../src/std/softIoc -I../../../include/compiler/msvc -I../../../include/os/WIN32 -I../../../include         -c ../../../src/std/dev/devMbboDirectSoftCallback.c
devMbboDirectSoftCallback.c
make[3]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
make[3]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
cl      -DUSE_TYPED_RSET          -nologo -D__STDC__=0 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE   -Ox -GL -Oy-   -W3        -MD -DEPICS_BUILD_DLL -DEPICS_CALL_DLL   -I. -I../O.Common -I. -I. -I.. -I../../../src/std/rec -I../../../src/std/dev -I../../../src/std/filters -I../../../src/std/link -I../../../src/std/softIoc -I../../../include/compiler/msvc -I../../../include/os/WIN32 -I../../../include         -c ../../../src/std/dev/devPrintfSoftCallback.c
devPrintfSoftCallback.c
make[3]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
make[3]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
cl      -DUSE_TYPED_RSET          -nologo -D__STDC__=0 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE   -Ox -GL -Oy-   -W3        -MD -DEPICS_BUILD_DLL -DEPICS_CALL_DLL   -I. -I../O.Common -I. -I. -I.. -I../../../src/std/rec -I../../../src/std/dev -I../../../src/std/filters -I../../../src/std/link -I../../../src/std/softIoc -I../../../include/compiler/msvc -I../../../include/os/WIN32 -I../../../include         -c ../../../src/std/dev/devLsoSoftCallback.c
devLsoSoftCallback.c
make[3]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
make[3]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
cl      -DUSE_TYPED_RSET          -nologo -D__STDC__=0 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE   -Ox -GL -Oy-   -W3        -MD -DEPICS_BUILD_DLL -DEPICS_CALL_DLL   -I. -I../O.Common -I. -I. -I.. -I../../../src/std/rec -I../../../src/std/dev -I../../../src/std/filters -I../../../src/std/link -I../../../src/std/softIoc -I../../../include/compiler/msvc -I../../../include/os/WIN32 -I../../../include         -c ../../../src/std/dev/devMbboSoftCallback.c
devMbboSoftCallback.c
make[3]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
make[3]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
cl      -DUSE_TYPED_RSET          -nologo -D__STDC__=0 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE   -Ox -GL -Oy-   -W3        -MD -DEPICS_BUILD_DLL -DEPICS_CALL_DLL   -I. -I../O.Common -I. -I. -I.. -I../../../src/std/rec -I../../../src/std/dev -I../../../src/std/filters -I../../../src/std/link -I../../../src/std/softIoc -I../../../include/compiler/msvc -I../../../include/os/WIN32 -I../../../include         -c ../../../src/std/dev/devTimestamp.c
devTimestamp.c
make[3]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
make[3]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
cl      -DUSE_TYPED_RSET          -nologo -D__STDC__=0 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE   -Ox -GL -Oy-   -W3        -MD -DEPICS_BUILD_DLL -DEPICS_CALL_DLL   -I. -I../O.Common -I. -I. -I.. -I../../../src/std/rec -I../../../src/std/dev -I../../../src/std/filters -I../../../src/std/link -I../../../src/std/softIoc -I../../../include/compiler/msvc -I../../../include/os/WIN32 -I../../../include         -c ../../../src/std/dev/devSoSoftCallback.c
devSoSoftCallback.c
make[3]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
make[3]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
cl      -DUSE_TYPED_RSET          -nologo -D__STDC__=0 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE   -Ox -GL -Oy-   -W3        -MD -DEPICS_BUILD_DLL -DEPICS_CALL_DLL   -I. -I../O.Common -I. -I. -I.. -I../../../src/std/rec -I../../../src/std/dev -I../../../src/std/filters -I../../../src/std/link -I../../../src/std/softIoc -I../../../include/compiler/msvc -I../../../include/os/WIN32 -I../../../include         -c ../../../src/std/dev/devStdio.c
devStdio.c
make[3]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
make[3]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
cl      -DUSE_TYPED_RSET          -nologo -D__STDC__=0 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE   -Ox -GL -Oy-   -W3        -MD -DEPICS_BUILD_DLL -DEPICS_CALL_DLL   -I. -I../O.Common -I. -I. -I.. -I../../../src/std/rec -I../../../src/std/dev -I../../../src/std/filters -I../../../src/std/link -I../../../src/std/softIoc -I../../../include/compiler/msvc -I../../../include/os/WIN32 -I../../../include         -c ../../../src/std/dev/asSubRecordFunctions.c
asSubRecordFunctions.c
make[3]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
make[3]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
cl      -DUSE_TYPED_RSET          -nologo -D__STDC__=0 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE   -Ox -GL -Oy-   -W3        -MD -DEPICS_BUILD_DLL -DEPICS_CALL_DLL   -I. -I../O.Common -I. -I. -I.. -I../../../src/std/rec -I../../../src/std/dev -I../../../src/std/filters -I../../../src/std/link -I../../../src/std/softIoc -I../../../include/compiler/msvc -I../../../include/os/WIN32 -I../../../include         -c ../../../src/std/dev/devEnviron.c
devEnviron.c
make[3]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
make[3]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
cl      -DUSE_TYPED_RSET          -nologo -D__STDC__=0 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE   -Ox -GL -Oy-   -W3        -MD -DEPICS_BUILD_DLL -DEPICS_CALL_DLL   -I. -I../O.Common -I. -I. -I.. -I../../../src/std/rec -I../../../src/std/dev -I../../../src/std/filters -I../../../src/std/link -I../../../src/std/softIoc -I../../../include/compiler/msvc -I../../../include/os/WIN32 -I../../../include         -c ../../../src/std/filters/ts.c
ts.c
make[3]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
make[3]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
cl      -DUSE_TYPED_RSET          -nologo -D__STDC__=0 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE   -Ox -GL -Oy-   -W3        -MD -DEPICS_BUILD_DLL -DEPICS_CALL_DLL   -I. -I../O.Common -I. -I. -I.. -I../../../src/std/rec -I../../../src/std/dev -I../../../src/std/filters -I../../../src/std/link -I../../../src/std/softIoc -I../../../include/compiler/msvc -I../../../include/os/WIN32 -I../../../include         -c ../../../src/std/filters/arr.c
arr.c
make[3]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
make[3]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
cl      -DUSE_TYPED_RSET          -nologo -D__STDC__=0 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE   -Ox -GL -Oy-   -W3        -MD -DEPICS_BUILD_DLL -DEPICS_CALL_DLL   -I. -I../O.Common -I. -I. -I.. -I../../../src/std/rec -I../../../src/std/dev -I../../../src/std/filters -I../../../src/std/link -I../../../src/std/softIoc -I../../../include/compiler/msvc -I../../../include/os/WIN32 -I../../../include         -c ../../../src/std/filters/dbnd.c
dbnd.c
make[3]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
make[3]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
cl      -DUSE_TYPED_RSET          -nologo -D__STDC__=0 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE   -Ox -GL -Oy-   -W3        -MD -DEPICS_BUILD_DLL -DEPICS_CALL_DLL   -I. -I../O.Common -I. -I. -I.. -I../../../src/std/rec -I../../../src/std/dev -I../../../src/std/filters -I../../../src/std/link -I../../../src/std/softIoc -I../../../include/compiler/msvc -I../../../include/os/WIN32 -I../../../include         -c ../../../src/std/filters/sync.c
sync.c
make[3]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
make[3]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
cl      -DUSE_TYPED_RSET          -nologo -D__STDC__=0 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE   -Ox -GL -Oy-   -W3        -MD -DEPICS_BUILD_DLL -DEPICS_CALL_DLL   -I. -I../O.Common -I. -I. -I.. -I../../../src/std/rec -I../../../src/std/dev -I../../../src/std/filters -I../../../src/std/link -I../../../src/std/softIoc -I../../../include/compiler/msvc -I../../../include/os/WIN32 -I../../../include         -c ../../../src/std/link/lnkCalc.c
lnkCalc.c
../../../src/std/link/lnkCalc.c(120) : warning C4244: '=' : conversion from '__int64' to 'short', possible loss of data
../../../src/std/link/lnkCalc.c(135) : warning C4244: '=' : conversion from '__int64' to 'double', possible loss of data
make[3]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
make[3]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
cl      -DUSE_TYPED_RSET          -nologo -D__STDC__=0 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE   -Ox -GL -Oy-   -W3        -MD -DEPICS_BUILD_DLL -DEPICS_CALL_DLL   -I. -I../O.Common -I. -I. -I.. -I../../../src/std/rec -I../../../src/std/dev -I../../../src/std/filters -I../../../src/std/link -I../../../src/std/softIoc -I../../../include/compiler/msvc -I../../../include/os/WIN32 -I../../../include         -c ../../../src/std/link/lnkConst.c
lnkConst.c
../../../src/std/link/lnkConst.c(106) : warning C4244: '=' : conversion from '__int64' to 'epicsInt32', possible loss of data
../../../src/std/link/lnkConst.c(118) : warning C4244: '=' : conversion from '__int64' to 'epicsInt32', possible loss of data
../../../src/std/link/lnkConst.c(127) : warning C4244: '=' : conversion from '__int64' to 'epicsFloat64', possible loss of data
../../../src/std/link/lnkConst.c(470) : warning C4244: 'initializing' : conversion from 'long' to 'short', possible loss of data
make[3]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
make[3]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
cl -EHsc -GR      -DUSE_TYPED_RSET          -nologo -D__STDC__=0 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE   -Ox -GL -Oy-   -W3 -w44355 -w44344 -w44251        -MD -DEPICS_BUILD_DLL -DEPICS_CALL_DLL -TP  -I. -I../O.Common -I. -I. -I.. -I../../../src/std/rec -I../../../src/std/dev -I../../../src/std/filters -I../../../src/std/link -I../../../src/std/softIoc -I../../../include/compiler/msvc -I../../../include/os/WIN32 -I../../../include         -c ../../../src/std/softIoc/softMain.cpp
softMain.cpp
make[3]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
make[3]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
cl -EHsc -GR      -DUSE_TYPED_RSET          -nologo -D__STDC__=0 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE   -Ox -GL -Oy-   -W3 -w44355 -w44344 -w44251        -MD -DEPICS_BUILD_DLL -DEPICS_CALL_DLL -TP  -I. -I../O.Common -I. -I. -I.. -I../../../src/std/rec -I../../../src/std/dev -I../../../src/std/filters -I../../../src/std/link -I../../../src/std/softIoc -I../../../include/compiler/msvc -I../../../include/os/WIN32 -I../../../include         -c softIoc_registerRecordDeviceDriver.cpp
softIoc_registerRecordDeviceDriver.cpp
make[3]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
make[3]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
link -nologo -subsystem:windows -dll -LTCG -incremental:no -opt:ref -release -version:3.16      -out:dbRecStd.dll -implib:dbRecStd.lib        aaiRecord.obj aaoRecord.obj aiRecord.obj aoRecord.obj aSubRecord.obj biRecord.obj boRecord.obj calcRecord.obj calcoutRecord.obj compressRecord.obj dfanoutRecord.obj eventRecord.obj fanoutRecord.obj histogramRecord.obj int64inRecord.obj int64outRecord.obj longinRecord.obj longoutRecord.obj lsiRecord.obj lsoRecord.obj mbbiRecord.obj mbbiDirectRecord.obj mbboRecord.obj mbboDirectRecord.obj permissiveRecord.obj printfRecord.obj selRecord.obj seqRecord.obj stateRecord.obj stringinRecord.obj stringoutRecord.obj subRecord.obj subArrayRecord.obj waveformRecord.obj devAaiSoft.obj devAaoSoft.obj devAiSoft.obj devAiSoftRaw.obj devAoSoft.obj devAoSoftRaw.obj devBiSoft.obj devBiSoftRaw.obj devBiDbState.obj devBoSoft.obj devBoSoftRaw.obj devBoDbState.obj devCalcoutSoft.obj devEventSoft.obj devHistogramSoft.obj devI64inSoft.obj devI64outSoft.obj devLiSoft.obj devLoSoft.obj devLsiSoft.obj devLsoSoft.obj devMbbiDirectSoft.obj devMbbiDirectSoftRaw.obj devMbbiSoft.obj devMbbiSoftRaw.obj devMbboDirectSoft.obj devMbboDirectSoftRaw.obj devMbboSoft.obj devMbboSoftRaw.obj devPrintfSoft.obj devSASoft.obj devSiSoft.obj devSoSoft.obj devWfSoft.obj devGeneralTime.obj devAiSoftCallback.obj devBiSoftCallback.obj devI64inSoftCallback.obj devLiSoftCallback.obj devMbbiDirectSoftCallback.obj devMbbiSoftCallback.obj devSiSoftCallback.obj devAoSoftCallback.obj devBoSoftCallback.obj devCalcoutSoftCallback.obj devI64outSoftCallback.obj devLoSoftCallback.obj devLsoSoftCallback.obj devMbboSoftCallback.obj devMbboDirectSoftCallback.obj devPrintfSoftCallback.obj devSoSoftCallback.obj devTimestamp.obj devStdio.obj devEnviron.obj asSubRecordFunctions.obj ts.obj dbnd.obj arr.obj sync.obj lnkConst.obj lnkCalc.obj  dbRecStd.res    ../../../lib/win32-x86/dbCore.lib  ../../../lib/win32-x86/ca.lib  ../../../lib/win32-x86/Com.lib  
   Creating library dbRecStd.lib and object dbRecStd.exp
Generating code
Finished generating code
make[3]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
make[3]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
link -nologo  -LTCG -incremental:no -opt:ref -release -version:3.16              -out:softIoc.exe       softIoc_registerRecordDeviceDriver.obj softMain.obj     ../../../lib/win32-x86/dbRecStd.lib  ../../../lib/win32-x86/dbCore.lib  ../../../lib/win32-x86/ca.lib  ../../../lib/win32-x86/Com.lib    
Generating code
Finished generating code
make[3]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-base-3.16-win32/ws/src/std/O.win32-x86'>
configure/RULES_DIRS:84: recipe for target 'src.install.win32-x86' failed
make: *** [src.install.win32-x86] Error 2

C:\jenkins\win32-1\workspace\epics-base-3.16-win32>exit 2 
Build step 'Execute Windows batch command' marked build as failure
[WARNINGS] Skipping publisher since build result is FAILURE

Replies:
Build failed in Jenkins: epics-base-3.16-win32 #106 APS Jenkins

Navigate by Date:
Prev: Build failed in Jenkins: epics-base-3.16-win64 #101 APS Jenkins
Next: Build failed in Jenkins: epics-base-3.16-win32s #105 APS Jenkins
Index: 2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  <20172018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: Jenkins build is back to normal : epics-base-3.16-win64 #104 APS Jenkins
Next: Build failed in Jenkins: epics-base-3.16-win32 #106 APS Jenkins
Index: 2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  <20172018  2019  2020  2021  2022  2023  2024 
ANJ, 21 Dec 2017 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·