EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

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

Subject: Build failed in Jenkins: epics-base-3.15-cyg64 #177
From: APS Jenkins <[email protected]>
To: [email protected]
Date: Mon, 19 Jan 2015 15:31:13 -0600 (CST)
See <https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/177/changes>

Changes:

[Andrew Johnson] Merged fixes from 3.14 branch.

Added new link_field_name() function to dbLink.c, needed to
be able to print the link field name.

[Andrew Johnson] Add missing DLLSTUB dependency rules

[Andrew Johnson] Remove trailing ; from dbGetSevr macro

[Andrew Johnson] Fix Windows builds

The windows shell doesn't like commands that start ../
Those commands are all found using TOOLS, so by making that
an absolute path we fix that problem.
However GNUmake doesn't recognize targets with relative paths
as being the same as their absolute path, so we have to fix up
some places that were using TOOLS in dependencies.

[Andrew Johnson] Deprecate and remove all uses of PATH_FILTER

[Andrew Johnson] Use msi for dependency rules generation

Added -D command, modified RULES.Db to use it.

[Andrew Johnson] Merge perlbin fix from 3.14.

[Andrew Johnson] Set version snapshot back to -DEV

[Andrew Johnson] R3.15.1

[Andrew Johnson] Merge changes from 3.14 branch, revno 12507

[Andrew Johnson] Fix epicsStrnEscapedFromRaw() and epicsStrnRawFromEscaped()

Major rewrites; the original epicsStrnRawFromEscaped() could read
beyond the end of the input buffer if the input count ended in the
middle of an octal or hex escape sequence. Zero termination did not
always match the return count, and hex escapes were always 2 digits,
contrary to the C standard.

New versions don't use epicsSnprintf() or sscanf() for hex and octal
conversions, so should be slightly faster.

Added 81 new tests to check the above issues.

[Ralph Lange] libCom/osi: fix - do not set the main thread's Linux name to _main_ (linux)

[Andrew Johnson] Update KnownProblems list

[Andrew Johnson] Set version snapshot to -rc1-DEV

[Andrew Johnson] Update version numbers for 3.15.1-rc1

[Andrew Johnson] Merge change from 3.14 branch

Up to revno 12506

[Andrew Johnson] Build issues for iOS

[Andrew Johnson] Build issues for MinWG

[Andrew Johnson] Added missing tests to epicsRunDbTests.c

[Ralph Lange] ioc/db: fix segfault in dbcaStats when disconnected CA links are present

[Ralph Lange] ioc/db/test: add a test for dbcaStats (detects bug lp:1394212)

[Ralph Lange] std/rec/test: extend arrayOpTest to cover an array of size 1 (detects bug lp:1389298)

[Andrew Johnson] scanIoTest: Extend time for callback threads to run.

Needed for VxWorks 5.5.2 on 68K

[Andrew Johnson] Cleaned up VxWorks 6.9 symLib warnings

VxWorks 6.9 deprecated several symFindBy...() routines, which
result in warning messages at build-time. I rewrote the code
that uses these to use the newer API on VxWorks 6.9.

Also deprecated the two epicsDynLink.h symFindByNameEPICS()
and symFindByNameAndTypeEPICS() routines; epicsFindSymbol() in
epicsFindSymbol.h is now available on most platforms instead.

[Andrew Johnson] Fix ringPointerTest thread priority issue on VxWorks

Picked a priority somewhere in the middle and switch to
that for the two test subroutines that care.

[Andrew Johnson] Build stability fixes

Change menuGlobal.dbd and stdRecords.dbd to be generated
as a list of unexpanded include statements, not expanded
out as they have been recently on this branch. This means
any .dbd.pod files in those lists don't have to have been
filtered to remove the POD statements which significantly
simplifies the dependency graph. I had experienced build
loops at times, which this change should prevent.

[Michael Davidsaver] Revert "dbBkpt: atexit"

[Michael Davidsaver] errlog: Don't free globals.

Since the pvtData.atExit flag doesn't prevent all
concurrent use of the pvtData struct we can't safely
free it.

[Michael Davidsaver] dbLock: remove dbLockExit()

No benefit to freeing global locks in unittests,
and this could cause problems with normal IOC
shutdown.

[Andrew Johnson] Fix single-element array problem

An array field with a maximum size of 1 element would not be
treated as an array, so the record's rset::get_array_info()
routine wasn't being called. Fixed in dbAccess for both
dbGet() and dbPut() operations, and in dbEvent for monitors.

Fixes lp:1389298

[Michael Davidsaver] pcas: avoid reinterpret_cast with sockaddr

Avoid warning about breaking aliasing rules

[Michael Davidsaver] dbNotify: shutdown with exitDatabase

Can't cleanup dbNotify while rsrv or scan tasks
are running as there may be operations in progress.

[Michael Davidsaver] dbChannel: shutdown from exitDatabase()

Can't cleanup dbChannel while rsrv or scan tasks
remain running.

[Andrew Johnson] configure: Windows-x64 architecture fixes

