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  2017  2018  <20192020  2021  2022  2023  2024  Index 2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  <20192020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: Build failed in Jenkins: epics-pvAccess-win64 #636
From: APS Jenkins via Core-talk <[email protected]>
To: [email protected]
Date: Wed, 26 Jun 2019 18:04:03 -0500 (CDT)
See <https://jenkins.aps.anl.gov/job/epics-pvAccess-win64/636/display/redirect?page=changes>

Changes:

[Michael Davidsaver] Troubleshoot "no more data in UDP packet"

[Michael Davidsaver] redo hexDump

[Michael Davidsaver] more Troubleshoot "no more data in UDP packet"

[Michael Davidsaver] ignore protocol minor version 0

[Michael Davidsaver] split client/server protocol version

[Michael Davidsaver] more de-virt getRevision()

[Michael Davidsaver] echo content

[Michael Davidsaver] AbstractCodec cleanup

[Michael Davidsaver] RX timeout

[Michael Davidsaver] PVA server protocol v2

[Michael Davidsaver] Enable client sending of CMD_ECHO

[Michael Davidsaver] client proto v2

[Michael Davidsaver] Remove dead code

[Michael Davidsaver] Don't clear client _outgoingIR on beacon anomaly

[Michael Davidsaver] further dead code

[Michael Davidsaver] really echo this time...

[Michael Davidsaver] CAPlugin handle peer NULL data

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on win64-2 (windows-x64) in workspace <https://jenkins.aps.anl.gov/job/epics-pvAccess-win64/ws/>
No credentials specified
 > C:/Program Files/Git/cmd/git.exe rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > C:/Program Files/Git/cmd/git.exe config remote.origin.url https://github.com/epics-base/pvAccessCPP.git # timeout=10
Cleaning workspace
 > C:/Program Files/Git/cmd/git.exe rev-parse --verify HEAD # timeout=10
Resetting working tree
 > C:/Program Files/Git/cmd/git.exe reset --hard # timeout=10
 > C:/Program Files/Git/cmd/git.exe clean -fdx # timeout=10
Fetching upstream changes from https://github.com/epics-base/pvAccessCPP.git
 > C:/Program Files/Git/cmd/git.exe --version # timeout=10
Setting http proxy: webproxy1.anl.gov:9091
 > C:/Program Files/Git/cmd/git.exe fetch --tags --force --progress https://github.com/epics-base/pvAccessCPP.git +refs/heads/*:refs/remotes/origin/*
 > C:/Program Files/Git/cmd/git.exe rev-parse "refs/remotes/origin/master^{commit}" # timeout=10
 > C:/Program Files/Git/cmd/git.exe rev-parse "refs/remotes/origin/origin/master^{commit}" # timeout=10
Checking out Revision 9eb5843deffc15ab0c9bf444ab52fd5bdd3b8ff1 (refs/remotes/origin/master)
 > C:/Program Files/Git/cmd/git.exe config core.sparsecheckout # timeout=10
 > C:/Program Files/Git/cmd/git.exe checkout -f 9eb5843deffc15ab0c9bf444ab52fd5bdd3b8ff1
Commit message: "Merge pull request #144 from mdavidsaver/idletimeout"
 > C:/Program Files/Git/cmd/git.exe rev-list --no-walk a2c106378a868b8365aa5a3315652936fa25f1d1 # timeout=10
[epics-pvAccess-win64] $ cmd /c call C:\Users\jenkins\AppData\Local\Temp\jenkins3581092722715928275.bat

C:\jenkins\win64-2\workspace\epics-pvAccess-win64>SET TA=win64 

C:\jenkins\win64-2\workspace\epics-pvAccess-win64>SET BV=7.0 

C:\jenkins\win64-2\workspace\epics-pvAccess-win64>SET CR=configure/RELEASE.local 

C:\jenkins\win64-2\workspace\epics-pvAccess-win64>SET WS=C:/Jenkins/win64-2/workspace 

C:\jenkins\win64-2\workspace\epics-pvAccess-win64>SET MO=-j4 -O --no-print-directory 

C:\jenkins\win64-2\workspace\epics-pvAccess-win64>echo # RELEASE for jenkins-epics-pvAccess-win64-636 1>configure/RELEASE.local 

C:\jenkins\win64-2\workspace\epics-pvAccess-win64>echo PVDATA = C:/Jenkins/win64-2/workspace/epics-pvData-win64 1>>configure/RELEASE.local 

C:\jenkins\win64-2\workspace\epics-pvAccess-win64>echo EPICS_BASE = C:/Jenkins/win64-2/workspace/epics-base-7.0-win64 1>>configure/RELEASE.local 

C:\jenkins\win64-2\workspace\epics-pvAccess-win64>make -j4 -O --no-print-directory 
make -C ./configure install 
perl -CSD C:/Jenkins/win64-2/workspace/epics-base-7.0-win64/bin/windows-x64/makeMakefile.pl O.windows-x64 ../..
perl -CSD -MExtUtils::Command -e mkpath O.Common
make -C O.windows-x64 -f ../Makefile TOP=../.. \
    T_A=windows-x64 install
perl -CSD C:/Jenkins/win64-2/workspace/epics-base-7.0-win64/bin/windows-x64/convertRelease.pl checkRelease
"Installing CFG file ../../cfg/CONFIG_PVACCESS_VERSION"
"Installing CFG file ../../cfg/CONFIG_PVACCESS_MODULE"
mkdir ../../cfg
make -C ./src install 
perl -CSD C:/Jenkins/win64-2/workspace/epics-base-7.0-win64/bin/windows-x64/makeMakefile.pl O.windows-x64 ../..
perl -CSD -MExtUtils::Command -e mkpath O.Common
make -C O.windows-x64 -f ../Makefile TOP=../.. \
    T_A=windows-x64 install
