Started by user Frederic Gurr Running in Durability level: MAX_SURVIVABILITY [Pipeline] Start of Pipeline [Pipeline] podTemplate [Pipeline] { [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘xaccpod’ Agent xaccpod-0h2jj-g63s1 is provisioned from template Kubernetes Pod Template Agent specification [Kubernetes Pod Template] (xaccpod): yaml: apiVersion: v1 kind: Pod spec: containers: - name: xacc image: xacc/base-plugin-ci command: - cat tty: true Running on xaccpod-0h2jj-g63s1 in /home/jenkins/workspace/xacc-ci [Pipeline] { [Pipeline] stage [Pipeline] { (Build) [Pipeline] container [Pipeline] { [Pipeline] sh + git clone --recursive https://github.com/eclipse/xacc Cloning into 'xacc'... Submodule 'quantum/plugins/dwave/embedding/minorminer' (https://github.com/dwavesystems/minorminer) registered for path 'quantum/plugins/dwave/embedding/minorminer' Submodule 'quantum/plugins/ibm/accelerator/qiskit-terra' (https://github.com/amccaskey/qiskit-terra) registered for path 'quantum/plugins/ibm/accelerator/qiskit-terra' Submodule 'tpls/boost-cmake' (https://github.com/ornl-qci/boost-cmake) registered for path 'tpls/boost-cmake' Submodule 'tpls/cppmicroservices' (https://github.com/ornl-qci/cppmicroservices) registered for path 'tpls/cppmicroservices' Submodule 'tpls/cpr' (https://github.com/whoshuu/cpr.git) registered for path 'tpls/cpr' Submodule 'xacc/optimizer/nlopt-optimizers/nlopt' (https://github.com/stevengj/nlopt) registered for path 'xacc/optimizer/nlopt-optimizers/nlopt' Cloning into 'quantum/plugins/dwave/embedding/minorminer'... Submodule path 'quantum/plugins/dwave/embedding/minorminer': checked out '05cac6db180adf8223a613dff808248e3048b07d' Cloning into 'quantum/plugins/ibm/accelerator/qiskit-terra'... Submodule path 'quantum/plugins/ibm/accelerator/qiskit-terra': checked out '85837c53f9c4d511a2a8fecaed3230b57ef863e8' Cloning into 'tpls/boost-cmake'... Submodule path 'tpls/boost-cmake': checked out '5d37de4f13b9e77b4362d07347ed685bf15c8ede' Cloning into 'tpls/cppmicroservices'... Submodule path 'tpls/cppmicroservices': checked out '4b27e09635f8c1fbfcb1ab3a9f0f8191bc56c8d6' Cloning into 'tpls/cpr'... Submodule path 'tpls/cpr': checked out '3d14e61ed247a90a07db26fb107beb3086a035d6' Submodule 'opt/curl' (https://github.com/whoshuu/curl.git) registered for path 'opt/curl' Submodule 'opt/googletest' (https://github.com/whoshuu/googletest.git) registered for path 'opt/googletest' Submodule 'opt/mongoose' (https://github.com/whoshuu/mongoose.git) registered for path 'opt/mongoose' Cloning into 'opt/curl'... Submodule path 'tpls/cpr/opt/curl': checked out '3ea76790571c1f7cf1bed34fabffd3cc20ad3dd3' Cloning into 'opt/googletest'... Submodule path 'tpls/cpr/opt/googletest': checked out '3be1ef9f1c6139654a7784c53aa833c7a37a3148' Cloning into 'opt/mongoose'... Submodule path 'tpls/cpr/opt/mongoose': checked out 'df9f7a795e65657017ab302d6367a49fdd4da183' Cloning into 'xacc/optimizer/nlopt-optimizers/nlopt'... Submodule path 'xacc/optimizer/nlopt-optimizers/nlopt': checked out '945d055b98be2db327f694b36ba507c41e1955fc' [Pipeline] } [Pipeline] // container [Pipeline] container [Pipeline] { [Pipeline] sh + cd xacc + mkdir build + cd build + cmake .. -DCMAKE_INSTALL_PREFIX=/home/jenkins/workspace/xacc-ci/xacc/build/install -DPYTHON_INCLUDE_DIR=/usr/include/python3.5 -DXACC_BUILD_TESTS=TRUE -- The CXX compiler identification is GNU 5.4.0 -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- C++ version configured. -- clang-format not found! 'format' target not built. Install clang-format to enable formatting. -- Installing XACC to /home/jenkins/workspace/xacc-ci/xacc/build/install. Override with -DCMAKE_INSTALL_PREFIX=... -- The C compiler identification is GNU 5.4.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Performing Test HAS_CXX_FLAG__fstack_protector_all -- Performing Test HAS_CXX_FLAG__fstack_protector_all - Success -- Performing Test HAS_CXX_FLAG__Werror -- Performing Test HAS_CXX_FLAG__Werror - Success -- Performing Test HAS_CXX_FLAG__Wall -- Performing Test HAS_CXX_FLAG__Wall - Success -- Performing Test HAS_CXX_FLAG__Wextra -- Performing Test HAS_CXX_FLAG__Wextra - Success -- Performing Test HAS_CXX_FLAG__Wpointer_arith -- Performing Test HAS_CXX_FLAG__Wpointer_arith - Success -- Performing Test HAS_CXX_FLAG__Winvalid_pch -- Performing Test HAS_CXX_FLAG__Winvalid_pch - Success -- Performing Test HAS_CXX_FLAG__Wcast_align -- Performing Test HAS_CXX_FLAG__Wcast_align - Success -- Performing Test HAS_CXX_FLAG__Wwrite_strings -- Performing Test HAS_CXX_FLAG__Wwrite_strings - Success -- Performing Test HAS_CXX_FLAG__Woverloaded_virtual -- Performing Test HAS_CXX_FLAG__Woverloaded_virtual - Success -- Performing Test HAS_CXX_FLAG__Wnon_virtual_dtor -- Performing Test HAS_CXX_FLAG__Wnon_virtual_dtor - Success -- Performing Test HAS_CXX_FLAG__Wold_style_cast -- Performing Test HAS_CXX_FLAG__Wold_style_cast - Success -- Performing Test HAS_CXX_FLAG__Wstrict_null_sentinel -- Performing Test HAS_CXX_FLAG__Wstrict_null_sentinel - Success -- Performing Test HAS_CXX_FLAG__Wsign_promo -- Performing Test HAS_CXX_FLAG__Wsign_promo - Success -- Performing Test HAS_CXX_FLAG__fdiagnostics_show_option -- Performing Test HAS_CXX_FLAG__fdiagnostics_show_option - Success -- Performing Test HAS_CXX_FLAG__fvisibility_hidden_fvisibility_inlines_hidden -- Performing Test HAS_CXX_FLAG__fvisibility_hidden_fvisibility_inlines_hidden - Success -- Performing Test HAS_CXX_FLAG__O1_D_FORTIFY_SOURCE_2 -- Performing Test HAS_CXX_FLAG__O1_D_FORTIFY_SOURCE_2 - Success -- Performing Test HAS_CXX_FLAG__O1_fsanitize_thread -- Performing Test HAS_CXX_FLAG__O1_fsanitize_thread - Success -- Performing Test HAS_CXX_FLAG__fprofile_arcs_ftest_coverage -- Performing Test HAS_CXX_FLAG__fprofile_arcs_ftest_coverage - Success -- Looking for pthread.h -- Looking for pthread.h - found -- Looking for pthread_create -- Looking for pthread_create - not found -- Check if compiler accepts -pthread -- Check if compiler accepts -pthread - yes -- Found Threads: TRUE -- Performing Test HAS_CXX_FLAG__Wl__no_undefined -- Performing Test HAS_CXX_FLAG__Wl__no_undefined - Success Checking for CppMicroServices resource linking capability...yes -- Looking for C++ include cxxabi.h -- Looking for C++ include cxxabi.h - found -- Check if the system is big endian -- Searching 16 bit integer -- Looking for sys/types.h -- Looking for sys/types.h - found -- Looking for stdint.h -- Looking for stdint.h - found -- Looking for stddef.h -- Looking for stddef.h - found -- Check size of unsigned short -- Check size of unsigned short - done -- Using unsigned short -- Check if the system is big endian - little endian -- Checking compiler flags for C++11 support. -- Performing Test COMPILER_SUPPORTS_CXX11 -- Performing Test COMPILER_SUPPORTS_CXX11 - Success -- Performing Test COMPILER_SUPPORTS_CXX0X -- Performing Test COMPILER_SUPPORTS_CXX0X - Success -- C++11 is supported. -- C++ Requests CMake Options -- ======================================================= -- USE_SYSTEM_CURL: ON -- BUILD_CPR_TESTS: OFF -- GENERATE_COVERAGE: OFF -- CPR_CURL_NOSIGNAL: OFF -- USE_SYSTEM_GTEST: OFF -- CMAKE_USE_OPENSSL: ON -- ======================================================= -- Found CURL: /usr/lib/x86_64-linux-gnu/libcurl.so (found version "7.47.0") -- Set CURL_FOUND to TRUE. -- Set CURL_LIBRARIES to /usr/lib/x86_64-linux-gnu/libcurl.so. -- Set CURL_INCLUDE_DIRS to /usr/include. -- Using CURL_INCLUDE_DIRS: /usr/include. -- Using CURL_LIBRARIES: /usr/lib/x86_64-linux-gnu/libcurl.so. -- Found PythonInterp: /usr/bin/python3.5 (found version "3.5.2") -- Set GTEST_FOUND to TRUE. -- Set GTEST_LIBRARIES to gtest. -- Set GTEST_MAIN_LIBRARIES to gtest_main. -- Set GTEST_BOTH_LIBRARIES to gtest;gtest_main. -- Set GTEST_INCLUDE_DIRS to /home/jenkins/workspace/xacc-ci/xacc/tpls/cpr/opt/googletest/include. -- Downloading Boost from https://github.com/Orphis/boost-cmake/releases/download/v1.64.0/boost_1_64_0.tar.xz -- [download 0% complete] -- [download 1% complete] -- [download 2% complete] -- [download 3% complete] -- [download 4% complete] -- [download 5% complete] -- [download 6% complete] -- [download 7% complete] -- [download 8% complete] -- [download 9% complete] -- [download 10% complete] -- [download 11% complete] -- [download 12% complete] -- [download 13% complete] -- [download 14% complete] -- [download 15% complete] -- [download 16% complete] -- [download 17% complete] -- [download 18% complete] -- [download 19% complete] -- [download 20% complete] -- [download 21% complete] -- [download 22% complete] -- [download 23% complete] -- [download 24% complete] -- [download 25% complete] -- [download 26% complete] -- [download 27% complete] -- [download 28% complete] -- [download 29% complete] -- [download 30% complete] -- [download 31% complete] -- [download 32% complete] -- [download 33% complete] -- [download 34% complete] -- [download 35% complete] -- [download 36% complete] -- [download 37% complete] -- [download 38% complete] -- [download 39% complete] -- [download 40% complete] -- [download 41% complete] -- [download 42% complete] -- [download 43% complete] -- [download 44% complete] -- [download 45% complete] -- [download 46% complete] -- [download 47% complete] -- [download 48% complete] -- [download 49% complete] -- [download 50% complete] -- [download 51% complete] -- [download 52% complete] -- [download 53% complete] -- [download 54% complete] -- [download 55% complete] -- [download 56% complete] -- [download 57% complete] -- [download 58% complete] -- [download 59% complete] -- [download 60% complete] -- [download 61% complete] -- [download 62% complete] -- [download 63% complete] -- [download 64% complete] -- [download 65% complete] -- [download 66% complete] -- [download 67% complete] -- [download 68% complete] -- [download 69% complete] -- [download 70% complete] -- [download 71% complete] -- [download 72% complete] -- [download 73% complete] -- [download 74% complete] -- [download 75% complete] -- [download 76% complete] -- [download 77% complete] -- [download 78% complete] -- [download 79% complete] -- [download 80% complete] -- [download 81% complete] -- [download 82% complete] -- [download 83% complete] -- [download 84% complete] -- [download 85% complete] -- [download 86% complete] -- [download 87% complete] -- [download 88% complete] -- [download 89% complete] -- [download 90% complete] -- [download 91% complete] -- [download 92% complete] -- [download 93% complete] -- [download 94% complete] -- [download 95% complete] -- [download 96% complete] -- [download 97% complete] -- [download 98% complete] -- [download 99% complete] -- [download 100% complete] -- Extracting Boost archive... -- Boost found: 1.64.0 /home/jenkins/workspace/xacc-ci/xacc/tpls/boost-cmake/boost/boost_1_64_0 -- Boost found: 1.64.0 /home/jenkins/workspace/xacc-ci/xacc/tpls/boost-cmake/boost/boost_1_64_0 -- Looking for __linux__ -- Looking for __linux__ - found -- Looking for _WIN32 -- Looking for _WIN32 - not found -- Looking for __APPLE__ -- Looking for __APPLE__ - not found -- Looking for __ANDROID__ -- Looking for __ANDROID__ - not found -- Looking for __FreeBSD__ -- Looking for __FreeBSD__ - not found -- Output libraries to /home/jenkins/workspace/xacc-ci/xacc/dist -- Could NOT find Libunwind (missing: LIBUNWIND_LIBRARIES LIBUNWIND_INCLUDE_DIRS) -- NLopt version 2.6.1 -- Looking for dlfcn.h -- Looking for dlfcn.h - found -- Looking for getopt.h -- Looking for getopt.h - found -- Looking for unistd.h -- Looking for unistd.h - found -- Looking for string.h -- Looking for string.h - found -- Looking for strings.h -- Looking for strings.h - found -- Looking for inttypes.h -- Looking for inttypes.h - found -- Looking for memory.h -- Looking for memory.h - found -- Looking for stdlib.h -- Looking for stdlib.h - found -- Looking for time.h -- Looking for time.h - found -- Looking for sys/stat.h -- Looking for sys/stat.h - found -- Looking for sys/time.h -- Looking for sys/time.h - found -- Looking for getpid -- Looking for getpid - found -- Looking for syscall -- Looking for syscall - found -- Looking for isinf -- Looking for isinf - found -- Looking for isnan -- Looking for isnan - found -- Looking for gettimeofday -- Looking for gettimeofday - found -- Looking for qsort_r -- Looking for qsort_r - found -- Looking for time -- Looking for time - found -- Looking for copysign -- Looking for copysign - found -- Check size of uint32_t -- Check size of uint32_t - done -- Check size of unsigned int -- Check size of unsigned int - done -- Check size of unsigned long -- Check size of unsigned long - done -- Looking for sqrt in m -- Looking for sqrt in m - found -- Looking for fpclassify -- Looking for fpclassify - TRUE -- Performing Test HAVE_THREAD_LOCAL_STORAGE -- Performing Test HAVE_THREAD_LOCAL_STORAGE - Success -- Performing Test HAVE_THREAD_LOCAL_STORAGE -- Performing Test HAVE_THREAD_LOCAL_STORAGE - Failed -- Looking for __cplusplus -- Looking for __cplusplus - found -- Performing Test SUPPORTS_STDCXX11 -- Performing Test SUPPORTS_STDCXX11 - Success -- Found CppMicroServices: /home/jenkins/workspace/xacc-ci/xacc/build/tpls/cppmicroservices/CppMicroServicesConfig.cmake found components: Framework -- Looking for sgemm_ -- Looking for sgemm_ - not found -- Looking for sgemm_ -- Looking for sgemm_ - found -- Found BLAS: /usr/lib/libblas.so -- Looking for cheev_ -- Looking for cheev_ - found -- A library with LAPACK API found. -- Building local IBM Accelerator simulator. -- Could not find LLVM: Could NOT find 'llvm-config' executable -- Could not find any Clang libraries in -- Configuring done WARNING: Target "Boost_graph" has EXCLUDE_FROM_ALL set and will not be built by default but an install rule has been provided for it. CMake does not define behavior for this case. WARNING: Target "Boost_regex" has EXCLUDE_FROM_ALL set and will not be built by default but an install rule has been provided for it. CMake does not define behavior for this case. -- Generating done -- Build files have been written to: /home/jenkins/workspace/xacc-ci/xacc/build + make -j2 install Scanning dependencies of target util Scanning dependencies of target usResourceCompiler [ 0%] Building CXX object tpls/cppmicroservices/util/CMakeFiles/util.dir/src/Error.cpp.o [ 1%] Building CXX object tpls/cppmicroservices/tools/rc/CMakeFiles/usResourceCompiler.dir/ResourceCompiler.cpp.o [ 1%] Building CXX object tpls/cppmicroservices/util/CMakeFiles/util.dir/src/FileSystem.cpp.o [ 2%] Building CXX object tpls/cppmicroservices/util/CMakeFiles/util.dir/src/String.cpp.o [ 2%] Built target util [ 2%] Building C object tpls/cppmicroservices/tools/rc/CMakeFiles/usResourceCompiler.dir/__/__/third_party/miniz.c.o [ 2%] Building CXX object tpls/cppmicroservices/tools/rc/CMakeFiles/usResourceCompiler.dir/__/__/third_party/jsoncpp.cpp.o Scanning dependencies of target cpr [ 2%] Building CXX object tpls/cpr/cpr/CMakeFiles/cpr.dir/auth.cpp.o [ 2%] Building CXX object tpls/cpr/cpr/CMakeFiles/cpr.dir/cookies.cpp.o [ 2%] Building CXX object tpls/cpr/cpr/CMakeFiles/cpr.dir/cprtypes.cpp.o [ 3%] Building CXX object tpls/cpr/cpr/CMakeFiles/cpr.dir/digest.cpp.o [ 3%] Building CXX object tpls/cpr/cpr/CMakeFiles/cpr.dir/error.cpp.o [ 3%] Building CXX object tpls/cpr/cpr/CMakeFiles/cpr.dir/multipart.cpp.o [ 3%] Building CXX object tpls/cpr/cpr/CMakeFiles/cpr.dir/parameters.cpp.o [ 3%] Building CXX object tpls/cpr/cpr/CMakeFiles/cpr.dir/payload.cpp.o [ 3%] Building CXX object tpls/cpr/cpr/CMakeFiles/cpr.dir/proxies.cpp.o [ 4%] Building CXX object tpls/cpr/cpr/CMakeFiles/cpr.dir/session.cpp.o [ 4%] Linking CXX executable ../../bin/usResourceCompiler4 [ 4%] Built target usResourceCompiler [ 4%] Building CXX object tpls/cpr/cpr/CMakeFiles/cpr.dir/timeout.cpp.o [ 4%] Building CXX object tpls/cpr/cpr/CMakeFiles/cpr.dir/util.cpp.o Scanning dependencies of target gtest [ 5%] Building CXX object tpls/cpr/opt/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o [ 5%] Building CXX object tpls/cpr/cpr/CMakeFiles/cpr.dir/ssl_options.cpp.o [ 5%] Linking CXX static library ../../../lib/libcpr.a [ 5%] Built target cpr Scanning dependencies of target make_lib_output_dir [ 5%] Built target make_lib_output_dir Scanning dependencies of target nlopt [ 5%] Building C object xacc/optimizer/nlopt-optimizers/nlopt/CMakeFiles/nlopt.dir/src/algs/direct/DIRect.c.o [ 5%] Building C object xacc/optimizer/nlopt-optimizers/nlopt/CMakeFiles/nlopt.dir/src/algs/direct/direct_wrap.c.o [ 6%] Building C object xacc/optimizer/nlopt-optimizers/nlopt/CMakeFiles/nlopt.dir/src/algs/direct/DIRserial.c.o [ 6%] Building C object xacc/optimizer/nlopt-optimizers/nlopt/CMakeFiles/nlopt.dir/src/algs/direct/DIRsubrout.c.o [ 6%] Building C object xacc/optimizer/nlopt-optimizers/nlopt/CMakeFiles/nlopt.dir/src/algs/cdirect/cdirect.c.o [ 6%] Building C object xacc/optimizer/nlopt-optimizers/nlopt/CMakeFiles/nlopt.dir/src/algs/cdirect/hybrid.c.o [ 6%] Building C object xacc/optimizer/nlopt-optimizers/nlopt/CMakeFiles/nlopt.dir/src/algs/praxis/praxis.c.o [ 6%] Building C object xacc/optimizer/nlopt-optimizers/nlopt/CMakeFiles/nlopt.dir/src/algs/luksan/plis.c.o [ 7%] Building C object xacc/optimizer/nlopt-optimizers/nlopt/CMakeFiles/nlopt.dir/src/algs/luksan/plip.c.o [ 7%] Building C object xacc/optimizer/nlopt-optimizers/nlopt/CMakeFiles/nlopt.dir/src/algs/luksan/pnet.c.o [ 7%] Building C object xacc/optimizer/nlopt-optimizers/nlopt/CMakeFiles/nlopt.dir/src/algs/luksan/mssubs.c.o [ 7%] Building C object xacc/optimizer/nlopt-optimizers/nlopt/CMakeFiles/nlopt.dir/src/algs/luksan/pssubs.c.o [ 7%] Building C object xacc/optimizer/nlopt-optimizers/nlopt/CMakeFiles/nlopt.dir/src/algs/crs/crs.c.o [ 8%] Building C object xacc/optimizer/nlopt-optimizers/nlopt/CMakeFiles/nlopt.dir/src/algs/mlsl/mlsl.c.o [ 8%] Building C object xacc/optimizer/nlopt-optimizers/nlopt/CMakeFiles/nlopt.dir/src/algs/mma/mma.c.o [ 8%] Building C object xacc/optimizer/nlopt-optimizers/nlopt/CMakeFiles/nlopt.dir/src/algs/mma/ccsa_quadratic.c.o [ 8%] Building C object xacc/optimizer/nlopt-optimizers/nlopt/CMakeFiles/nlopt.dir/src/algs/cobyla/cobyla.c.o [ 8%] Linking CXX shared library libgtest.so [ 8%] Built target gtest [ 8%] Building C object xacc/optimizer/nlopt-optimizers/nlopt/CMakeFiles/nlopt.dir/src/algs/newuoa/newuoa.c.o Scanning dependencies of target Boost_regex [ 9%] Building CXX object tpls/boost-cmake/CMakeFiles/Boost_regex.dir/boost/boost_1_64_0/libs/regex/src/c_regex_traits.cpp.o [ 9%] Building CXX object tpls/boost-cmake/CMakeFiles/Boost_regex.dir/boost/boost_1_64_0/libs/regex/src/cpp_regex_traits.cpp.o [ 9%] Building C object xacc/optimizer/nlopt-optimizers/nlopt/CMakeFiles/nlopt.dir/src/algs/neldermead/nldrmd.c.o [ 10%] Building C object xacc/optimizer/nlopt-optimizers/nlopt/CMakeFiles/nlopt.dir/src/algs/neldermead/sbplx.c.o [ 10%] Building C object xacc/optimizer/nlopt-optimizers/nlopt/CMakeFiles/nlopt.dir/src/algs/auglag/auglag.c.o [ 10%] Building C object xacc/optimizer/nlopt-optimizers/nlopt/CMakeFiles/nlopt.dir/src/algs/bobyqa/bobyqa.c.o [ 10%] Building CXX object tpls/boost-cmake/CMakeFiles/Boost_regex.dir/boost/boost_1_64_0/libs/regex/src/cregex.cpp.o [ 10%] Building C object xacc/optimizer/nlopt-optimizers/nlopt/CMakeFiles/nlopt.dir/src/algs/isres/isres.c.o [ 10%] Building C object xacc/optimizer/nlopt-optimizers/nlopt/CMakeFiles/nlopt.dir/src/algs/slsqp/slsqp.c.o [ 10%] Building C object xacc/optimizer/nlopt-optimizers/nlopt/CMakeFiles/nlopt.dir/src/algs/esch/esch.c.o [ 11%] Building C object xacc/optimizer/nlopt-optimizers/nlopt/CMakeFiles/nlopt.dir/src/api/general.c.o [ 11%] Building C object xacc/optimizer/nlopt-optimizers/nlopt/CMakeFiles/nlopt.dir/src/api/options.c.o [ 11%] Building C object xacc/optimizer/nlopt-optimizers/nlopt/CMakeFiles/nlopt.dir/src/api/optimize.c.o [ 11%] Building C object xacc/optimizer/nlopt-optimizers/nlopt/CMakeFiles/nlopt.dir/src/api/deprecated.c.o [ 11%] Building C object xacc/optimizer/nlopt-optimizers/nlopt/CMakeFiles/nlopt.dir/src/api/f77api.c.o [ 12%] Building C object xacc/optimizer/nlopt-optimizers/nlopt/CMakeFiles/nlopt.dir/src/util/mt19937ar.c.o [ 12%] Building C object xacc/optimizer/nlopt-optimizers/nlopt/CMakeFiles/nlopt.dir/src/util/sobolseq.c.o [ 12%] Building C object xacc/optimizer/nlopt-optimizers/nlopt/CMakeFiles/nlopt.dir/src/util/timer.c.o [ 12%] Building C object xacc/optimizer/nlopt-optimizers/nlopt/CMakeFiles/nlopt.dir/src/util/stop.c.o [ 12%] Building C object xacc/optimizer/nlopt-optimizers/nlopt/CMakeFiles/nlopt.dir/src/util/redblack.c.o [ 12%] Building C object xacc/optimizer/nlopt-optimizers/nlopt/CMakeFiles/nlopt.dir/src/util/qsort_r.c.o [ 13%] Building C object xacc/optimizer/nlopt-optimizers/nlopt/CMakeFiles/nlopt.dir/src/util/rescale.c.o [ 13%] Building CXX object xacc/optimizer/nlopt-optimizers/nlopt/CMakeFiles/nlopt.dir/src/algs/stogo/global.cc.o [ 13%] Building CXX object tpls/boost-cmake/CMakeFiles/Boost_regex.dir/boost/boost_1_64_0/libs/regex/src/fileiter.cpp.o [ 13%] Building CXX object xacc/optimizer/nlopt-optimizers/nlopt/CMakeFiles/nlopt.dir/src/algs/stogo/linalg.cc.o [ 13%] Building CXX object tpls/boost-cmake/CMakeFiles/Boost_regex.dir/boost/boost_1_64_0/libs/regex/src/icu.cpp.o [ 13%] Building CXX object tpls/boost-cmake/CMakeFiles/Boost_regex.dir/boost/boost_1_64_0/libs/regex/src/instances.cpp.o [ 13%] Building CXX object xacc/optimizer/nlopt-optimizers/nlopt/CMakeFiles/nlopt.dir/src/algs/stogo/local.cc.o [ 13%] Building CXX object xacc/optimizer/nlopt-optimizers/nlopt/CMakeFiles/nlopt.dir/src/algs/stogo/stogo.cc.o [ 13%] Building CXX object xacc/optimizer/nlopt-optimizers/nlopt/CMakeFiles/nlopt.dir/src/algs/stogo/tools.cc.o [ 14%] Building CXX object xacc/optimizer/nlopt-optimizers/nlopt/CMakeFiles/nlopt.dir/src/algs/ags/evolvent.cc.o [ 14%] Building CXX object xacc/optimizer/nlopt-optimizers/nlopt/CMakeFiles/nlopt.dir/src/algs/ags/solver.cc.o [ 14%] Building CXX object xacc/optimizer/nlopt-optimizers/nlopt/CMakeFiles/nlopt.dir/src/algs/ags/local_optimizer.cc.o [ 14%] Building CXX object xacc/optimizer/nlopt-optimizers/nlopt/CMakeFiles/nlopt.dir/src/algs/ags/ags.cc.o [ 15%] Building CXX object tpls/boost-cmake/CMakeFiles/Boost_regex.dir/boost/boost_1_64_0/libs/regex/src/posix_api.cpp.o [ 15%] Linking CXX shared library libnlopt.so [ 15%] Built target nlopt [ 15%] Building CXX object tpls/boost-cmake/CMakeFiles/Boost_regex.dir/boost/boost_1_64_0/libs/regex/src/regex.cpp.o [ 15%] Checking resource dependencies for CppMicroServices [ 16%] Checking resource dependencies for CppMicroServices Scanning dependencies of target CppMicroServices [ 16%] Building CXX object tpls/cppmicroservices/framework/CMakeFiles/CppMicroServices.dir/src/util/Any.cpp.o [ 16%] Building CXX object tpls/cppmicroservices/framework/CMakeFiles/CppMicroServices.dir/src/util/AnyMap.cpp.o [ 16%] Building CXX object tpls/boost-cmake/CMakeFiles/Boost_regex.dir/boost/boost_1_64_0/libs/regex/src/regex_debug.cpp.o [ 16%] Building CXX object tpls/boost-cmake/CMakeFiles/Boost_regex.dir/boost/boost_1_64_0/libs/regex/src/regex_raw_buffer.cpp.o [ 16%] Building CXX object tpls/cppmicroservices/framework/CMakeFiles/CppMicroServices.dir/src/util/Framework.cpp.o [ 16%] Building CXX object tpls/boost-cmake/CMakeFiles/Boost_regex.dir/boost/boost_1_64_0/libs/regex/src/regex_traits_defaults.cpp.o [ 16%] Building CXX object tpls/cppmicroservices/framework/CMakeFiles/CppMicroServices.dir/src/util/FrameworkEvent.cpp.o [ 17%] Building CXX object tpls/boost-cmake/CMakeFiles/Boost_regex.dir/boost/boost_1_64_0/libs/regex/src/static_mutex.cpp.o [ 17%] Building CXX object tpls/boost-cmake/CMakeFiles/Boost_regex.dir/boost/boost_1_64_0/libs/regex/src/w32_regex_traits.cpp.o [ 17%] Building CXX object tpls/boost-cmake/CMakeFiles/Boost_regex.dir/boost/boost_1_64_0/libs/regex/src/wc_regex_traits.cpp.o [ 18%] Building CXX object tpls/cppmicroservices/framework/CMakeFiles/CppMicroServices.dir/src/util/FrameworkFactory.cpp.o [ 18%] Building CXX object tpls/boost-cmake/CMakeFiles/Boost_regex.dir/boost/boost_1_64_0/libs/regex/src/wide_posix_api.cpp.o [ 18%] Building CXX object tpls/cppmicroservices/framework/CMakeFiles/CppMicroServices.dir/src/util/FrameworkPrivate.cpp.o [ 18%] Building CXX object tpls/cppmicroservices/framework/CMakeFiles/CppMicroServices.dir/src/util/LDAPExpr.cpp.o [ 18%] Building CXX object tpls/boost-cmake/CMakeFiles/Boost_regex.dir/boost/boost_1_64_0/libs/regex/src/winstances.cpp.o [ 18%] Building CXX object tpls/cppmicroservices/framework/CMakeFiles/CppMicroServices.dir/src/util/LDAPFilter.cpp.o [ 18%] Building CXX object tpls/cppmicroservices/framework/CMakeFiles/CppMicroServices.dir/src/util/LDAPProp.cpp.o [ 18%] Building CXX object tpls/cppmicroservices/framework/CMakeFiles/CppMicroServices.dir/src/util/Properties.cpp.o [ 19%] Building CXX object tpls/cppmicroservices/framework/CMakeFiles/CppMicroServices.dir/src/util/SharedLibrary.cpp.o [ 19%] Building CXX object tpls/cppmicroservices/framework/CMakeFiles/CppMicroServices.dir/src/util/Utils.cpp.o [ 19%] Building CXX object tpls/cppmicroservices/framework/CMakeFiles/CppMicroServices.dir/src/service/ListenerToken.cpp.o [ 19%] Building CXX object tpls/cppmicroservices/framework/CMakeFiles/CppMicroServices.dir/src/service/ServiceException.cpp.o [ 19%] Building CXX object tpls/cppmicroservices/framework/CMakeFiles/CppMicroServices.dir/src/service/ServiceEvent.cpp.o [ 19%] Building CXX object tpls/boost-cmake/CMakeFiles/Boost_regex.dir/boost/boost_1_64_0/libs/regex/src/usinstances.cpp.o [ 20%] Building CXX object tpls/cppmicroservices/framework/CMakeFiles/CppMicroServices.dir/src/service/ServiceEventListenerHook.cpp.o [ 21%] Linking CXX static library libboost_regex.a [ 21%] Built target Boost_regex [ 21%] Building CXX object tpls/cppmicroservices/framework/CMakeFiles/CppMicroServices.dir/src/service/ServiceFindHook.cpp.o Scanning dependencies of target gtest_main [ 21%] Building CXX object tpls/cpr/opt/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o [ 21%] Building CXX object tpls/cppmicroservices/framework/CMakeFiles/CppMicroServices.dir/src/service/ServiceHooks.cpp.o [ 21%] Linking CXX shared library libgtest_main.so [ 21%] Built target gtest_main [ 21%] Building CXX object tpls/cppmicroservices/framework/CMakeFiles/CppMicroServices.dir/src/service/ServiceListenerEntry.cpp.o [ 21%] Building CXX object tpls/cppmicroservices/framework/CMakeFiles/CppMicroServices.dir/src/service/ServiceListenerHook.cpp.o Scanning dependencies of target antlr4_shared [ 21%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/ANTLRErrorListener.cpp.o [ 21%] Building CXX object tpls/cppmicroservices/framework/CMakeFiles/CppMicroServices.dir/src/service/ServiceListeners.cpp.o [ 21%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/ANTLRErrorStrategy.cpp.o [ 21%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/ANTLRFileStream.cpp.o [ 21%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/ANTLRInputStream.cpp.o [ 22%] Building CXX object tpls/cppmicroservices/framework/CMakeFiles/CppMicroServices.dir/src/service/ServiceObjects.cpp.o [ 22%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/BailErrorStrategy.cpp.o [ 22%] Building CXX object tpls/cppmicroservices/framework/CMakeFiles/CppMicroServices.dir/src/service/ServiceReferenceBase.cpp.o [ 23%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/BaseErrorListener.cpp.o [ 23%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/BufferedTokenStream.cpp.o [ 23%] Building CXX object tpls/cppmicroservices/framework/CMakeFiles/CppMicroServices.dir/src/service/ServiceReferenceBasePrivate.cpp.o [ 23%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/CharStream.cpp.o [ 23%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/CommonToken.cpp.o [ 23%] Building CXX object tpls/cppmicroservices/framework/CMakeFiles/CppMicroServices.dir/src/service/ServiceRegistrationBase.cpp.o [ 23%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/CommonTokenFactory.cpp.o [ 23%] Building CXX object tpls/cppmicroservices/framework/CMakeFiles/CppMicroServices.dir/src/service/ServiceRegistrationBasePrivate.cpp.o [ 24%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/CommonTokenStream.cpp.o [ 24%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/ConsoleErrorListener.cpp.o [ 24%] Building CXX object tpls/cppmicroservices/framework/CMakeFiles/CppMicroServices.dir/src/service/ServiceRegistry.cpp.o [ 24%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/DefaultErrorStrategy.cpp.o [ 24%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/DiagnosticErrorListener.cpp.o [ 25%] Building CXX object tpls/cppmicroservices/framework/CMakeFiles/CppMicroServices.dir/src/bundle/Bundle.cpp.o [ 25%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/Exceptions.cpp.o [ 25%] Building CXX object tpls/cppmicroservices/framework/CMakeFiles/CppMicroServices.dir/src/bundle/BundleArchive.cpp.o [ 25%] Building CXX object tpls/cppmicroservices/framework/CMakeFiles/CppMicroServices.dir/src/bundle/BundleContext.cpp.o [ 25%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/FailedPredicateException.cpp.o [ 26%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/InputMismatchException.cpp.o [ 26%] Building CXX object tpls/cppmicroservices/framework/CMakeFiles/CppMicroServices.dir/src/bundle/BundleContextPrivate.cpp.o [ 26%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/IntStream.cpp.o [ 26%] Building CXX object tpls/cppmicroservices/framework/CMakeFiles/CppMicroServices.dir/src/bundle/BundleEvent.cpp.o [ 26%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/InterpreterRuleContext.cpp.o [ 27%] Building CXX object tpls/cppmicroservices/framework/CMakeFiles/CppMicroServices.dir/src/bundle/BundleEventHook.cpp.o [ 27%] Building CXX object tpls/cppmicroservices/framework/CMakeFiles/CppMicroServices.dir/src/bundle/BundleFindHook.cpp.o [ 27%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/Lexer.cpp.o [ 27%] Building CXX object tpls/cppmicroservices/framework/CMakeFiles/CppMicroServices.dir/src/bundle/BundleHooks.cpp.o [ 27%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/LexerInterpreter.cpp.o [ 27%] Building CXX object tpls/cppmicroservices/framework/CMakeFiles/CppMicroServices.dir/src/bundle/BundleManifest.cpp.o [ 27%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/LexerNoViableAltException.cpp.o [ 28%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/ListTokenSource.cpp.o [ 28%] Building CXX object tpls/cppmicroservices/framework/CMakeFiles/CppMicroServices.dir/src/bundle/BundleObjFile.cpp.o [ 28%] Building CXX object tpls/cppmicroservices/framework/CMakeFiles/CppMicroServices.dir/src/bundle/BundlePrivate.cpp.o [ 28%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/NoViableAltException.cpp.o [ 28%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/Parser.cpp.o [ 29%] Building CXX object tpls/cppmicroservices/framework/CMakeFiles/CppMicroServices.dir/src/bundle/BundleRegistry.cpp.o [ 29%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/ParserInterpreter.cpp.o [ 29%] Building CXX object tpls/cppmicroservices/framework/CMakeFiles/CppMicroServices.dir/src/bundle/BundleResource.cpp.o [ 29%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/ParserRuleContext.cpp.o [ 29%] Building CXX object tpls/cppmicroservices/framework/CMakeFiles/CppMicroServices.dir/src/bundle/BundleResourceBuffer.cpp.o [ 29%] Building CXX object tpls/cppmicroservices/framework/CMakeFiles/CppMicroServices.dir/src/bundle/BundleResourceContainer.cpp.o [ 30%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/ProxyErrorListener.cpp.o [ 30%] Building CXX object tpls/cppmicroservices/framework/CMakeFiles/CppMicroServices.dir/src/bundle/BundleResourceStream.cpp.o [ 30%] Building CXX object tpls/cppmicroservices/framework/CMakeFiles/CppMicroServices.dir/src/bundle/BundleStorageFile.cpp.o [ 30%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/RecognitionException.cpp.o [ 31%] Building CXX object tpls/cppmicroservices/framework/CMakeFiles/CppMicroServices.dir/src/bundle/BundleStorageMemory.cpp.o [ 31%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/Recognizer.cpp.o [ 31%] Building CXX object tpls/cppmicroservices/framework/CMakeFiles/CppMicroServices.dir/src/bundle/BundleThread.cpp.o [ 31%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/RuleContext.cpp.o [ 31%] Building CXX object tpls/cppmicroservices/framework/CMakeFiles/CppMicroServices.dir/src/bundle/BundleUtils.cpp.o [ 31%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/RuleContextWithAltNum.cpp.o [ 31%] Building CXX object tpls/cppmicroservices/framework/CMakeFiles/CppMicroServices.dir/src/bundle/BundleVersion.cpp.o [ 31%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/RuntimeMetaData.cpp.o [ 31%] Building CXX object tpls/cppmicroservices/framework/CMakeFiles/CppMicroServices.dir/src/bundle/Constants.cpp.o [ 32%] Building CXX object tpls/cppmicroservices/framework/CMakeFiles/CppMicroServices.dir/src/bundle/CoreBundleContext.cpp.o [ 33%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/Token.cpp.o [ 33%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/TokenSource.cpp.o [ 33%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/TokenStream.cpp.o [ 33%] Building CXX object tpls/cppmicroservices/framework/CMakeFiles/CppMicroServices.dir/src/bundle/Debug.cpp.o [ 33%] Building CXX object tpls/cppmicroservices/framework/CMakeFiles/CppMicroServices.dir/__/third_party/jsoncpp.cpp.o [ 33%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/TokenStreamRewriter.cpp.o [ 33%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/UnbufferedCharStream.cpp.o [ 33%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/UnbufferedTokenStream.cpp.o [ 33%] Building C object tpls/cppmicroservices/framework/CMakeFiles/CppMicroServices.dir/__/third_party/miniz.c.o [ 34%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/Vocabulary.cpp.o [ 34%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/WritableToken.cpp.o [ 34%] Building CXX object tpls/cppmicroservices/framework/CMakeFiles/CppMicroServices.dir/CppMicroServices/cppmicroservices_resources.cpp.o [ 34%] Linking CXX shared library ../lib/libCppMicroServices.so Appending zipped resources to CppMicroServices [ 34%] Built target CppMicroServices [ 34%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/atn/ATN.cpp.o Scanning dependencies of target Boost_graph [ 34%] Building CXX object tpls/boost-cmake/CMakeFiles/Boost_graph.dir/boost/boost_1_64_0/libs/graph/src/graphml.cpp.o [ 34%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/atn/ATNConfig.cpp.o [ 34%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/atn/ATNConfigSet.cpp.o [ 35%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/atn/ATNDeserializationOptions.cpp.o [ 35%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/atn/ATNDeserializer.cpp.o [ 35%] Building CXX object tpls/boost-cmake/CMakeFiles/Boost_graph.dir/boost/boost_1_64_0/libs/graph/src/read_graphviz_new.cpp.o [ 35%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/atn/ATNSerializer.cpp.o [ 35%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/atn/ATNSimulator.cpp.o [ 35%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/atn/ATNState.cpp.o [ 35%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/atn/AbstractPredicateTransition.cpp.o [ 36%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/atn/ActionTransition.cpp.o [ 36%] Linking CXX static library libboost_graph.a [ 36%] Built target Boost_graph [ 36%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/atn/AmbiguityInfo.cpp.o Scanning dependencies of target xacc [ 36%] Building CXX object xacc/CMakeFiles/xacc.dir/XACC.cpp.o [ 36%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/atn/ArrayPredictionContext.cpp.o [ 36%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/atn/AtomTransition.cpp.o [ 36%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/atn/BasicBlockStartState.cpp.o [ 36%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/atn/BasicState.cpp.o [ 37%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/atn/BlockEndState.cpp.o [ 37%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/atn/BlockStartState.cpp.o [ 37%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/atn/ContextSensitivityInfo.cpp.o [ 37%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/atn/DecisionEventInfo.cpp.o [ 37%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/atn/DecisionInfo.cpp.o [ 38%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/atn/DecisionState.cpp.o [ 38%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/atn/EmptyPredictionContext.cpp.o [ 38%] Building CXX object xacc/CMakeFiles/xacc.dir/accelerator/AcceleratorBuffer.cpp.o [ 38%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/atn/EpsilonTransition.cpp.o [ 38%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/atn/ErrorInfo.cpp.o [ 38%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/atn/LL1Analyzer.cpp.o [ 38%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/atn/LexerATNConfig.cpp.o [ 39%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/atn/LexerATNSimulator.cpp.o [ 39%] Building CXX object xacc/CMakeFiles/xacc.dir/utils/Utils.cpp.o [ 39%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/atn/LexerAction.cpp.o [ 39%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/atn/LexerActionExecutor.cpp.o [ 39%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/atn/LexerChannelAction.cpp.o [ 39%] Building CXX object xacc/CMakeFiles/xacc.dir/utils/CLIParser.cpp.o [ 39%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/atn/LexerCustomAction.cpp.o [ 39%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/atn/LexerIndexedCustomAction.cpp.o [ 40%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/atn/LexerModeAction.cpp.o [ 40%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/atn/LexerMoreAction.cpp.o [ 40%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/atn/LexerPopModeAction.cpp.o [ 40%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/atn/LexerPushModeAction.cpp.o [ 40%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/atn/LexerSkipAction.cpp.o [ 40%] Building CXX object xacc/CMakeFiles/xacc.dir/service/ServiceRegistry.cpp.o [ 41%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/atn/LexerTypeAction.cpp.o [ 42%] Building CXX object xacc/CMakeFiles/xacc.dir/service/xacc_service.cpp.o [ 42%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/atn/LookaheadEventInfo.cpp.o [ 42%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/atn/LoopEndState.cpp.o [ 42%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/atn/NotSetTransition.cpp.o [ 42%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/atn/OrderedATNConfigSet.cpp.o [ 42%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/atn/ParseInfo.cpp.o [ 43%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/atn/ParserATNSimulator.cpp.o [ 43%] Building CXX object xacc/CMakeFiles/xacc.dir/accelerator/remote/RemoteAccelerator.cpp.o [ 43%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/atn/PlusBlockStartState.cpp.o [ 43%] Linking CXX shared library libxacc.so [ 43%] Built target xacc [ 43%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/atn/PlusLoopbackState.cpp.o Scanning dependencies of target AcceleratorBufferTester [ 43%] Building CXX object xacc/accelerator/tests/CMakeFiles/AcceleratorBufferTester.dir/AcceleratorBufferTester.cpp.o [ 43%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/atn/PrecedencePredicateTransition.cpp.o [ 43%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/atn/PredicateEvalInfo.cpp.o [ 43%] Linking CXX executable AcceleratorBufferTester [ 43%] Built target AcceleratorBufferTester [ 43%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/atn/PredicateTransition.cpp.o [ 44%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/atn/PredictionContext.cpp.o Scanning dependencies of target InstructionParameterTester [ 44%] Building CXX object xacc/ir/tests/CMakeFiles/InstructionParameterTester.dir/InstructionParameterTester.cpp.o [ 44%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/atn/PredictionMode.cpp.o [ 44%] Linking CXX executable InstructionParameterTester [ 44%] Built target InstructionParameterTester [ 44%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/atn/ProfilingATNSimulator.cpp.o Scanning dependencies of target CLIParserTester [ 44%] Building CXX object xacc/tests/CMakeFiles/CLIParserTester.dir/CLIParserTester.cpp.o [ 44%] Linking CXX executable CLIParserTester [ 44%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/atn/RangeTransition.cpp.o [ 44%] Built target CLIParserTester [ 44%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/atn/RuleStartState.cpp.o Scanning dependencies of target AlgorithmTester [ 44%] Building CXX object xacc/tests/CMakeFiles/AlgorithmTester.dir/AlgorithmTester.cpp.o [ 45%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/atn/RuleStopState.cpp.o [ 45%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/atn/RuleTransition.cpp.o [ 45%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/atn/SemanticContext.cpp.o [ 45%] Linking CXX executable AlgorithmTester [ 45%] Built target AlgorithmTester [ 45%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/atn/SetTransition.cpp.o Scanning dependencies of target XACCAPITester [ 45%] Building CXX object xacc/tests/CMakeFiles/XACCAPITester.dir/XACCAPITester.cpp.o [ 45%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/atn/SingletonPredictionContext.cpp.o [ 45%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/atn/StarBlockStartState.cpp.o [ 46%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/atn/StarLoopEntryState.cpp.o [ 46%] Linking CXX executable XACCAPITester [ 46%] Built target XACCAPITester [ 46%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/atn/StarLoopbackState.cpp.o [ 47%] Checking resource dependencies for xacc-optimizer-nlopt [ 47%] Checking resource dependencies for xacc-optimizer-nlopt Scanning dependencies of target xacc-optimizer-nlopt [ 47%] Building CXX object xacc/optimizer/nlopt-optimizers/CMakeFiles/xacc-optimizer-nlopt.dir/NLOptActivator.cpp.o [ 47%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/atn/TokensStartState.cpp.o [ 47%] Building CXX object xacc/optimizer/nlopt-optimizers/CMakeFiles/xacc-optimizer-nlopt.dir/nlopt_optimizer.cpp.o [ 47%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/atn/Transition.cpp.o [ 47%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/atn/WildcardTransition.cpp.o [ 47%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/dfa/DFA.cpp.o [ 47%] Building CXX object xacc/optimizer/nlopt-optimizers/CMakeFiles/xacc-optimizer-nlopt.dir/xacc-optimizer-nlopt/cppmicroservices_resources.cpp.o [ 47%] Building CXX object xacc/optimizer/nlopt-optimizers/CMakeFiles/xacc-optimizer-nlopt.dir/xacc-optimizer-nlopt/cppmicroservices_init.cpp.o [ 47%] Linking CXX shared library libxacc-optimizer-nlopt.so Appending zipped resources to xacc-optimizer-nlopt [ 47%] Built target xacc-optimizer-nlopt [ 48%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/dfa/DFASerializer.cpp.o Scanning dependencies of target NLOptimizerTester [ 49%] Building CXX object xacc/optimizer/nlopt-optimizers/tests/CMakeFiles/NLOptimizerTester.dir/NLOptimizerTester.cpp.o [ 49%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/dfa/DFAState.cpp.o [ 49%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/dfa/LexerDFASerializer.cpp.o [ 49%] Linking CXX executable NLOptimizerTester [ 49%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/misc/InterpreterDataReader.cpp.o [ 49%] Built target NLOptimizerTester [ 49%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/misc/Interval.cpp.o [ 49%] Checking resource dependencies for xacc-quantum-aqc [ 49%] Checking resource dependencies for xacc-quantum-aqc Scanning dependencies of target xacc-quantum-aqc [ 49%] Building CXX object quantum/aqc/CMakeFiles/xacc-quantum-aqc.dir/AQCQuantumActivator.cpp.o [ 50%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/misc/IntervalSet.cpp.o [ 50%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/misc/MurmurHash.cpp.o [ 50%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/misc/Predicate.cpp.o [ 50%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/support/Any.cpp.o [ 50%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/support/Arrays.cpp.o [ 50%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/support/CPPUtils.cpp.o [ 51%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/support/StringUtils.cpp.o [ 51%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/support/guid.cpp.o [ 51%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/tree/ErrorNode.cpp.o [ 51%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/tree/ErrorNodeImpl.cpp.o [ 51%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/tree/IterativeParseTreeWalker.cpp.o [ 51%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/tree/ParseTree.cpp.o [ 52%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/tree/ParseTreeListener.cpp.o [ 52%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/tree/ParseTreeVisitor.cpp.o [ 52%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/tree/ParseTreeWalker.cpp.o [ 52%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/tree/TerminalNode.cpp.o [ 52%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/tree/TerminalNodeImpl.cpp.o [ 53%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/tree/Trees.cpp.o [ 53%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/tree/pattern/Chunk.cpp.o [ 53%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/tree/pattern/ParseTreeMatch.cpp.o [ 53%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/tree/pattern/ParseTreePattern.cpp.o [ 53%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/tree/pattern/ParseTreePatternMatcher.cpp.o [ 53%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/tree/pattern/RuleTagToken.cpp.o [ 54%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/tree/pattern/TagChunk.cpp.o [ 54%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/tree/pattern/TextChunk.cpp.o [ 54%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/tree/pattern/TokenTagToken.cpp.o [ 55%] Building CXX object quantum/aqc/CMakeFiles/xacc-quantum-aqc.dir/compiler/default/DefaultParameterSetter.cpp.o [ 55%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/tree/xpath/XPath.cpp.o [ 55%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/tree/xpath/XPathElement.cpp.o [ 55%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/tree/xpath/XPathLexer.cpp.o [ 55%] Building CXX object quantum/aqc/CMakeFiles/xacc-quantum-aqc.dir/compiler/default/TrivialEmbeddingAlgorithm.cpp.o [ 56%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/tree/xpath/XPathLexerErrorListener.cpp.o [ 56%] Building CXX object quantum/aqc/CMakeFiles/xacc-quantum-aqc.dir/ir/DWFunction.cpp.o [ 56%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/tree/xpath/XPathRuleAnywhereElement.cpp.o [ 56%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/tree/xpath/XPathRuleElement.cpp.o [ 56%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/tree/xpath/XPathTokenAnywhereElement.cpp.o [ 56%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/tree/xpath/XPathTokenElement.cpp.o [ 57%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/tree/xpath/XPathWildcardAnywhereElement.cpp.o [ 57%] Building CXX object tpls/antlr/runtime/CMakeFiles/antlr4_shared.dir/src/tree/xpath/XPathWildcardElement.cpp.o [ 57%] Linking CXX shared library ../../../../dist/libantlr4-runtime.so [ 57%] Built target antlr4_shared [ 57%] Building CXX object quantum/aqc/CMakeFiles/xacc-quantum-aqc.dir/ir/DWIRProvider.cpp.o [ 57%] Building CXX object quantum/aqc/CMakeFiles/xacc-quantum-aqc.dir/xacc-quantum-aqc/cppmicroservices_resources.cpp.o [ 57%] Building CXX object quantum/aqc/CMakeFiles/xacc-quantum-aqc.dir/xacc-quantum-aqc/cppmicroservices_init.cpp.o [ 57%] Checking resource dependencies for xacc-graph [ 57%] Checking resource dependencies for xacc-graph Scanning dependencies of target xacc-graph [ 57%] Building CXX object quantum/utils/CMakeFiles/xacc-graph.dir/UtilsActivator.cpp.o [ 58%] Building CXX object quantum/utils/CMakeFiles/xacc-graph.dir/boost/DirectedBoostGraph.cpp.o [ 58%] Building CXX object quantum/utils/CMakeFiles/xacc-graph.dir/boost/UndirectedBoostGraph.cpp.o [ 58%] Building CXX object quantum/utils/CMakeFiles/xacc-graph.dir/xacc-graph/cppmicroservices_resources.cpp.o [ 58%] Building CXX object quantum/utils/CMakeFiles/xacc-graph.dir/xacc-graph/cppmicroservices_init.cpp.o [ 58%] Linking CXX shared library libxacc-graph.so Appending zipped resources to xacc-graph [ 58%] Built target xacc-graph [ 58%] Checking resource dependencies for xacc-pauli [ 59%] Checking resource dependencies for xacc-pauli Scanning dependencies of target xacc-pauli [ 59%] Building CXX object quantum/gate/observable/pauli/CMakeFiles/xacc-pauli.dir/PauliActivator.cpp.o [ 59%] Building CXX object quantum/gate/observable/pauli/CMakeFiles/xacc-pauli.dir/PauliListenerImpl.cpp.o [ 59%] Building CXX object quantum/gate/observable/pauli/CMakeFiles/xacc-pauli.dir/PauliOperator.cpp.o [ 59%] Building CXX object quantum/gate/observable/pauli/CMakeFiles/xacc-pauli.dir/generated/PauliOperatorBaseListener.cpp.o [ 60%] Building CXX object quantum/gate/observable/pauli/CMakeFiles/xacc-pauli.dir/generated/PauliOperatorLexer.cpp.o [ 61%] Linking CXX shared library libxacc-quantum-aqc.so [ 61%] Building CXX object quantum/gate/observable/pauli/CMakeFiles/xacc-pauli.dir/generated/PauliOperatorListener.cpp.o [ 61%] Building CXX object quantum/gate/observable/pauli/CMakeFiles/xacc-pauli.dir/generated/PauliOperatorParser.cpp.o Appending zipped resources to xacc-quantum-aqc [ 61%] Built target xacc-quantum-aqc [ 61%] Building CXX object quantum/gate/observable/pauli/CMakeFiles/xacc-pauli.dir/xacc-pauli/cppmicroservices_resources.cpp.o [ 61%] Building CXX object quantum/gate/observable/pauli/CMakeFiles/xacc-pauli.dir/xacc-pauli/cppmicroservices_init.cpp.o [ 61%] Checking resource dependencies for xacc-fermion [ 61%] Checking resource dependencies for xacc-fermion Scanning dependencies of target xacc-fermion [ 61%] Building CXX object quantum/gate/observable/fermion/CMakeFiles/xacc-fermion.dir/FermionActivator.cpp.o [ 62%] Linking CXX shared library libxacc-pauli.so Appending zipped resources to xacc-pauli [ 62%] Built target xacc-pauli [ 62%] Building CXX object quantum/gate/observable/fermion/CMakeFiles/xacc-fermion.dir/FermionListenerImpl.cpp.o [ 63%] Building CXX object quantum/gate/observable/fermion/CMakeFiles/xacc-fermion.dir/FermionOperator.cpp.o Scanning dependencies of target DWQMITester [ 63%] Building CXX object quantum/aqc/ir/tests/CMakeFiles/DWQMITester.dir/DWQMITester.cpp.o [ 63%] Building CXX object quantum/gate/observable/fermion/CMakeFiles/xacc-fermion.dir/generated/FermionOperatorBaseListener.cpp.o [ 63%] Linking CXX executable DWQMITester [ 63%] Building CXX object quantum/gate/observable/fermion/CMakeFiles/xacc-fermion.dir/generated/FermionOperatorLexer.cpp.o [ 63%] Built target DWQMITester [ 63%] Building CXX object quantum/gate/observable/fermion/CMakeFiles/xacc-fermion.dir/generated/FermionOperatorListener.cpp.o Scanning dependencies of target DWFunctionTester [ 64%] Building CXX object quantum/aqc/ir/tests/CMakeFiles/DWFunctionTester.dir/DWFunctionTester.cpp.o [ 64%] Building CXX object quantum/gate/observable/fermion/CMakeFiles/xacc-fermion.dir/generated/FermionOperatorParser.cpp.o [ 65%] Building CXX object quantum/gate/observable/fermion/CMakeFiles/xacc-fermion.dir/xacc-fermion/cppmicroservices_resources.cpp.o [ 65%] Building CXX object quantum/gate/observable/fermion/CMakeFiles/xacc-fermion.dir/xacc-fermion/cppmicroservices_init.cpp.o [ 65%] Linking CXX shared library libxacc-fermion.so Appending zipped resources to xacc-fermion [ 65%] Built target xacc-fermion Scanning dependencies of target EmbeddingTester [ 65%] Building CXX object quantum/aqc/compiler/tests/CMakeFiles/EmbeddingTester.dir/EmbeddingTester.cpp.o [ 65%] Linking CXX executable EmbeddingTester [ 65%] Built target EmbeddingTester Scanning dependencies of target TrivialEmbeddingAlgorithmTester [ 66%] Building CXX object quantum/aqc/compiler/tests/CMakeFiles/TrivialEmbeddingAlgorithmTester.dir/TrivialEmbeddingAlgorithmTester.cpp.o [ 66%] Linking CXX executable TrivialEmbeddingAlgorithmTester [ 66%] Built target TrivialEmbeddingAlgorithmTester Scanning dependencies of target QObjectCompilerTester [ 66%] Building CXX object quantum/plugins/ibm/tests/CMakeFiles/QObjectCompilerTester.dir/QObjectCompilerTester.cpp.o [ 67%] Linking CXX executable QObjectCompilerTester [ 67%] Built target QObjectCompilerTester [ 68%] Checking resource dependencies for xacc-cmr [ 68%] Checking resource dependencies for xacc-cmr Scanning dependencies of target xacc-cmr [ 68%] Building CXX object quantum/plugins/cmr/embedding/CMakeFiles/xacc-cmr.dir/CMRActivator.cpp.o [ 68%] Building CXX object quantum/plugins/cmr/embedding/CMakeFiles/xacc-cmr.dir/CMREmbedding.cpp.o [ 68%] Building CXX object quantum/plugins/cmr/embedding/CMakeFiles/xacc-cmr.dir/xacc-cmr/cppmicroservices_resources.cpp.o [ 68%] Building CXX object quantum/plugins/cmr/embedding/CMakeFiles/xacc-cmr.dir/xacc-cmr/cppmicroservices_init.cpp.o [ 68%] Linking CXX shared library libxacc-cmr.so Appending zipped resources to xacc-cmr [ 68%] Built target xacc-cmr [ 68%] Checking resource dependencies for xacc-dwave [ 69%] Checking resource dependencies for xacc-dwave Scanning dependencies of target xacc-dwave [ 69%] Building CXX object quantum/plugins/dwave/CMakeFiles/xacc-dwave.dir/DWaveActivator.cpp.o [ 69%] Building CXX object quantum/plugins/dwave/CMakeFiles/xacc-dwave.dir/accelerator/DWAccelerator.cpp.o [ 69%] Linking CXX executable DWFunctionTester [ 69%] Built target DWFunctionTester [ 69%] Building CXX object quantum/plugins/dwave/CMakeFiles/xacc-dwave.dir/compiler/DWQMICompiler.cpp.o Scanning dependencies of target DWQMICompilerTester [ 69%] Building CXX object quantum/plugins/dwave/tests/CMakeFiles/DWQMICompilerTester.dir/DWQMICompilerTester.cpp.o [ 69%] Linking CXX executable DWQMICompilerTester [ 69%] Built target DWQMICompilerTester Scanning dependencies of target AnnealScheduleGeneratorTester [ 69%] Building CXX object quantum/plugins/dwave/tests/CMakeFiles/AnnealScheduleGeneratorTester.dir/AnnealScheduleGeneratorTester.cpp.o [ 70%] Building CXX object quantum/plugins/dwave/CMakeFiles/xacc-dwave.dir/compiler/DWQMIListener.cpp.o [ 70%] Linking CXX executable AnnealScheduleGeneratorTester [ 70%] Built target AnnealScheduleGeneratorTester [ 70%] Building CXX object quantum/plugins/dwave/CMakeFiles/xacc-dwave.dir/compiler/generated/DWQMIBaseListener.cpp.o [ 70%] Checking resource dependencies for xacc-rbm-ir [ 70%] Checking resource dependencies for xacc-rbm-ir Scanning dependencies of target xacc-rbm-ir [ 71%] Building CXX object quantum/plugins/dwave/ir/CMakeFiles/xacc-rbm-ir.dir/rbm/RBMGenerator.cpp.o [ 71%] Building CXX object quantum/plugins/dwave/CMakeFiles/xacc-dwave.dir/compiler/generated/DWQMILexer.cpp.o [ 71%] Building CXX object quantum/plugins/dwave/CMakeFiles/xacc-dwave.dir/compiler/generated/DWQMIListener.cpp.o [ 71%] Building CXX object quantum/plugins/dwave/CMakeFiles/xacc-dwave.dir/compiler/generated/DWQMIParser.cpp.o [ 71%] Building CXX object quantum/plugins/dwave/CMakeFiles/xacc-dwave.dir/xacc-dwave/cppmicroservices_resources.cpp.o [ 72%] Building CXX object quantum/plugins/dwave/CMakeFiles/xacc-dwave.dir/xacc-dwave/cppmicroservices_init.cpp.o [ 72%] Linking CXX shared library libxacc-dwave.so Appending zipped resources to xacc-dwave [ 72%] Built target xacc-dwave [ 72%] Building CXX object quantum/plugins/dwave/ir/CMakeFiles/xacc-rbm-ir.dir/rbm/RBMGeneratorActivator.cpp.o [ 72%] Building CXX object quantum/plugins/dwave/ir/CMakeFiles/xacc-rbm-ir.dir/xacc-rbm-ir/cppmicroservices_resources.cpp.o [ 72%] Building CXX object quantum/plugins/dwave/ir/CMakeFiles/xacc-rbm-ir.dir/xacc-rbm-ir/cppmicroservices_init.cpp.o [ 72%] Checking resource dependencies for xacc-algorithm-vqe [ 72%] Checking resource dependencies for xacc-algorithm-vqe Scanning dependencies of target xacc-algorithm-vqe [ 73%] Building CXX object quantum/plugins/algorithms/vqe/CMakeFiles/xacc-algorithm-vqe.dir/VQEActivator.cpp.o [ 73%] Building CXX object quantum/plugins/algorithms/vqe/CMakeFiles/xacc-algorithm-vqe.dir/vqe.cpp.o [ 73%] Building CXX object quantum/plugins/algorithms/vqe/CMakeFiles/xacc-algorithm-vqe.dir/xacc-algorithm-vqe/cppmicroservices_resources.cpp.o [ 73%] Building CXX object quantum/plugins/algorithms/vqe/CMakeFiles/xacc-algorithm-vqe.dir/xacc-algorithm-vqe/cppmicroservices_init.cpp.o [ 73%] Linking CXX shared library libxacc-algorithm-vqe.so Appending zipped resources to xacc-algorithm-vqe [ 73%] Built target xacc-algorithm-vqe Scanning dependencies of target VQETester [ 74%] Building CXX object quantum/plugins/algorithms/vqe/tests/CMakeFiles/VQETester.dir/VQETester.cpp.o [ 74%] Linking CXX shared library libxacc-rbm-ir.so Appending zipped resources to xacc-rbm-ir [ 74%] Built target xacc-rbm-ir Scanning dependencies of target _pyxacc [ 74%] Building CXX object python/CMakeFiles/_pyxacc.dir/xacc-py.cpp.o [ 74%] Linking CXX executable VQETester [ 74%] Built target VQETester Scanning dependencies of target PyXACCCompilerTester [ 75%] Building CXX object python/compiler/tests/CMakeFiles/PyXACCCompilerTester.dir/PyXACCCompilerTester.cpp.o [ 75%] Linking CXX executable PyXACCCompilerTester [ 75%] Built target PyXACCCompilerTester [ 75%] Checking resource dependencies for xacc-quantum-gate [ 75%] Checking resource dependencies for xacc-quantum-gate Scanning dependencies of target xacc-quantum-gate [ 75%] Building CXX object quantum/gate/CMakeFiles/xacc-quantum-gate.dir/GateQuantumActivator.cpp.o [ 75%] Building CXX object quantum/gate/CMakeFiles/xacc-quantum-gate.dir/accelerator/ImprovedSamplingDecorator.cpp.o [ 75%] Building CXX object quantum/gate/CMakeFiles/xacc-quantum-gate.dir/accelerator/ROErrorDecorator.cpp.o [ 76%] Building CXX object quantum/gate/CMakeFiles/xacc-quantum-gate.dir/accelerator/RichExtrapDecorator.cpp.o [ 76%] Building CXX object quantum/gate/CMakeFiles/xacc-quantum-gate.dir/compiler/CircuitOptimizer.cpp.o [ 76%] Building CXX object quantum/gate/CMakeFiles/xacc-quantum-gate.dir/ir/GateFunction.cpp.o [ 77%] Linking CXX shared library _pyxacc.so [ 77%] Built target _pyxacc [ 77%] Building CXX object quantum/gate/CMakeFiles/xacc-quantum-gate.dir/ir/GateIR.cpp.o Scanning dependencies of target DirectedBoostGraphTester [ 78%] Building CXX object quantum/utils/boost/tests/CMakeFiles/DirectedBoostGraphTester.dir/DirectedBoostGraphTester.cpp.o [ 78%] Linking CXX executable DirectedBoostGraphTester [ 78%] Built target DirectedBoostGraphTester [ 78%] Building CXX object quantum/gate/CMakeFiles/xacc-quantum-gate.dir/ir/GateIRProvider.cpp.o Scanning dependencies of target UndirectedBoostGraphTester [ 78%] Building CXX object quantum/utils/boost/tests/CMakeFiles/UndirectedBoostGraphTester.dir/UndirectedBoostGraphTester.cpp.o [ 78%] Linking CXX executable UndirectedBoostGraphTester [ 78%] Built target UndirectedBoostGraphTester [ 79%] Building CXX object quantum/gate/CMakeFiles/xacc-quantum-gate.dir/ir/GateInstruction.cpp.o Scanning dependencies of target PauliOperatorTester [ 79%] Building CXX object quantum/gate/observable/pauli/tests/CMakeFiles/PauliOperatorTester.dir/PauliOperatorTester.cpp.o [ 79%] Linking CXX executable PauliOperatorTester [ 79%] Built target PauliOperatorTester [ 79%] Building CXX object quantum/gate/CMakeFiles/xacc-quantum-gate.dir/ir/algorithms/InverseQFT.cpp.o [ 79%] Building CXX object quantum/gate/CMakeFiles/xacc-quantum-gate.dir/ir/algorithms/QFT.cpp.o Scanning dependencies of target FermionOperatorTester [ 79%] Building CXX object quantum/gate/observable/fermion/tests/CMakeFiles/FermionOperatorTester.dir/FermionOperatorTester.cpp.o [ 80%] Linking CXX executable FermionOperatorTester [ 80%] Built target FermionOperatorTester [ 80%] Building CXX object quantum/gate/CMakeFiles/xacc-quantum-gate.dir/utils/IRToGraphVisitor.cpp.o [ 80%] Checking resource dependencies for xacc-observable-transforms [ 80%] Checking resource dependencies for xacc-observable-transforms Scanning dependencies of target xacc-observable-transforms [ 80%] Building CXX object quantum/gate/observable/transforms/CMakeFiles/xacc-observable-transforms.dir/JW.cpp.o [ 81%] Building CXX object quantum/gate/observable/transforms/CMakeFiles/xacc-observable-transforms.dir/ObservableTransformsActivator.cpp.o [ 81%] Building CXX object quantum/gate/observable/transforms/CMakeFiles/xacc-observable-transforms.dir/xacc-observable-transforms/cppmicroservices_resources.cpp.o [ 81%] Building CXX object quantum/gate/observable/transforms/CMakeFiles/xacc-observable-transforms.dir/xacc-observable-transforms/cppmicroservices_init.cpp.o [ 81%] Linking CXX shared library libxacc-observable-transforms.so Appending zipped resources to xacc-observable-transforms [ 81%] Built target xacc-observable-transforms [ 81%] Building CXX object quantum/gate/CMakeFiles/xacc-quantum-gate.dir/utils/JsonVisitor.cpp.o Scanning dependencies of target RBMGeneratorTester [ 81%] Building CXX object quantum/plugins/dwave/ir/tests/CMakeFiles/RBMGeneratorTester.dir/RBMGeneratorTester.cpp.o [ 81%] Linking CXX executable RBMGeneratorTester [ 81%] Built target RBMGeneratorTester [ 81%] Building CXX object quantum/gate/CMakeFiles/xacc-quantum-gate.dir/xacc-quantum-gate/cppmicroservices_resources.cpp.o [ 82%] Building CXX object quantum/gate/CMakeFiles/xacc-quantum-gate.dir/xacc-quantum-gate/cppmicroservices_init.cpp.o Scanning dependencies of target JWTester [ 83%] Building CXX object quantum/gate/observable/transforms/tests/CMakeFiles/JWTester.dir/JWTester.cpp.o [ 83%] Linking CXX shared library libxacc-quantum-gate.so Appending zipped resources to xacc-quantum-gate [ 83%] Built target xacc-quantum-gate [ 83%] Checking resource dependencies for xacc-quantum-irprovider [ 83%] Checking resource dependencies for xacc-quantum-irprovider Scanning dependencies of target xacc-quantum-irprovider [ 83%] Building CXX object quantum/CMakeFiles/xacc-quantum-irprovider.dir/QuantumIRActivator.cpp.o [ 83%] Linking CXX executable JWTester [ 83%] Built target JWTester [ 83%] Building CXX object quantum/CMakeFiles/xacc-quantum-irprovider.dir/QuantumIRProvider.cpp.o [ 84%] Building CXX object quantum/CMakeFiles/xacc-quantum-irprovider.dir/xacc-quantum-irprovider/cppmicroservices_resources.cpp.o [ 84%] Building CXX object quantum/CMakeFiles/xacc-quantum-irprovider.dir/xacc-quantum-irprovider/cppmicroservices_init.cpp.o Scanning dependencies of target CircuitOptimizerTester [ 84%] Building CXX object quantum/gate/compiler/tests/CMakeFiles/CircuitOptimizerTester.dir/CircuitOptimizerTester.cpp.o [ 84%] Linking CXX executable CircuitOptimizerTester [ 84%] Built target CircuitOptimizerTester Scanning dependencies of target MeasureTester [ 84%] Building CXX object quantum/gate/ir/tests/CMakeFiles/MeasureTester.dir/MeasureTester.cpp.o [ 84%] Linking CXX executable MeasureTester [ 84%] Built target MeasureTester Scanning dependencies of target GateVisitorTester [ 84%] Building CXX object quantum/gate/ir/tests/CMakeFiles/GateVisitorTester.dir/GateVisitorTester.cpp.o [ 85%] Linking CXX executable GateVisitorTester [ 85%] Built target GateVisitorTester Scanning dependencies of target ZTester [ 85%] Building CXX object quantum/gate/ir/tests/CMakeFiles/ZTester.dir/ZTester.cpp.o [ 85%] Linking CXX executable ZTester [ 85%] Built target ZTester Scanning dependencies of target QFTTester [ 85%] Building CXX object quantum/gate/ir/tests/CMakeFiles/QFTTester.dir/QFTTester.cpp.o [ 85%] Linking CXX executable QFTTester [ 85%] Built target QFTTester Scanning dependencies of target XTester [ 85%] Building CXX object quantum/gate/ir/tests/CMakeFiles/XTester.dir/XTester.cpp.o [ 86%] Linking CXX executable XTester [ 86%] Built target XTester Scanning dependencies of target InverseQFTTester [ 86%] Building CXX object quantum/gate/ir/tests/CMakeFiles/InverseQFTTester.dir/InverseQFTTester.cpp.o [ 86%] Linking CXX executable InverseQFTTester [ 86%] Linking CXX shared library libxacc-quantum-irprovider.so [ 86%] Built target InverseQFTTester Appending zipped resources to xacc-quantum-irprovider [ 86%] Built target xacc-quantum-irprovider Scanning dependencies of target ConditionalFunctionTester [ 86%] Building CXX object quantum/gate/ir/tests/CMakeFiles/ConditionalFunctionTester.dir/ConditionalFunctionTester.cpp.o Scanning dependencies of target CPhaseTester [ 86%] Building CXX object quantum/gate/ir/tests/CMakeFiles/CPhaseTester.dir/CPhaseTester.cpp.o [ 87%] Linking CXX executable CPhaseTester [ 87%] Built target CPhaseTester [ 87%] Linking CXX executable ConditionalFunctionTester Scanning dependencies of target HadamardTester [ 87%] Building CXX object quantum/gate/ir/tests/CMakeFiles/HadamardTester.dir/HadamardTester.cpp.o [ 87%] Built target ConditionalFunctionTester Scanning dependencies of target GateFunctionTester [ 87%] Building CXX object quantum/gate/ir/tests/CMakeFiles/GateFunctionTester.dir/GateFunctionTester.cpp.o [ 87%] Linking CXX executable HadamardTester [ 87%] Built target HadamardTester Scanning dependencies of target GateIRTester [ 87%] Building CXX object quantum/gate/ir/tests/CMakeFiles/GateIRTester.dir/GateIRTester.cpp.o [ 87%] Linking CXX executable GateFunctionTester [ 87%] Built target GateFunctionTester Scanning dependencies of target CNOTTester [ 87%] Building CXX object quantum/gate/ir/tests/CMakeFiles/CNOTTester.dir/CNOTTester.cpp.o [ 87%] Linking CXX executable GateIRTester [ 87%] Built target GateIRTester Scanning dependencies of target RxTester [ 87%] Building CXX object quantum/gate/ir/tests/CMakeFiles/RxTester.dir/RxTester.cpp.o [ 87%] Linking CXX executable CNOTTester [ 87%] Built target CNOTTester Scanning dependencies of target RyTester [ 88%] Building CXX object quantum/gate/ir/tests/CMakeFiles/RyTester.dir/RyTester.cpp.o [ 88%] Linking CXX executable RxTester [ 88%] Built target RxTester Scanning dependencies of target UTester [ 88%] Building CXX object quantum/gate/ir/tests/CMakeFiles/UTester.dir/UTester.cpp.o [ 88%] Linking CXX executable RyTester [ 88%] Built target RyTester Scanning dependencies of target RzTester [ 88%] Building CXX object quantum/gate/ir/tests/CMakeFiles/RzTester.dir/RzTester.cpp.o [ 88%] Linking CXX executable UTester [ 88%] Built target UTester Scanning dependencies of target SwapTester [ 88%] Building CXX object quantum/gate/ir/tests/CMakeFiles/SwapTester.dir/SwapTester.cpp.o [ 88%] Linking CXX executable RzTester [ 88%] Built target RzTester Scanning dependencies of target YTester [ 88%] Building CXX object quantum/gate/ir/tests/CMakeFiles/YTester.dir/YTester.cpp.o [ 88%] Linking CXX executable SwapTester [ 88%] Built target SwapTester Scanning dependencies of target AllGateVisitorTester [ 88%] Building CXX object quantum/gate/utils/tests/CMakeFiles/AllGateVisitorTester.dir/AllGateVisitorTester.cpp.o [ 88%] Linking CXX executable YTester [ 88%] Built target YTester Scanning dependencies of target IRToGraphVisitorTester [ 88%] Building CXX object quantum/gate/utils/tests/CMakeFiles/IRToGraphVisitorTester.dir/IRToGraphVisitorTester.cpp.o [ 89%] Linking CXX executable AllGateVisitorTester [ 89%] Linking CXX executable IRToGraphVisitorTester [ 89%] Built target AllGateVisitorTester [ 89%] Built target IRToGraphVisitorTester Scanning dependencies of target JsonVisitorTester [ 89%] Building CXX object quantum/gate/utils/tests/CMakeFiles/JsonVisitorTester.dir/JsonVisitorTester.cpp.o Scanning dependencies of target ImprovedSamplingDecoratorTester [ 89%] Building CXX object quantum/gate/accelerator/tests/CMakeFiles/ImprovedSamplingDecoratorTester.dir/ImprovedSamplingDecoratorTester.cpp.o [ 90%] Linking CXX executable ImprovedSamplingDecoratorTester [ 90%] Built target ImprovedSamplingDecoratorTester Scanning dependencies of target RichExtrapDecoratorTester [ 90%] Building CXX object quantum/gate/accelerator/tests/CMakeFiles/RichExtrapDecoratorTester.dir/RichExtrapDecoratorTester.cpp.o [ 90%] Linking CXX executable JsonVisitorTester [ 90%] Built target JsonVisitorTester Scanning dependencies of target ROErrorDecoratorTester [ 90%] Building CXX object quantum/gate/accelerator/tests/CMakeFiles/ROErrorDecoratorTester.dir/ROErrorDecoratorTester.cpp.o [ 90%] Linking CXX executable RichExtrapDecoratorTester [ 90%] Built target RichExtrapDecoratorTester [ 91%] Checking resource dependencies for xacc-ibm [ 91%] Checking resource dependencies for xacc-ibm Scanning dependencies of target xacc-ibm [ 91%] Building CXX object quantum/plugins/ibm/CMakeFiles/xacc-ibm.dir/IBMActivator.cpp.o [ 92%] Linking CXX executable ROErrorDecoratorTester [ 92%] Built target ROErrorDecoratorTester [ 92%] Building CXX object quantum/plugins/ibm/CMakeFiles/xacc-ibm.dir/accelerator/IBMAccelerator.cpp.o Scanning dependencies of target OQASMCompilerTester [ 92%] Building CXX object quantum/plugins/ibm/tests/CMakeFiles/OQASMCompilerTester.dir/OQASMCompilerTester.cpp.o [ 92%] Linking CXX executable OQASMCompilerTester [ 92%] Built target OQASMCompilerTester [ 92%] Building CXX object quantum/plugins/ibm/CMakeFiles/xacc-ibm.dir/compiler/OQASMCompiler.cpp.o [ 93%] Checking resource dependencies for xacc-rigetti [ 93%] Checking resource dependencies for xacc-rigetti Scanning dependencies of target xacc-rigetti [ 93%] Building CXX object quantum/plugins/rigetti/CMakeFiles/xacc-rigetti.dir/RigettiActivator.cpp.o [ 93%] Building CXX object quantum/plugins/rigetti/CMakeFiles/xacc-rigetti.dir/accelerator/QVMAccelerator.cpp.o [ 93%] Building CXX object quantum/plugins/ibm/CMakeFiles/xacc-ibm.dir/compiler/OQASMToXACCListener.cpp.o [ 93%] Building CXX object quantum/plugins/rigetti/CMakeFiles/xacc-rigetti.dir/compiler/QuilCompiler.cpp.o [ 93%] Building CXX object quantum/plugins/rigetti/CMakeFiles/xacc-rigetti.dir/compiler/QuilToXACCListener.cpp.o [ 94%] Building CXX object quantum/plugins/ibm/CMakeFiles/xacc-ibm.dir/compiler/QObjectCompiler.cpp.o [ 94%] Building CXX object quantum/plugins/rigetti/CMakeFiles/xacc-rigetti.dir/compiler/generated/QuilBaseListener.cpp.o [ 95%] Building CXX object quantum/plugins/rigetti/CMakeFiles/xacc-rigetti.dir/compiler/generated/QuilLexer.cpp.o [ 95%] Building CXX object quantum/plugins/rigetti/CMakeFiles/xacc-rigetti.dir/compiler/generated/QuilListener.cpp.o [ 95%] Building CXX object quantum/plugins/ibm/CMakeFiles/xacc-ibm.dir/compiler/generated/OQASM2BaseListener.cpp.o [ 95%] Building CXX object quantum/plugins/rigetti/CMakeFiles/xacc-rigetti.dir/compiler/generated/QuilParser.cpp.o [ 95%] Building CXX object quantum/plugins/ibm/CMakeFiles/xacc-ibm.dir/compiler/generated/OQASM2Lexer.cpp.o [ 95%] Building CXX object quantum/plugins/ibm/CMakeFiles/xacc-ibm.dir/compiler/generated/OQASM2Listener.cpp.o [ 95%] Building CXX object quantum/plugins/ibm/CMakeFiles/xacc-ibm.dir/compiler/generated/OQASM2Parser.cpp.o [ 95%] Building CXX object quantum/plugins/rigetti/CMakeFiles/xacc-rigetti.dir/xacc-rigetti/cppmicroservices_resources.cpp.o [ 95%] Building CXX object quantum/plugins/rigetti/CMakeFiles/xacc-rigetti.dir/xacc-rigetti/cppmicroservices_init.cpp.o [ 96%] Linking CXX shared library libxacc-rigetti.so [ 96%] Building CXX object quantum/plugins/ibm/CMakeFiles/xacc-ibm.dir/accelerator/LocalIBMAccelerator.cpp.o Appending zipped resources to xacc-rigetti [ 96%] Built target xacc-rigetti [ 97%] Building CXX object quantum/plugins/ibm/CMakeFiles/xacc-ibm.dir/xacc-ibm/cppmicroservices_resources.cpp.o Scanning dependencies of target QuilCompilerTester [ 97%] Building CXX object quantum/plugins/rigetti/tests/CMakeFiles/QuilCompilerTester.dir/QuilCompilerTester.cpp.o [ 98%] Linking CXX executable QuilCompilerTester [ 98%] Built target QuilCompilerTester [ 98%] Building CXX object quantum/plugins/ibm/CMakeFiles/xacc-ibm.dir/xacc-ibm/cppmicroservices_init.cpp.o Scanning dependencies of target QuilVisitorTester [ 98%] Building CXX object quantum/plugins/rigetti/tests/CMakeFiles/QuilVisitorTester.dir/QuilVisitorTester.cpp.o [ 98%] Linking CXX executable QuilVisitorTester [ 98%] Built target QuilVisitorTester Scanning dependencies of target QVMAcceleratorTester [ 98%] Building CXX object quantum/plugins/rigetti/tests/CMakeFiles/QVMAcceleratorTester.dir/QVMAcceleratorTester.cpp.o [ 98%] Linking CXX executable QVMAcceleratorTester [ 98%] Built target QVMAcceleratorTester [ 98%] Checking resource dependencies for xacc-py-compiler [ 98%] Checking resource dependencies for xacc-py-compiler Scanning dependencies of target xacc-py-compiler [ 98%] Building CXX object python/compiler/CMakeFiles/xacc-py-compiler.dir/PyXACCCompiler.cpp.o [ 98%] Linking CXX shared library libxacc-ibm.so [ 98%] Building CXX object python/compiler/CMakeFiles/xacc-py-compiler.dir/PyXACCCompilerActivator.cpp.o Appending zipped resources to xacc-ibm [ 98%] Built target xacc-ibm [ 98%] Building CXX object python/compiler/CMakeFiles/xacc-py-compiler.dir/PyXACCListener.cpp.o Scanning dependencies of target QObjectTester [ 98%] Building CXX object quantum/plugins/ibm/accelerator/json/tests/CMakeFiles/QObjectTester.dir/QObjectTester.cpp.o [ 99%] Building CXX object python/compiler/CMakeFiles/xacc-py-compiler.dir/generated/PyXACCIRBaseListener.cpp.o [ 99%] Building CXX object python/compiler/CMakeFiles/xacc-py-compiler.dir/generated/PyXACCIRLexer.cpp.o [ 99%] Linking CXX executable QObjectTester [ 99%] Built target QObjectTester [ 99%] Building CXX object python/compiler/CMakeFiles/xacc-py-compiler.dir/generated/PyXACCIRListener.cpp.o [ 99%] Building CXX object python/compiler/CMakeFiles/xacc-py-compiler.dir/generated/PyXACCIRParser.cpp.o [ 99%] Building CXX object python/compiler/CMakeFiles/xacc-py-compiler.dir/generated/PyXACCLexer.cpp.o [ 99%] Building CXX object python/compiler/CMakeFiles/xacc-py-compiler.dir/xacc-py-compiler/cppmicroservices_resources.cpp.o [100%] Building CXX object python/compiler/CMakeFiles/xacc-py-compiler.dir/xacc-py-compiler/cppmicroservices_init.cpp.o [100%] Linking CXX shared library libxacc-py-compiler.so Appending zipped resources to xacc-py-compiler [100%] Built target xacc-py-compiler Install the project... -- Install configuration: "Release" -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/./xacc-config.cmake -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/share/xacc/format.cmake -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/xacc/variant.hpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/xacc/operators.hpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/spdlog -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/spdlog/LICENSE -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/spdlog/spdlog -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/spdlog/spdlog/async_logger.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/spdlog/spdlog/common.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/spdlog/spdlog/details -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/spdlog/spdlog/details/async_log_helper.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/spdlog/spdlog/details/async_logger_impl.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/spdlog/spdlog/details/file_helper.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/spdlog/spdlog/details/log_msg.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/spdlog/spdlog/details/logger_impl.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/spdlog/spdlog/details/mpmc_bounded_q.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/spdlog/spdlog/details/null_mutex.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/spdlog/spdlog/details/os.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/spdlog/spdlog/details/pattern_formatter_impl.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/spdlog/spdlog/details/registry.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/spdlog/spdlog/details/spdlog_impl.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/spdlog/spdlog/fmt -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/spdlog/spdlog/fmt/bundled -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/spdlog/spdlog/fmt/bundled/format.cc -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/spdlog/spdlog/fmt/bundled/format.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/spdlog/spdlog/fmt/bundled/ostream.cc -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/spdlog/spdlog/fmt/bundled/ostream.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/spdlog/spdlog/fmt/bundled/posix.cc -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/spdlog/spdlog/fmt/bundled/posix.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/spdlog/spdlog/fmt/bundled/time.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/spdlog/spdlog/fmt/fmt.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/spdlog/spdlog/fmt/ostr.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/spdlog/spdlog/formatter.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/spdlog/spdlog/logger.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/spdlog/spdlog/sinks -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/spdlog/spdlog/sinks/android_sink.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/spdlog/spdlog/sinks/ansicolor_sink.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/spdlog/spdlog/sinks/base_sink.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/spdlog/spdlog/sinks/dist_sink.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/spdlog/spdlog/sinks/file_sinks.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/spdlog/spdlog/sinks/msvc_sink.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/spdlog/spdlog/sinks/null_sink.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/spdlog/spdlog/sinks/ostream_sink.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/spdlog/spdlog/sinks/sink.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/spdlog/spdlog/sinks/stdout_sinks.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/spdlog/spdlog/sinks/syslog_sink.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/spdlog/spdlog/sinks/wincolor_sink.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/spdlog/spdlog/spdlog.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/spdlog/spdlog/tweakme.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/exprtk -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/exprtk/exprtk.hpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/.hgeol -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/.hgignore -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/.hgtags -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/COPYING.BSD -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/COPYING.GPL -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/COPYING.LGPL -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/COPYING.MINPACK -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/COPYING.MPL2 -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/COPYING.README -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/CMakeLists.txt -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/Cholesky -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/CholmodSupport -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/Core -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/Dense -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/Eigen -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/Eigenvalues -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/Geometry -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/Householder -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/IterativeLinearSolvers -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/Jacobi -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/KLUSupport -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/LU -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/MetisSupport -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/OrderingMethods -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/PaStiXSupport -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/PardisoSupport -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/QR -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/QtAlignedMalloc -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/SPQRSupport -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/SVD -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/Sparse -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/SparseCholesky -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/SparseCore -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/SparseLU -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/SparseQR -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/StdDeque -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/StdList -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/StdVector -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/SuperLUSupport -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/UmfPackSupport -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Cholesky -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Cholesky/LDLT.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Cholesky/LLT.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Cholesky/LLT_LAPACKE.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/CholmodSupport -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/CholmodSupport/CholmodSupport.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/ArithmeticSequence.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/Array.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/ArrayBase.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/ArrayWrapper.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/Assign.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/AssignEvaluator.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/Assign_MKL.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/BandMatrix.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/Block.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/BooleanRedux.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/CommaInitializer.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/ConditionEstimator.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/CoreEvaluators.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/CoreIterators.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/CwiseBinaryOp.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/CwiseNullaryOp.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/CwiseTernaryOp.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/CwiseUnaryOp.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/CwiseUnaryView.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/DenseBase.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/DenseCoeffsBase.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/DenseStorage.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/Diagonal.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/DiagonalMatrix.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/DiagonalProduct.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/Dot.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/EigenBase.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/ForceAlignedAccess.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/Fuzzy.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/GeneralProduct.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/GenericPacketMath.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/GlobalFunctions.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/IO.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/IndexedView.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/Inverse.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/Map.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/MapBase.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/MathFunctions.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/MathFunctionsImpl.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/Matrix.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/MatrixBase.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/NestByValue.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/NoAlias.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/NumTraits.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/PartialReduxEvaluator.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/PermutationMatrix.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/PlainObjectBase.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/Product.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/ProductEvaluators.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/Random.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/Redux.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/Ref.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/Replicate.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/Reshaped.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/ReturnByValue.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/Reverse.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/Select.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/SelfAdjointView.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/SelfCwiseBinaryOp.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/Solve.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/SolveTriangular.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/SolverBase.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/StableNorm.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/StlIterators.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/Stride.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/Swap.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/Transpose.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/Transpositions.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/TriangularMatrix.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/VectorBlock.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/VectorwiseOp.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/Visitor.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/arch -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/arch/AVX -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/arch/AVX/Complex.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/arch/AVX/MathFunctions.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/arch/AVX/PacketMath.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/arch/AVX/TypeCasting.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/arch/AVX512 -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/arch/AVX512/Complex.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/arch/AVX512/MathFunctions.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/arch/AVX512/PacketMath.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/arch/AltiVec -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/arch/AltiVec/Complex.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/arch/AltiVec/MathFunctions.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/arch/AltiVec/PacketMath.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/arch/CUDA -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/arch/CUDA/Complex.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/arch/CUDA/Half.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/arch/CUDA/MathFunctions.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/arch/CUDA/PacketMath.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/arch/CUDA/PacketMathHalf.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/arch/CUDA/TypeCasting.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/arch/Default -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/arch/Default/ConjHelper.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/arch/Default/GenericPacketMathFunctions.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/arch/Default/Settings.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/arch/GPU -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/arch/GPU/Half.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/arch/GPU/MathFunctions.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/arch/GPU/PacketMath.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/arch/GPU/PacketMathHalf.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/arch/GPU/TypeCasting.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/arch/HIP -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/arch/HIP/hcc -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/arch/HIP/hcc/math_constants.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/arch/MSA -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/arch/MSA/Complex.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/arch/MSA/MathFunctions.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/arch/MSA/PacketMath.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/arch/NEON -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/arch/NEON/Complex.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/arch/NEON/MathFunctions.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/arch/NEON/PacketMath.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/arch/NEON/TypeCasting.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/arch/SSE -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/arch/SSE/Complex.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/arch/SSE/MathFunctions.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/arch/SSE/PacketMath.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/arch/SSE/TypeCasting.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/arch/SYCL -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/arch/SYCL/InteropHeaders.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/arch/SYCL/MathFunctions.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/arch/SYCL/PacketMath.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/arch/SYCL/TypeCasting.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/arch/ZVector -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/arch/ZVector/Complex.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/arch/ZVector/MathFunctions.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/arch/ZVector/PacketMath.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/functors -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/functors/AssignmentFunctors.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/functors/BinaryFunctors.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/functors/NullaryFunctors.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/functors/StlFunctors.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/functors/TernaryFunctors.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/functors/UnaryFunctors.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/products -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/products/GeneralBlockPanelKernel.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/products/GeneralMatrixMatrix.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_BLAS.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/products/GeneralMatrixMatrix_BLAS.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/products/GeneralMatrixVector.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/products/GeneralMatrixVector_BLAS.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/products/Parallelizer.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/products/SelfadjointMatrixMatrix.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/products/SelfadjointMatrixMatrix_BLAS.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/products/SelfadjointMatrixVector.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/products/SelfadjointMatrixVector_BLAS.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/products/SelfadjointProduct.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/products/SelfadjointRank2Update.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/products/TriangularMatrixMatrix.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/products/TriangularMatrixMatrix_BLAS.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/products/TriangularMatrixVector.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/products/TriangularMatrixVector_BLAS.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/products/TriangularSolverMatrix.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/products/TriangularSolverMatrix_BLAS.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/products/TriangularSolverVector.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/util -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/util/BlasUtil.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/util/ConfigureVectorization.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/util/Constants.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/util/DisableStupidWarnings.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/util/ForwardDeclarations.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/util/IndexedViewHelper.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/util/IntegralConstant.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/util/MKL_support.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/util/Macros.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/util/Memory.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/util/Meta.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/util/NonMPL2.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/util/ReenableStupidWarnings.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/util/ReshapedHelper.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/util/StaticAssert.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/util/SymbolicIndex.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Core/util/XprHelper.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Eigenvalues -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Eigenvalues/ComplexEigenSolver.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Eigenvalues/ComplexSchur.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Eigenvalues/ComplexSchur_LAPACKE.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Eigenvalues/EigenSolver.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Eigenvalues/GeneralizedEigenSolver.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Eigenvalues/GeneralizedSelfAdjointEigenSolver.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Eigenvalues/HessenbergDecomposition.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Eigenvalues/MatrixBaseEigenvalues.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Eigenvalues/RealQZ.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Eigenvalues/RealSchur.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Eigenvalues/RealSchur_LAPACKE.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Eigenvalues/SelfAdjointEigenSolver_LAPACKE.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Eigenvalues/Tridiagonalization.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Geometry -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Geometry/AlignedBox.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Geometry/AngleAxis.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Geometry/EulerAngles.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Geometry/Homogeneous.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Geometry/Hyperplane.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Geometry/OrthoMethods.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Geometry/ParametrizedLine.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Geometry/Quaternion.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Geometry/Rotation2D.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Geometry/RotationBase.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Geometry/Scaling.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Geometry/Transform.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Geometry/Translation.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Geometry/Umeyama.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Geometry/arch -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Geometry/arch/Geometry_SSE.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Householder -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Householder/BlockHouseholder.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Householder/Householder.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Householder/HouseholderSequence.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/IterativeLinearSolvers -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/IterativeLinearSolvers/BasicPreconditioners.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/IterativeLinearSolvers/BiCGSTAB.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/IterativeLinearSolvers/ConjugateGradient.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/IterativeLinearSolvers/IncompleteCholesky.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/IterativeLinearSolvers/IncompleteLUT.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/IterativeLinearSolvers/IterativeSolverBase.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/IterativeLinearSolvers/LeastSquareConjugateGradient.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/IterativeLinearSolvers/SolveWithGuess.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Jacobi -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/Jacobi/Jacobi.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/KLUSupport -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/KLUSupport/KLUSupport.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/LU -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/LU/Determinant.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/LU/FullPivLU.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/LU/InverseImpl.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/LU/PartialPivLU.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/LU/PartialPivLU_LAPACKE.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/LU/arch -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/LU/arch/Inverse_SSE.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/MetisSupport -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/MetisSupport/MetisSupport.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/OrderingMethods -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/OrderingMethods/Amd.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/OrderingMethods/Eigen_Colamd.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/OrderingMethods/Ordering.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/PaStiXSupport -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/PaStiXSupport/PaStiXSupport.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/PardisoSupport -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/PardisoSupport/PardisoSupport.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/QR -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/QR/ColPivHouseholderQR.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/QR/ColPivHouseholderQR_LAPACKE.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/QR/CompleteOrthogonalDecomposition.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/QR/FullPivHouseholderQR.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/QR/HouseholderQR.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/QR/HouseholderQR_LAPACKE.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/SPQRSupport -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/SPQRSupport/SuiteSparseQRSupport.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/SVD -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/SVD/BDCSVD.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/SVD/JacobiSVD.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/SVD/JacobiSVD_LAPACKE.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/SVD/SVDBase.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/SVD/UpperBidiagonalization.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/SparseCholesky -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/SparseCholesky/SimplicialCholesky.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/SparseCholesky/SimplicialCholesky_impl.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/SparseCore -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/SparseCore/AmbiVector.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/SparseCore/CompressedStorage.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/SparseCore/ConservativeSparseSparseProduct.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/SparseCore/MappedSparseMatrix.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/SparseCore/SparseAssign.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/SparseCore/SparseBlock.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/SparseCore/SparseColEtree.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/SparseCore/SparseCompressedBase.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/SparseCore/SparseCwiseBinaryOp.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/SparseCore/SparseCwiseUnaryOp.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/SparseCore/SparseDenseProduct.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/SparseCore/SparseDiagonalProduct.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/SparseCore/SparseDot.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/SparseCore/SparseFuzzy.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/SparseCore/SparseMap.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/SparseCore/SparseMatrix.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/SparseCore/SparseMatrixBase.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/SparseCore/SparsePermutation.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/SparseCore/SparseProduct.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/SparseCore/SparseRedux.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/SparseCore/SparseRef.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/SparseCore/SparseSelfAdjointView.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/SparseCore/SparseSolverBase.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/SparseCore/SparseSparseProductWithPruning.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/SparseCore/SparseTranspose.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/SparseCore/SparseTriangularView.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/SparseCore/SparseUtil.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/SparseCore/SparseVector.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/SparseCore/SparseView.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/SparseCore/TriangularSolver.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/SparseLU -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/SparseLU/SparseLU.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/SparseLU/SparseLUImpl.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/SparseLU/SparseLU_Memory.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/SparseLU/SparseLU_Structs.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/SparseLU/SparseLU_SupernodalMatrix.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/SparseLU/SparseLU_Utils.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/SparseLU/SparseLU_column_bmod.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/SparseLU/SparseLU_column_dfs.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/SparseLU/SparseLU_copy_to_ucol.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/SparseLU/SparseLU_gemm_kernel.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/SparseLU/SparseLU_kernel_bmod.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/SparseLU/SparseLU_panel_bmod.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/SparseLU/SparseLU_panel_dfs.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/SparseLU/SparseLU_pivotL.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/SparseLU/SparseLU_pruneL.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/SparseLU/SparseLU_relax_snode.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/SparseQR -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/SparseQR/SparseQR.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/StlSupport -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/StlSupport/StdDeque.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/StlSupport/StdList.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/StlSupport/StdVector.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/StlSupport/details.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/SuperLUSupport -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/SuperLUSupport/SuperLUSupport.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/UmfPackSupport -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/UmfPackSupport/UmfPackSupport.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/misc -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/misc/Image.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/misc/Kernel.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/misc/RealSvd2x2.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/misc/blas.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/misc/lapack.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/misc/lapacke.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/misc/lapacke_mangling.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/plugins -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/plugins/ArrayCwiseBinaryOps.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/plugins/ArrayCwiseUnaryOps.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/plugins/BlockMethods.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/plugins/CommonCwiseBinaryOps.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/plugins/CommonCwiseUnaryOps.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/plugins/IndexedViewMethods.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/plugins/MatrixCwiseBinaryOps.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/plugins/MatrixCwiseUnaryOps.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/Eigen/src/plugins/ReshapedMethods.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/README.md -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/CMakeLists.txt -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/AdolcForward -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/AlignedVector3 -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/ArpackSupport -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/AutoDiff -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/BVH -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CMakeLists.txt -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11 -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/CMakeLists.txt -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/Tensor -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/TensorSymmetry -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/ThreadPool -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/README.md -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/Tensor.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorArgMax.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorArgMaxSycl.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorAssign.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorBase.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorBlock.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorBroadcasting.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorChipping.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorConcatenation.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorContraction.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorContractionBlocking.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorContractionCuda.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorContractionGpu.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorContractionMapper.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorContractionSycl.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorContractionThreadPool.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorConversion.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorConvolution.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorConvolutionSycl.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorCostModel.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorCustomOp.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDevice.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceCuda.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceDefault.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceGpu.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceSycl.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceThreadPool.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDimensionList.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDimensions.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorEvalTo.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorEvaluator.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorExecutor.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorExpr.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorFFT.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorFixedSize.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorForcedEval.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorForwardDeclarations.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorFunctors.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorGenerator.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorGlobalFunctions.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorGpuHipCudaDefines.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorGpuHipCudaUndefines.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorIO.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorImagePatch.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorIndexList.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorInflation.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorInitializer.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorIntDiv.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorLayoutSwap.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorMacros.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorMap.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorMeta.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorMorphing.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorPadding.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorPatch.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorRandom.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorReduction.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorReductionCuda.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorReductionGpu.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorReductionSycl.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorRef.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorReverse.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorScan.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorShuffling.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorStorage.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorStriding.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorSycl.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorSyclConvertToDeviceExpression.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorSyclExprConstructor.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorSyclExtractAccessor.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorSyclExtractFunctors.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorSyclFunctors.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorSyclLeafCount.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorSyclPlaceHolderExpr.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorSyclRun.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorSyclTuple.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorTrace.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorTraits.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorUInt128.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorVolumePatch.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/DynamicSymmetry.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/StaticSymmetry.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/Symmetry.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/util -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/util/TemplateGroupTheory.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/ThreadPool -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/ThreadPool/Barrier.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/ThreadPool/EventCount.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/ThreadPool/NonBlockingThreadPool.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/ThreadPool/RunQueue.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/ThreadPool/SimpleThreadPool.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/ThreadPool/ThreadCancel.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/ThreadPool/ThreadEnvironment.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/ThreadPool/ThreadLocal.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/ThreadPool/ThreadPoolInterface.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/ThreadPool/ThreadYield.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/util -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/util/CXX11Meta.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/util/CXX11Workarounds.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/util/EmulateArray.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/util/EmulateCXX11Meta.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/CXX11/src/util/MaxSizeVector.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/EulerAngles -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/FFT -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/IterativeSolvers -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/KroneckerProduct -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/LevenbergMarquardt -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/MPRealSupport -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/MatrixFunctions -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/MoreVectorization -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/NonLinearOptimization -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/NumericalDiff -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/OpenGLSupport -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/Polynomials -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/Skyline -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/SparseExtra -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/SpecialFunctions -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/Splines -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/AutoDiff -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/AutoDiff/AutoDiffJacobian.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/AutoDiff/AutoDiffScalar.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/AutoDiff/AutoDiffVector.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/BVH -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/BVH/BVAlgorithms.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/BVH/KdBVH.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/Eigenvalues -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/Eigenvalues/ArpackSelfAdjointEigenSolver.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/EulerAngles -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/EulerAngles/CMakeLists.txt -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/EulerAngles/EulerAngles.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/EulerAngles/EulerSystem.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/FFT -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/FFT/ei_fftw_impl.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/FFT/ei_kissfft_impl.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/IterativeSolvers -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/IterativeSolvers/DGMRES.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/IterativeSolvers/GMRES.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/IterativeSolvers/IncompleteLU.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/IterativeSolvers/IterationController.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/IterativeSolvers/MINRES.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/IterativeSolvers/Scaling.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/KroneckerProduct -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/LevenbergMarquardt -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/LevenbergMarquardt/CopyrightMINPACK.txt -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/LevenbergMarquardt/LMcovar.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/LevenbergMarquardt/LMonestep.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/LevenbergMarquardt/LMpar.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/LevenbergMarquardt/LMqrsolv.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/LevenbergMarquardt/LevenbergMarquardt.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/MatrixFunctions -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/MatrixFunctions/MatrixFunction.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/MatrixFunctions/MatrixPower.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/MatrixFunctions/StemFunction.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/MoreVectorization -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/MoreVectorization/MathFunctions.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/NonLinearOptimization -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/NonLinearOptimization/HybridNonLinearSolver.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/NonLinearOptimization/LevenbergMarquardt.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/NonLinearOptimization/chkder.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/NonLinearOptimization/covar.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/NonLinearOptimization/dogleg.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/NonLinearOptimization/fdjac1.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/NonLinearOptimization/lmpar.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/NonLinearOptimization/qrsolv.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/NonLinearOptimization/r1mpyq.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/NonLinearOptimization/r1updt.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/NonLinearOptimization/rwupdt.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/NumericalDiff -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/NumericalDiff/NumericalDiff.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/Polynomials -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/Polynomials/Companion.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/Polynomials/PolynomialSolver.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/Polynomials/PolynomialUtils.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/Skyline -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/Skyline/SkylineInplaceLU.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/Skyline/SkylineMatrix.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/Skyline/SkylineMatrixBase.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/Skyline/SkylineProduct.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/Skyline/SkylineStorage.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/Skyline/SkylineUtil.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/SparseExtra -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/SparseExtra/BlockOfDynamicSparseMatrix.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/SparseExtra/BlockSparseMatrix.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/SparseExtra/DynamicSparseMatrix.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/SparseExtra/MarketIO.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/SparseExtra/MatrixMarketIterator.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/SparseExtra/RandomSetter.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/SpecialFunctions -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsArrayAPI.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsFunctors.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsHalf.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsImpl.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsPacketMath.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/SpecialFunctions/arch -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/SpecialFunctions/arch/CUDA -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/SpecialFunctions/arch/CUDA/CudaSpecialFunctions.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/SpecialFunctions/arch/GPU -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/SpecialFunctions/arch/GPU/GpuSpecialFunctions.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/Splines -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/Splines/Spline.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/Splines/SplineFitting.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/Eigen/src/Splines/SplineFwd.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/README.txt -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/bench -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/bench/bench_svd.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/doc -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/doc/CMakeLists.txt -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/doc/Overview.dox -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/doc/eigendoxy_layout.xml.in -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/doc/examples -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/doc/examples/BVH_Example.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/doc/examples/CMakeLists.txt -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/doc/examples/EulerAngles.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/doc/examples/FFT.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/doc/examples/MatrixExponential.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/doc/examples/MatrixFunction.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/doc/examples/MatrixLogarithm.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/doc/examples/MatrixPower.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/doc/examples/MatrixPower_optimal.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/doc/examples/MatrixSine.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/doc/examples/MatrixSinh.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/doc/examples/MatrixSquareRoot.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/doc/examples/PolynomialSolver1.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/doc/examples/PolynomialUtils1.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/doc/snippets -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/doc/snippets/CMakeLists.txt -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/BVH.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/CMakeLists.txt -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/EulerAngles.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/FFT.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/FFTW.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/NonLinearOptimization.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/NumericalDiff.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/alignedvector3.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/autodiff.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/autodiff_scalar.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_eventcount.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_maxsizevector.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_meta.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_non_blocking_thread_pool.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_runqueue.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_argmax.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_argmax_cuda.cu -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_argmax_gpu.cu -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_argmax_sycl.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_assign.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_block_access.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_broadcast_sycl.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_broadcasting.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_builtins_sycl.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_cast_float16_cuda.cu -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_cast_float16_gpu.cu -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_casts.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_chipping.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_chipping_sycl.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_comparisons.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_complex_cuda.cu -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_complex_cwise_ops_cuda.cu -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_complex_cwise_ops_gpu.cu -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_complex_gpu.cu -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_concatenation.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_concatenation_sycl.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_const.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_contract_cuda.cu -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_contract_gpu.cu -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_contract_sycl.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_contraction.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_convolution.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_convolution_sycl.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_cuda.cu -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_custom_index.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_custom_op.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_custom_op_sycl.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_device.cu -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_device_sycl.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_dimension.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_empty.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_executor.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_expr.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_fft.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_fixed_size.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_forced_eval.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_forced_eval_sycl.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_generator.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_generator_sycl.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_gpu.cu -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_ifft.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_image_patch.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_image_patch_sycl.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_index_list.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_inflation.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_inflation_sycl.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_intdiv.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_io.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_layout_swap.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_layout_swap_sycl.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_lvalue.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_map.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_math.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_mixed_indices.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_morphing.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_morphing_sycl.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_move.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_notification.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_of_complex.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_of_const_values.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_of_float16_cuda.cu -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_of_float16_gpu.cu -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_of_strings.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_padding.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_padding_sycl.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_patch.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_patch_sycl.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_random.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_random_cuda.cu -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_random_gpu.cu -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_reduction.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_reduction_cuda.cu -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_reduction_gpu.cu -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_reduction_sycl.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_ref.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_reverse.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_reverse_sycl.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_roundings.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_scan.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_scan_cuda.cu -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_scan_gpu.cu -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_shuffling.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_shuffling_sycl.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_simple.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_striding.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_striding_sycl.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_sugar.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_sycl.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_symmetry.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_thread_pool.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_trace.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_uint128.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_volume_patch.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/cxx11_tensor_volume_patch_sycl.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/dgmres.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/forward_adolc.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/gmres.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/kronecker_product.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/levenberg_marquardt.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/matrix_exponential.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/matrix_function.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/matrix_functions.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/matrix_power.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/matrix_square_root.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/minres.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/mpreal -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/mpreal/mpreal.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/mpreal_support.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/openglsupport.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/polynomialsolver.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/polynomialutils.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/sparse_extra.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/special_functions.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/eigen/unsupported/test/splines.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/rapidjson -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/rapidjson/include -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/rapidjson/include/rapidjson -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/rapidjson/include/rapidjson/allocators.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/rapidjson/include/rapidjson/document.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/rapidjson/include/rapidjson/encodedstream.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/rapidjson/include/rapidjson/encodings.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/rapidjson/include/rapidjson/error -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/rapidjson/include/rapidjson/error/en.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/rapidjson/include/rapidjson/error/error.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/rapidjson/include/rapidjson/filereadstream.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/rapidjson/include/rapidjson/filewritestream.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/rapidjson/include/rapidjson/fwd.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/rapidjson/include/rapidjson/internal -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/rapidjson/include/rapidjson/internal/biginteger.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/rapidjson/include/rapidjson/internal/diyfp.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/rapidjson/include/rapidjson/internal/dtoa.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/rapidjson/include/rapidjson/internal/ieee754.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/rapidjson/include/rapidjson/internal/itoa.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/rapidjson/include/rapidjson/internal/meta.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/rapidjson/include/rapidjson/internal/pow10.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/rapidjson/include/rapidjson/internal/regex.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/rapidjson/include/rapidjson/internal/stack.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/rapidjson/include/rapidjson/internal/strfunc.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/rapidjson/include/rapidjson/internal/strtod.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/rapidjson/include/rapidjson/internal/swap.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/rapidjson/include/rapidjson/istreamwrapper.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/rapidjson/include/rapidjson/memorybuffer.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/rapidjson/include/rapidjson/memorystream.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/rapidjson/include/rapidjson/msinttypes -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/rapidjson/include/rapidjson/msinttypes/inttypes.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/rapidjson/include/rapidjson/msinttypes/stdint.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/rapidjson/include/rapidjson/ostreamwrapper.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/rapidjson/include/rapidjson/pointer.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/rapidjson/include/rapidjson/prettywriter.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/rapidjson/include/rapidjson/rapidjson.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/rapidjson/include/rapidjson/reader.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/rapidjson/include/rapidjson/schema.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/rapidjson/include/rapidjson/stream.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/rapidjson/include/rapidjson/stringbuffer.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/rapidjson/include/rapidjson/writer.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/rapidjson/license.txt -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/pybind11 -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/pybind11/include -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/pybind11/include/pybind11 -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/pybind11/include/pybind11/attr.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/pybind11/include/pybind11/buffer_info.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/pybind11/include/pybind11/cast.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/pybind11/include/pybind11/chrono.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/pybind11/include/pybind11/complex.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/pybind11/include/pybind11/detail -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/pybind11/include/pybind11/detail/class.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/pybind11/include/pybind11/detail/common.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/pybind11/include/pybind11/detail/descr.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/pybind11/include/pybind11/detail/init.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/pybind11/include/pybind11/detail/internals.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/pybind11/include/pybind11/detail/typeid.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/pybind11/include/pybind11/eigen.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/pybind11/include/pybind11/embed.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/pybind11/include/pybind11/eval.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/pybind11/include/pybind11/functional.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/pybind11/include/pybind11/iostream.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/pybind11/include/pybind11/numpy.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/pybind11/include/pybind11/operators.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/pybind11/include/pybind11/options.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/pybind11/include/pybind11/pybind11.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/pybind11/include/pybind11/pytypes.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/pybind11/include/pybind11/stl.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/pybind11/include/pybind11/stl_bind.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/gtest/gtest -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/gtest/gtest/gtest-death-test.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/gtest/gtest/gtest-message.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/gtest/gtest/gtest-param-test.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/gtest/gtest/gtest-param-test.h.pump -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/gtest/gtest/gtest-printers.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/gtest/gtest/gtest-spi.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/gtest/gtest/gtest-test-part.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/gtest/gtest/gtest-typed-test.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/gtest/gtest/gtest.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/gtest/gtest/gtest_pred_impl.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/gtest/gtest/gtest_prod.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/gtest/gtest/internal -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/gtest/gtest/internal/gtest-death-test-internal.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/gtest/gtest/internal/gtest-filepath.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/gtest/gtest/internal/gtest-internal.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/gtest/gtest/internal/gtest-linked_ptr.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/gtest/gtest/internal/gtest-param-util-generated.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/gtest/gtest/internal/gtest-param-util-generated.h.pump -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/gtest/gtest/internal/gtest-param-util.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/gtest/gtest/internal/gtest-port.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/gtest/gtest/internal/gtest-string.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/gtest/gtest/internal/gtest-tuple.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/gtest/gtest/internal/gtest-tuple.h.pump -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/gtest/gtest/internal/gtest-type-util.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/gtest/gtest/internal/gtest-type-util.h.pump -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/lib/libgtest.so -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/lib/libgtest_main.so -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/share/cppmicroservices4/cmake/CppMicroServicesTargets.cmake -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/share/cppmicroservices4/cmake/CppMicroServicesTargets-release.cmake -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/share/cppmicroservices4/cmake/BundleInit.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/share/cppmicroservices4/cmake/CMakeResourceDependencies.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/share/cppmicroservices4/cmake/usFunctionGenerateBundleInit.cmake -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/share/cppmicroservices4/cmake/usFunctionAddResources.cmake -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/share/cppmicroservices4/cmake/usFunctionEmbedResources.cmake -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/share/cppmicroservices4/cmake/usFunctionGetResourceSource.cmake -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/share/cppmicroservices4/cmake/usFunctionCheckResourceLinking.cmake -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/share/cppmicroservices4/cmake/usFunctionCheckCompilerFlags.cmake -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/cppmicroservices4/cppmicroservices/GlobalConfig.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/share/cppmicroservices4/cmake/CppMicroServicesConfig.cmake -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/share/cppmicroservices4/cmake/CppMicroServicesConfigVersion.cmake -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/bin/usResourceCompiler4 -- Set runtime path of "/home/jenkins/workspace/xacc-ci/xacc/build/install/bin/usResourceCompiler4" to "@loader_path" -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/lib/libCppMicroServices.so.4.0.0 -- Set runtime path of "/home/jenkins/workspace/xacc-ci/xacc/build/install/lib/libCppMicroServices.so.4.0.0" to "@loader_path" -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/lib/libCppMicroServices.so -- Up-to-date: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/cppmicroservices4/cppmicroservices -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/cppmicroservices4/cppmicroservices/Any.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/cppmicroservices4/cppmicroservices/AnyMap.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/cppmicroservices4/cppmicroservices/Bundle.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/cppmicroservices4/cppmicroservices/BundleActivator.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/cppmicroservices4/cppmicroservices/BundleContext.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/cppmicroservices4/cppmicroservices/BundleEvent.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/cppmicroservices4/cppmicroservices/BundleEventHook.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/cppmicroservices4/cppmicroservices/BundleFindHook.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/cppmicroservices4/cppmicroservices/BundleImport.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/cppmicroservices4/cppmicroservices/BundleInitialization.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/cppmicroservices4/cppmicroservices/BundleResource.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/cppmicroservices4/cppmicroservices/BundleResourceStream.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/cppmicroservices4/cppmicroservices/BundleVersion.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/cppmicroservices4/cppmicroservices/Constants.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/cppmicroservices4/cppmicroservices/Framework.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/cppmicroservices4/cppmicroservices/FrameworkEvent.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/cppmicroservices4/cppmicroservices/FrameworkFactory.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/cppmicroservices4/cppmicroservices/GetBundleContext.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/cppmicroservices4/cppmicroservices/LDAPFilter.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/cppmicroservices4/cppmicroservices/LDAPProp.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/cppmicroservices4/cppmicroservices/ListenerFunctors.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/cppmicroservices4/cppmicroservices/ListenerToken.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/cppmicroservices4/cppmicroservices/PrototypeServiceFactory.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/cppmicroservices4/cppmicroservices/ServiceEvent.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/cppmicroservices4/cppmicroservices/ServiceEventListenerHook.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/cppmicroservices4/cppmicroservices/ServiceException.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/cppmicroservices4/cppmicroservices/ServiceFactory.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/cppmicroservices4/cppmicroservices/ServiceFindHook.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/cppmicroservices4/cppmicroservices/ServiceInterface.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/cppmicroservices4/cppmicroservices/ServiceListenerHook.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/cppmicroservices4/cppmicroservices/ServiceObjects.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/cppmicroservices4/cppmicroservices/ServiceProperties.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/cppmicroservices4/cppmicroservices/ServiceReference.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/cppmicroservices4/cppmicroservices/ServiceReferenceBase.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/cppmicroservices4/cppmicroservices/ServiceRegistration.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/cppmicroservices4/cppmicroservices/ServiceRegistrationBase.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/cppmicroservices4/cppmicroservices/ServiceTracker.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/cppmicroservices4/cppmicroservices/ServiceTrackerCustomizer.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/cppmicroservices4/cppmicroservices/SharedData.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/cppmicroservices4/cppmicroservices/SharedLibrary.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/cppmicroservices4/cppmicroservices/ShrinkableMap.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/cppmicroservices4/cppmicroservices/ShrinkableVector.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/cppmicroservices4/cppmicroservices/detail -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/cppmicroservices4/cppmicroservices/detail/BundleAbstractTracked.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/cppmicroservices4/cppmicroservices/detail/BundleAbstractTracked.tpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/cppmicroservices4/cppmicroservices/detail/BundleResourceBuffer.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/cppmicroservices4/cppmicroservices/detail/Chrono.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/cppmicroservices4/cppmicroservices/detail/Log.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/cppmicroservices4/cppmicroservices/detail/ServiceTracker.tpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/cppmicroservices4/cppmicroservices/detail/ServiceTrackerPrivate.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/cppmicroservices4/cppmicroservices/detail/ServiceTrackerPrivate.tpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/cppmicroservices4/cppmicroservices/detail/Threads.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/cppmicroservices4/cppmicroservices/detail/TrackedService.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/cppmicroservices4/cppmicroservices/detail/TrackedService.tpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/cppmicroservices4/cppmicroservices/detail/TrackedServiceListener.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/cppmicroservices4/cppmicroservices/detail/WaitCondition.h -- Up-to-date: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/cppmicroservices4/cppmicroservices -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/cppmicroservices4/cppmicroservices/FrameworkExport.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/cppmicroservices4/cppmicroservices/FrameworkConfig.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/share/cppmicroservices4/cmake/usFrameworkTargets.cmake -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/share/cppmicroservices4/cmake/usFrameworkTargets-release.cmake -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/share/cppmicroservices4/cmake/usFrameworkConfig.cmake -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/share/cppmicroservices4/cmake/usFrameworkConfigVersion.cmake -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/lib/libboost_graph.a -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/lib/libboost_regex.a -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/lib/libantlr4-runtime.so.SOVERSION -- Set runtime path of "/home/jenkins/workspace/xacc-ci/xacc/build/install/lib/libantlr4-runtime.so.SOVERSION" to "@loader_path" -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/lib/libantlr4-runtime.so -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/ANTLRErrorListener.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/ANTLRErrorStrategy.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/ANTLRFileStream.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/ANTLRInputStream.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/BailErrorStrategy.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/BaseErrorListener.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/BufferedTokenStream.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/CharStream.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/CommonToken.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/CommonTokenFactory.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/CommonTokenStream.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/ConsoleErrorListener.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/DefaultErrorStrategy.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/DiagnosticErrorListener.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/Exceptions.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/FailedPredicateException.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/InputMismatchException.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/IntStream.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/InterpreterRuleContext.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/Lexer.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/LexerInterpreter.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/LexerNoViableAltException.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/ListTokenSource.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/NoViableAltException.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/Parser.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/ParserInterpreter.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/ParserRuleContext.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/ProxyErrorListener.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/RecognitionException.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/Recognizer.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/RuleContext.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/RuleContextWithAltNum.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/RuntimeMetaData.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/Token.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/TokenFactory.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/TokenSource.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/TokenStream.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/TokenStreamRewriter.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/UnbufferedCharStream.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/UnbufferedTokenStream.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/Vocabulary.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/WritableToken.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/antlr4-common.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/antlr4-runtime.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/atn -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/atn/ATN.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/atn/ATNConfig.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/atn/ATNConfigSet.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/atn/ATNDeserializationOptions.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/atn/ATNDeserializer.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/atn/ATNSerializer.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/atn/ATNSimulator.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/atn/ATNState.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/atn/ATNType.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/atn/AbstractPredicateTransition.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/atn/ActionTransition.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/atn/AmbiguityInfo.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/atn/ArrayPredictionContext.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/atn/AtomTransition.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/atn/BasicBlockStartState.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/atn/BasicState.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/atn/BlockEndState.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/atn/BlockStartState.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/atn/ContextSensitivityInfo.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/atn/DecisionEventInfo.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/atn/DecisionInfo.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/atn/DecisionState.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/atn/EmptyPredictionContext.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/atn/EpsilonTransition.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/atn/ErrorInfo.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/atn/LL1Analyzer.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/atn/LexerATNConfig.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/atn/LexerATNSimulator.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/atn/LexerAction.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/atn/LexerActionExecutor.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/atn/LexerActionType.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/atn/LexerChannelAction.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/atn/LexerCustomAction.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/atn/LexerIndexedCustomAction.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/atn/LexerModeAction.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/atn/LexerMoreAction.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/atn/LexerPopModeAction.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/atn/LexerPushModeAction.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/atn/LexerSkipAction.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/atn/LexerTypeAction.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/atn/LookaheadEventInfo.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/atn/LoopEndState.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/atn/NotSetTransition.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/atn/OrderedATNConfigSet.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/atn/ParseInfo.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/atn/ParserATNSimulator.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/atn/PlusBlockStartState.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/atn/PlusLoopbackState.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/atn/PrecedencePredicateTransition.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/atn/PredicateEvalInfo.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/atn/PredicateTransition.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/atn/PredictionContext.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/atn/PredictionMode.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/atn/ProfilingATNSimulator.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/atn/RangeTransition.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/atn/RuleStartState.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/atn/RuleStopState.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/atn/RuleTransition.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/atn/SemanticContext.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/atn/SetTransition.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/atn/SingletonPredictionContext.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/atn/StarBlockStartState.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/atn/StarLoopEntryState.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/atn/StarLoopbackState.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/atn/TokensStartState.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/atn/Transition.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/atn/WildcardTransition.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/dfa -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/dfa/DFA.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/dfa/DFASerializer.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/dfa/DFAState.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/dfa/LexerDFASerializer.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/misc -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/misc/InterpreterDataReader.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/misc/Interval.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/misc/IntervalSet.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/misc/MurmurHash.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/misc/Predicate.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/support -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/support/Any.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/support/Arrays.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/support/BitSet.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/support/CPPUtils.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/support/Declarations.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/support/StringUtils.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/support/guid.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/tree -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/tree/AbstractParseTreeVisitor.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/tree/ErrorNode.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/tree/ErrorNodeImpl.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/tree/IterativeParseTreeWalker.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/tree/ParseTree.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/tree/ParseTreeListener.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/tree/ParseTreeProperty.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/tree/ParseTreeVisitor.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/tree/ParseTreeWalker.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/tree/TerminalNode.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/tree/TerminalNodeImpl.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/tree/Trees.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/tree/pattern -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/tree/pattern/Chunk.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/tree/pattern/ParseTreeMatch.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/tree/pattern/ParseTreePattern.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/tree/pattern/ParseTreePatternMatcher.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/tree/pattern/RuleTagToken.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/tree/pattern/TagChunk.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/tree/pattern/TextChunk.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/tree/pattern/TokenTagToken.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/tree/xpath -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/tree/xpath/XPath.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/tree/xpath/XPathElement.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/tree/xpath/XPathLexer.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/tree/xpath/XPathLexerErrorListener.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/tree/xpath/XPathRuleAnywhereElement.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/tree/xpath/XPathRuleElement.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/tree/xpath/XPathTokenAnywhereElement.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/tree/xpath/XPathTokenElement.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/tree/xpath/XPathWildcardAnywhereElement.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/antlr4-runtime/tree/xpath/XPathWildcardElement.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/xacc/xacc_config.hpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/xacc/XACC.hpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/xacc/Accelerator.hpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/xacc/AcceleratorBuffer.hpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/xacc/AcceleratorDecorator.hpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/xacc/RemoteAccelerator.hpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/xacc/Algorithm.hpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/xacc/Compiler.hpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/xacc/Function.hpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/xacc/IR.hpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/xacc/IRGenerator.hpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/xacc/IRProvider.hpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/xacc/IRTransformation.hpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/xacc/Instruction.hpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/xacc/InstructionIterator.hpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/xacc/InstructionParameter.hpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/xacc/InstructionVisitor.hpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/xacc/Observable.hpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/xacc/ObservableTransform.hpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/xacc/Optimizer.hpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/xacc/ServiceRegistry.hpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/xacc/xacc_service.hpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/xacc/CLIParser.hpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/xacc/Cloneable.hpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/xacc/Graph.hpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/xacc/Identifiable.hpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/xacc/OptionsProvider.hpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/xacc/Persistable.hpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/xacc/RuntimeOptions.hpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/xacc/Singleton.hpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/xacc/Utils.hpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/lib/libxacc.so -- Set runtime path of "/home/jenkins/workspace/xacc-ci/xacc/build/install/lib/libxacc.so" to "$ORIGIN" -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/plugins/libxacc-optimizer-nlopt.so -- Set runtime path of "/home/jenkins/workspace/xacc-ci/xacc/build/install/plugins/libxacc-optimizer-nlopt.so" to "$ORIGIN/../lib" -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/lib/pkgconfig/nlopt.pc -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/nlopt.h -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/nlopt.hpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/nlopt.f -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/lib/libnlopt.so.0.10.0 -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/lib/libnlopt.so.0 -- Set runtime path of "/home/jenkins/workspace/xacc-ci/xacc/build/install/lib/libnlopt.so.0.10.0" to "/home/jenkins/workspace/xacc-ci/xacc/build/install/lib" -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/lib/libnlopt.so -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/lib/cmake/nlopt/NLoptLibraryDepends.cmake -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/lib/cmake/nlopt/NLoptLibraryDepends-release.cmake -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/lib/cmake/nlopt/NLoptConfig.cmake -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/lib/cmake/nlopt/NLoptConfigVersion.cmake -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/share/man/man3/nlopt.3 -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/share/man/man3/nlopt_minimize.3 -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/share/man/man3/nlopt_minimize_constrained.3 -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/plugins/libxacc-quantum-irprovider.so -- Set runtime path of "/home/jenkins/workspace/xacc-ci/xacc/build/install/plugins/libxacc-quantum-irprovider.so" to "$ORIGIN/../lib" -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/plugins/libxacc-graph.so -- Set runtime path of "/home/jenkins/workspace/xacc-ci/xacc/build/install/plugins/libxacc-graph.so" to "$ORIGIN/../lib" -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/quantum/gate/ImprovedSamplingDecorator.hpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/quantum/gate/ROErrorDecorator.hpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/quantum/gate/RichExtrapDecorator.hpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/quantum/gate/CircuitOptimizer.hpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/quantum/gate/GateFunction.hpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/quantum/gate/GateIR.hpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/quantum/gate/GateIRProvider.hpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/quantum/gate/GateInstruction.hpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/quantum/gate/InverseQFT.hpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/quantum/gate/QFT.hpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/quantum/gate/ConditionalFunction.hpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/quantum/gate/DigitalGates.hpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/quantum/gate/FermionListenerImpl.hpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/quantum/gate/FermionOperator.hpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/quantum/gate/PauliListenerImpl.hpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/quantum/gate/PauliOperator.hpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/quantum/gate/JW.hpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/quantum/gate/AllGateVisitor.hpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/quantum/gate/CountGatesOfTypeVisitor.hpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/quantum/gate/FunctionalGateInstructionVisitor.hpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/quantum/gate/IRToGraphVisitor.hpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/quantum/gate/JsonVisitor.hpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/quantum/gate/AllGateVisitorTester.hpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/lib/libxacc-quantum-gate.so -- Set runtime path of "/home/jenkins/workspace/xacc-ci/xacc/build/install/lib/libxacc-quantum-gate.so" to "$ORIGIN" -- Up-to-date: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/quantum/gate/PauliListenerImpl.hpp -- Up-to-date: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/quantum/gate/PauliOperator.hpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/lib/libxacc-pauli.so -- Set runtime path of "/home/jenkins/workspace/xacc-ci/xacc/build/install/lib/libxacc-pauli.so" to "$ORIGIN" -- Up-to-date: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/quantum/gate/FermionListenerImpl.hpp -- Up-to-date: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/quantum/gate/FermionOperator.hpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/lib/libxacc-fermion.so -- Set runtime path of "/home/jenkins/workspace/xacc-ci/xacc/build/install/lib/libxacc-fermion.so" to "$ORIGIN" -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/plugins/libxacc-observable-transforms.so -- Set runtime path of "/home/jenkins/workspace/xacc-ci/xacc/build/install/plugins/libxacc-observable-transforms.so" to "$ORIGIN/../lib" -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/quantum/aqc/Embedding.hpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/quantum/aqc/EmbeddingAlgorithm.hpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/quantum/aqc/ParameterSetter.hpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/quantum/aqc/DefaultParameterSetter.hpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/quantum/aqc/TrivialEmbeddingAlgorithm.hpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/quantum/aqc/DWFunction.hpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/quantum/aqc/DWIR.hpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/quantum/aqc/DWIRProvider.hpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/include/quantum/aqc/DWQMI.hpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/lib/libxacc-quantum-aqc.so -- Set runtime path of "/home/jenkins/workspace/xacc-ci/xacc/build/install/lib/libxacc-quantum-aqc.so" to "$ORIGIN" -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/plugins/libxacc-ibm.so -- Set runtime path of "/home/jenkins/workspace/xacc-ci/xacc/build/install/plugins/libxacc-ibm.so" to "$ORIGIN/../lib" -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/plugins/libxacc-rigetti.so -- Set runtime path of "/home/jenkins/workspace/xacc-ci/xacc/build/install/plugins/libxacc-rigetti.so" to "$ORIGIN/../lib" -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/plugins/libxacc-cmr.so -- Set runtime path of "/home/jenkins/workspace/xacc-ci/xacc/build/install/plugins/libxacc-cmr.so" to "$ORIGIN/../lib" -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/plugins/libxacc-dwave.so -- Set runtime path of "/home/jenkins/workspace/xacc-ci/xacc/build/install/plugins/libxacc-dwave.so" to "$ORIGIN/../lib" -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/py-plugins/wrappedMultiRBMTrain.py -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/py-plugins/wrappedSingleRBMTrain.py -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/plugins/libxacc-rbm-ir.so -- Set runtime path of "/home/jenkins/workspace/xacc-ci/xacc/build/install/plugins/libxacc-rbm-ir.so" to "$ORIGIN/../lib" -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/plugins/libxacc-algorithm-vqe.so -- Set runtime path of "/home/jenkins/workspace/xacc-ci/xacc/build/install/plugins/libxacc-algorithm-vqe.so" to "$ORIGIN/../lib" -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/_pyxacc.so -- Set runtime path of "/home/jenkins/workspace/xacc-ci/xacc/build/install/_pyxacc.so" to "$ORIGIN/lib" -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/xacc.py -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/plugin_generator -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/plugin_generator/plugin_generator.py -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/plugin_generator/templates -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/plugin_generator/templates/benchmark_algorithm -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/plugin_generator/templates/benchmark_algorithm/{benchmark_algorithm_name}.py -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/plugin_generator/templates/compiler -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/plugin_generator/templates/compiler/CMakeLists.txt -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/plugin_generator/templates/compiler/README.md -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/plugin_generator/templates/compiler/compiler -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/plugin_generator/templates/compiler/compiler/CMakeLists.txt -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/plugin_generator/templates/compiler/compiler/manifest.json -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/plugin_generator/templates/compiler/compiler/{compiler_class_name}.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/plugin_generator/templates/compiler/compiler/{compiler_class_name}.hpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/plugin_generator/templates/compiler/compiler/{compiler_class_name}Activator.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/plugin_generator/templates/compiler/tests -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/plugin_generator/templates/compiler/tests/CMakeLists.txt -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/plugin_generator/templates/compiler/tests/{compiler_class_name}Tester.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/plugin_generator/templates/gate_instruction -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/plugin_generator/templates/gate_instruction/CMakeLists.txt -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/plugin_generator/templates/gate_instruction/README.md -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/plugin_generator/templates/gate_instruction/instruction -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/plugin_generator/templates/gate_instruction/instruction/CMakeLists.txt -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/plugin_generator/templates/gate_instruction/instruction/manifest.json -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/plugin_generator/templates/gate_instruction/instruction/{inst_class_name}.hpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/plugin_generator/templates/gate_instruction/instruction/{inst_class_name}Activator.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/plugin_generator/templates/gate_instruction/tests -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/plugin_generator/templates/gate_instruction/tests/CMakeLists.txt -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/plugin_generator/templates/gate_instruction/tests/{inst_class_name}Tester.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/plugin_generator/templates/irtransformation -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/plugin_generator/templates/irtransformation/CMakeLists.txt -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/plugin_generator/templates/irtransformation/README.md -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/plugin_generator/templates/irtransformation/tests -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/plugin_generator/templates/irtransformation/tests/CMakeLists.txt -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/plugin_generator/templates/irtransformation/tests/{irt_class_name}Tester.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/plugin_generator/templates/irtransformation/transformation -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/plugin_generator/templates/irtransformation/transformation/CMakeLists.txt -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/plugin_generator/templates/irtransformation/transformation/manifest.json -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/plugin_generator/templates/irtransformation/transformation/{irt_class_name}.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/plugin_generator/templates/irtransformation/transformation/{irt_class_name}.hpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/plugin_generator/templates/irtransformation/transformation/{irt_class_name}Activator.cpp -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/benchmark -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/benchmark/README.md -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/benchmark/manage.py -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/benchmark/vqe -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/benchmark/vqe/chemistry -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/benchmark/vqe/chemistry/ansatz_generators -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/benchmark/vqe/chemistry/ansatz_generators/deuteron_h2_ansatz.py -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/benchmark/vqe/chemistry/ansatz_generators/deuteron_h3_ansatz.py -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/benchmark/vqe/chemistry/ansatz_generators/hartree_fock_ansatz.py -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/benchmark/vqe/chemistry/ansatz_generators/hwe.py -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/benchmark/vqe/chemistry/ansatz_generators/ucc1_ansatz.py -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/benchmark/vqe/chemistry/ansatz_generators/ucc3_ansatz.py -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/benchmark/vqe/chemistry/ansatz_generators/uccsd.py -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/benchmark/vqe/chemistry/hamiltonian_generators -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/benchmark/vqe/chemistry/hamiltonian_generators/frozencore.py -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/benchmark/vqe/chemistry/hamiltonian_generators/h2_kernel_ham.py -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/benchmark/vqe/chemistry/hamiltonian_generators/h2_pauliop_ham.py -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/benchmark/vqe/chemistry/hamiltonian_generators/hamiltonian_generator.py -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/benchmark/vqe/chemistry/hamiltonian_generators/kh_4q_sto3g.py -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/benchmark/vqe/chemistry/hamiltonian_generators/nah_10q_sto3g.py -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/benchmark/vqe/chemistry/hamiltonian_generators/nah_4q_sto3g.py -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/benchmark/vqe/chemistry/hamiltonian_generators/nah_6q_sto3g.py -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/benchmark/vqe/chemistry/hamiltonian_generators/psi4openfermion.py -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/benchmark/vqe/chemistry/hamiltonian_generators/rbh_4q_sto3g.py -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/benchmark/vqe/chemistry/hamiltonian_generators/tapered_frozencore.py -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/benchmark/vqe/chemistry/install.ini -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/benchmark/vqe/install.ini -- Installing: /home/jenkins/workspace/xacc-ci/xacc/build/install/plugins/libxacc-py-compiler.so -- Set runtime path of "/home/jenkins/workspace/xacc-ci/xacc/build/install/plugins/libxacc-py-compiler.so" to "$ORIGIN/../lib" + ctest --output-on-failure Test project /home/jenkins/workspace/xacc-ci/xacc/build Start 1: xacc_AcceleratorBufferTester 1/51 Test #1: xacc_AcceleratorBufferTester ........... Passed 0.06 sec Start 2: xacc_InstructionParameterTester 2/51 Test #2: xacc_InstructionParameterTester ........ Passed 0.01 sec Start 3: xacc_XACCAPITester 3/51 Test #3: xacc_XACCAPITester ..................... Passed 0.18 sec Start 4: xacc_CLIParserTester 4/51 Test #4: xacc_CLIParserTester ................... Passed 0.01 sec Start 5: xacc_AlgorithmTester 5/51 Test #5: xacc_AlgorithmTester ................... Passed 0.13 sec Start 6: xacc_NLOptimizerTester 6/51 Test #6: xacc_NLOptimizerTester ................. Passed 0.12 sec Start 7: xacc_DirectedBoostGraphTester 7/51 Test #7: xacc_DirectedBoostGraphTester .......... Passed 0.01 sec Start 8: xacc_UndirectedBoostGraphTester 8/51 Test #8: xacc_UndirectedBoostGraphTester ........ Passed 0.01 sec Start 9: xacc_PauliOperatorTester 9/51 Test #9: xacc_PauliOperatorTester ............... Passed 0.13 sec Start 10: xacc_FermionOperatorTester 10/51 Test #10: xacc_FermionOperatorTester ............. Passed 0.13 sec Start 11: xacc_JWTester 11/51 Test #11: xacc_JWTester .......................... Passed 0.13 sec Start 12: xacc_CircuitOptimizerTester 12/51 Test #12: xacc_CircuitOptimizerTester ............ Passed 0.32 sec Start 13: xacc_CNOTTester 13/51 Test #13: xacc_CNOTTester ........................ Passed 0.02 sec Start 14: xacc_CPhaseTester 14/51 Test #14: xacc_CPhaseTester ...................... Passed 0.02 sec Start 15: xacc_ConditionalFunctionTester 15/51 Test #15: xacc_ConditionalFunctionTester ......... Passed 0.02 sec Start 16: xacc_GateFunctionTester 16/51 Test #16: xacc_GateFunctionTester ................ Passed 0.11 sec Start 17: xacc_GateIRTester 17/51 Test #17: xacc_GateIRTester ...................... Passed 0.02 sec Start 18: xacc_GateVisitorTester 18/51 Test #18: xacc_GateVisitorTester ................. Passed 0.02 sec Start 19: xacc_HadamardTester 19/51 Test #19: xacc_HadamardTester .................... Passed 0.02 sec Start 20: xacc_InverseQFTTester 20/51 Test #20: xacc_InverseQFTTester .................. Passed 0.09 sec Start 21: xacc_QFTTester 21/51 Test #21: xacc_QFTTester ......................... Passed 0.10 sec Start 22: xacc_MeasureTester 22/51 Test #22: xacc_MeasureTester ..................... Passed 0.02 sec Start 23: xacc_RxTester 23/51 Test #23: xacc_RxTester .......................... Passed 0.02 sec Start 24: xacc_RyTester 24/51 Test #24: xacc_RyTester .......................... Passed 0.02 sec Start 25: xacc_RzTester 25/51 Test #25: xacc_RzTester .......................... Passed 0.02 sec Start 26: xacc_UTester 26/51 Test #26: xacc_UTester ........................... Passed 0.02 sec Start 27: xacc_SwapTester 27/51 Test #27: xacc_SwapTester ........................ Passed 0.02 sec Start 28: xacc_XTester 28/51 Test #28: xacc_XTester ........................... Passed 0.02 sec Start 29: xacc_YTester 29/51 Test #29: xacc_YTester ........................... Passed 0.02 sec Start 30: xacc_ZTester 30/51 Test #30: xacc_ZTester ........................... Passed 0.02 sec Start 31: xacc_AllGateVisitorTester 31/51 Test #31: xacc_AllGateVisitorTester .............. Passed 0.10 sec Start 32: xacc_JsonVisitorTester 32/51 Test #32: xacc_JsonVisitorTester ................. Passed 0.02 sec Start 33: xacc_IRToGraphVisitorTester 33/51 Test #33: xacc_IRToGraphVisitorTester ............ Passed 0.11 sec Start 34: xacc_ImprovedSamplingDecoratorTester 34/51 Test #34: xacc_ImprovedSamplingDecoratorTester ... Passed 0.13 sec Start 35: xacc_RichExtrapDecoratorTester 35/51 Test #35: xacc_RichExtrapDecoratorTester ......... Passed 0.10 sec Start 36: xacc_ROErrorDecoratorTester 36/51 Test #36: xacc_ROErrorDecoratorTester ............ Passed 0.11 sec Start 37: xacc_DWFunctionTester 37/51 Test #37: xacc_DWFunctionTester .................. Passed 0.13 sec Start 38: xacc_DWQMITester 38/51 Test #38: xacc_DWQMITester ....................... Passed 0.01 sec Start 39: xacc_EmbeddingTester 39/51 Test #39: xacc_EmbeddingTester ................... Passed 0.00 sec Start 40: xacc_TrivialEmbeddingAlgorithmTester 40/51 Test #40: xacc_TrivialEmbeddingAlgorithmTester ... Passed 0.00 sec Start 41: xacc_OQASMCompilerTester 41/51 Test #41: xacc_OQASMCompilerTester ............... Passed 0.15 sec Start 42: xacc_QObjectCompilerTester 42/51 Test #42: xacc_QObjectCompilerTester ............. Passed 0.14 sec Start 43: xacc_QObjectTester 43/51 Test #43: xacc_QObjectTester ..................... Passed 0.00 sec Start 44: xacc_QVMAcceleratorTester 44/51 Test #44: xacc_QVMAcceleratorTester .............. Passed 0.11 sec Start 45: xacc_QuilCompilerTester 45/51 Test #45: xacc_QuilCompilerTester ................ Passed 0.11 sec Start 46: xacc_QuilVisitorTester 46/51 Test #46: xacc_QuilVisitorTester ................. Passed 0.02 sec Start 47: xacc_DWQMICompilerTester 47/51 Test #47: xacc_DWQMICompilerTester ............... Passed 0.14 sec Start 48: xacc_AnnealScheduleGeneratorTester 48/51 Test #48: xacc_AnnealScheduleGeneratorTester ..... Passed 0.13 sec Start 49: xacc_RBMGeneratorTester 49/51 Test #49: xacc_RBMGeneratorTester ................ Passed 0.13 sec Start 50: xacc_VQETester 50/51 Test #50: xacc_VQETester ......................... Passed 0.13 sec Start 51: xacc_PyXACCCompilerTester 51/51 Test #51: xacc_PyXACCCompilerTester .............. Passed 0.14 sec 100% tests passed, 0 tests failed out of 51 Total Test time (real) = 3.79 sec [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] echo We ran the XACC CI. [Pipeline] echo This build was successful. [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] End of Pipeline Finished: SUCCESS