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

Subject: Build failed in Jenkins: epics-master » mac #42
From: APS Jenkins <[email protected]>
To: [email protected]
Date: Mon, 5 Feb 2018 14:17:46 -0600 (CST)
See <https://jenkins.aps.anl.gov/job/epics-master/OS=mac/42/display/redirect?page=changes>

Changes:

[Andrew Johnson] Fix slow callback test failures.

[Andrew Johnson] Configure command-line interface for VxWorks

[Andrew Johnson] Cleanup epicsReadline.c

[Andrew Johnson] Describe recent 3.16-only fixes in Release Notes

[Andrew Johnson] Add soft-channel tests for local dbCa links, both input and output

[Andrew Johnson] Updated links to new EPICS website at Argonne

[Andrew Johnson] Revert "tools: Use Carp"

[Andrew Johnson] tools: Add some context to the 'Undefined macro' warning

[Andrew Johnson] rec/test: Add missing filename to DBDDEPENDS_FILES

[Andrew Johnson] Config fix for parallel builds with MSVC 2015 and later

[Michael Davidsaver] rsrv: buffer for IP too small

[Andrew Johnson] Fix for lp: #1747091

[Andrew Johnson] Fix for LP: #1743076

------------------------------------------
[...truncated 1.59 MB...]
    virtual void unlisten()
                 ^