* Removed /favor:blend from ARCH_DEP_CPPFLAGS
It is the default anyway, and including it stops the
MS Express compilers from building 64-bit executables.
* Added a CONFIG_SITE.Common.windows-x64-static file.
The MSVS 2010 linker crashes when when generating code
for this target with HOST_OPT = YES, so make it NO.

[Ralph Lange] libCom/log: make iocLog client unregister its listener from errlog on shutdown

[Michael Davidsaver] libCom/test: fix ringPointerTest compile issues on vxWorks and MSVC

Remove C GNU-isms
1) mixing code/variable defs
2) arithmetic on void*

[Michael Davidsaver] libCom/test: re-write ringPointerTest

------------------------------------------
[...truncated 3213 lines...]
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbConvert.obj)>:dbConvert.c:(.text+0x44b0): undefined reference to `cvtUcharToString'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbConvert.obj)>:dbConvert.c:(.text+0x4502): undefined reference to `cvtCharToString'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbConvert.obj)>:dbConvert.c:(.text+0x452e): undefined reference to `cvtCharToString'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbConvert.obj)>:dbConvert.c:(.text+0x45a1): undefined reference to `cvtCharToString'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbConvert.obj)>:dbConvert.c:(.text+0x45d0): undefined reference to `cvtCharToString'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbConvert.obj)>:dbConvert.c:(.text+0x4650): undefined reference to `epicsParseDouble'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbConvert.obj)>:dbConvert.c:(.text+0x4692): undefined reference to `epicsParseDouble'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbConvert.obj)>:dbConvert.c:(.text+0x4783): undefined reference to `epicsParseDouble'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbConvert.obj)>:dbConvert.c:(.text+0x47c2): undefined reference to `epicsParseDouble'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbConvert.obj)>:dbConvert.c:(.text+0x48ac): undefined reference to `epicsParseDouble'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbConvert.obj)>:dbConvert.c:(.text+0x48f2): more undefined references to `epicsParseDouble' follow
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbConvert.obj)>:dbConvert.c:(.text+0x4a70): undefined reference to `epicsParseFloat'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbConvert.obj)>:dbConvert.c:(.text+0x4ab2): undefined reference to `epicsParseFloat'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbConvert.obj)>:dbConvert.c:(.text+0x4b9c): undefined reference to `epicsParseFloat'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbConvert.obj)>:dbConvert.c:(.text+0x4be2): undefined reference to `epicsParseFloat'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbContext.obj)>:dbContext.cpp:(.text+0x2f): undefined reference to `epicsAssert'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbContext.obj)>:dbContext.cpp:(.text+0x8f): undefined reference to `epicsAssert'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbContext.obj)>:dbContext.cpp:(.text+0xef): undefined reference to `epicsAssert'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbContext.obj)>:dbContext.cpp:(.text+0x153): undefined reference to `epicsAssert'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbContext.obj)>:dbContext.cpp:(.text+0x1cd): undefined reference to `epicsMutex::show(unsigned int) const'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbContext.obj)>:dbContext.cpp:(.text+0x1f5): undefined reference to `ca_attach_context'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbContext.obj)>:dbContext.cpp:(.text+0x3b9): undefined reference to `cacContext::~cacContext()'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbContext.obj)>:dbContext.cpp:(.text+0x433): undefined reference to `epicsAssert'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbContext.obj)>:dbContext.cpp:(.text+0x448): undefined reference to `ca_preemtive_callback_is_enabled'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbContext.obj)>:dbContext.cpp:(.text+0x511): undefined reference to `errlogPrintf'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbContext.obj)>:dbContext.cpp:(.text+0x707): undefined reference to `cacContext::~cacContext()'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbContext.obj)>:dbContext.cpp:(.text+0x7b7): undefined reference to `epicsAssert'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbContext.obj)>:dbContext.cpp:(.text+0x926): undefined reference to `epicsMutex::lock()'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbContext.obj)>:dbContext.cpp:(.text+0x955): undefined reference to `epicsMutex::unlock()'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbContext.obj)>:dbContext.cpp:(.text+0x9b7): undefined reference to `epicsMutex::lock()'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbContext.obj)>:dbContext.cpp:(.text+0x9e6): undefined reference to `epicsMutex::lock()'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbContext.obj)>:dbContext.cpp:(.text+0xa4f): undefined reference to `epicsMutex::lock()'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbContext.obj)>:dbContext.cpp:(.text+0xa86): undefined reference to `epicsMutex::unlock()'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbContext.obj)>:dbContext.cpp:(.text+0xa9b): undefined reference to `epicsMutex::unlock()'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbContext.obj)>:dbContext.cpp:(.text+0xab0): undefined reference to `epicsMutex::unlock()'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbContext.obj)>:dbContext.cpp:(.text+0xac5): undefined reference to `epicsMutex::unlock()'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbContext.obj)>:dbContext.cpp:(.text+0xb1f): undefined reference to `epicsAssert'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbContext.obj)>:dbContext.cpp:(.text+0xda3): undefined reference to `epicsAssert'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbContext.obj)>:dbContext.cpp:(.text+0xf57): undefined reference to `epicsAssert'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbContext.obj)>:dbContext.cpp:(.text+0x1000): undefined reference to `epicsMutex::lock()'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbContext.obj)>:dbContext.cpp:(.text+0x1045): undefined reference to `epicsMutex::unlock()'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbContext.obj)>:dbContext.cpp:(.text+0x105c): undefined reference to `epicsMutex::unlock()'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbContext.obj)>:dbContext.cpp:(.text+0x1088): undefined reference to `epicsMutex::lock()'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbContext.obj)>:dbContext.cpp:(.text+0x10a3): undefined reference to `epicsMutex::unlock()'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbContext.obj)>:dbContext.cpp:(.text+0x10b8): undefined reference to `epicsMutex::unlock()'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbContext.obj)>:dbContext.cpp:(.text+0x10ff): undefined reference to `epicsAssert'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbContext.obj)>:dbContext.cpp:(.text+0x1185): undefined reference to `epicsAssert'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbContext.obj)>:dbContext.cpp:(.text+0x13a2): undefined reference to `epicsAssert'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbContext.obj)>:dbContext.cpp:(.text+0x15b3): undefined reference to `epicsMutex::unlock()'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbContext.obj)>:dbContext.cpp:(.text+0x15c9): undefined reference to `epicsThreadGetPrioritySelf'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbContext.obj)>:dbContext.cpp:(.text+0x15d9): undefined reference to `epicsThreadLowestPriorityLevelAbove'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbContext.obj)>:dbContext.cpp:(.text+0x15eb): undefined reference to `ca_current_context'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbContext.obj)>:dbContext.cpp:(.text+0x161c): undefined reference to `epicsMutex::lock()'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbContext.obj)>:dbContext.cpp:(.text+0x1658): undefined reference to `epicsMutex::lock()'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbContext.obj)>:dbContext.cpp:(.text+0x219): undefined reference to `epicsAssert'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbContext.obj)>:dbContext.cpp:(.text+0x307): undefined reference to `cacContext::~cacContext()'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbContext.obj)>:dbContext.cpp:(.text+0x588): undefined reference to `caInstallDefaultService(cacService&)'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbContext.obj)>:dbContext.cpp:(.text+0xed5): undefined reference to `errlogPrintf'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbContext.obj)>:dbContext.cpp:(.text$_ZN9dbServiceD1Ev[_ZN9dbServiceD1Ev]+0xb): undefined reference to `cacService::~cacService()'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbContext.obj)>:dbContext.cpp:(.text$_ZN9dbServiceD0Ev[_ZN9dbServiceD0Ev]+0x13): undefined reference to `cacService::~cacService()'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbContext.obj)>:dbContext.cpp:(.text$_ZNK8resTableI8dbBaseIO10chronIntIdE6verifyEv[_ZNK8resTableI8dbBaseIO10chronIntIdE6verifyEv]+0x59): undefined reference to `epicsAssert'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbContext.obj)>:dbContext.cpp:(.text$_ZNK8resTableI8dbBaseIO10chronIntIdE6verifyEv[_ZNK8resTableI8dbBaseIO10chronIntIdE6verifyEv]+0x99): undefined reference to `epicsAssert'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbContext.obj)>:dbContext.cpp:(.text$_ZNK8resTableI8dbBaseIO10chronIntIdE6verifyEv[_ZNK8resTableI8dbBaseIO10chronIntIdE6verifyEv]+0x117): undefined reference to `epicsAssert'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbContext.obj)>:dbContext.cpp:(.text$_ZNK8resTableI8dbBaseIO10chronIntIdE6verifyEv[_ZNK8resTableI8dbBaseIO10chronIntIdE6verifyEv]+0x184): undefined reference to `epicsAssert'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbContext.obj)>:dbContext.cpp:(.text$_ZNK8resTableI8dbBaseIO10chronIntIdE6verifyEv[_ZNK8resTableI8dbBaseIO10chronIntIdE6verifyEv]+0x1a7): undefined reference to `epicsAssert'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbContext.obj)>:dbContext.cpp:(.text$_ZNK8resTableI8dbBaseIO10chronIntIdE6verifyEv[_ZNK8resTableI8dbBaseIO10chronIntIdE6verifyEv]+0x1c7): more undefined references to `epicsAssert' follow
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbContext.obj)>:dbContext.cpp:(.rdata$.refptr.dbr_size[.refptr.dbr_size]+0x0): undefined reference to `dbr_size'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbContext.obj)>:dbContext.cpp:(.rdata$.refptr._ZTV10cacContext[.refptr._ZTV10cacContext]+0x0): undefined reference to `vtable for cacContext'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbCaTest.obj)>:dbCaTest.c:(.text+0x33): undefined reference to `epicsStdoutPrintf'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbCaTest.obj)>:dbCaTest.c:(.text+0x164): undefined reference to `ca_field_type'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbCaTest.obj)>:dbCaTest.c:(.text+0x194): undefined reference to `ca_read_access'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbCaTest.obj)>:dbCaTest.c:(.text+0x1a5): undefined reference to `ca_write_access'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbCaTest.obj)>:dbCaTest.c:(.text+0x1c1): undefined reference to `ca_read_access'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbCaTest.obj)>:dbCaTest.c:(.text+0x1ce): undefined reference to `ca_write_access'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbCaTest.obj)>:dbCaTest.c:(.text+0x20c): undefined reference to `epicsStdoutPrintf'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbCaTest.obj)>:dbCaTest.c:(.text+0x228): undefined reference to `ca_host_name'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbCaTest.obj)>:dbCaTest.c:(.text+0x2a7): undefined reference to `epicsStdoutPrintf'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbCaTest.obj)>:dbCaTest.c:(.text+0x2e6): undefined reference to `epicsStdoutPrintf'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbCaTest.obj)>:dbCaTest.c:(.text+0x34a): undefined reference to `epicsStdoutPrintf'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbCaTest.obj)>:dbCaTest.c:(.text+0x36d): undefined reference to `epicsStdoutPrintf'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbCaTest.obj)>:dbCaTest.c:(.text+0x380): undefined reference to `epicsStdoutPrintf'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbCaTest.obj)>:dbCaTest.c:(.text+0x395): more undefined references to `epicsStdoutPrintf' follow
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbCaTest.obj)>:dbCaTest.c:(.text+0x3d5): undefined reference to `ca_context_status'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbCaTest.obj)>:dbCaTest.c:(.text+0x421): undefined reference to `epicsStdoutPrintf'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbCaTest.obj)>:dbCaTest.c:(.text+0x54f): undefined reference to `ca_state'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbTest.obj)>:dbTest.c:(.text+0x124): undefined reference to `epicsStdoutPrintf'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbTest.obj)>:dbTest.c:(.text+0x1b1): undefined reference to `epicsStdoutPrintf'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbTest.obj)>:dbTest.c:(.text+0x31a): undefined reference to `epicsStdoutPrintf'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbTest.obj)>:dbTest.c:(.text+0x554): undefined reference to `epicsStdoutPrintf'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbTest.obj)>:dbTest.c:(.text+0x5e1): undefined reference to `epicsStdoutPrintf'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbTest.obj)>:dbTest.c:(.text+0x74a): more undefined references to `epicsStdoutPrintf' follow
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbTest.obj)>:dbTest.c:(.text+0xa48): undefined reference to `epicsStrDup'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbTest.obj)>:dbTest.c:(.text+0xaa6): undefined reference to `callocMustSucceed'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbTest.obj)>:dbTest.c:(.text+0xb63): undefined reference to `epicsStdoutPrintf'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbTest.obj)>:dbTest.c:(.text+0xb91): undefined reference to `epicsStdoutPrintf'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbTest.obj)>:dbTest.c:(.text+0xbcb): undefined reference to `epicsStdoutPrintf'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbTest.obj)>:dbTest.c:(.text+0xbdc): undefined reference to `epicsStdoutPrintf'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbTest.obj)>:dbTest.c:(.text+0xc81): undefined reference to `epicsStdoutPrintf'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbTest.obj)>:dbTest.c:(.text+0xc9d): more undefined references to `epicsStdoutPrintf' follow
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbTest.obj)>:dbTest.c:(.text+0xefc): undefined reference to `epicsStrGlobMatch'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbTest.obj)>:dbTest.c:(.text+0xf15): undefined reference to `epicsStdoutPrintf'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbTest.obj)>:dbTest.c:(.text+0xfaf): undefined reference to `epicsStrGlobMatch'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbTest.obj)>:dbTest.c:(.text+0xfbb): undefined reference to `epicsStdoutPuts'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbTest.obj)>:dbTest.c:(.text+0xff3): undefined reference to `epicsStdoutPrintf'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbTest.obj)>:dbTest.c:(.text+0x100c): undefined reference to `epicsStdoutPrintf'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbTest.obj)>:dbTest.c:(.text+0x104b): undefined reference to `epicsStdoutPrintf'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbTest.obj)>:dbTest.c:(.text+0x119e): undefined reference to `epicsStdoutPrintf'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbTest.obj)>:dbTest.c:(.text+0x12db): undefined reference to `epicsStdoutPrintf'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbTest.obj)>:dbTest.c:(.text+0x1808): more undefined references to `epicsStdoutPrintf' follow
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbTest.obj)>:dbTest.c:(.text+0x1ec1): undefined reference to `epicsTimeToStrftime'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbTest.obj)>:dbTest.c:(.text+0x1f8b): undefined reference to `errPrintf'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbTest.obj)>:dbTest.c:(.text+0x1fbc): undefined reference to `epicsStdoutPrintf'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbTest.obj)>:dbTest.c:(.text+0x202c): undefined reference to `epicsStdoutPrintf'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbTest.obj)>:dbTest.c:(.text+0x205f): undefined reference to `epicsStdoutPrintf'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbTest.obj)>:dbTest.c:(.text+0x20a8): undefined reference to `epicsStdoutPrintf'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbTest.obj)>:dbTest.c:(.text+0x2152): undefined reference to `epicsStdoutPrintf'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbTest.obj)>:dbTest.c:(.text+0x216c): more undefined references to `epicsStdoutPrintf' follow
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbTest.obj)>:dbTest.c:(.text+0x21b4): undefined reference to `epicsTimeToStrftime'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbTest.obj)>:dbTest.c:(.text+0x21c3): undefined reference to `epicsStdoutPrintf'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbTest.obj)>:dbTest.c:(.text+0x21e7): undefined reference to `epicsStdoutPrintf'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbTest.obj)>:dbTest.c:(.text+0x2213): undefined reference to `epicsStdoutPrintf'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbTest.obj)>:dbTest.c:(.text+0x2244): undefined reference to `epicsStdoutPrintf'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbTest.obj)>:dbTest.c:(.text+0x227e): undefined reference to `epicsStdoutPrintf'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbTest.obj)>:dbTest.c:(.text+0x22a3): more undefined references to `epicsStdoutPrintf' follow
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbTest.obj)>:dbTest.c:(.text+0x3cc1): undefined reference to `epicsParseDouble'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbTest.obj)>:dbTest.c:(.text+0x3d00): undefined reference to `epicsParseFloat'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbTest.obj)>:dbTest.c:(.text+0x3ea4): undefined reference to `epicsStdoutPrintf'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbTest.obj)>:dbTest.c:(.text+0x3efe): undefined reference to `epicsStdoutPrintf'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbTest.obj)>:dbTest.c:(.text+0x445c): undefined reference to `epicsStdoutPrintf'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbTest.obj)>:dbTest.c:(.text+0x4498): undefined reference to `epicsStdoutPrintf'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbTest.obj)>:dbTest.c:(.text+0x44bb): undefined reference to `epicsStdoutPrintf'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbTest.obj)>:dbTest.c:(.text+0x482c): more undefined references to `epicsStdoutPrintf' follow
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbTest.obj)>:dbTest.c:(.text+0x49a3): undefined reference to `epicsGetStdout'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbTest.obj)>:dbTest.c:(.text+0x49c8): undefined reference to `epicsStdoutPrintf'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbContextReadNotifyCache.obj)>:dbContextReadNotifyCache.cpp:(.text+0x6c): undefined reference to `epicsAssert'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbContextReadNotifyCache.obj)>:dbContextReadNotifyCache.cpp:(.text+0xea): undefined reference to `epicsMutex::unlock()'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbContextReadNotifyCache.obj)>:dbContextReadNotifyCache.cpp:(.text+0x10f): undefined reference to `epicsMutex::lock()'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbContextReadNotifyCache.obj)>:dbContextReadNotifyCache.cpp:(.text+0x288): undefined reference to `epicsMutex::lock()'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbContextReadNotifyCache.obj)>:dbContextReadNotifyCache.cpp:(.text+0x2dc): undefined reference to `epicsAssert'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(db_access.obj)>:db_access.c:(.text+0x49f): undefined reference to `epicsConvertDoubleToFloat'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(db_access.obj)>:db_access.c:(.text+0x4b2): undefined reference to `epicsConvertDoubleToFloat'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(db_access.obj)>:db_access.c:(.text+0x4c5): undefined reference to `epicsConvertDoubleToFloat'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(db_access.obj)>:db_access.c:(.text+0x4d8): undefined reference to `epicsConvertDoubleToFloat'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(db_access.obj)>:db_access.c:(.text+0x4eb): undefined reference to `epicsConvertDoubleToFloat'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(db_access.obj)>:db_access.c:(.text+0x4fe): more undefined references to `epicsConvertDoubleToFloat' follow
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbChannelIO.obj)>:dbChannelIO.cpp:(.text+0x51): undefined reference to `epicsAssert'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbChannelIO.obj)>:dbChannelIO.cpp:(.text+0x6a): undefined reference to `cacChannel::~cacChannel()'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbChannelIO.obj)>:dbChannelIO.cpp:(.text+0xac): undefined reference to `epicsAssert'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbChannelIO.obj)>:dbChannelIO.cpp:(.text+0xf8): undefined reference to `epicsAssert'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbChannelIO.obj)>:dbChannelIO.cpp:(.text+0x148): undefined reference to `epicsAssert'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbChannelIO.obj)>:dbChannelIO.cpp:(.text+0x190): undefined reference to `epicsAssert'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbChannelIO.obj)>:dbChannelIO.cpp:(.text+0x1e6): undefined reference to `epicsAssert'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbChannelIO.obj)>:dbChannelIO.cpp:(.text+0x215): more undefined references to `epicsAssert' follow
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbChannelIO.obj)>:dbChannelIO.cpp:(.text+0x274): undefined reference to `epicsMutex::unlock()'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbChannelIO.obj)>:dbChannelIO.cpp:(.text+0x29b): undefined reference to `epicsMutex::lock()'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbChannelIO.obj)>:dbChannelIO.cpp:(.text+0x2d0): undefined reference to `epicsMutex::lock()'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbChannelIO.obj)>:dbChannelIO.cpp:(.text+0x3a4): undefined reference to `epicsAssert'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbChannelIO.obj)>:dbChannelIO.cpp:(.text+0x434): undefined reference to `epicsAssert'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbChannelIO.obj)>:dbChannelIO.cpp:(.text+0x494): undefined reference to `epicsAssert'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbChannelIO.obj)>:dbChannelIO.cpp:(.text+0x4e8): undefined reference to `epicsAssert'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbChannelIO.obj)>:dbChannelIO.cpp:(.text+0x594): undefined reference to `epicsAssert'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbChannelIO.obj)>:dbChannelIO.cpp:(.text+0x63c): more undefined references to `epicsAssert' follow
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbChannelIO.obj)>:dbChannelIO.cpp:(.text+0x739): undefined reference to `cacChannel::~cacChannel()'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbChannelIO.obj)>:dbChannelIO.cpp:(.text+0x763): undefined reference to `cacChannel::~cacChannel()'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbChannelIO.obj)>:dbChannelIO.cpp:(.text+0x7e0): undefined reference to `epicsAssert'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbChannelIO.obj)>:dbChannelIO.cpp:(.text+0x5f): undefined reference to `cacChannel::~cacChannel()'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbChannelIO.obj)>:dbChannelIO.cpp:(.text+0x758): undefined reference to `errlogPrintf'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbChannelIO.obj)>:dbChannelIO.cpp:(.text+0x8e5): undefined reference to `errlogPrintf'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbChannelIO.obj)>:dbChannelIO.cpp:(.rdata$_ZTV11dbChannelIO[_ZTV11dbChannelIO]+0x88): undefined reference to `cacChannel::accessRights(epicsGuard<epicsMutex>&) const'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbChannelIO.obj)>:dbChannelIO.cpp:(.rdata$_ZTV11dbChannelIO[_ZTV11dbChannelIO]+0x90): undefined reference to `cacChannel::searchAttempts(epicsGuard<epicsMutex>&) const'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbChannelIO.obj)>:dbChannelIO.cpp:(.rdata$_ZTV11dbChannelIO[_ZTV11dbChannelIO]+0x98): undefined reference to `cacChannel::beaconPeriod(epicsGuard<epicsMutex>&) const'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbChannelIO.obj)>:dbChannelIO.cpp:(.rdata$_ZTV11dbChannelIO[_ZTV11dbChannelIO]+0xa0): undefined reference to `cacChannel::receiveWatchdogDelay(epicsGuard<epicsMutex>&) const'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbChannelIO.obj)>:dbChannelIO.cpp:(.rdata$_ZTV11dbChannelIO[_ZTV11dbChannelIO]+0xa8): undefined reference to `cacChannel::ca_v42_ok(epicsGuard<epicsMutex>&) const'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbChannelIO.obj)>:dbChannelIO.cpp:(.rdata$_ZTV11dbChannelIO[_ZTV11dbChannelIO]+0xb0): undefined reference to `cacChannel::connected(epicsGuard<epicsMutex>&) const'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbChannelIO.obj)>:dbChannelIO.cpp:(.rdata$_ZTV11dbChannelIO[_ZTV11dbChannelIO]+0xb8): undefined reference to `cacChannel::getHostName(epicsGuard<epicsMutex>&, char*, unsigned int) const'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbChannelIO.obj)>:dbChannelIO.cpp:(.rdata$_ZTV11dbChannelIO[_ZTV11dbChannelIO]+0xc0): undefined reference to `cacChannel::pHostName(epicsGuard<epicsMutex>&) const'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbChannelIO.obj)>:dbChannelIO.cpp:(.rdata$.refptr._ZTV10cacChannel[.refptr._ZTV10cacChannel]+0x0): undefined reference to `vtable for cacChannel'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbChannelIO.obj)>:dbChannelIO.cpp:(.rdata$.refptr.dbf_text_invalid[.refptr.dbf_text_invalid]+0x0): undefined reference to `dbf_text_invalid'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbChannelIO.obj)>:dbChannelIO.cpp:(.rdata$.refptr.dbf_text[.refptr.dbf_text]+0x0): undefined reference to `dbf_text'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbChannelIO.obj)>:dbChannelIO.cpp:(.rdata$.refptr.dbf_text_dim[.refptr.dbf_text_dim]+0x0): undefined reference to `dbf_text_dim'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbPutNotifyBlocker.obj)>:dbPutNotifyBlocker.cpp:(.text+0x2e): undefined reference to `epicsEvent::~epicsEvent()'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbPutNotifyBlocker.obj)>:dbPutNotifyBlocker.cpp:(.text+0x78): undefined reference to `epicsMutex::lock()'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbPutNotifyBlocker.obj)>:dbPutNotifyBlocker.cpp:(.text+0x93): undefined reference to `epicsMutex::unlock()'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbPutNotifyBlocker.obj)>:dbPutNotifyBlocker.cpp:(.text+0xa8): undefined reference to `epicsMutex::unlock()'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbPutNotifyBlocker.obj)>:dbPutNotifyBlocker.cpp:(.text+0xde): undefined reference to `epicsEvent::~epicsEvent()'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbPutNotifyBlocker.obj)>:dbPutNotifyBlocker.cpp:(.text+0x137): undefined reference to `epicsMutex::lock()'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbPutNotifyBlocker.obj)>:dbPutNotifyBlocker.cpp:(.text+0x15a): undefined reference to `epicsEvent::trigger()'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbPutNotifyBlocker.obj)>:dbPutNotifyBlocker.cpp:(.text+0x179): undefined reference to `epicsMutex::unlock()'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbPutNotifyBlocker.obj)>:dbPutNotifyBlocker.cpp:(.text+0x1b8): undefined reference to `errlogPrintf'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbPutNotifyBlocker.obj)>:dbPutNotifyBlocker.cpp:(.text+0x1c7): undefined reference to `epicsMutex::unlock()'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbPutNotifyBlocker.obj)>:dbPutNotifyBlocker.cpp:(.text+0x295): undefined reference to `epicsEvent::epicsEvent(epicsEventInitialState)'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbPutNotifyBlocker.obj)>:dbPutNotifyBlocker.cpp:(.text+0x3e0): undefined reference to `epicsAssert'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbPutNotifyBlocker.obj)>:dbPutNotifyBlocker.cpp:(.text+0x407): undefined reference to `epicsAssert'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbPutNotifyBlocker.obj)>:dbPutNotifyBlocker.cpp:(.text+0x423): undefined reference to `epicsMutex::unlock()'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbPutNotifyBlocker.obj)>:dbPutNotifyBlocker.cpp:(.text+0x434): undefined reference to `epicsMutex::lock()'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbPutNotifyBlocker.obj)>:dbPutNotifyBlocker.cpp:(.text+0x44e): undefined reference to `epicsEvent::trigger()'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbPutNotifyBlocker.obj)>:dbPutNotifyBlocker.cpp:(.text+0x488): undefined reference to `epicsMutex::lock()'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbPutNotifyBlocker.obj)>:dbPutNotifyBlocker.cpp:(.text+0x4d0): undefined reference to `epicsAssert'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbPutNotifyBlocker.obj)>:dbPutNotifyBlocker.cpp:(.text+0x4ec): undefined reference to `epicsMutex::unlock()'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbPutNotifyBlocker.obj)>:dbPutNotifyBlocker.cpp:(.text+0x4fd): undefined reference to `epicsMutex::lock()'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbPutNotifyBlocker.obj)>:dbPutNotifyBlocker.cpp:(.text+0x529): undefined reference to `epicsMutex::lock()'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbPutNotifyBlocker.obj)>:dbPutNotifyBlocker.cpp:(.text+0x56f): undefined reference to `epicsAssert'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbPutNotifyBlocker.obj)>:dbPutNotifyBlocker.cpp:(.text+0x623): undefined reference to `epicsAssert'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbPutNotifyBlocker.obj)>:dbPutNotifyBlocker.cpp:(.text+0x635): undefined reference to `epicsTime::epicsTime()'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbPutNotifyBlocker.obj)>:dbPutNotifyBlocker.cpp:(.text+0x662): undefined reference to `epicsTime::getCurrent()'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbPutNotifyBlocker.obj)>:dbPutNotifyBlocker.cpp:(.text+0x68e): undefined reference to `epicsMutex::unlock()'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbPutNotifyBlocker.obj)>:dbPutNotifyBlocker.cpp:(.text+0x69a): undefined reference to `epicsEvent::wait(double)'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbPutNotifyBlocker.obj)>:dbPutNotifyBlocker.cpp:(.text+0x6a2): undefined reference to `epicsMutex::lock()'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbPutNotifyBlocker.obj)>:dbPutNotifyBlocker.cpp:(.text+0x6b7): undefined reference to `epicsTime::getCurrent()'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbPutNotifyBlocker.obj)>:dbPutNotifyBlocker.cpp:(.text+0x6c2): undefined reference to `epicsTime::operator-(epicsTime const&) const'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbPutNotifyBlocker.obj)>:dbPutNotifyBlocker.cpp:(.text+0x7a6): undefined reference to `epicsAssert'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbPutNotifyBlocker.obj)>:dbPutNotifyBlocker.cpp:(.text+0x81e): undefined reference to `epicsMutex::unlock()'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbPutNotifyBlocker.obj)>:dbPutNotifyBlocker.cpp:(.text+0x82f): undefined reference to `epicsMutex::lock()'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbPutNotifyBlocker.obj)>:dbPutNotifyBlocker.cpp:(.text+0x880): undefined reference to `epicsMutex::lock()'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbPutNotifyBlocker.obj)>:dbPutNotifyBlocker.cpp:(.text+0x8ce): undefined reference to `epicsMutex::lock()'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbPutNotifyBlocker.obj)>:dbPutNotifyBlocker.cpp:(.text+0x106): undefined reference to `errlogPrintf'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbPutNotifyBlocker.obj)>:dbPutNotifyBlocker.cpp:(.text+0x221): undefined reference to `epicsEvent::show(unsigned int) const'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbPutNotifyBlocker.obj)>:dbPutNotifyBlocker.cpp:(.text+0x51e): undefined reference to `epicsEvent::trigger()'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbPutNotifyBlocker.obj)>:dbPutNotifyBlocker.cpp:(.text+0x9a5): undefined reference to `errlogPrintf'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbSubscriptionIO.obj)>:dbSubscriptionIO.cpp:(.text+0x35): undefined reference to `epicsMutex::lock()'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbSubscriptionIO.obj)>:dbSubscriptionIO.cpp:(.text+0x50): undefined reference to `epicsMutex::unlock()'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbSubscriptionIO.obj)>:dbSubscriptionIO.cpp:(.text+0x65): undefined reference to `epicsMutex::unlock()'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbSubscriptionIO.obj)>:dbSubscriptionIO.cpp:(.text+0x11c): undefined reference to `epicsAssert'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbSubscriptionIO.obj)>:dbSubscriptionIO.cpp:(.text+0x250): undefined reference to `epicsAssert'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbSubscriptionIO.obj)>:dbSubscriptionIO.cpp:(.text+0x262): undefined reference to `epicsMutex::unlock()'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbSubscriptionIO.obj)>:dbSubscriptionIO.cpp:(.text+0x2ae): undefined reference to `epicsMutex::lock()'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbSubscriptionIO.obj)>:dbSubscriptionIO.cpp:(.text+0x2f3): undefined reference to `epicsMutex::lock()'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbSubscriptionIO.obj)>:dbSubscriptionIO.cpp:(.text+0x348): undefined reference to `epicsAssert'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbSubscriptionIO.obj)>:dbSubscriptionIO.cpp:(.text+0x38d): undefined reference to `epicsAssert'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbSubscriptionIO.obj)>:dbSubscriptionIO.cpp:(.text+0x3b0): undefined reference to `epicsMutex::unlock()'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbSubscriptionIO.obj)>:dbSubscriptionIO.cpp:(.text+0x3c0): undefined reference to `epicsMutex::lock()'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbSubscriptionIO.obj)>:dbSubscriptionIO.cpp:(.text+0x3d6): undefined reference to `epicsMutex::lock()'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbSubscriptionIO.obj)>:dbSubscriptionIO.cpp:(.text+0x420): undefined reference to `epicsAssert'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbSubscriptionIO.obj)>:dbSubscriptionIO.cpp:(.text+0x9f): undefined reference to `errlogPrintf'
/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/lib/cygwin-x86_64/libdbCore.dll.a(dbSubscriptionIO.obj)>:dbSubscriptionIO.cpp:(.text+0x485): undefined reference to `errlogPrintf'
collect2: error: ld returned 1 exit status
../../../../../configure/RULES_BUILD:280: recipe for target 'dbTestIoc.dll' failed
make[3]: *** [dbTestIoc.dll] Error 1
make[3]: Leaving directory '/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/src/ioc/db/test/O.cygwin-x86_64'>
../../../../configure/RULES_ARCHS:56: recipe for target 'install.cygwin-x86_64' failed
make[2]: *** [install.cygwin-x86_64] Error 2
make[2]: Leaving directory '/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/src/ioc/db/test'>
../configure/RULES_DIRS:72: recipe for target 'ioc/db/test.install' failed
make[1]: *** [ioc/db/test.install] Error 2
make[1]: Leaving directory '/cygdrive/c<https://jenkins.aps.anl.gov/job/epics-base-3.15-cyg64/ws/src'>
configure/RULES_DIRS:72: recipe for target 'src.install' failed
make: *** [src.install] Error 2
Build step 'Execute shell' marked build as failure
[WARNINGS] Skipping publisher since build result is FAILURE

Replies:
Re: Build failed in Jenkins: epics-base-3.15-cyg64 #177 Andrew Johnson
Build failed in Jenkins: epics-base-3.15-cyg64 #178 APS Jenkins

Navigate by Date:
Prev: Re: Conversion issues (analog device support with float type raw data) Andrew Johnson
Next: Re: Build failed in Jenkins: epics-base-3.15-cyg64 #177 Andrew Johnson
Index: 2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  <20152016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: Re: Conversion issues (analog device support with float type raw data) Andrew Johnson
Next: Re: Build failed in Jenkins: epics-base-3.15-cyg64 #177 Andrew Johnson
Index: 2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  <20152016  2017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 16 Dec 2015 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·