Skip to content
Not built

Console Output

Pull request #253 updated
10:12:22 Connecting to https://api.github.com using 476720/******
Obtained ci/jenkins_config from be815d43d8afc5d3803dbe745b7ecd2d4af283b4+0f68aba9f71727941160eef5844272f44c9e232b (adbfc861dd65e2e07b54e978ee91cf0ee8deaead)
[Pipeline] Start of Pipeline
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 6 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Test)
[Pipeline] parallel
[Pipeline] { (Branch: CPU)
[Pipeline] { (Branch: CUDA)
[Pipeline] stage
[Pipeline] { (CPU)
[Pipeline] stage
[Pipeline] { (CUDA)
[Pipeline] node
Running on CpuNode6 in /var/jenkins/workspace/adamantine_PR-253
[Pipeline] node
[Pipeline] {
[Pipeline] checkout
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential Jenkins ORNL
Fetching changes from the remote Git repository
Fetching without tags
Merging remotes/origin/master commit 0f68aba9f71727941160eef5844272f44c9e232b into PR head commit be815d43d8afc5d3803dbe745b7ecd2d4af283b4
Merge succeeded, producing be815d43d8afc5d3803dbe745b7ecd2d4af283b4
Checking out Revision be815d43d8afc5d3803dbe745b7ecd2d4af283b4 (PR-253)
Commit message: "Fix bugs when using gcc instead of clang"
 > git rev-parse --resolve-git-dir /var/jenkins/workspace/adamantine_PR-253/.git # timeout=10
 > git config remote.origin.url https://github.com/adamantine-sim/adamantine.git # timeout=10
Fetching upstream changes from https://github.com/adamantine-sim/adamantine.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
using GIT_ASKPASS to set credentials 
 > git fetch --no-tags --progress -- https://github.com/adamantine-sim/adamantine.git +refs/pull/253/head:refs/remotes/origin/PR-253 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f be815d43d8afc5d3803dbe745b7ecd2d4af283b4 # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge 0f68aba9f71727941160eef5844272f44c9e232b # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f be815d43d8afc5d3803dbe745b7ecd2d4af283b4 # timeout=10
 > git rev-list --no-walk 1889f26426ca556358ae679c7fc8c7c835cb4379 # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ docker pull rombur/adamantine-stack:no_gpu-latest
no_gpu-latest: Pulling from rombur/adamantine-stack
Digest: sha256:8e2b1014dc4112cf7e1d6ba1c44601bfc036fc0c743a5a5ff0d64e43d757f4f1
Status: Image is up to date for rombur/adamantine-stack:no_gpu-latest
docker.io/rombur/adamantine-stack:no_gpu-latest
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ docker inspect -f . rombur/adamantine-stack:no_gpu-latest
.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] withDockerContainer
CpuNode6 seems to be running inside container 000334f31f8629b8eaeb6326227b7cf88da75374aa5f2bd4a8e8ac57be811226
$ docker run -t -d -u 0:0 -w /var/jenkins/workspace/adamantine_PR-253 --volumes-from 000334f31f8629b8eaeb6326227b7cf88da75374aa5f2bd4a8e8ac57be811226 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** rombur/adamantine-stack:no_gpu-latest cat
$ docker top db1ef1f33b1dd12f3d940bad650f74f11aad1ac1110beaf729a49cfc03d62118 -eo pid,comm
[Pipeline] {
[Pipeline] sh
+ rm -rf build
+ mkdir -p build
[Pipeline] dir
Running in /var/jenkins/workspace/adamantine_PR-253/build
[Pipeline] {
[Pipeline] sh
-- Using the deal.II-9.5.0-pre installation found at /opt/dealii
-- Include macro /opt/dealii/share/deal.II/macros/macro_deal_ii_add_test.cmake
-- Include macro /opt/dealii/share/deal.II/macros/macro_deal_ii_initialize_cached_variables.cmake
-- Include macro /opt/dealii/share/deal.II/macros/macro_deal_ii_invoke_autopilot.cmake
-- Include macro /opt/dealii/share/deal.II/macros/macro_deal_ii_pickup_tests.cmake
-- Include macro /opt/dealii/share/deal.II/macros/macro_deal_ii_query_git_information.cmake
-- Include macro /opt/dealii/share/deal.II/macros/macro_deal_ii_setup_target.cmake
-- The CXX compiler identification is GNU 11.2.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found MPI_CXX: /opt/openmpi/lib/libmpi.so (found version "3.1") 
-- Found MPI: TRUE (found version "3.1")  
-- Found Boost: /opt/boost/lib/cmake/Boost-1.80.0/BoostConfig.cmake (found suitable version "1.80.0", minimum required is "1.70.0") found components: chrono program_options timer unit_test_framework 
-- Build type: Debug
-- Configuring done
-- Generating done
-- Build files have been written to: /var/jenkins/workspace/adamantine_PR-253/build
[Pipeline] sh
+ make -j4
[  1%] Copying demo_316_short.info
[  1%] Building CXX object source/CMakeFiles/Adamantine.dir/BodyForce.cc.o
[  2%] Copying amr_test.info
[  3%] Copying demo_316_short_anisotropic.info
[  3%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_demo_316_short.info
[  3%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_demo_316_short_anisotropic.info
[  3%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_amr_test.info
[  4%] Copying demo_316_short_scan_path.txt
[  4%] Copying experimental_data_0_0.csv
[  5%] Copying extruded_cube.msh
[  5%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_experimental_data_0_0.csv
[  5%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_demo_316_short_scan_path.txt
[  5%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_extruded_cube.msh
[  6%] Building CXX object source/CMakeFiles/Adamantine.dir/CubeHeatSource.cc.o
[  7%] Copying integration_2d.info
[  8%] Copying integration_2d_ensemble.info
[  8%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_integration_2d_ensemble.info
[  8%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_integration_2d.info
[  9%] Building CXX object source/CMakeFiles/Adamantine.dir/DataAssimilator.cc.o
[  9%] Copying integration_2d_gold.txt
[  9%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_integration_2d_gold.txt
[ 10%] Copying integration_3d_gold.txt
[ 10%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_integration_3d_gold.txt
[ 11%] Copying integration_3d_gold_0.txt
[ 11%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_integration_3d_gold_0.txt
[ 12%] Copying integration_3d_gold_1.txt
[ 12%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_integration_3d_gold_1.txt
[ 12%] Copying material_deposition_2d.txt
[ 12%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_material_deposition_2d.txt
[ 13%] Copying material_deposition_3d.txt
[ 13%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_material_deposition_3d.txt
[ 14%] Copying material_path_test_material_deposition.txt
[ 14%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_material_path_test_material_deposition.txt
[ 14%] Copying raytracing_experimental_data_0_0.csv
[ 14%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_raytracing_experimental_data_0_0.csv
[ 15%] Copying scan_path.txt
[ 15%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_scan_path.txt
[ 16%] Copying scan_path_diagonal.txt
[ 16%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_scan_path_diagonal.txt
[ 17%] Copying scan_path_event_series.inp
[ 17%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_scan_path_event_series.inp
[ 18%] Copying scan_path_test_thermal_physics.txt
[ 18%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_scan_path_test_thermal_physics.txt
[ 19%] Copying scan_path_L.txt
[ 19%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_scan_path_L.txt
[ 19%] Copying scan_path_layers.txt
[ 19%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_scan_path_layers.txt
[ 20%] Copying bare_plate_L_ensemble.info
[ 20%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_bare_plate_L_ensemble.info
[ 21%] Copying bare_plate_L_da.info
[ 21%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_bare_plate_L_da.info
[ 22%] Copying bare_plate_L_scan_path.txt
[ 22%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_bare_plate_L_scan_path.txt
[ 22%] Copying bare_plate_L_scan_path_fast.txt
[ 22%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_bare_plate_L_scan_path_fast.txt
[ 23%] Copying bare_plate_L_expt_log.txt
[ 23%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_bare_plate_L_expt_log.txt
[ 23%] Copying bare_plate_L_expt_data_0_0.csv
[ 23%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_bare_plate_L_expt_data_0_0.csv
[ 24%] Copying bare_plate_L_expt_data_0_1.csv
[ 24%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_bare_plate_L_expt_data_0_1.csv
[ 25%] Copying experiment_log_test.txt
[ 25%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_experiment_log_test.txt
[ 26%] Copying bare_plate_L_da_aug_ref_log.txt
[ 26%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_bare_plate_L_da_aug_ref_log.txt
[ 26%] Copying bare_plate_L_da_aug_ref_data_0_0.csv
[ 26%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_bare_plate_L_da_aug_ref_data_0_0.csv
[ 27%] Copying bare_plate_L_da_aug_ref_data_0_1.csv
[ 27%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_bare_plate_L_da_aug_ref_data_0_1.csv
[ 28%] Copying bare_plate_L_da_augmented.info
[ 28%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_bare_plate_L_da_augmented.info
[ 29%] Copying thermoelastic_bare_plate.info
[ 29%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_thermoelastic_bare_plate.info
[ 29%] Copying thermoelastic_bare_plate_scan_path.txt
[ 29%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_thermoelastic_bare_plate_scan_path.txt
[ 30%] Copying rays_cam-0-0_test_full.csv
[ 30%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_rays_cam-0-0_test_full.csv
[ 31%] Copying thermoelastic_bare_plate_add_material_scan_path.txt
[ 31%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_thermoelastic_bare_plate_add_material_scan_path.txt
[ 31%] Copying integration_da_add_material.info
[ 31%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_integration_da_add_material.info
[ 32%] Copying integration_da_add_material_expt_log.txt
[ 32%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_integration_da_add_material_expt_log.txt
[ 33%] Copying integration_da_add_material_expt_pc_0_0.csv
[ 33%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_integration_da_add_material_expt_pc_0_0.csv
[ 34%] Copying integration_da_add_material_sp.txt
[ 34%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_integration_da_add_material_sp.txt
[ 35%] Copying integration_da_add_material_expt_ray_0_0.csv
[ 35%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_integration_da_add_material_expt_ray_0_0.csv
[ 36%] Building CXX object source/CMakeFiles/Adamantine.dir/ElectronBeamHeatSource.cc.o
[ 36%] Building CXX object source/CMakeFiles/Adamantine.dir/Geometry.cc.o
[ 37%] Building CXX object source/CMakeFiles/Adamantine.dir/GoldakHeatSource.cc.o
In file included from /var/jenkins/workspace/adamantine_PR-253/source/BodyForce.cc:9:
/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.hh:306:43: error: 'kokkos_space' is not a member of 'dealii::MemorySpace::Host'
  306 |                dealii::MemorySpace::Host::kokkos_space>
      |                                           ^~~~~~~~~~~~
/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.hh:306:55: error: template argument 2 is invalid
  306 |                dealii::MemorySpace::Host::kokkos_space>
      |                                                       ^
/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.hh:312:43: error: 'kokkos_space' is not a member of 'dealii::MemorySpace::Host'
  312 |                dealii::MemorySpace::Host::kokkos_space>
      |                                           ^~~~~~~~~~~~
/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.hh:312:55: error: template argument 2 is invalid
  312 |                dealii::MemorySpace::Host::kokkos_space>
      |                                                       ^
/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.hh:318:43: error: 'kokkos_space' is not a member of 'dealii::MemorySpace::Host'
  318 |                dealii::MemorySpace::Host::kokkos_space>
      |                                           ^~~~~~~~~~~~
/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.hh:318:55: error: template argument 2 is invalid
  318 |                dealii::MemorySpace::Host::kokkos_space>
      |                                                       ^
In file included from /var/jenkins/workspace/adamantine_PR-253/source/BodyForce.cc:10:
/var/jenkins/workspace/adamantine_PR-253/source/instantiation.hh:18:109: error: 'Default' is not a member of 'dealii::MemorySpace'
   18 | #define INST_DIM_DEVICE(z, dim, class_name) template class adamantine::class_name<dim, dealii::MemorySpace::Default>;
      |                                                                                                             ^~~~~~~
/var/jenkins/workspace/adamantine_PR-253/source/instantiation.hh:18:109: note: in definition of macro 'INST_DIM_DEVICE'
   18 | #define INST_DIM_DEVICE(z, dim, class_name) template class adamantine::class_name<dim, dealii::MemorySpace::Default>;
      |                                                                                                             ^~~~~~~
/var/jenkins/workspace/adamantine_PR-253/source/BodyForce.cc:38:1: note: in expansion of macro 'INSTANTIATE_DIM_DEVICE'
   38 | INSTANTIATE_DIM_DEVICE(GravityForce)
      | ^~~~~~~~~~~~~~~~~~~~~~
/var/jenkins/workspace/adamantine_PR-253/source/instantiation.hh:18:109: note: suggested alternatives:
   18 | #define INST_DIM_DEVICE(z, dim, class_name) template class adamantine::class_name<dim, dealii::MemorySpace::Default>;
      |                                                                                                             ^~~~~~~
/var/jenkins/workspace/adamantine_PR-253/source/instantiation.hh:18:109: note: in definition of macro 'INST_DIM_DEVICE'
   18 | #define INST_DIM_DEVICE(z, dim, class_name) template class adamantine::class_name<dim, dealii::MemorySpace::Default>;
      |                                                                                                             ^~~~~~~
/var/jenkins/workspace/adamantine_PR-253/source/BodyForce.cc:38:1: note: in expansion of macro 'INSTANTIATE_DIM_DEVICE'
   38 | INSTANTIATE_DIM_DEVICE(GravityForce)
      | ^~~~~~~~~~~~~~~~~~~~~~
In file included from /opt/trilinos/include/Kokkos_Rank.hpp:49,
                 from /opt/trilinos/include/traits/Kokkos_IterationPatternTrait.hpp:50,
                 from /opt/trilinos/include/impl/Kokkos_AnalyzePolicy.hpp:56,
                 from /opt/trilinos/include/Kokkos_ExecPolicy.hpp:51,
                 from /opt/trilinos/include/Kokkos_Parallel.hpp:53,
                 from /opt/trilinos/include/Kokkos_Serial.hpp:59,
                 from /opt/trilinos/include/decl/Kokkos_Declare_SERIAL.hpp:49,
                 from /opt/trilinos/include/KokkosCore_Config_DeclareBackend.hpp:47,
                 from /opt/trilinos/include/Kokkos_Core.hpp:53,
                 from /var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.hh:27,
                 from /var/jenkins/workspace/adamantine_PR-253/source/BodyForce.cc:9:
/opt/trilinos/include/Kokkos_Layout.hpp:225:3: note:   'Kokkos::Iterate::Default'
  225 |   Default,
      |   ^~~~~~~
/opt/trilinos/include/Kokkos_Layout.hpp:225:3: note:   'Kokkos::Iterate::Default'
In file included from /var/jenkins/workspace/adamantine_PR-253/source/BodyForce.cc:10:
/var/jenkins/workspace/adamantine_PR-253/source/instantiation.hh:18:116: error: template argument 2 is invalid
   18 | #define INST_DIM_DEVICE(z, dim, class_name) template class adamantine::class_name<dim, dealii::MemorySpace::Default>;
      |                                                                                                                    ^
/opt/boost/include/boost/preprocessor/repetition/repeat_from_to.hpp:110:54: note: in expansion of macro 'INST_DIM_DEVICE'
  110 | # define BOOST_PP_REPEAT_FROM_TO_M_1_II(z, n, m, dt) m(z, n, dt)
      |                                                      ^
/var/jenkins/workspace/adamantine_PR-253/source/BodyForce.cc:38:1: note: in expansion of macro 'INSTANTIATE_DIM_DEVICE'
   38 | INSTANTIATE_DIM_DEVICE(GravityForce)
      | ^~~~~~~~~~~~~~~~~~~~~~
/var/jenkins/workspace/adamantine_PR-253/source/instantiation.hh:18:109: error: 'Default' is not a member of 'dealii::MemorySpace'
   18 | #define INST_DIM_DEVICE(z, dim, class_name) template class adamantine::class_name<dim, dealii::MemorySpace::Default>;
      |                                                                                                             ^~~~~~~
/var/jenkins/workspace/adamantine_PR-253/source/instantiation.hh:18:109: note: in definition of macro 'INST_DIM_DEVICE'
   18 | #define INST_DIM_DEVICE(z, dim, class_name) template class adamantine::class_name<dim, dealii::MemorySpace::Default>;
      |                                                                                                             ^~~~~~~
/var/jenkins/workspace/adamantine_PR-253/source/BodyForce.cc:38:1: note: in expansion of macro 'INSTANTIATE_DIM_DEVICE'
   38 | INSTANTIATE_DIM_DEVICE(GravityForce)
      | ^~~~~~~~~~~~~~~~~~~~~~
/var/jenkins/workspace/adamantine_PR-253/source/instantiation.hh:18:109: note: suggested alternatives:
   18 | #define INST_DIM_DEVICE(z, dim, class_name) template class adamantine::class_name<dim, dealii::MemorySpace::Default>;
      |                                                                                                             ^~~~~~~
/var/jenkins/workspace/adamantine_PR-253/source/instantiation.hh:18:109: note: in definition of macro 'INST_DIM_DEVICE'
   18 | #define INST_DIM_DEVICE(z, dim, class_name) template class adamantine::class_name<dim, dealii::MemorySpace::Default>;
      |                                                                                                             ^~~~~~~
/var/jenkins/workspace/adamantine_PR-253/source/BodyForce.cc:38:1: note: in expansion of macro 'INSTANTIATE_DIM_DEVICE'
   38 | INSTANTIATE_DIM_DEVICE(GravityForce)
      | ^~~~~~~~~~~~~~~~~~~~~~
In file included from /opt/trilinos/include/Kokkos_Rank.hpp:49,
                 from /opt/trilinos/include/traits/Kokkos_IterationPatternTrait.hpp:50,
                 from /opt/trilinos/include/impl/Kokkos_AnalyzePolicy.hpp:56,
                 from /opt/trilinos/include/Kokkos_ExecPolicy.hpp:51,
                 from /opt/trilinos/include/Kokkos_Parallel.hpp:53,
                 from /opt/trilinos/include/Kokkos_Serial.hpp:59,
                 from /opt/trilinos/include/decl/Kokkos_Declare_SERIAL.hpp:49,
                 from /opt/trilinos/include/KokkosCore_Config_DeclareBackend.hpp:47,
                 from /opt/trilinos/include/Kokkos_Core.hpp:53,
                 from /var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.hh:27,
                 from /var/jenkins/workspace/adamantine_PR-253/source/BodyForce.cc:9:
/opt/trilinos/include/Kokkos_Layout.hpp:225:3: note:   'Kokkos::Iterate::Default'
  225 |   Default,
      |   ^~~~~~~
/opt/trilinos/include/Kokkos_Layout.hpp:225:3: note:   'Kokkos::Iterate::Default'
In file included from /var/jenkins/workspace/adamantine_PR-253/source/BodyForce.cc:10:
/var/jenkins/workspace/adamantine_PR-253/source/instantiation.hh:18:116: error: template argument 2 is invalid
   18 | #define INST_DIM_DEVICE(z, dim, class_name) template class adamantine::class_name<dim, dealii::MemorySpace::Default>;
      |                                                                                                                    ^
/opt/boost/include/boost/preprocessor/repetition/repeat_from_to.hpp:110:54: note: in expansion of macro 'INST_DIM_DEVICE'
  110 | # define BOOST_PP_REPEAT_FROM_TO_M_1_II(z, n, m, dt) m(z, n, dt)
      |                                                      ^
/var/jenkins/workspace/adamantine_PR-253/source/BodyForce.cc:38:1: note: in expansion of macro 'INSTANTIATE_DIM_DEVICE'
   38 | INSTANTIATE_DIM_DEVICE(GravityForce)
      | ^~~~~~~~~~~~~~~~~~~~~~
In file included from /var/jenkins/workspace/adamantine_PR-253/source/BodyForce.cc:9:
/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.hh: In instantiation of 'class adamantine::MaterialProperty<2, dealii::MemorySpace::Host>':
/var/jenkins/workspace/adamantine_PR-253/source/BodyForce.cc:28:41:   required from 'dealii::Tensor<1, dim> adamantine::GravityForce<dim, MemorySpaceType>::eval(const typename dealii::Triangulation<dim>::active_cell_iterator&) [with int dim = 2; MemorySpaceType = dealii::MemorySpace::Host; typename dealii::Triangulation<dim>::active_cell_iterator = dealii::TriaActiveIterator<dealii::CellAccessor<2, 2> >]'
/var/jenkins/workspace/adamantine_PR-253/source/BodyForce.cc:37:1:   required from here
/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.hh:344:1: error: no type named 'kokkos_space' in 'struct dealii::MemorySpace::Host'
  344 | MaterialProperty<dim, MemorySpaceType>::get_properties() { return _properties; }
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.hh:357:1: error: no type named 'kokkos_space' in 'struct dealii::MemorySpace::Host'
  357 | MaterialProperty<dim, MemorySpaceType>::get_state_property_tables()
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.hh:365:45: error: no type named 'kokkos_space' in 'struct dealii::MemorySpace::Host'
  365 |     typename MemorySpaceType::kokkos_space> MaterialProperty<dim,
      |                                             ^~~~~~~~~~~~~~~~~~~~~
  366 |                                                              MemorySpaceType>::
      |                                                              ~~~~~~~~~~~~~~~~
/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.hh:371:61: error: no type named 'kokkos_space' in 'struct dealii::MemorySpace::Host'
  371 |     View<double **, typename MemorySpaceType::kokkos_space> MaterialProperty<
      |                                                             ^~~~~~~~~~~~~~~~~
  372 |         dim, MemorySpaceType>::get_state() const
      |         ~~~~~~~~~~~~~~~~~~~~~                                
/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.hh:204:8: error: no type named 'kokkos_space' in 'struct dealii::MemorySpace::Host'
  204 |   void set_state_device(
      |        ^~~~~~~~~~~~~~~~
/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.hh:231:33: error: no type named 'kokkos_space' in 'struct dealii::MemorySpace::Host'
  231 |   static KOKKOS_FUNCTION double compute_property_from_table(
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.hh:274:7: error: no type named 'kokkos_space' in 'struct dealii::MemorySpace::Host'
  274 |       _state_property_tables;
      |       ^~~~~~~~~~~~~~~~~~~~~~
/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.hh:282:7: error: no type named 'kokkos_space' in 'struct dealii::MemorySpace::Host'
  282 |       _state_property_polynomials;
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.hh:288:7: error: no type named 'kokkos_space' in 'struct dealii::MemorySpace::Host'
  288 |       _properties;
      |       ^~~~~~~~~~~
/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.hh:292:67: error: no type named 'kokkos_space' in 'struct dealii::MemorySpace::Host'
  292 |   Kokkos::View<double **, typename MemorySpaceType::kokkos_space> _state;
      |                                                                   ^~~~~~
/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.hh:298:7: error: no type named 'kokkos_space' in 'struct dealii::MemorySpace::Host'
  298 |       _property_values;
      |       ^~~~~~~~~~~~~~~~
/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.hh: In instantiation of 'class adamantine::MaterialProperty<3, dealii::MemorySpace::Host>':
/var/jenkins/workspace/adamantine_PR-253/source/BodyForce.cc:28:41:   required from 'dealii::Tensor<1, dim> adamantine::GravityForce<dim, MemorySpaceType>::eval(const typename dealii::Triangulation<dim>::active_cell_iterator&) [with int dim = 3; MemorySpaceType = dealii::MemorySpace::Host; typename dealii::Triangulation<dim>::active_cell_iterator = dealii::TriaActiveIterator<dealii::CellAccessor<3, 3> >]'
/var/jenkins/workspace/adamantine_PR-253/source/BodyForce.cc:37:1:   required from here
/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.hh:344:1: error: no type named 'kokkos_space' in 'struct dealii::MemorySpace::Host'
  344 | MaterialProperty<dim, MemorySpaceType>::get_properties() { return _properties; }
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.hh:357:1: error: no type named 'kokkos_space' in 'struct dealii::MemorySpace::Host'
  357 | MaterialProperty<dim, MemorySpaceType>::get_state_property_tables()
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.hh:365:45: error: no type named 'kokkos_space' in 'struct dealii::MemorySpace::Host'
  365 |     typename MemorySpaceType::kokkos_space> MaterialProperty<dim,
      |                                             ^~~~~~~~~~~~~~~~~~~~~
  366 |                                                              MemorySpaceType>::
      |                                                              ~~~~~~~~~~~~~~~~
/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.hh:371:61: error: no type named 'kokkos_space' in 'struct dealii::MemorySpace::Host'
  371 |     View<double **, typename MemorySpaceType::kokkos_space> MaterialProperty<
      |                                                             ^~~~~~~~~~~~~~~~~
  372 |         dim, MemorySpaceType>::get_state() const
      |         ~~~~~~~~~~~~~~~~~~~~~                                
/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.hh:204:8: error: no type named 'kokkos_space' in 'struct dealii::MemorySpace::Host'
  204 |   void set_state_device(
      |        ^~~~~~~~~~~~~~~~
/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.hh:231:33: error: no type named 'kokkos_space' in 'struct dealii::MemorySpace::Host'
  231 |   static KOKKOS_FUNCTION double compute_property_from_table(
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.hh:274:7: error: no type named 'kokkos_space' in 'struct dealii::MemorySpace::Host'
  274 |       _state_property_tables;
      |       ^~~~~~~~~~~~~~~~~~~~~~
/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.hh:282:7: error: no type named 'kokkos_space' in 'struct dealii::MemorySpace::Host'
  282 |       _state_property_polynomials;
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.hh:288:7: error: no type named 'kokkos_space' in 'struct dealii::MemorySpace::Host'
  288 |       _properties;
      |       ^~~~~~~~~~~
/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.hh:292:67: error: no type named 'kokkos_space' in 'struct dealii::MemorySpace::Host'
  292 |   Kokkos::View<double **, typename MemorySpaceType::kokkos_space> _state;
      |                                                                   ^~~~~~
/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.hh:298:7: error: no type named 'kokkos_space' in 'struct dealii::MemorySpace::Host'
  298 |       _property_values;
      |       ^~~~~~~~~~~~~~~~
[ 38%] Building CXX object source/CMakeFiles/Adamantine.dir/ImplicitOperator.cc.o
make[2]: *** [source/CMakeFiles/Adamantine.dir/build.make:76: source/CMakeFiles/Adamantine.dir/BodyForce.cc.o] Error 1
make[2]: *** Waiting for unfinished jobs....
/var/jenkins/workspace/adamantine_PR-253/source/ImplicitOperator.cc:74:54: error: 'Default' is not a member of 'dealii::MemorySpace'
   74 | template class ImplicitOperator<dealii::MemorySpace::Default>;
      |                                                      ^~~~~~~
/var/jenkins/workspace/adamantine_PR-253/source/ImplicitOperator.cc:74:61: error: template argument 1 is invalid
   74 | template class ImplicitOperator<dealii::MemorySpace::Default>;
      |                                                             ^
make[2]: *** [source/CMakeFiles/Adamantine.dir/build.make:160: source/CMakeFiles/Adamantine.dir/ImplicitOperator.cc.o] Error 1
Still waiting to schedule task
Waiting for next available executor on ‘nvidia-docker&&amperemake[1]: *** [CMakeFiles/Makefile2:1087: source/CMakeFiles/Adamantine.dir/all] Error 2
make: *** [Makefile:101: all] Error 2
[Pipeline] }
[Pipeline] // dir
Post stage
[Pipeline] xunit
INFO: Processing CTest-Version 3.x (default)
Error when executing always post condition:
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 10.64.193.57/10.64.193.57:34566
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1787)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
		at hudson.remoting.Channel.call(Channel.java:1003)
		at hudson.FilePath.act(FilePath.java:1230)
		at hudson.FilePath.act(FilePath.java:1219)
		at org.jenkinsci.plugins.xunit.XUnitProcessor.processTestsReport(XUnitProcessor.java:212)
		at org.jenkinsci.plugins.xunit.XUnitProcessor.process(XUnitProcessor.java:161)
		at org.jenkinsci.plugins.xunit.pipeline.XUnitResultsStepExecution.run(XUnitResultsStepExecution.java:93)
		at org.jenkinsci.plugins.xunit.pipeline.XUnitResultsStepExecution.run(XUnitResultsStepExecution.java:52)
		at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
		at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
		at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
		at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
		at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
		at java.base/java.lang.Thread.run(Thread.java:840)
Also:   org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 8556a69d-53c7-4a8c-ab47-0491159614c6
org.jenkinsci.plugins.xunit.service.NoTestFoundException: [CTest-Version 3.x (default)] - No test report file(s) were found with the pattern 'build/Testing/**/Test.xml' relative to '/var/jenkins/workspace/adamantine_PR-253' for the testing framework 'CTest-Version 3.x (default)'.
Did you enter a pattern relative to (and within) the workspace directory?
Did you generate the result report(s) for 'CTest-Version 3.x (default)'?"
	at org.jenkinsci.plugins.xunit.service.XUnitReportProcessorService.findReports(XUnitReportProcessorService.java:77)
	at org.jenkinsci.plugins.xunit.service.XUnitTransformerCallable.invoke(XUnitTransformerCallable.java:85)
	at org.jenkinsci.plugins.xunit.service.XUnitTransformerCallable.invoke(XUnitTransformerCallable.java:38)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3616)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:377)
	at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:125)
	at java.base/java.lang.Thread.run(Thread.java:829)

[Pipeline] }
$ docker stop --time=1 db1ef1f33b1dd12f3d940bad650f74f11aad1ac1110beaf729a49cfc03d62118
$ docker rm -f --volumes db1ef1f33b1dd12f3d940bad650f74f11aad1ac1110beaf729a49cfc03d62118
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Failed in branch CPU
Superseded by #8
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Failed in branch CUDA
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] End of Pipeline
ERROR: script returned exit code 2

GitHub has been notified of this commit’s build result

Finished: NOT_BUILT