2 warnings generated.
make[4]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pvaClient/src/O.darwin-x86'>
fcntl(): Bad file descriptor
make[4]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pvaClient/src/O.darwin-x86'>
c++              -DUNIX  -Ddarwin     -O3 -g   -Wall       -arch x86_64    -fno-common -fPIC -I. -I../O.Common -I. -I. -I.. -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/compiler/clang> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/os/Darwin> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/compiler/clang> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/os/Darwin> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include>        -c ../pvaClientNTMultiData.cpp
In file included from ../pvaClientNTMultiData.cpp:16:
In file included from ../pv/pvaClientMultiChannel.h:28:
../pv/pvaClient.h:1737:10: warning: 'epics::pvaClient::PvaClientMonitor::monitorConnect' hides overloaded virtual function [-Woverloaded-virtual]
    void monitorConnect(
         ^
../pv/pvaClient.h:1604:18: note: hidden overloaded virtual function 'epics::pvaClient::PvaClientMonitorRequester::monitorConnect' declared here: type mismatch at 2nd parameter ('const PvaClientMonitorPtr &' (aka 'const shared_ptr<epics::pvaClient::PvaClientMonitor> &') vs 'const epics::pvData::MonitorPtr &' (aka 'const shared_ptr<epics::pvAccess::Monitor> &'))
    virtual void monitorConnect(epics::pvData::Status const & status,
                 ^
../pv/pvaClient.h:1741:10: warning: 'epics::pvaClient::PvaClientMonitor::unlisten' hides overloaded virtual function [-Woverloaded-virtual]
    void unlisten(epics::pvData::MonitorPtr const & monitor);
         ^
../pv/pvaClient.h:1617:18: note: hidden overloaded virtual function 'epics::pvaClient::PvaClientMonitorRequester::unlisten' declared here: different number of parameters (0 vs 1)
    virtual void unlisten()
                 ^
2 warnings generated.
make[4]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pvaClient/src/O.darwin-x86'>
fcntl(): Bad file descriptor
make[4]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pvaClient/src/O.darwin-x86'>
c++              -DUNIX  -Ddarwin     -O3 -g   -Wall       -arch x86_64    -fno-common -fPIC -I. -I../O.Common -I. -I. -I.. -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/compiler/clang> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/os/Darwin> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/compiler/clang> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/os/Darwin> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include>        -c ../pvaClientNTMultiMonitor.cpp
In file included from ../pvaClientNTMultiMonitor.cpp:19:
In file included from ../pv/pvaClientMultiChannel.h:28:
../pv/pvaClient.h:1737:10: warning: 'epics::pvaClient::PvaClientMonitor::monitorConnect' hides overloaded virtual function [-Woverloaded-virtual]
    void monitorConnect(
         ^
../pv/pvaClient.h:1604:18: note: hidden overloaded virtual function 'epics::pvaClient::PvaClientMonitorRequester::monitorConnect' declared here: type mismatch at 2nd parameter ('const PvaClientMonitorPtr &' (aka 'const shared_ptr<epics::pvaClient::PvaClientMonitor> &') vs 'const epics::pvData::MonitorPtr &' (aka 'const shared_ptr<epics::pvAccess::Monitor> &'))
    virtual void monitorConnect(epics::pvData::Status const & status,
                 ^
../pv/pvaClient.h:1741:10: warning: 'epics::pvaClient::PvaClientMonitor::unlisten' hides overloaded virtual function [-Woverloaded-virtual]
    void unlisten(epics::pvData::MonitorPtr const & monitor);
         ^
../pv/pvaClient.h:1617:18: note: hidden overloaded virtual function 'epics::pvaClient::PvaClientMonitorRequester::unlisten' declared here: different number of parameters (0 vs 1)
    virtual void unlisten()
                 ^
2 warnings generated.
make[4]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pvaClient/src/O.darwin-x86'>
fcntl(): Bad file descriptor
make[4]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/pdbApp/O.darwin-x86'>
c++           -DUSE_TYPED_RSET -I../../common -I../../p2pApp -DFINAL_LOCATION="\"<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/"";>    -DUNIX  -Ddarwin     -O3 -g   -Wall       -arch x86_64    -fno-common  -I. -I../O.Common -I. -I. -I.. -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/compiler/clang> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/os/Darwin> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/compiler/clang> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/os/Darwin> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include>        -c ../softMain.cpp
make[4]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/pdbApp/O.darwin-x86'>
fcntl(): Bad file descriptor
make[4]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/pdbApp/O.darwin-x86'>
c++           -DUSE_TYPED_RSET -I../../common -I../../p2pApp -DFINAL_LOCATION="\"<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/"";>    -DUNIX  -Ddarwin     -O3 -g   -Wall       -arch x86_64    -fno-common  -I. -I../O.Common -I. -I. -I.. -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/compiler/clang> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/os/Darwin> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/compiler/clang> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/os/Darwin> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include>        -c softIocPVA_registerRecordDeviceDriver.cpp
make[4]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/pdbApp/O.darwin-x86'>
fcntl(): Bad file descriptor
make[4]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pvaClient/src/O.darwin-x86'>
c++              -DUNIX  -Ddarwin     -O3 -g   -Wall       -arch x86_64    -fno-common -fPIC -I. -I../O.Common -I. -I. -I.. -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/compiler/clang> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/os/Darwin> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/compiler/clang> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/os/Darwin> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include>        -c ../pvaClientRPC.cpp
In file included from ../pvaClientRPC.cpp:18:
../pv/pvaClient.h:1737:10: warning: 'epics::pvaClient::PvaClientMonitor::monitorConnect' hides overloaded virtual function [-Woverloaded-virtual]
    void monitorConnect(
         ^
../pv/pvaClient.h:1604:18: note: hidden overloaded virtual function 'epics::pvaClient::PvaClientMonitorRequester::monitorConnect' declared here: type mismatch at 2nd parameter ('const PvaClientMonitorPtr &' (aka 'const shared_ptr<epics::pvaClient::PvaClientMonitor> &') vs 'const epics::pvData::MonitorPtr &' (aka 'const shared_ptr<epics::pvAccess::Monitor> &'))
    virtual void monitorConnect(epics::pvData::Status const & status,
                 ^
../pv/pvaClient.h:1741:10: warning: 'epics::pvaClient::PvaClientMonitor::unlisten' hides overloaded virtual function [-Woverloaded-virtual]
    void unlisten(epics::pvData::MonitorPtr const & monitor);
         ^
../pv/pvaClient.h:1617:18: note: hidden overloaded virtual function 'epics::pvaClient::PvaClientMonitorRequester::unlisten' declared here: different number of parameters (0 vs 1)
    virtual void unlisten()
                 ^
2 warnings generated.
make[4]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pvaClient/src/O.darwin-x86'>
fcntl(): Bad file descriptor
make[4]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/pdbApp/O.darwin-x86'>
c++           -DUSE_TYPED_RSET -I../../common -I../../p2pApp -DFINAL_LOCATION="\"<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/"";>    -DUNIX  -Ddarwin     -O3 -g   -Wall       -arch x86_64    -fno-common -fPIC -I. -I../O.Common -I. -I. -I.. -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/compiler/clang> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/os/Darwin> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/compiler/clang> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/os/Darwin> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include>        -c ../pdbgroup.cpp
make[4]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/pdbApp/O.darwin-x86'>
fcntl(): Bad file descriptor
make[4]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pvaClient/src/O.darwin-x86'>
c++ -o libpvaClient.4.7.1.dylib -dynamiclib -flat_namespace -undefined suppress -install_name <https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/lib/darwin-x86/libpvaClient.4.7.1.dylib> -compatibility_version 4.7.1 -current_version 4.7.1 -L<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/lib/darwin-x86>        -arch x86_64                pvaClient.o pvaClientPutData.o pvaClientGetData.o pvaClientMonitorData.o pvaClientChannel.o pvaClientProcess.o pvaClientGet.o pvaClientPut.o pvaClientMonitor.o pvaClientPutGet.o pvaClientMultiChannel.o pvaClientMultiGetDouble.o pvaClientMultiPutDouble.o pvaClientMultiMonitorDouble.o pvaClientNTMultiPut.o pvaClientNTMultiData.o pvaClientNTMultiGet.o pvaClientNTMultiMonitor.o pvaClientRPC.o   -lnt -lpvAccessIOC -lpvAccessCA -lpvAccess -lpvData -ldbRecStd -ldbCore -lca -lCom      -lreadline -lm 
make[4]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pvaClient/src/O.darwin-x86'>
fcntl(): Bad file descriptor
make[4]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pvaClient/src/O.darwin-x86'>
ln -s libpvaClient.4.7.1.dylib <https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/lib/darwin-x86/libpvaClient.dylib>
make[4]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pvaClient/src/O.darwin-x86'>
fcntl(): Bad file descriptor
make[4]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pvaClient/src/O.darwin-x86'>
/usr/bin/ar -rc    libpvaClient.a         pvaClient.o pvaClientPutData.o pvaClientGetData.o pvaClientMonitorData.o pvaClientChannel.o pvaClientProcess.o pvaClientGet.o pvaClientPut.o pvaClientMonitor.o pvaClientPutGet.o pvaClientMultiChannel.o pvaClientMultiGetDouble.o pvaClientMultiPutDouble.o pvaClientMultiMonitorDouble.o pvaClientNTMultiPut.o pvaClientNTMultiData.o pvaClientNTMultiGet.o pvaClientNTMultiMonitor.o pvaClientRPC.o
/usr/bin/ranlib libpvaClient.a
make[4]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pvaClient/src/O.darwin-x86'>
fcntl(): Bad file descriptor
make[4]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/pdbApp/O.darwin-x86'>
c++           -DUSE_TYPED_RSET -I../../common -I../../p2pApp -DFINAL_LOCATION="\"<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/"";>    -DUNIX  -Ddarwin     -O3 -g   -Wall       -arch x86_64    -fno-common -fPIC -I. -I../O.Common -I. -I. -I.. -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/compiler/clang> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/os/Darwin> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/compiler/clang> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/os/Darwin> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include>        -c ../configparse.cpp
make[4]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/pdbApp/O.darwin-x86'>
fcntl(): Bad file descriptor
make[4]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/pdbApp/O.darwin-x86'>
c++ -o libqsrv.1.0.dylib -dynamiclib -flat_namespace -undefined suppress -install_name <https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/lib/darwin-x86/libqsrv.1.0.dylib> -compatibility_version 1.0 -current_version 1.0 -L<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/lib/darwin-x86>        -arch x86_64               pvif.o qsrv.o pdb.o pdbsingle.o demo.o imagedemo.o pdbgroup.o configparse.o    -lpvAccess -lpvData -ldbRecStd -ldbCore -lca -lCom      -lreadline -lm 
make[4]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/pdbApp/O.darwin-x86'>
fcntl(): Bad file descriptor
make[4]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/pdbApp/O.darwin-x86'>
/usr/bin/ar -rc    libqsrv.a        pvif.o qsrv.o pdb.o pdbsingle.o demo.o imagedemo.o pdbgroup.o configparse.o 
/usr/bin/ranlib libqsrv.a
make[4]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/pdbApp/O.darwin-x86'>
fcntl(): Bad file descriptor
make[4]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/pdbApp/O.darwin-x86'>
ln -s libqsrv.1.0.dylib <https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/lib/darwin-x86/libqsrv.dylib>
make[4]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/pdbApp/O.darwin-x86'>
fcntl(): Bad file descriptor
make[4]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/pdbApp/O.darwin-x86'>
c++ -o softIocPVA  -L<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/lib/darwin-x86>        -arch x86_64               softMain.o softIocPVA_registerRecordDeviceDriver.o    -lqsrv -lpvAccessIOC -lpvAccessCA -lpvAccess -lpvData -ldbRecStd -ldbCore -lca -lCom   
make[4]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/pdbApp/O.darwin-x86'>
/Users/jenkins/bin/make -C ./testApp install.darwin-x86 
fcntl(): Bad file descriptor
make[3]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/testApp'>
perl -CSD <https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/bin/darwin-x86/makeMakefile.pl> O.darwin-x86 ../..
make[3]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/testApp'>
fcntl(): Bad file descriptor
make[3]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/testApp'>
perl -CSD <https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/bin/darwin-x86/makeMakefile.pl> O.ios-arm ../..
make[3]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/testApp'>
fcntl(): Bad file descriptor
make[3]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/testApp'>
mkdir -p O.Common
make[3]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/testApp'>
/Users/jenkins/bin/make -C O.darwin-x86 -f ../Makefile TOP=../.. \
    T_A=darwin-x86 install
fcntl(): Bad file descriptor
make[4]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/testApp/O.darwin-x86'>
perl -CSD <https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/bin/darwin-x86/mkmf.pl>  -m check_consist.d -I. -I../O.Common -I. -I. -I.. -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/compiler/clang> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/os/Darwin> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/compiler/clang> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/os/Darwin> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include>        check_consist.o ../check_consist.cpp
make[4]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/testApp/O.darwin-x86'>
fcntl(): Bad file descriptor
make[4]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/testApp/O.darwin-x86'>
perl -CSD <https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/bin/darwin-x86/mkmf.pl>  -m testgroupconfig.d -I. -I../O.Common -I. -I. -I.. -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/compiler/clang> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/os/Darwin> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/compiler/clang> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/os/Darwin> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include>        testgroupconfig.o ../testgroupconfig.cpp
make[4]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/testApp/O.darwin-x86'>
fcntl(): Bad file descriptor
make[4]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/testApp/O.darwin-x86'>
perl -CSD <https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/bin/darwin-x86/mkmf.pl>  -m testpvif.d -I. -I../O.Common -I. -I. -I.. -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/compiler/clang> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/os/Darwin> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/compiler/clang> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/os/Darwin> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include>        testpvif.o ../testpvif.cpp
make[4]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/testApp/O.darwin-x86'>
fcntl(): Bad file descriptor
make[4]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/testApp/O.darwin-x86'>
perl -CSD <https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/bin/darwin-x86/mkmf.pl>  -m testweak.d -I. -I../O.Common -I. -I. -I.. -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/compiler/clang> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/os/Darwin> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/compiler/clang> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/os/Darwin> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include>        testweak.o ../testweak.cpp
make[4]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/testApp/O.darwin-x86'>
fcntl(): Bad file descriptor
make[4]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/testApp/O.darwin-x86'>
perl -CSD <https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/bin/darwin-x86/mkmf.pl>  -m utilitiesx.d -I. -I../O.Common -I. -I. -I.. -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/compiler/clang> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/os/Darwin> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/compiler/clang> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/os/Darwin> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include>        utilitiesx.o ../utilitiesx.cpp
make[4]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/testApp/O.darwin-x86'>
fcntl(): Bad file descriptor
make[4]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/testApp/O.darwin-x86'>
perl -CSD <https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/bin/darwin-x86/mkmf.pl>  -m testpdb.d -I. -I../O.Common -I. -I. -I.. -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/compiler/clang> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/os/Darwin> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/compiler/clang> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/os/Darwin> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include>        testpdb.o ../testpdb.cpp
make[4]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/testApp/O.darwin-x86'>
fcntl(): Bad file descriptor
make[4]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/testApp/O.darwin-x86'>
perl -CSD <https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/bin/darwin-x86/mkmf.pl>  -m testtest.d -I. -I../O.Common -I. -I. -I.. -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/compiler/clang> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/os/Darwin> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/compiler/clang> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/os/Darwin> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include>        testtest.o ../testtest.cpp
make[4]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/testApp/O.darwin-x86'>
fcntl(): Bad file descriptor
make[4]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/testApp/O.darwin-x86'>
perl -CSD <https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/bin/darwin-x86/dbdExpand.pl>   -I. -I.. -I../O.Common -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/dbd> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/dbd> -o p2pTestIoc.dbd base.dbd
make[4]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/testApp/O.darwin-x86'>
fcntl(): Bad file descriptor
make[4]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/testApp/O.darwin-x86'>
perl -CSD <https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/bin/darwin-x86/registerRecordDeviceDriver.pl>   -I. -I.. -I../O.Common -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/dbd> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/dbd>    -o p2pTestIoc_registerRecordDeviceDriver.cpp ../O.Common/p2pTestIoc.dbd p2pTestIoc_registerRecordDeviceDriver <https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/>
make[4]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/testApp/O.darwin-x86'>
fcntl(): Bad file descriptor
make[4]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/testApp/O.darwin-x86'>
perl -CSD <https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/bin/darwin-x86/mkmf.pl>  -m p2pTestIoc_registerRecordDeviceDriver.d -I. -I../O.Common -I. -I. -I.. -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/compiler/clang> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/os/Darwin> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/compiler/clang> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/os/Darwin> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include>        p2pTestIoc_registerRecordDeviceDriver.o p2pTestIoc_registerRecordDeviceDriver.cpp
make[4]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/testApp/O.darwin-x86'>
fcntl(): Bad file descriptor
make[4]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/testApp/O.darwin-x86'>
c++           -DUSE_TYPED_RSET -I../../pdbApp -I../../p2pApp -I../../common    -DUNIX  -Ddarwin     -O3 -g   -Wall       -arch x86_64    -fno-common  -I. -I../O.Common -I. -I. -I.. -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/compiler/clang> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/os/Darwin> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/compiler/clang> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/os/Darwin> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include>        -c ../check_consist.cpp
make[4]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/testApp/O.darwin-x86'>
fcntl(): Bad file descriptor
make[4]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/testApp/O.darwin-x86'>
c++           -DUSE_TYPED_RSET -I../../pdbApp -I../../p2pApp -I../../common    -DUNIX  -Ddarwin     -O3 -g   -Wall       -arch x86_64    -fno-common  -I. -I../O.Common -I. -I. -I.. -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/compiler/clang> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/os/Darwin> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/compiler/clang> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/os/Darwin> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include>        -c ../testweak.cpp
make[4]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/testApp/O.darwin-x86'>
fcntl(): Bad file descriptor
make[4]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/testApp/O.darwin-x86'>
c++           -DUSE_TYPED_RSET -I../../pdbApp -I../../p2pApp -I../../common    -DUNIX  -Ddarwin     -O3 -g   -Wall       -arch x86_64    -fno-common  -I. -I../O.Common -I. -I. -I.. -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/compiler/clang> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/os/Darwin> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/compiler/clang> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/os/Darwin> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include>        -c p2pTestIoc_registerRecordDeviceDriver.cpp
make[4]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/testApp/O.darwin-x86'>
fcntl(): Bad file descriptor
make[4]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/testApp/O.darwin-x86'>
c++           -DUSE_TYPED_RSET -I../../pdbApp -I../../p2pApp -I../../common    -DUNIX  -Ddarwin     -O3 -g   -Wall       -arch x86_64    -fno-common  -I. -I../O.Common -I. -I. -I.. -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/compiler/clang> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/os/Darwin> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/compiler/clang> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/os/Darwin> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include>        -c ../testtest.cpp
make[4]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/testApp/O.darwin-x86'>
fcntl(): Bad file descriptor
make[4]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/testApp/O.darwin-x86'>
c++           -DUSE_TYPED_RSET -I../../pdbApp -I../../p2pApp -I../../common    -DUNIX  -Ddarwin     -O3 -g   -Wall       -arch x86_64    -fno-common  -I. -I../O.Common -I. -I. -I.. -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/compiler/clang> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/os/Darwin> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/compiler/clang> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/os/Darwin> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include>        -c ../testgroupconfig.cpp
make[4]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/testApp/O.darwin-x86'>
fcntl(): Bad file descriptor
make[4]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/testApp/O.darwin-x86'>
c++           -DUSE_TYPED_RSET -I../../pdbApp -I../../p2pApp -I../../common    -DUNIX  -Ddarwin     -O3 -g   -Wall       -arch x86_64    -fno-common  -I. -I../O.Common -I. -I. -I.. -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/compiler/clang> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/os/Darwin> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/compiler/clang> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/os/Darwin> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include>        -c ../testpvif.cpp
make[4]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/testApp/O.darwin-x86'>
fcntl(): Bad file descriptor
make[4]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/testApp/O.darwin-x86'>
c++           -DUSE_TYPED_RSET -I../../pdbApp -I../../p2pApp -I../../common    -DUNIX  -Ddarwin     -O3 -g   -Wall       -arch x86_64    -fno-common  -I. -I../O.Common -I. -I. -I.. -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/compiler/clang> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/os/Darwin> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/compiler/clang> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/os/Darwin> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include>        -c ../utilitiesx.cpp
make[4]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/testApp/O.darwin-x86'>
fcntl(): Bad file descriptor
make[4]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/testApp/O.darwin-x86'>
c++           -DUSE_TYPED_RSET -I../../pdbApp -I../../p2pApp -I../../common    -DUNIX  -Ddarwin     -O3 -g   -Wall       -arch x86_64    -fno-common  -I. -I../O.Common -I. -I. -I.. -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/compiler/clang> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/os/Darwin> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/compiler/clang> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include/os/Darwin> -I<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/include>        -c ../testpdb.cpp
make[4]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/testApp/O.darwin-x86'>
fcntl(): Bad file descriptor
make[4]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/testApp/O.darwin-x86'>
c++ -o check_consist  -L<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/lib/darwin-x86>        -arch x86_64               check_consist.o utilitiesx.o   -lpvAccess -lpvData -ldbRecStd -ldbCore -lca -lCom   
make[4]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/testApp/O.darwin-x86'>
fcntl(): Bad file descriptor
make[4]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/testApp/O.darwin-x86'>
c++ -o testweak  -L<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/lib/darwin-x86>        -arch x86_64               testweak.o utilitiesx.o   -lCom -lpvAccess -lpvData -ldbRecStd -ldbCore -lca -lCom   
make[4]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/testApp/O.darwin-x86'>
fcntl(): Bad file descriptor
make[4]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/testApp/O.darwin-x86'>
c++ -o testtest  -L<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/lib/darwin-x86>        -arch x86_64               testtest.o utilitiesx.o   -lpvAccess -lpvData -ldbRecStd -ldbCore -lca -lCom   
make[4]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/testApp/O.darwin-x86'>
fcntl(): Bad file descriptor
make[4]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/testApp/O.darwin-x86'>
c++ -o testpvif  -L<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/lib/darwin-x86>        -arch x86_64               testpvif.o p2pTestIoc_registerRecordDeviceDriver.o utilitiesx.o   -lqsrv -lpvAccess -lpvData -ldbRecStd -ldbCore -lca -lCom   
make[4]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/testApp/O.darwin-x86'>
fcntl(): Bad file descriptor
make[4]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/testApp/O.darwin-x86'>
c++ -o testpdb  -L<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/lib/darwin-x86>        -arch x86_64               testpdb.o p2pTestIoc_registerRecordDeviceDriver.o utilitiesx.o   -lqsrv -lpvAccess -lpvData -ldbRecStd -ldbCore -lca -lCom   
make[4]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/testApp/O.darwin-x86'>
fcntl(): Bad file descriptor
make[4]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/testApp/O.darwin-x86'>
perl -CSD <https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/bin/darwin-x86/makeTestfile.pl> testweak.t testweak
make[4]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/testApp/O.darwin-x86'>
fcntl(): Bad file descriptor
make[4]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/testApp/O.darwin-x86'>
perl -CSD <https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/bin/darwin-x86/makeTestfile.pl> testtest.t testtest
make[4]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/testApp/O.darwin-x86'>
fcntl(): Bad file descriptor
make[4]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/testApp/O.darwin-x86'>
c++ -o testgroupconfig  -L<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/lib/darwin-x86>        -arch x86_64               testgroupconfig.o utilitiesx.o   -lqsrv -lpvAccess -lpvData -ldbRecStd -ldbCore -lca -lCom -lpvAccess -lpvData -ldbRecStd -ldbCore -lca -lCom   
make[4]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/testApp/O.darwin-x86'>
fcntl(): Bad file descriptor
make[4]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/testApp/O.darwin-x86'>
perl -CSD <https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/bin/darwin-x86/makeTestfile.pl> testpvif.t testpvif
make[4]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/testApp/O.darwin-x86'>
fcntl(): Bad file descriptor
make[4]: Entering directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/testApp/O.darwin-x86'>
perl -CSD <https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/bin/darwin-x86/makeTestfile.pl> testpdb.t testpdb
make[4]: Leaving directory '<https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/modules/pva2pva/testApp/O.darwin-x86'>
/Users/jenkins/bin/make -C ./iocBoot install.darwin-x86 
/Users/jenkins/bin/make -C ./iocwfdemo install.darwin-x86 
/Users/jenkins/bin/make -C ./ioccircle2 install.darwin-x86 
/Users/jenkins/bin/make -C ./ioccircle install.darwin-x86 
/Users/jenkins/bin/make -C ./iocimagedemo install.darwin-x86 
make[4]: Nothing to be done for 'install.darwin-x86'.
make[4]: Nothing to be done for 'install.darwin-x86'.
make[4]: Nothing to be done for 'install.darwin-x86'.
make[4]: Nothing to be done for 'install.darwin-x86'.
configure/RULES_DIRS:84: recipe for target 'modules.install.darwin-x86' failed
make: *** [modules.install.darwin-x86] Error 2
Build step 'Execute shell' marked build as failure
[WARNINGS] Skipping publisher since build result is FAILURE
TAP Reports Processing: START
Looking for TAP results report in workspace using pattern: **/O.*/*.tap
Did not find any matching files.

Replies:
Jenkins build is unstable: epics-master » mac #43 APS Jenkins
References:
Jenkins build became unstable: epics-master » mac #41 APS Jenkins

Navigate by Date:
Prev: Build failed in Jenkins: epics-master » linux64 #42 APS Jenkins
Next: Build failed in Jenkins: epics-master-windows » STATIC,win64 #32 APS Jenkins
Index: 2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  <20182019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: Jenkins build became unstable: epics-master » mac #41 APS Jenkins
Next: Jenkins build is unstable: epics-master » mac #43 APS Jenkins
Index: 2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  <20182019  2020  2021  2022  2023  2024 
ANJ, 06 Feb 2018 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·