perl -CSD -MExtUtils::Command -e mkpath ../O.Common/pv
perl -CSD C:/Jenkins/win64-2/workspace/epics-base-7.0-win64/bin/windows-x64/expandVars.pl -DEPICS_PVA_MAJOR_VERSION="6" -DEPICS_PVA_MINOR_VERSION="1" -DEPICS_PVA_MAINTENANCE_VERSION="2" -DEPICS_PVA_DEVELOPMENT_FLAG="0" -t ../.. -a windows-x64   ../pva/pvaVersionNum.h@ ../O.Common/pv/pvaVersionNum.h
perl -CSD C:/Jenkins/win64-2/workspace/epics-base-7.0-win64/bin/windows-x64/mkmf.pl  -m pipelineService.d -I. -I../O.Common -I. -I. -I.. -I../../src/pva -I../../src/utils -I../../src/client -I../../src/factory -I../../src/remote -I../../src/remoteClient -I../../src/server -I../../src/rpcService -I../../src/rpcClient -I../../src/pipelineService -I../../src/mb -I../../include/compiler/msvc -I../../include/os/WIN32 -I../../include   -IC:/Jenkins/win64-2/workspace/epics-pvData-win64/include -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/compiler/msvc -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/os/WIN32 -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include        pipelineService.obj ../../src/pipelineService/pipelineService.cpp
perl -CSD C:/Jenkins/win64-2/workspace/epics-base-7.0-win64/bin/windows-x64/mkmf.pl  -m pipelineServer.d -I. -I../O.Common -I. -I. -I.. -I../../src/pva -I../../src/utils -I../../src/client -I../../src/factory -I../../src/remote -I../../src/remoteClient -I../../src/server -I../../src/rpcService -I../../src/rpcClient -I../../src/pipelineService -I../../src/mb -I../../include/compiler/msvc -I../../include/os/WIN32 -I../../include   -IC:/Jenkins/win64-2/workspace/epics-pvData-win64/include -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/compiler/msvc -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/os/WIN32 -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include        pipelineServer.obj ../../src/pipelineService/pipelineServer.cpp
perl -CSD C:/Jenkins/win64-2/workspace/epics-base-7.0-win64/bin/windows-x64/mkmf.pl  -m rpcClient.d -I. -I../O.Common -I. -I. -I.. -I../../src/pva -I../../src/utils -I../../src/client -I../../src/factory -I../../src/remote -I../../src/remoteClient -I../../src/server -I../../src/rpcService -I../../src/rpcClient -I../../src/pipelineService -I../../src/mb -I../../include/compiler/msvc -I../../include/os/WIN32 -I../../include   -IC:/Jenkins/win64-2/workspace/epics-pvData-win64/include -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/compiler/msvc -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/os/WIN32 -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include        rpcClient.obj ../../src/rpcClient/rpcClient.cpp
perl -CSD C:/Jenkins/win64-2/workspace/epics-base-7.0-win64/bin/windows-x64/mkmf.pl  -m rpcServer.d -I. -I../O.Common -I. -I. -I.. -I../../src/pva -I../../src/utils -I../../src/client -I../../src/factory -I../../src/remote -I../../src/remoteClient -I../../src/server -I../../src/rpcService -I../../src/rpcClient -I../../src/pipelineService -I../../src/mb -I../../include/compiler/msvc -I../../include/os/WIN32 -I../../include   -IC:/Jenkins/win64-2/workspace/epics-pvData-win64/include -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/compiler/msvc -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/os/WIN32 -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include        rpcServer.obj ../../src/rpcService/rpcServer.cpp
perl -CSD C:/Jenkins/win64-2/workspace/epics-base-7.0-win64/bin/windows-x64/mkmf.pl  -m rpcService.d -I. -I../O.Common -I. -I. -I.. -I../../src/pva -I../../src/utils -I../../src/client -I../../src/factory -I../../src/remote -I../../src/remoteClient -I../../src/server -I../../src/rpcService -I../../src/rpcClient -I../../src/pipelineService -I../../src/mb -I../../include/compiler/msvc -I../../include/os/WIN32 -I../../include   -IC:/Jenkins/win64-2/workspace/epics-pvData-win64/include -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/compiler/msvc -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/os/WIN32 -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include        rpcService.obj ../../src/rpcService/rpcService.cpp
perl -CSD C:/Jenkins/win64-2/workspace/epics-base-7.0-win64/bin/windows-x64/mkmf.pl  -m sharedstate_rpc.d -I. -I../O.Common -I. -I. -I.. -I../../src/pva -I../../src/utils -I../../src/client -I../../src/factory -I../../src/remote -I../../src/remoteClient -I../../src/server -I../../src/rpcService -I../../src/rpcClient -I../../src/pipelineService -I../../src/mb -I../../include/compiler/msvc -I../../include/os/WIN32 -I../../include   -IC:/Jenkins/win64-2/workspace/epics-pvData-win64/include -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/compiler/msvc -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/os/WIN32 -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include        sharedstate_rpc.obj ../../src/server/sharedstate_rpc.cpp
perl -CSD C:/Jenkins/win64-2/workspace/epics-base-7.0-win64/bin/windows-x64/mkmf.pl  -m sharedstate_put.d -I. -I../O.Common -I. -I. -I.. -I../../src/pva -I../../src/utils -I../../src/client -I../../src/factory -I../../src/remote -I../../src/remoteClient -I../../src/server -I../../src/rpcService -I../../src/rpcClient -I../../src/pipelineService -I../../src/mb -I../../include/compiler/msvc -I../../include/os/WIN32 -I../../include   -IC:/Jenkins/win64-2/workspace/epics-pvData-win64/include -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/compiler/msvc -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/os/WIN32 -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include        sharedstate_put.obj ../../src/server/sharedstate_put.cpp
perl -CSD C:/Jenkins/win64-2/workspace/epics-base-7.0-win64/bin/windows-x64/mkmf.pl  -m sharedstate_channel.d -I. -I../O.Common -I. -I. -I.. -I../../src/pva -I../../src/utils -I../../src/client -I../../src/factory -I../../src/remote -I../../src/remoteClient -I../../src/server -I../../src/rpcService -I../../src/rpcClient -I../../src/pipelineService -I../../src/mb -I../../include/compiler/msvc -I../../include/os/WIN32 -I../../include   -IC:/Jenkins/win64-2/workspace/epics-pvData-win64/include -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/compiler/msvc -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/os/WIN32 -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include        sharedstate_channel.obj ../../src/server/sharedstate_channel.cpp
perl -CSD C:/Jenkins/win64-2/workspace/epics-base-7.0-win64/bin/windows-x64/mkmf.pl  -m sharedstate_pv.d -I. -I../O.Common -I. -I. -I.. -I../../src/pva -I../../src/utils -I../../src/client -I../../src/factory -I../../src/remote -I../../src/remoteClient -I../../src/server -I../../src/rpcService -I../../src/rpcClient -I../../src/pipelineService -I../../src/mb -I../../include/compiler/msvc -I../../include/os/WIN32 -I../../include   -IC:/Jenkins/win64-2/workspace/epics-pvData-win64/include -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/compiler/msvc -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/os/WIN32 -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include        sharedstate_pv.obj ../../src/server/sharedstate_pv.cpp
perl -CSD C:/Jenkins/win64-2/workspace/epics-base-7.0-win64/bin/windows-x64/mkmf.pl  -m server.d -I. -I../O.Common -I. -I. -I.. -I../../src/pva -I../../src/utils -I../../src/client -I../../src/factory -I../../src/remote -I../../src/remoteClient -I../../src/server -I../../src/rpcService -I../../src/rpcClient -I../../src/pipelineService -I../../src/mb -I../../include/compiler/msvc -I../../include/os/WIN32 -I../../include   -IC:/Jenkins/win64-2/workspace/epics-pvData-win64/include -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/compiler/msvc -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/os/WIN32 -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include        server.obj ../../src/server/server.cpp
perl -CSD C:/Jenkins/win64-2/workspace/epics-base-7.0-win64/bin/windows-x64/mkmf.pl  -m beaconServerStatusProvider.d -I. -I../O.Common -I. -I. -I.. -I../../src/pva -I../../src/utils -I../../src/client -I../../src/factory -I../../src/remote -I../../src/remoteClient -I../../src/server -I../../src/rpcService -I../../src/rpcClient -I../../src/pipelineService -I../../src/mb -I../../include/compiler/msvc -I../../include/os/WIN32 -I../../include   -IC:/Jenkins/win64-2/workspace/epics-pvData-win64/include -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/compiler/msvc -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/os/WIN32 -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include        beaconServerStatusProvider.obj ../../src/server/beaconServerStatusProvider.cpp
perl -CSD C:/Jenkins/win64-2/workspace/epics-base-7.0-win64/bin/windows-x64/mkmf.pl  -m beaconEmitter.d -I. -I../O.Common -I. -I. -I.. -I../../src/pva -I../../src/utils -I../../src/client -I../../src/factory -I../../src/remote -I../../src/remoteClient -I../../src/server -I../../src/rpcService -I../../src/rpcClient -I../../src/pipelineService -I../../src/mb -I../../include/compiler/msvc -I../../include/os/WIN32 -I../../include   -IC:/Jenkins/win64-2/workspace/epics-pvData-win64/include -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/compiler/msvc -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/os/WIN32 -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include        beaconEmitter.obj ../../src/server/beaconEmitter.cpp
perl -CSD C:/Jenkins/win64-2/workspace/epics-base-7.0-win64/bin/windows-x64/mkmf.pl  -m baseChannelRequester.d -I. -I../O.Common -I. -I. -I.. -I../../src/pva -I../../src/utils -I../../src/client -I../../src/factory -I../../src/remote -I../../src/remoteClient -I../../src/server -I../../src/rpcService -I../../src/rpcClient -I../../src/pipelineService -I../../src/mb -I../../include/compiler/msvc -I../../include/os/WIN32 -I../../include   -IC:/Jenkins/win64-2/workspace/epics-pvData-win64/include -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/compiler/msvc -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/os/WIN32 -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include        baseChannelRequester.obj ../../src/server/baseChannelRequester.cpp
perl -CSD C:/Jenkins/win64-2/workspace/epics-base-7.0-win64/bin/windows-x64/mkmf.pl  -m serverChannelImpl.d -I. -I../O.Common -I. -I. -I.. -I../../src/pva -I../../src/utils -I../../src/client -I../../src/factory -I../../src/remote -I../../src/remoteClient -I../../src/server -I../../src/rpcService -I../../src/rpcClient -I../../src/pipelineService -I../../src/mb -I../../include/compiler/msvc -I../../include/os/WIN32 -I../../include   -IC:/Jenkins/win64-2/workspace/epics-pvData-win64/include -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/compiler/msvc -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/os/WIN32 -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include        serverChannelImpl.obj ../../src/server/serverChannelImpl.cpp
perl -CSD C:/Jenkins/win64-2/workspace/epics-base-7.0-win64/bin/windows-x64/mkmf.pl  -m serverContext.d -I. -I../O.Common -I. -I. -I.. -I../../src/pva -I../../src/utils -I../../src/client -I../../src/factory -I../../src/remote -I../../src/remoteClient -I../../src/server -I../../src/rpcService -I../../src/rpcClient -I../../src/pipelineService -I../../src/mb -I../../include/compiler/msvc -I../../include/os/WIN32 -I../../include   -IC:/Jenkins/win64-2/workspace/epics-pvData-win64/include -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/compiler/msvc -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/os/WIN32 -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include        serverContext.obj ../../src/server/serverContext.cpp
perl -CSD C:/Jenkins/win64-2/workspace/epics-base-7.0-win64/bin/windows-x64/mkmf.pl  -m security.d -I. -I../O.Common -I. -I. -I.. -I../../src/pva -I../../src/utils -I../../src/client -I../../src/factory -I../../src/remote -I../../src/remoteClient -I../../src/server -I../../src/rpcService -I../../src/rpcClient -I../../src/pipelineService -I../../src/mb -I../../include/compiler/msvc -I../../include/os/WIN32 -I../../include   -IC:/Jenkins/win64-2/workspace/epics-pvData-win64/include -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/compiler/msvc -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/os/WIN32 -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include        security.obj ../../src/remote/security.cpp
perl -CSD C:/Jenkins/win64-2/workspace/epics-base-7.0-win64/bin/windows-x64/mkmf.pl  -m responseHandlers.d -I. -I../O.Common -I. -I. -I.. -I../../src/pva -I../../src/utils -I../../src/client -I../../src/factory -I../../src/remote -I../../src/remoteClient -I../../src/server -I../../src/rpcService -I../../src/rpcClient -I../../src/pipelineService -I../../src/mb -I../../include/compiler/msvc -I../../include/os/WIN32 -I../../include   -IC:/Jenkins/win64-2/workspace/epics-pvData-win64/include -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/compiler/msvc -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/os/WIN32 -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include        responseHandlers.obj ../../src/server/responseHandlers.cpp
perl -CSD C:/Jenkins/win64-2/workspace/epics-base-7.0-win64/bin/windows-x64/mkmf.pl  -m clientContextImpl.d -I. -I../O.Common -I. -I. -I.. -I../../src/pva -I../../src/utils -I../../src/client -I../../src/factory -I../../src/remote -I../../src/remoteClient -I../../src/server -I../../src/rpcService -I../../src/rpcClient -I../../src/pipelineService -I../../src/mb -I../../include/compiler/msvc -I../../include/os/WIN32 -I../../include   -IC:/Jenkins/win64-2/workspace/epics-pvData-win64/include -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/compiler/msvc -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/os/WIN32 -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include        clientContextImpl.obj ../../src/remoteClient/clientContextImpl.cpp
perl -CSD C:/Jenkins/win64-2/workspace/epics-base-7.0-win64/bin/windows-x64/mkmf.pl  -m codec.d -I. -I../O.Common -I. -I. -I.. -I../../src/pva -I../../src/utils -I../../src/client -I../../src/factory -I../../src/remote -I../../src/remoteClient -I../../src/server -I../../src/rpcService -I../../src/rpcClient -I../../src/pipelineService -I../../src/mb -I../../include/compiler/msvc -I../../include/os/WIN32 -I../../include   -IC:/Jenkins/win64-2/workspace/epics-pvData-win64/include -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/compiler/msvc -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/os/WIN32 -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include        codec.obj ../../src/remote/codec.cpp
perl -CSD C:/Jenkins/win64-2/workspace/epics-base-7.0-win64/bin/windows-x64/mkmf.pl  -m serializationHelper.d -I. -I../O.Common -I. -I. -I.. -I../../src/pva -I../../src/utils -I../../src/client -I../../src/factory -I../../src/remote -I../../src/remoteClient -I../../src/server -I../../src/rpcService -I../../src/rpcClient -I../../src/pipelineService -I../../src/mb -I../../include/compiler/msvc -I../../include/os/WIN32 -I../../include   -IC:/Jenkins/win64-2/workspace/epics-pvData-win64/include -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/compiler/msvc -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/os/WIN32 -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include        serializationHelper.obj ../../src/remote/serializationHelper.cpp
perl -CSD C:/Jenkins/win64-2/workspace/epics-base-7.0-win64/bin/windows-x64/mkmf.pl  -m transportRegistry.d -I. -I../O.Common -I. -I. -I.. -I../../src/pva -I../../src/utils -I../../src/client -I../../src/factory -I../../src/remote -I../../src/remoteClient -I../../src/server -I../../src/rpcService -I../../src/rpcClient -I../../src/pipelineService -I../../src/mb -I../../include/compiler/msvc -I../../include/os/WIN32 -I../../include   -IC:/Jenkins/win64-2/workspace/epics-pvData-win64/include -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/compiler/msvc -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/os/WIN32 -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include        transportRegistry.obj ../../src/remote/transportRegistry.cpp
perl -CSD C:/Jenkins/win64-2/workspace/epics-base-7.0-win64/bin/windows-x64/mkmf.pl  -m blockingTCPAcceptor.d -I. -I../O.Common -I. -I. -I.. -I../../src/pva -I../../src/utils -I../../src/client -I../../src/factory -I../../src/remote -I../../src/remoteClient -I../../src/server -I../../src/rpcService -I../../src/rpcClient -I../../src/pipelineService -I../../src/mb -I../../include/compiler/msvc -I../../include/os/WIN32 -I../../include   -IC:/Jenkins/win64-2/workspace/epics-pvData-win64/include -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/compiler/msvc -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/os/WIN32 -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include        blockingTCPAcceptor.obj ../../src/remote/blockingTCPAcceptor.cpp
perl -CSD C:/Jenkins/win64-2/workspace/epics-base-7.0-win64/bin/windows-x64/mkmf.pl  -m abstractResponseHandler.d -I. -I../O.Common -I. -I. -I.. -I../../src/pva -I../../src/utils -I../../src/client -I../../src/factory -I../../src/remote -I../../src/remoteClient -I../../src/server -I../../src/rpcService -I../../src/rpcClient -I../../src/pipelineService -I../../src/mb -I../../include/compiler/msvc -I../../include/os/WIN32 -I../../include   -IC:/Jenkins/win64-2/workspace/epics-pvData-win64/include -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/compiler/msvc -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/os/WIN32 -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include        abstractResponseHandler.obj ../../src/remote/abstractResponseHandler.cpp
perl -CSD C:/Jenkins/win64-2/workspace/epics-base-7.0-win64/bin/windows-x64/mkmf.pl  -m channelSearchManager.d -I. -I../O.Common -I. -I. -I.. -I../../src/pva -I../../src/utils -I../../src/client -I../../src/factory -I../../src/remote -I../../src/remoteClient -I../../src/server -I../../src/rpcService -I../../src/rpcClient -I../../src/pipelineService -I../../src/mb -I../../include/compiler/msvc -I../../include/os/WIN32 -I../../include   -IC:/Jenkins/win64-2/workspace/epics-pvData-win64/include -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/compiler/msvc -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/os/WIN32 -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include        channelSearchManager.obj ../../src/remote/channelSearchManager.cpp
perl -CSD C:/Jenkins/win64-2/workspace/epics-base-7.0-win64/bin/windows-x64/mkmf.pl  -m blockingTCPConnector.d -I. -I../O.Common -I. -I. -I.. -I../../src/pva -I../../src/utils -I../../src/client -I../../src/factory -I../../src/remote -I../../src/remoteClient -I../../src/server -I../../src/rpcService -I../../src/rpcClient -I../../src/pipelineService -I../../src/mb -I../../include/compiler/msvc -I../../include/os/WIN32 -I../../include   -IC:/Jenkins/win64-2/workspace/epics-pvData-win64/include -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/compiler/msvc -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/os/WIN32 -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include        blockingTCPConnector.obj ../../src/remote/blockingTCPConnector.cpp
perl -CSD C:/Jenkins/win64-2/workspace/epics-base-7.0-win64/bin/windows-x64/mkmf.pl  -m beaconHandler.d -I. -I../O.Common -I. -I. -I.. -I../../src/pva -I../../src/utils -I../../src/client -I../../src/factory -I../../src/remote -I../../src/remoteClient -I../../src/server -I../../src/rpcService -I../../src/rpcClient -I../../src/pipelineService -I../../src/mb -I../../include/compiler/msvc -I../../include/os/WIN32 -I../../include   -IC:/Jenkins/win64-2/workspace/epics-pvData-win64/include -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/compiler/msvc -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/os/WIN32 -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include        beaconHandler.obj ../../src/remote/beaconHandler.cpp
perl -CSD C:/Jenkins/win64-2/workspace/epics-base-7.0-win64/bin/windows-x64/mkmf.pl  -m blockingUDPConnector.d -I. -I../O.Common -I. -I. -I.. -I../../src/pva -I../../src/utils -I../../src/client -I../../src/factory -I../../src/remote -I../../src/remoteClient -I../../src/server -I../../src/rpcService -I../../src/rpcClient -I../../src/pipelineService -I../../src/mb -I../../include/compiler/msvc -I../../include/os/WIN32 -I../../include   -IC:/Jenkins/win64-2/workspace/epics-pvData-win64/include -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/compiler/msvc -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/os/WIN32 -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include        blockingUDPConnector.obj ../../src/remote/blockingUDPConnector.cpp
perl -CSD C:/Jenkins/win64-2/workspace/epics-base-7.0-win64/bin/windows-x64/mkmf.pl  -m blockingUDPTransport.d -I. -I../O.Common -I. -I. -I.. -I../../src/pva -I../../src/utils -I../../src/client -I../../src/factory -I../../src/remote -I../../src/remoteClient -I../../src/server -I../../src/rpcService -I../../src/rpcClient -I../../src/pipelineService -I../../src/mb -I../../include/compiler/msvc -I../../include/os/WIN32 -I../../include   -IC:/Jenkins/win64-2/workspace/epics-pvData-win64/include -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/compiler/msvc -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/os/WIN32 -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include        blockingUDPTransport.obj ../../src/remote/blockingUDPTransport.cpp
perl -CSD C:/Jenkins/win64-2/workspace/epics-base-7.0-win64/bin/windows-x64/mkmf.pl  -m clientInfo.d -I. -I../O.Common -I. -I. -I.. -I../../src/pva -I../../src/utils -I../../src/client -I../../src/factory -I../../src/remote -I../../src/remoteClient -I../../src/server -I../../src/rpcService -I../../src/rpcClient -I../../src/pipelineService -I../../src/mb -I../../include/compiler/msvc -I../../include/os/WIN32 -I../../include   -IC:/Jenkins/win64-2/workspace/epics-pvData-win64/include -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/compiler/msvc -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/os/WIN32 -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include        clientInfo.obj ../../src/client/clientInfo.cpp
perl -CSD C:/Jenkins/win64-2/workspace/epics-base-7.0-win64/bin/windows-x64/mkmf.pl  -m clientMonitor.d -I. -I../O.Common -I. -I. -I.. -I../../src/pva -I../../src/utils -I../../src/client -I../../src/factory -I../../src/remote -I../../src/remoteClient -I../../src/server -I../../src/rpcService -I../../src/rpcClient -I../../src/pipelineService -I../../src/mb -I../../include/compiler/msvc -I../../include/os/WIN32 -I../../include   -IC:/Jenkins/win64-2/workspace/epics-pvData-win64/include -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/compiler/msvc -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/os/WIN32 -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include        clientMonitor.obj ../../src/client/clientMonitor.cpp
perl -CSD C:/Jenkins/win64-2/workspace/epics-base-7.0-win64/bin/windows-x64/mkmf.pl  -m clientRPC.d -I. -I../O.Common -I. -I. -I.. -I../../src/pva -I../../src/utils -I../../src/client -I../../src/factory -I../../src/remote -I../../src/remoteClient -I../../src/server -I../../src/rpcService -I../../src/rpcClient -I../../src/pipelineService -I../../src/mb -I../../include/compiler/msvc -I../../include/os/WIN32 -I../../include   -IC:/Jenkins/win64-2/workspace/epics-pvData-win64/include -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/compiler/msvc -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/os/WIN32 -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include        clientRPC.obj ../../src/client/clientRPC.cpp
perl -CSD C:/Jenkins/win64-2/workspace/epics-base-7.0-win64/bin/windows-x64/mkmf.pl  -m ChannelAccessFactory.d -I. -I../O.Common -I. -I. -I.. -I../../src/pva -I../../src/utils -I../../src/client -I../../src/factory -I../../src/remote -I../../src/remoteClient -I../../src/server -I../../src/rpcService -I../../src/rpcClient -I../../src/pipelineService -I../../src/mb -I../../include/compiler/msvc -I../../include/os/WIN32 -I../../include   -IC:/Jenkins/win64-2/workspace/epics-pvData-win64/include -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/compiler/msvc -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/os/WIN32 -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include        ChannelAccessFactory.obj ../../src/factory/ChannelAccessFactory.cpp
perl -CSD C:/Jenkins/win64-2/workspace/epics-base-7.0-win64/bin/windows-x64/mkmf.pl  -m clientPut.d -I. -I../O.Common -I. -I. -I.. -I../../src/pva -I../../src/utils -I../../src/client -I../../src/factory -I../../src/remote -I../../src/remoteClient -I../../src/server -I../../src/rpcService -I../../src/rpcClient -I../../src/pipelineService -I../../src/mb -I../../include/compiler/msvc -I../../include/os/WIN32 -I../../include   -IC:/Jenkins/win64-2/workspace/epics-pvData-win64/include -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/compiler/msvc -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/os/WIN32 -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include        clientPut.obj ../../src/client/clientPut.cpp
perl -CSD C:/Jenkins/win64-2/workspace/epics-base-7.0-win64/bin/windows-x64/mkmf.pl  -m clientGet.d -I. -I../O.Common -I. -I. -I.. -I../../src/pva -I../../src/utils -I../../src/client -I../../src/factory -I../../src/remote -I../../src/remoteClient -I../../src/server -I../../src/rpcService -I../../src/rpcClient -I../../src/pipelineService -I../../src/mb -I../../include/compiler/msvc -I../../include/os/WIN32 -I../../include   -IC:/Jenkins/win64-2/workspace/epics-pvData-win64/include -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/compiler/msvc -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/os/WIN32 -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include        clientGet.obj ../../src/client/clientGet.cpp
perl -CSD C:/Jenkins/win64-2/workspace/epics-base-7.0-win64/bin/windows-x64/mkmf.pl  -m clientSync.d -I. -I../O.Common -I. -I. -I.. -I../../src/pva -I../../src/utils -I../../src/client -I../../src/factory -I../../src/remote -I../../src/remoteClient -I../../src/server -I../../src/rpcService -I../../src/rpcClient -I../../src/pipelineService -I../../src/mb -I../../include/compiler/msvc -I../../include/os/WIN32 -I../../include   -IC:/Jenkins/win64-2/workspace/epics-pvData-win64/include -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/compiler/msvc -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/os/WIN32 -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include        clientSync.obj ../../src/client/clientSync.cpp
perl -CSD C:/Jenkins/win64-2/workspace/epics-base-7.0-win64/bin/windows-x64/mkmf.pl  -m client.d -I. -I../O.Common -I. -I. -I.. -I../../src/pva -I../../src/utils -I../../src/client -I../../src/factory -I../../src/remote -I../../src/remoteClient -I../../src/server -I../../src/rpcService -I../../src/rpcClient -I../../src/pipelineService -I../../src/mb -I../../include/compiler/msvc -I../../include/os/WIN32 -I../../include   -IC:/Jenkins/win64-2/workspace/epics-pvData-win64/include -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/compiler/msvc -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/os/WIN32 -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include        client.obj ../../src/client/client.cpp
perl -CSD C:/Jenkins/win64-2/workspace/epics-base-7.0-win64/bin/windows-x64/mkmf.pl  -m wildcard.d -I. -I../O.Common -I. -I. -I.. -I../../src/pva -I../../src/utils -I../../src/client -I../../src/factory -I../../src/remote -I../../src/remoteClient -I../../src/server -I../../src/rpcService -I../../src/rpcClient -I../../src/pipelineService -I../../src/mb -I../../include/compiler/msvc -I../../include/os/WIN32 -I../../include   -IC:/Jenkins/win64-2/workspace/epics-pvData-win64/include -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/compiler/msvc -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/os/WIN32 -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include        wildcard.obj ../../src/utils/wildcard.cpp
perl -CSD C:/Jenkins/win64-2/workspace/epics-base-7.0-win64/bin/windows-x64/mkmf.pl  -m monitor.d -I. -I../O.Common -I. -I. -I.. -I../../src/pva -I../../src/utils -I../../src/client -I../../src/factory -I../../src/remote -I../../src/remoteClient -I../../src/server -I../../src/rpcService -I../../src/rpcClient -I../../src/pipelineService -I../../src/mb -I../../include/compiler/msvc -I../../include/os/WIN32 -I../../include   -IC:/Jenkins/win64-2/workspace/epics-pvData-win64/include -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/compiler/msvc -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/os/WIN32 -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include        monitor.obj ../../src/client/monitor.cpp
perl -CSD C:/Jenkins/win64-2/workspace/epics-base-7.0-win64/bin/windows-x64/mkmf.pl  -m requester.d -I. -I../O.Common -I. -I. -I.. -I../../src/pva -I../../src/utils -I../../src/client -I../../src/factory -I../../src/remote -I../../src/remoteClient -I../../src/server -I../../src/rpcService -I../../src/rpcClient -I../../src/pipelineService -I../../src/mb -I../../include/compiler/msvc -I../../include/os/WIN32 -I../../include   -IC:/Jenkins/win64-2/workspace/epics-pvData-win64/include -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/compiler/msvc -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/os/WIN32 -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include        requester.obj ../../src/utils/requester.cpp
perl -CSD C:/Jenkins/win64-2/workspace/epics-base-7.0-win64/bin/windows-x64/mkmf.pl  -m referenceCountingLock.d -I. -I../O.Common -I. -I. -I.. -I../../src/pva -I../../src/utils -I../../src/client -I../../src/factory -I../../src/remote -I../../src/remoteClient -I../../src/server -I../../src/rpcService -I../../src/rpcClient -I../../src/pipelineService -I../../src/mb -I../../include/compiler/msvc -I../../include/os/WIN32 -I../../include   -IC:/Jenkins/win64-2/workspace/epics-pvData-win64/include -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/compiler/msvc -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/os/WIN32 -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include        referenceCountingLock.obj ../../src/utils/referenceCountingLock.cpp
perl -CSD C:/Jenkins/win64-2/workspace/epics-base-7.0-win64/bin/windows-x64/mkmf.pl  -m pvAccess.d -I. -I../O.Common -I. -I. -I.. -I../../src/pva -I../../src/utils -I../../src/client -I../../src/factory -I../../src/remote -I../../src/remoteClient -I../../src/server -I../../src/rpcService -I../../src/rpcClient -I../../src/pipelineService -I../../src/mb -I../../include/compiler/msvc -I../../include/os/WIN32 -I../../include   -IC:/Jenkins/win64-2/workspace/epics-pvData-win64/include -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/compiler/msvc -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/os/WIN32 -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include        pvAccess.obj ../../src/client/pvAccess.cpp
perl -CSD C:/Jenkins/win64-2/workspace/epics-base-7.0-win64/bin/windows-x64/mkmf.pl  -m configuration.d -I. -I../O.Common -I. -I. -I.. -I../../src/pva -I../../src/utils -I../../src/client -I../../src/factory -I../../src/remote -I../../src/remoteClient -I../../src/server -I../../src/rpcService -I../../src/rpcClient -I../../src/pipelineService -I../../src/mb -I../../include/compiler/msvc -I../../include/os/WIN32 -I../../include   -IC:/Jenkins/win64-2/workspace/epics-pvData-win64/include -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/compiler/msvc -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/os/WIN32 -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include        configuration.obj ../../src/utils/configuration.cpp
perl -CSD C:/Jenkins/win64-2/workspace/epics-base-7.0-win64/bin/windows-x64/mkmf.pl  -m logger.d -I. -I../O.Common -I. -I. -I.. -I../../src/pva -I../../src/utils -I../../src/client -I../../src/factory -I../../src/remote -I../../src/remoteClient -I../../src/server -I../../src/rpcService -I../../src/rpcClient -I../../src/pipelineService -I../../src/mb -I../../include/compiler/msvc -I../../include/os/WIN32 -I../../include   -IC:/Jenkins/win64-2/workspace/epics-pvData-win64/include -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/compiler/msvc -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/os/WIN32 -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include        logger.obj ../../src/utils/logger.cpp
perl -CSD C:/Jenkins/win64-2/workspace/epics-base-7.0-win64/bin/windows-x64/mkmf.pl  -m hexDump.d -I. -I../O.Common -I. -I. -I.. -I../../src/pva -I../../src/utils -I../../src/client -I../../src/factory -I../../src/remote -I../../src/remoteClient -I../../src/server -I../../src/rpcService -I../../src/rpcClient -I../../src/pipelineService -I../../src/mb -I../../include/compiler/msvc -I../../include/os/WIN32 -I../../include   -IC:/Jenkins/win64-2/workspace/epics-pvData-win64/include -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/compiler/msvc -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/os/WIN32 -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include        hexDump.obj ../../src/utils/hexDump.cpp
perl -CSD C:/Jenkins/win64-2/workspace/epics-base-7.0-win64/bin/windows-x64/mkmf.pl  -m inetAddressUtil.d -I. -I../O.Common -I. -I. -I.. -I../../src/pva -I../../src/utils -I../../src/client -I../../src/factory -I../../src/remote -I../../src/remoteClient -I../../src/server -I../../src/rpcService -I../../src/rpcClient -I../../src/pipelineService -I../../src/mb -I../../include/compiler/msvc -I../../include/os/WIN32 -I../../include   -IC:/Jenkins/win64-2/workspace/epics-pvData-win64/include -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/compiler/msvc -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/os/WIN32 -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include        inetAddressUtil.obj ../../src/utils/inetAddressUtil.cpp
perl -CSD C:/Jenkins/win64-2/workspace/epics-base-7.0-win64/bin/windows-x64/mkmf.pl  -m introspectionRegistry.d -I. -I../O.Common -I. -I. -I.. -I../../src/pva -I../../src/utils -I../../src/client -I../../src/factory -I../../src/remote -I../../src/remoteClient -I../../src/server -I../../src/rpcService -I../../src/rpcClient -I../../src/pipelineService -I../../src/mb -I../../include/compiler/msvc -I../../include/os/WIN32 -I../../include   -IC:/Jenkins/win64-2/workspace/epics-pvData-win64/include -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/compiler/msvc -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/os/WIN32 -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include        introspectionRegistry.obj ../../src/utils/introspectionRegistry.cpp
perl -CSD C:/Jenkins/win64-2/workspace/epics-base-7.0-win64/bin/windows-x64/mkmf.pl  -m clientFactory.d -I. -I../O.Common -I. -I. -I.. -I../../src/pva -I../../src/utils -I../../src/client -I../../src/factory -I../../src/remote -I../../src/remoteClient -I../../src/server -I../../src/rpcService -I../../src/rpcClient -I../../src/pipelineService -I../../src/mb -I../../include/compiler/msvc -I../../include/os/WIN32 -I../../include   -IC:/Jenkins/win64-2/workspace/epics-pvData-win64/include -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/compiler/msvc -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/os/WIN32 -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include        clientFactory.obj ../../src/pva/clientFactory.cpp
perl -CSD C:/Jenkins/win64-2/workspace/epics-base-7.0-win64/bin/windows-x64/mkmf.pl  -m pvaVersion.d -I. -I../O.Common -I. -I. -I.. -I../../src/pva -I../../src/utils -I../../src/client -I../../src/factory -I../../src/remote -I../../src/remoteClient -I../../src/server -I../../src/rpcService -I../../src/rpcClient -I../../src/pipelineService -I../../src/mb -I../../include/compiler/msvc -I../../include/os/WIN32 -I../../include   -IC:/Jenkins/win64-2/workspace/epics-pvData-win64/include -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/compiler/msvc -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/os/WIN32 -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include        pvaVersion.obj ../../src/pva/pvaVersion.cpp
perl -CSD C:/Jenkins/win64-2/workspace/epics-base-7.0-win64/bin/windows-x64/mkmf.pl  -m getgroups.d -I. -I../O.Common -I. -I. -I.. -I../../src/pva -I../../src/utils -I../../src/client -I../../src/factory -I../../src/remote -I../../src/remoteClient -I../../src/server -I../../src/rpcService -I../../src/rpcClient -I../../src/pipelineService -I../../src/mb -I../../include/compiler/msvc -I../../include/os/WIN32 -I../../include   -IC:/Jenkins/win64-2/workspace/epics-pvData-win64/include -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/compiler/msvc -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/os/WIN32 -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include        getgroups.obj ../../src/utils/getgroups.cpp
mkdir ../../include
mkdir ../../include/pv
mkdir ../../include/pva
cl -EHsc -GR           -DNOMINMAX     -nologo -FC -D__STDC__=0 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE   -Ox -GL -Oy-   -W3 -w44355 -w44344 -w44251     -D_SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING    -MD -DEPICS_BUILD_DLL -DEPICS_CALL_DLL -TP  -I. -I../O.Common -I. -I. -I.. -I../../src/pva -I../../src/utils -I../../src/client -I../../src/factory -I../../src/remote -I../../src/remoteClient -I../../src/server -I../../src/rpcService -I../../src/rpcClient -I../../src/pipelineService -I../../src/mb -I../../include/compiler/msvc -I../../include/os/WIN32 -I../../include   -IC:/Jenkins/win64-2/workspace/epics-pvData-win64/include -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/compiler/msvc -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/os/WIN32 -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include        -c ../../src/pva/clientFactory.cpp
clientFactory.cpp
cl -EHsc -GR           -DNOMINMAX     -nologo -FC -D__STDC__=0 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE   -Ox -GL -Oy-   -W3 -w44355 -w44344 -w44251     -D_SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING    -MD -DEPICS_BUILD_DLL -DEPICS_CALL_DLL -TP  -I. -I../O.Common -I. -I. -I.. -I../../src/pva -I../../src/utils -I../../src/client -I../../src/factory -I../../src/remote -I../../src/remoteClient -I../../src/server -I../../src/rpcService -I../../src/rpcClient -I../../src/pipelineService -I../../src/mb -I../../include/compiler/msvc -I../../include/os/WIN32 -I../../include   -IC:/Jenkins/win64-2/workspace/epics-pvData-win64/include -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/compiler/msvc -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/os/WIN32 -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include        -c ../../src/pva/pvaVersion.cpp
pvaVersion.cpp
c:\jenkins\win64-2\workspace\epics-pvaccess-win64\src\pva\pv\pvaconstants.h(29): warning C4309: 'static_cast': truncation of constant value
c:\jenkins\win64-2\workspace\epics-pvaccess-win64\src\pva\pv\pvaconstants.h(76): warning C4309: 'initializing': truncation of constant value
cl -EHsc -GR           -DNOMINMAX     -nologo -FC -D__STDC__=0 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE   -Ox -GL -Oy-   -W3 -w44355 -w44344 -w44251     -D_SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING    -MD -DEPICS_BUILD_DLL -DEPICS_CALL_DLL -TP  -I. -I../O.Common -I. -I. -I.. -I../../src/pva -I../../src/utils -I../../src/client -I../../src/factory -I../../src/remote -I../../src/remoteClient -I../../src/server -I../../src/rpcService -I../../src/rpcClient -I../../src/pipelineService -I../../src/mb -I../../include/compiler/msvc -I../../include/os/WIN32 -I../../include   -IC:/Jenkins/win64-2/workspace/epics-pvData-win64/include -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/compiler/msvc -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/os/WIN32 -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include        -c ../../src/utils/hexDump.cpp
hexDump.cpp
c:\jenkins\win64-2\workspace\epics-pvaccess-win64\src\utils\pv\hexdump.h(46): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data
c:\jenkins\win64-2\workspace\epics-pvaccess-win64\src\utils\pv\hexdump.h(48): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data
c:\jenkins\win64-2\workspace\epics-pvaccess-win64\src\utils\pv\hexdump.h(54): error C2375: 'epics::pvAccess::operator <<': redefinition; different linkage
c:\jenkins\win64-2\workspace\epics-pvaccess-win64\src\utils\pv\hexdump.h(50): note: see declaration of 'epics::pvAccess::operator <<'
make[2]: *** [C:/Jenkins/win64-2/workspace/epics-base-7.0-win64/configure/RULES_BUILD:243: hexDump.obj] Error 2
make[2]: *** Waiting for unfinished jobs....
cl -EHsc -GR           -DNOMINMAX     -nologo -FC -D__STDC__=0 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE   -Ox -GL -Oy-   -W3 -w44355 -w44344 -w44251     -D_SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING    -MD -DEPICS_BUILD_DLL -DEPICS_CALL_DLL -TP  -I. -I../O.Common -I. -I. -I.. -I../../src/pva -I../../src/utils -I../../src/client -I../../src/factory -I../../src/remote -I../../src/remoteClient -I../../src/server -I../../src/rpcService -I../../src/rpcClient -I../../src/pipelineService -I../../src/mb -I../../include/compiler/msvc -I../../include/os/WIN32 -I../../include   -IC:/Jenkins/win64-2/workspace/epics-pvData-win64/include -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/compiler/msvc -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/os/WIN32 -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include        -c ../../src/utils/logger.cpp
logger.cpp
cl -EHsc -GR           -DNOMINMAX     -nologo -FC -D__STDC__=0 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE   -Ox -GL -Oy-   -W3 -w44355 -w44344 -w44251     -D_SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING    -MD -DEPICS_BUILD_DLL -DEPICS_CALL_DLL -TP  -I. -I../O.Common -I. -I. -I.. -I../../src/pva -I../../src/utils -I../../src/client -I../../src/factory -I../../src/remote -I../../src/remoteClient -I../../src/server -I../../src/rpcService -I../../src/rpcClient -I../../src/pipelineService -I../../src/mb -I../../include/compiler/msvc -I../../include/os/WIN32 -I../../include   -IC:/Jenkins/win64-2/workspace/epics-pvData-win64/include -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/compiler/msvc -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/os/WIN32 -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include        -c ../../src/utils/inetAddressUtil.cpp
inetAddressUtil.cpp
c:\jenkins\win64-2\workspace\epics-pvaccess-win64\src\utils\inetaddressutil.cpp(41): warning C4309: 'argument': truncation of constant value
cl -EHsc -GR           -DNOMINMAX     -nologo -FC -D__STDC__=0 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE   -Ox -GL -Oy-   -W3 -w44355 -w44344 -w44251     -D_SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING    -MD -DEPICS_BUILD_DLL -DEPICS_CALL_DLL -TP  -I. -I../O.Common -I. -I. -I.. -I../../src/pva -I../../src/utils -I../../src/client -I../../src/factory -I../../src/remote -I../../src/remoteClient -I../../src/server -I../../src/rpcService -I../../src/rpcClient -I../../src/pipelineService -I../../src/mb -I../../include/compiler/msvc -I../../include/os/WIN32 -I../../include   -IC:/Jenkins/win64-2/workspace/epics-pvData-win64/include -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/compiler/msvc -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include/os/WIN32 -IC:/Jenkins/win64-2/workspace/epics-base-7.0-win64/include        -c ../../src/utils/getgroups.cpp
getgroups.cpp
c:\jenkins\win64-2\workspace\epics-pvdata-win64\include\pv\pvdata.h(539): warning C4250: 'epics::pvData::PVString': inherits 'epics::pvData::PVScalarValue<std::string>::epics::pvData::PVScalarValue<std::string>::deserialize' via dominance
c:\jenkins\win64-2\workspace\epics-pvdata-win64\include\pv\pvdata.h(440): note: see declaration of 'epics::pvData::PVScalarValue<std::string>::deserialize'
c:\jenkins\win64-2\workspace\epics-pvaccess-win64\src\pva\pv\pvaconstants.h(29): warning C4309: 'static_cast': truncation of constant value
c:\jenkins\win64-2\workspace\epics-pvaccess-win64\src\pva\pv\pvaconstants.h(76): warning C4309: 'initializing': truncation of constant value
make[1]: *** [C:/Jenkins/win64-2/workspace/epics-base-7.0-win64/configure/RULES_ARCHS:58: install.windows-x64] Error 2
make: *** [C:/Jenkins/win64-2/workspace/epics-base-7.0-win64/configure/RULES_DIRS:84: src.install] Error 2

C:\jenkins\win64-2\workspace\epics-pvAccess-win64>exit 2 
Build step 'Execute Windows batch command' marked build as failure
[MSBuild] Skipping execution of recorder since overall result is 'FAILURE'

Replies:
Jenkins build is back to normal : epics-pvAccess-win64 #637 APS Jenkins via Core-talk

Navigate by Date:
Prev: [Merge] ~info-martin-konrad/epics-base:clean-up-msi into epics-base:3.15 noreply--- via Core-talk
Next: Build failed in Jenkins: epics-base-3.15-win64-test #227 APS Jenkins via Core-talk
Index: 2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  <20192020  2021  2022  2023  2024 
Navigate by Thread:
Prev: Build failed: epics-base base-scratch-259 AppVeyor via Core-talk
Next: Jenkins build is back to normal : epics-pvAccess-win64 #637 APS Jenkins via Core-talk
Index: 2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  <20192020  2021  2022  2023  2024 
ANJ, 26 Jun 2019 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·