Skip to content
Failed

Console Output

Skipping 25 KB.. Full Log
   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:36:1: note: in expansion of macro 'INSTANTIATE_DIM_DEVICE'
   36 | 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:36:1: note: in expansion of macro 'INSTANTIATE_DIM_DEVICE'
   36 | 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:26: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:35: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:26: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:35: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;
      |       ^~~~~~~~~~~~~~~~
make[2]: *** [source/CMakeFiles/Adamantine.dir/build.make:76: source/CMakeFiles/Adamantine.dir/BodyForce.cc.o] Error 1
make[2]: *** Waiting for unfinished jobs....
[ 13%] Copying integration_3d_gold_0.txt
[ 13%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_integration_3d_gold_0.txt
[ 14%] Copying integration_3d_gold_1.txt
[ 14%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_integration_3d_gold_1.txt
[ 14%] Copying material_deposition_2d.txt
[ 14%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_material_deposition_2d.txt
[ 15%] Copying material_deposition_3d.txt
[ 15%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_material_deposition_3d.txt
[ 16%] Copying material_path_test_material_deposition.txt
[ 16%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_material_path_test_material_deposition.txt
[ 16%] Copying raytracing_experimental_data_0_0.csv
[ 16%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_raytracing_experimental_data_0_0.csv
[ 17%] Copying scan_path.txt
[ 17%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_scan_path.txt
[ 18%] Copying scan_path_diagonal.txt
[ 18%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_scan_path_diagonal.txt
[ 19%] Copying scan_path_event_series.inp
[ 19%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_scan_path_event_series.inp
[ 20%] Copying scan_path_test_thermal_physics.txt
[ 20%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_scan_path_test_thermal_physics.txt
[ 21%] Copying scan_path_L.txt
[ 21%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_scan_path_L.txt
[ 21%] Copying scan_path_layers.txt
[ 22%] Copying bare_plate_L_ensemble.info
[ 22%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_scan_path_layers.txt
[ 22%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_bare_plate_L_ensemble.info
[ 23%] Copying bare_plate_L_da.info
[ 24%] Copying bare_plate_L_scan_path.txt
[ 24%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_bare_plate_L_da.info
[ 24%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_bare_plate_L_scan_path.txt
[ 24%] Copying bare_plate_L_scan_path_fast.txt
[ 25%] Copying bare_plate_L_expt_log.txt
[ 25%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_bare_plate_L_scan_path_fast.txt
[ 25%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_bare_plate_L_expt_log.txt
[ 25%] Copying bare_plate_L_expt_data_0_0.csv
[ 26%] Copying bare_plate_L_expt_data_0_1.csv
[ 26%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_bare_plate_L_expt_data_0_0.csv
[ 26%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_bare_plate_L_expt_data_0_1.csv
[ 27%] Copying experiment_log_test.txt
[ 27%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_experiment_log_test.txt
[ 28%] Copying bare_plate_L_da_aug_ref_log.txt
[ 28%] Copying bare_plate_L_da_aug_ref_data_0_0.csv
[ 28%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_bare_plate_L_da_aug_ref_log.txt
[ 28%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_bare_plate_L_da_aug_ref_data_0_0.csv
[ 29%] Copying bare_plate_L_da_aug_ref_data_0_1.csv
[ 30%] Copying bare_plate_L_da_augmented.info
[ 30%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_bare_plate_L_da_aug_ref_data_0_1.csv
[ 30%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_bare_plate_L_da_augmented.info
[ 31%] Copying thermoelastic_bare_plate.info
[ 31%] Copying thermoelastic_bare_plate_scan_path.txt
[ 31%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_thermoelastic_bare_plate.info
[ 31%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_thermoelastic_bare_plate_scan_path.txt
[ 32%] Copying rays_cam-0-0_test_full.csv
[ 33%] Copying thermoelastic_bare_plate_add_material_scan_path.txt
[ 33%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_thermoelastic_bare_plate_add_material_scan_path.txt
[ 33%] Copying integration_da_add_material.info
[ 33%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_integration_da_add_material.info
[ 34%] Copying integration_da_add_material_expt_log.txt
[ 34%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_integration_da_add_material_expt_log.txt
[ 35%] Copying integration_da_add_material_expt_pc_0_0.csv
[ 35%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_integration_da_add_material_expt_pc_0_0.csv
[ 36%] Copying integration_da_add_material_sp.txt
[ 36%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_integration_da_add_material_sp.txt
[ 37%] Copying integration_da_add_material_expt_ray_0_0.csv
[ 37%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_integration_da_add_material_expt_ray_0_0.csv
[ 37%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_rays_cam-0-0_test_full.csv
Still waiting to schedule task
Waiting for next available executor on ‘nvidia-docker&&voltamake[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: 9a9eac44-3199-45ec-bc62-3ba10b42a7af
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 58eb1e46e28fd17c31b695c1453e51090d1f6c1cce3e5031fb2ab69375a1a5fb
$ docker rm -f --volumes 58eb1e46e28fd17c31b695c1453e51090d1f6c1cce3e5031fb2ab69375a1a5fb
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Failed in branch CPU
Running on fetnat06 in /var/jenkins/workspace/adamantine_PR-253
[Pipeline] {
[Pipeline] checkout
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential Jenkins ORNL
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/adamantine-sim/adamantine.git
 > git init /var/jenkins/workspace/adamantine_PR-253 # 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
Fetching without tags
 > git config remote.origin.url https://github.com/adamantine-sim/adamantine.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/253/head:refs/remotes/origin/PR-253 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # 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
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
Merging remotes/origin/master commit 0f68aba9f71727941160eef5844272f44c9e232b into PR head commit 1889f26426ca556358ae679c7fc8c7c835cb4379
Merge succeeded, producing 1889f26426ca556358ae679c7fc8c7c835cb4379
Checking out Revision 1889f26426ca556358ae679c7fc8c7c835cb4379 (PR-253)
Commit message: "Add missing include"
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1889f26426ca556358ae679c7fc8c7c835cb4379 # 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 1889f26426ca556358ae679c7fc8c7c835cb4379 # timeout=10
+ docker pull rombur/adamantine-stack:latest
latest: Pulling from rombur/adamantine-stack
aece8493d397: Already exists
03bb9eb021f5: Pulling fs layer
d1937dd2edf2: Pulling fs layer
89aa5c6f8794: Pulling fs layer
7d4f0f8effa7: Pulling fs layer
1e5a3a4407f8: Pulling fs layer
c6929cd7fa93: Pulling fs layer
a7a6c0fa2cbf: Pulling fs layer
f97fdb947b02: Pulling fs layer
a6967c8ff23b: Pulling fs layer
7bc88393121b: Pulling fs layer
0a7cf6001378: Pulling fs layer
320d62b6bb13: Pulling fs layer
4d88f2f58508: Pulling fs layer
7d4f0f8effa7: Waiting
e7944786b33f: Pulling fs layer
1e5a3a4407f8: Waiting
c6929cd7fa93: Waiting
c756ace686ae: Pulling fs layer
dbe77f1f82b7: Pulling fs layer
a22d4ab9e45d: Pulling fs layer
725cfbd71670: Pulling fs layer
e5f05bb59b69: Pulling fs layer
f97fdb947b02: Waiting
a6967c8ff23b: Waiting
7bc88393121b: Waiting
e7944786b33f: Waiting
2ad1108cb68b: Pulling fs layer
6d813c85abad: Pulling fs layer
47bccd1e3663: Pulling fs layer
4d88f2f58508: Waiting
600dc56d3180: Pulling fs layer
a22d4ab9e45d: Waiting
0a7cf6001378: Waiting
725cfbd71670: Waiting
e5f05bb59b69: Waiting
2ad1108cb68b: Waiting
6d813c85abad: Waiting
c756ace686ae: Waiting
dbe77f1f82b7: Waiting
47bccd1e3663: Waiting
320d62b6bb13: Waiting
600dc56d3180: Waiting
89aa5c6f8794: Verifying Checksum
89aa5c6f8794: Download complete
03bb9eb021f5: Verifying Checksum
03bb9eb021f5: Download complete
7d4f0f8effa7: Verifying Checksum
7d4f0f8effa7: Download complete
c6929cd7fa93: Verifying Checksum
c6929cd7fa93: Download complete
d1937dd2edf2: Verifying Checksum
d1937dd2edf2: Download complete
a7a6c0fa2cbf: Download complete
f97fdb947b02: Verifying Checksum
f97fdb947b02: Download complete
03bb9eb021f5: Pull complete
7bc88393121b: Download complete
d1937dd2edf2: Pull complete
89aa5c6f8794: Pull complete
7d4f0f8effa7: Pull complete
1e5a3a4407f8: Verifying Checksum
1e5a3a4407f8: Download complete
320d62b6bb13: Verifying Checksum
320d62b6bb13: Download complete
4d88f2f58508: Verifying Checksum
4d88f2f58508: Download complete
e7944786b33f: Verifying Checksum
e7944786b33f: Download complete
c756ace686ae: Verifying Checksum
c756ace686ae: Download complete
dbe77f1f82b7: Verifying Checksum
dbe77f1f82b7: Download complete
a22d4ab9e45d: Verifying Checksum
a22d4ab9e45d: Download complete
725cfbd71670: Verifying Checksum
725cfbd71670: Download complete
e5f05bb59b69: Verifying Checksum
e5f05bb59b69: Download complete
2ad1108cb68b: Download complete
6d813c85abad: Verifying Checksum
6d813c85abad: Download complete
47bccd1e3663: Verifying Checksum
47bccd1e3663: Download complete
a6967c8ff23b: Verifying Checksum
a6967c8ff23b: Download complete
600dc56d3180: Verifying Checksum
600dc56d3180: Download complete
1e5a3a4407f8: Pull complete
c6929cd7fa93: Pull complete
a7a6c0fa2cbf: Pull complete
f97fdb947b02: Pull complete
0a7cf6001378: Verifying Checksum
0a7cf6001378: Download complete
a6967c8ff23b: Pull complete
7bc88393121b: Pull complete
0a7cf6001378: Pull complete
320d62b6bb13: Pull complete
4d88f2f58508: Pull complete
e7944786b33f: Pull complete
c756ace686ae: Pull complete
dbe77f1f82b7: Pull complete
a22d4ab9e45d: Pull complete
725cfbd71670: Pull complete
e5f05bb59b69: Pull complete
2ad1108cb68b: Pull complete
6d813c85abad: Pull complete
47bccd1e3663: Pull complete
600dc56d3180: Pull complete
Digest: sha256:2493cd483747f260525142263bb1c5ced0cd4b207c7d8378ed4d942d3ee9f9b2
Status: Downloaded newer image for rombur/adamantine-stack:latest
docker.io/rombur/adamantine-stack:latest
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ docker inspect -f . rombur/adamantine-stack:latest
.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] withDockerContainer
fetnat06 seems to be running inside container 5bb561564e404ea55159af8f6b497abc9f89373ec3520adbc4b83d6f73d2c21b
$ docker run -t -d -u 0:0 -w /var/jenkins/workspace/adamantine_PR-253 --volumes-from 5bb561564e404ea55159af8f6b497abc9f89373ec3520adbc4b83d6f73d2c21b -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:latest cat
$ docker top 0be8a90efd95b738700f30a311e6d1430f8b8d7a7254c98cf7b2705d63188da4 -eo pid,comm
ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements).
Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`.
[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.1 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
-- Include macro /opt/dealii/share/deal.II/macros/macro_shell_escape_option_groups.cmake
-- Include macro /opt/dealii/share/deal.II/macros/macro_target_compile_flags.cmake
-- Include macro /opt/dealii/share/deal.II/macros/macro_target_link_flags.cmake
-- The CXX compiler identification is GNU 11.4.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /opt/trilinos/bin/nvcc_wrapper - 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.83.0/BoostConfig.cmake (found suitable version "1.83.0", minimum required is "1.70.0") found components: chrono program_options timer unit_test_framework 
-- Build type: Debug
-- Configuring done (5.7s)
-- Generating done (1.0s)
-- Build files have been written to: /var/jenkins/workspace/adamantine_PR-253/build
[Pipeline] sh
+ make -j8
[  0%] Building CXX object source/CMakeFiles/Adamantine.dir/BodyForce.cc.o
[  3%] Copying demo_316_short.info
[  3%] Copying demo_316_short_anisotropic.info
[  4%] Copying demo_316_short_scan_path.txt
[  4%] Copying amr_test.info
[  4%] Copying experimental_data_0_0.csv
[  5%] Copying extruded_cube.msh
[  6%] Copying integration_2d.info
[  6%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_experimental_data_0_0.csv
[  6%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_demo_316_short_anisotropic.info
[  6%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_demo_316_short.info
[  6%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_demo_316_short_scan_path.txt
[  6%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_extruded_cube.msh
[  6%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_amr_test.info
[  6%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_integration_2d.info
[  7%] Building CXX object source/CMakeFiles/Adamantine.dir/CubeHeatSource.cc.o
[  8%] Building CXX object source/CMakeFiles/Adamantine.dir/DataAssimilator.cc.o
[  9%] Copying integration_2d_ensemble.info
[ 10%] Copying integration_3d_gold.txt
[ 11%] Copying integration_3d_gold_1.txt
[ 11%] Copying integration_2d_gold.txt
[ 12%] Copying integration_3d_gold_0.txt
[ 12%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_integration_2d_ensemble.info
[ 12%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_integration_3d_gold.txt
[ 12%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_integration_3d_gold_1.txt
[ 12%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_integration_2d_gold.txt
[ 13%] Building CXX object source/CMakeFiles/Adamantine.dir/ElectronBeamHeatSource.cc.o
[ 13%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_integration_3d_gold_0.txt
[ 14%] Copying material_deposition_3d.txt
[ 14%] Copying material_deposition_2d.txt
[ 15%] Copying raytracing_experimental_data_0_0.csv
[ 15%] Copying material_path_test_material_deposition.txt
[ 15%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_material_deposition_2d.txt
[ 15%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_raytracing_experimental_data_0_0.csv
[ 15%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_material_deposition_3d.txt
[ 15%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_material_path_test_material_deposition.txt
[ 16%] Copying scan_path.txt
[ 17%] Copying scan_path_event_series.inp
[ 18%] Copying scan_path_diagonal.txt
[ 19%] Copying scan_path_test_thermal_physics.txt
[ 19%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_scan_path.txt
[ 19%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_scan_path_event_series.inp
[ 19%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_scan_path_test_thermal_physics.txt
[ 19%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_scan_path_diagonal.txt
[ 20%] Copying scan_path_L.txt
[ 20%] Building CXX object source/CMakeFiles/Adamantine.dir/Geometry.cc.o
[ 21%] Copying bare_plate_L_ensemble.info
[ 21%] Copying scan_path_layers.txt
[ 21%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_bare_plate_L_ensemble.info
[ 21%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_scan_path_L.txt
[ 21%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_scan_path_layers.txt
[ 22%] Copying bare_plate_L_scan_path.txt
[ 23%] Copying bare_plate_L_da.info
[ 23%] Copying bare_plate_L_scan_path_fast.txt
[ 23%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_bare_plate_L_scan_path.txt
[ 23%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_bare_plate_L_da.info
[ 23%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_bare_plate_L_scan_path_fast.txt
[ 24%] Copying bare_plate_L_expt_log.txt
[ 24%] Copying bare_plate_L_expt_data_0_0.csv
[ 25%] Copying bare_plate_L_expt_data_0_1.csv
[ 25%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_bare_plate_L_expt_data_0_0.csv
[ 25%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_bare_plate_L_expt_log.txt
[ 25%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_bare_plate_L_expt_data_0_1.csv
[ 26%] Building CXX object source/CMakeFiles/Adamantine.dir/GoldakHeatSource.cc.o
[ 27%] Copying experiment_log_test.txt
[ 28%] Copying bare_plate_L_da_aug_ref_log.txt
[ 28%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_experiment_log_test.txt
[ 28%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_bare_plate_L_da_aug_ref_log.txt
[ 28%] Copying bare_plate_L_da_aug_ref_data_0_0.csv
[ 29%] Copying bare_plate_L_da_aug_ref_data_0_1.csv
[ 29%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_bare_plate_L_da_aug_ref_data_0_0.csv
[ 30%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_bare_plate_L_da_aug_ref_data_0_1.csv
[ 30%] Copying bare_plate_L_da_augmented.info
[ 31%] Copying thermoelastic_bare_plate.info
[ 31%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_bare_plate_L_da_augmented.info
[ 31%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_thermoelastic_bare_plate.info
[ 31%] Copying thermoelastic_bare_plate_scan_path.txt
[ 32%] Copying rays_cam-0-0_test_full.csv
[ 32%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_thermoelastic_bare_plate_scan_path.txt
[ 33%] Copying thermoelastic_bare_plate_add_material_scan_path.txt
[ 33%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_thermoelastic_bare_plate_add_material_scan_path.txt
[ 34%] Building CXX object source/CMakeFiles/Adamantine.dir/ImplicitOperator.cc.o
[ 34%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_rays_cam-0-0_test_full.csv
[ 34%] Copying integration_da_add_material.info
[ 34%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_integration_da_add_material.info
[ 35%] Copying integration_da_add_material_expt_log.txt
[ 35%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_integration_da_add_material_expt_log.txt
[ 36%] Copying integration_da_add_material_expt_pc_0_0.csv
[ 36%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_integration_da_add_material_expt_pc_0_0.csv
[ 37%] Copying integration_da_add_material_sp.txt
[ 37%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_integration_da_add_material_sp.txt
[ 38%] Copying integration_da_add_material_expt_ray_0_0.csv
[ 38%] Built target _var_jenkins_workspace_adamantine_PR-253_build_bin_integration_da_add_material_expt_ray_0_0.csv
[ 39%] Building CXX object source/CMakeFiles/Adamantine.dir/MaterialProperty.cc.o
/var/jenkins/workspace/adamantine_PR-253/source/ElectronBeamHeatSource.cc(52): warning #68-D: integer conversion resulted in a change of sign
            std::pow(point[axis<dim>::y] - _beam_center[axis<dim>::y], 2);
                           ^
          detected during instantiation of "double adamantine::ElectronBeamHeatSource<dim>::value(const dealii::Point<dim, double> &, double) const [with dim=2]" at line 65

Remark: The warnings can be suppressed with "-diag-suppress <warning-number>"

/var/jenkins/workspace/adamantine_PR-253/source/ElectronBeamHeatSource.cc(52): warning #68-D: integer conversion resulted in a change of sign
            std::pow(point[axis<dim>::y] - _beam_center[axis<dim>::y], 2);
                                                        ^
          detected during instantiation of "double adamantine::ElectronBeamHeatSource<dim>::value(const dealii::Point<dim, double> &, double) const [with dim=2]" at line 65

/var/jenkins/workspace/adamantine_PR-253/source/GoldakHeatSource.cc(48): warning #68-D: integer conversion resulted in a change of sign
            std::pow(point[axis<dim>::y] - _beam_center[axis<dim>::y], 2);
                           ^
          detected during instantiation of "double adamantine::GoldakHeatSource<dim>::value(const dealii::Point<dim, double> &, double) const [with dim=2]" at line 61

Remark: The warnings can be suppressed with "-diag-suppress <warning-number>"

/var/jenkins/workspace/adamantine_PR-253/source/GoldakHeatSource.cc(48): warning #68-D: integer conversion resulted in a change of sign
            std::pow(point[axis<dim>::y] - _beam_center[axis<dim>::y], 2);
                                                        ^
          detected during instantiation of "double adamantine::GoldakHeatSource<dim>::value(const dealii::Point<dim, double> &, double) const [with dim=2]" at line 61

/var/jenkins/workspace/adamantine_PR-253/source/Geometry.cc(101): warning #68-D: integer conversion resulted in a change of sign
        repetitions[axis<dim>::y] = database.get("width_divisions", 10);
                    ^
          detected during instantiation of "adamantine::Geometry<dim>::Geometry(const MPI_Comm &, const boost::property_tree::ptree &) [with dim=2]" at line 165

Remark: The warnings can be suppressed with "-diag-suppress <warning-number>"

/var/jenkins/workspace/adamantine_PR-253/source/Geometry.cc(111): warning #68-D: integer conversion resulted in a change of sign
        p2[axis<dim>::y] = database.get<double>("width");
           ^
          detected during instantiation of "adamantine::Geometry<dim>::Geometry(const MPI_Comm &, const boost::property_tree::ptree &) [with dim=2]" at line 165

/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.templates.hh(239): warning #20178-D: Implicit capture of 'this' in extended lambda expression
            _state(i, j) = std::numeric_limits<double>::signaling_NaN();
            ^

Remark: The warnings can be suppressed with "-diag-suppress <warning-number>"

/var/jenkins/workspace/adamantine_PR-253/source/ElectronBeamHeatSource.cc(52): warning #68-D: integer conversion resulted in a change of sign
            std::pow(point[axis<dim>::y] - _beam_center[axis<dim>::y], 2);
                           ^
          detected during instantiation of "double adamantine::ElectronBeamHeatSource<dim>::value(const dealii::Point<dim, double> &, double) const [with dim=2]" at line 65

Remark: The warnings can be suppressed with "-diag-suppress <warning-number>"

/var/jenkins/workspace/adamantine_PR-253/source/ElectronBeamHeatSource.cc(52): warning #68-D: integer conversion resulted in a change of sign
            std::pow(point[axis<dim>::y] - _beam_center[axis<dim>::y], 2);
                                                        ^
          detected during instantiation of "double adamantine::ElectronBeamHeatSource<dim>::value(const dealii::Point<dim, double> &, double) const [with dim=2]" at line 65

/var/jenkins/workspace/adamantine_PR-253/source/GoldakHeatSource.cc(48): warning #68-D: integer conversion resulted in a change of sign
            std::pow(point[axis<dim>::y] - _beam_center[axis<dim>::y], 2);
                           ^
          detected during instantiation of "double adamantine::GoldakHeatSource<dim>::value(const dealii::Point<dim, double> &, double) const [with dim=2]" at line 61

Remark: The warnings can be suppressed with "-diag-suppress <warning-number>"

/var/jenkins/workspace/adamantine_PR-253/source/GoldakHeatSource.cc(48): warning #68-D: integer conversion resulted in a change of sign
            std::pow(point[axis<dim>::y] - _beam_center[axis<dim>::y], 2);
                                                        ^
          detected during instantiation of "double adamantine::GoldakHeatSource<dim>::value(const dealii::Point<dim, double> &, double) const [with dim=2]" at line 61

[ 39%] Building CXX object source/CMakeFiles/Adamantine.dir/MechanicalOperator.cc.o
/var/jenkins/workspace/adamantine_PR-253/source/Geometry.cc(101): warning #68-D: integer conversion resulted in a change of sign
        repetitions[axis<dim>::y] = database.get("width_divisions", 10);
                    ^
          detected during instantiation of "adamantine::Geometry<dim>::Geometry(const MPI_Comm &, const boost::property_tree::ptree &) [with dim=2]" at line 165

Remark: The warnings can be suppressed with "-diag-suppress <warning-number>"

/var/jenkins/workspace/adamantine_PR-253/source/Geometry.cc(111): warning #68-D: integer conversion resulted in a change of sign
        p2[axis<dim>::y] = database.get<double>("width");
           ^
          detected during instantiation of "adamantine::Geometry<dim>::Geometry(const MPI_Comm &, const boost::property_tree::ptree &) [with dim=2]" at line 165

[ 40%] Building CXX object source/CMakeFiles/Adamantine.dir/MechanicalPhysics.cc.o
[ 41%] Building CXX object source/CMakeFiles/Adamantine.dir/NewtonSolver.cc.o
[ 42%] Building CXX object source/CMakeFiles/Adamantine.dir/PointCloud.cc.o
/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.templates.hh(239): warning #20178-D: Implicit capture of 'this' in extended lambda expression
            _state(i, j) = std::numeric_limits<double>::signaling_NaN();
            ^

Remark: The warnings can be suppressed with "-diag-suppress <warning-number>"

/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.templates.hh(239): warning #20013-D: calling a constexpr __host__ function("signaling_NaN") from a __host__ __device__ function("operator()") is not allowed. The experimental flag '--expt-relaxed-constexpr' can be used to allow this.
            _state(i, j) = std::numeric_limits<double>::signaling_NaN();
                           ^

/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.templates.hh(322): warning #20013-D: calling a constexpr __host__ function("max") from a __host__ __device__ function("operator()") is not allowed. The experimental flag '--expt-relaxed-constexpr' can be used to allow this.
          solid_ratio = std::max(1 - liquid_ratio - powder_ratio, 0.);
                        ^

/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.templates.hh(319): warning #20013-D: calling a constexpr __host__ function("min") from a __host__ __device__ function("operator()") is not allowed. The experimental flag '--expt-relaxed-constexpr' can be used to allow this.
          powder_ratio = std::min(1. - liquid_ratio, _state(powder, dof));
                         ^
          detected during instantiation of "void adamantine::MaterialProperty<dim, MemorySpaceType>::update(const dealii::DoFHandler<dim, dim> &, const dealii::LinearAlgebra::distributed::Vector<double, MemorySpaceType> &) [with dim=2, MemorySpaceType=dealii::MemorySpace::Host]" at line 11 of /var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.cc

/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.templates.hh(692): warning #20013-D: calling a constexpr __host__ function("max") from a __host__ __device__ function("operator()") is not allowed. The experimental flag '--expt-relaxed-constexpr' can be used to allow this.
              std::max(1. - _state(liquid_state, mp_dof(i)) -
              ^
          detected during instantiation of "void adamantine::MaterialProperty<dim, MemorySpaceType>::set_state_device(Kokkos::View<double *, MemorySpaceType::kokkos_space>, Kokkos::View<double *, MemorySpaceType::kokkos_space>, const std::map<dealii::DoFHandler<dim, dim>::cell_iterator, std::vector<unsigned int, std::allocator<unsigned int>>, std::less<dealii::DoFHandler<dim, dim>::cell_iterator>, std::allocator<std::pair<const dealii::DoFHandler<dim, dim>::cell_iterator, std::vector<unsigned int, std::allocator<unsigned int>>>>> &, const dealii::DoFHandler<dim, dim> &) [with dim=2, MemorySpaceType=dealii::MemorySpace::Host]" at line 11 of /var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.cc

/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.templates.hh(319): warning #20013-D: calling a constexpr __host__ function("min") from a __host__ __device__ function("operator()") is not allowed. The experimental flag '--expt-relaxed-constexpr' can be used to allow this.
          powder_ratio = std::min(1. - liquid_ratio, _state(powder, dof));
                         ^
          detected during instantiation of "void adamantine::MaterialProperty<dim, MemorySpaceType>::update(const dealii::DoFHandler<dim, dim> &, const dealii::LinearAlgebra::distributed::Vector<double, MemorySpaceType> &) [with dim=3, MemorySpaceType=dealii::MemorySpace::Host]" at line 11 of /var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.cc

/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.templates.hh(692): warning #20013-D: calling a constexpr __host__ function("max") from a __host__ __device__ function("operator()") is not allowed. The experimental flag '--expt-relaxed-constexpr' can be used to allow this.
              std::max(1. - _state(liquid_state, mp_dof(i)) -
              ^
          detected during instantiation of "void adamantine::MaterialProperty<dim, MemorySpaceType>::set_state_device(Kokkos::View<double *, MemorySpaceType::kokkos_space>, Kokkos::View<double *, MemorySpaceType::kokkos_space>, const std::map<dealii::DoFHandler<dim, dim>::cell_iterator, std::vector<unsigned int, std::allocator<unsigned int>>, std::less<dealii::DoFHandler<dim, dim>::cell_iterator>, std::allocator<std::pair<const dealii::DoFHandler<dim, dim>::cell_iterator, std::vector<unsigned int, std::allocator<unsigned int>>>>> &, const dealii::DoFHandler<dim, dim> &) [with dim=3, MemorySpaceType=dealii::MemorySpace::Host]" at line 11 of /var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.cc

/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.templates.hh(319): warning #20013-D: calling a constexpr __host__ function("min") from a __host__ __device__ function("operator()") is not allowed. The experimental flag '--expt-relaxed-constexpr' can be used to allow this.
          powder_ratio = std::min(1. - liquid_ratio, _state(powder, dof));
                         ^
          detected during instantiation of "void adamantine::MaterialProperty<dim, MemorySpaceType>::update(const dealii::DoFHandler<dim, dim> &, const dealii::LinearAlgebra::distributed::Vector<double, MemorySpaceType> &) [with dim=2, MemorySpaceType=dealii::MemorySpace::Default]" at line 12 of /var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.cc

/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.templates.hh(692): warning #20013-D: calling a constexpr __host__ function("max") from a __host__ __device__ function("operator()") is not allowed. The experimental flag '--expt-relaxed-constexpr' can be used to allow this.
              std::max(1. - _state(liquid_state, mp_dof(i)) -
              ^
          detected during instantiation of "void adamantine::MaterialProperty<dim, MemorySpaceType>::set_state_device(Kokkos::View<double *, MemorySpaceType::kokkos_space>, Kokkos::View<double *, MemorySpaceType::kokkos_space>, const std::map<dealii::DoFHandler<dim, dim>::cell_iterator, std::vector<unsigned int, std::allocator<unsigned int>>, std::less<dealii::DoFHandler<dim, dim>::cell_iterator>, std::allocator<std::pair<const dealii::DoFHandler<dim, dim>::cell_iterator, std::vector<unsigned int, std::allocator<unsigned int>>>>> &, const dealii::DoFHandler<dim, dim> &) [with dim=2, MemorySpaceType=dealii::MemorySpace::Default]" at line 12 of /var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.cc

/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.templates.hh(319): warning #20013-D: calling a constexpr __host__ function("min") from a __host__ __device__ function("operator()") is not allowed. The experimental flag '--expt-relaxed-constexpr' can be used to allow this.
          powder_ratio = std::min(1. - liquid_ratio, _state(powder, dof));
                         ^
          detected during instantiation of "void adamantine::MaterialProperty<dim, MemorySpaceType>::update(const dealii::DoFHandler<dim, dim> &, const dealii::LinearAlgebra::distributed::Vector<double, MemorySpaceType> &) [with dim=3, MemorySpaceType=dealii::MemorySpace::Default]" at line 12 of /var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.cc

/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.templates.hh(692): warning #20013-D: calling a constexpr __host__ function("max") from a __host__ __device__ function("operator()") is not allowed. The experimental flag '--expt-relaxed-constexpr' can be used to allow this.
              std::max(1. - _state(liquid_state, mp_dof(i)) -
              ^
          detected during instantiation of "void adamantine::MaterialProperty<dim, MemorySpaceType>::set_state_device(Kokkos::View<double *, MemorySpaceType::kokkos_space>, Kokkos::View<double *, MemorySpaceType::kokkos_space>, const std::map<dealii::DoFHandler<dim, dim>::cell_iterator, std::vector<unsigned int, std::allocator<unsigned int>>, std::less<dealii::DoFHandler<dim, dim>::cell_iterator>, std::allocator<std::pair<const dealii::DoFHandler<dim, dim>::cell_iterator, std::vector<unsigned int, std::allocator<unsigned int>>>>> &, const dealii::DoFHandler<dim, dim> &) [with dim=3, MemorySpaceType=dealii::MemorySpace::Default]" at line 12 of /var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.cc

/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.templates.hh(319): warning #20013-D: calling a constexpr __host__ function("const T1 &  ::std::min<double> (const T1 &, const T1 &)") from a __host__ __device__ function("adamantine::MaterialProperty<(int)2,  ::dealii::MemorySpace::Host> ::update(const  ::dealii::DoFHandler<(int)2, (int)2>  &, const  ::dealii::LinearAlgebra::distributed::Vector<double,  ::dealii::MemorySpace::Host>  &)::[lambda(int) (instance 1)]::operator () const") is not allowed. The experimental flag '--expt-relaxed-constexpr' can be used to allow this.

/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.templates.hh(322): warning #20013-D: calling a constexpr __host__ function("const T1 &  ::std::max<double> (const T1 &, const T1 &)") from a __host__ __device__ function("adamantine::MaterialProperty<(int)2,  ::dealii::MemorySpace::Host> ::update(const  ::dealii::DoFHandler<(int)2, (int)2>  &, const  ::dealii::LinearAlgebra::distributed::Vector<double,  ::dealii::MemorySpace::Host>  &)::[lambda(int) (instance 1)]::operator () const") is not allowed. The experimental flag '--expt-relaxed-constexpr' can be used to allow this.

/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.templates.hh(401): warning #20011-D: calling a __host__ function("adamantine::MaterialProperty<(int)2,  ::dealii::MemorySpace::Host> ::MaterialProperty(const adamantine::MaterialProperty<(int)2,  ::dealii::MemorySpace::Host> &)") from a __host__ __device__ function("adamantine::MaterialProperty<(int)2,  ::dealii::MemorySpace::Host> ::update(const  ::dealii::DoFHandler<(int)2, (int)2>  &, const  ::dealii::LinearAlgebra::distributed::Vector<double,  ::dealii::MemorySpace::Host>  &)::[lambda(int) (instance 1)]::[lambda(int) (instance 1)]") is not allowed

/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.templates.hh(733): warning #20011-D: calling a __host__ function("adamantine::MaterialProperty<(int)2,  ::dealii::MemorySpace::Host> ::MaterialProperty(const adamantine::MaterialProperty<(int)2,  ::dealii::MemorySpace::Host> &)") from a __host__ __device__ function("adamantine::MaterialProperty<(int)2,  ::dealii::MemorySpace::Host> ::set_initial_state()::[lambda(int) (instance 1)]::[lambda(int) (instance 1)]") is not allowed

/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.templates.hh(692): warning #20013-D: calling a constexpr __host__ function("const T1 &  ::std::max<double> (const T1 &, const T1 &)") from a __host__ __device__ function("adamantine::MaterialProperty<(int)2,  ::dealii::MemorySpace::Host> ::set_state_device( ::Kokkos::View<double *,  ::Kokkos::HostSpace > ,  ::Kokkos::View<double *,  ::Kokkos::HostSpace > , const     ::std::map< ::dealii::TriaIterator< ::dealii::DoFCellAccessor<(int)2, (int)2, (bool)0> > ,     ::std::vector<unsigned int, ::std::allocator<unsigned int> > ,     ::std::less< ::dealii::TriaIterator< ::dealii::DoFCellAccessor<(int)2, (int)2, (bool)0> > > , ::std::allocator<    ::std::pair<const  ::dealii::TriaIterator< ::dealii::DoFCellAccessor<(int)2, (int)2, (bool)0> > ,     ::std::vector<unsigned int, ::std::allocator<unsigned int> > > > >  &, const  ::dealii::DoFHandler<(int)2, (int)2>  &)::[lambda(int) (instance 1)]::operator () const") is not allowed. The experimental flag '--expt-relaxed-constexpr' can be used to allow this.

/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.templates.hh(695): warning #20011-D: calling a __host__ function("adamantine::MaterialProperty<(int)2,  ::dealii::MemorySpace::Host> ::MaterialProperty(const adamantine::MaterialProperty<(int)2,  ::dealii::MemorySpace::Host> &)") from a __host__ __device__ function("adamantine::MaterialProperty<(int)2,  ::dealii::MemorySpace::Host> ::set_state_device( ::Kokkos::View<double *,  ::Kokkos::HostSpace > ,  ::Kokkos::View<double *,  ::Kokkos::HostSpace > , const     ::std::map< ::dealii::TriaIterator< ::dealii::DoFCellAccessor<(int)2, (int)2, (bool)0> > ,     ::std::vector<unsigned int, ::std::allocator<unsigned int> > ,     ::std::less< ::dealii::TriaIterator< ::dealii::DoFCellAccessor<(int)2, (int)2, (bool)0> > > , ::std::allocator<    ::std::pair<const  ::dealii::TriaIterator< ::dealii::DoFCellAccessor<(int)2, (int)2, (bool)0> > ,     ::std::vector<unsigned int, ::std::allocator<unsigned int> > > > >  &, const  ::dealii::DoFHandler<(int)2, (int)2>  &)::[lambda(int) (instance 1)]::[lambda(int) (instance 1)]") is not allowed

/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.templates.hh(319): warning #20013-D: calling a constexpr __host__ function("const T1 &  ::std::min<double> (const T1 &, const T1 &)") from a __host__ __device__ function("adamantine::MaterialProperty<(int)3,  ::dealii::MemorySpace::Host> ::update(const  ::dealii::DoFHandler<(int)3, (int)3>  &, const  ::dealii::LinearAlgebra::distributed::Vector<double,  ::dealii::MemorySpace::Host>  &)::[lambda(int) (instance 1)]::operator () const") is not allowed. The experimental flag '--expt-relaxed-constexpr' can be used to allow this.

/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.templates.hh(322): warning #20013-D: calling a constexpr __host__ function("const T1 &  ::std::max<double> (const T1 &, const T1 &)") from a __host__ __device__ function("adamantine::MaterialProperty<(int)3,  ::dealii::MemorySpace::Host> ::update(const  ::dealii::DoFHandler<(int)3, (int)3>  &, const  ::dealii::LinearAlgebra::distributed::Vector<double,  ::dealii::MemorySpace::Host>  &)::[lambda(int) (instance 1)]::operator () const") is not allowed. The experimental flag '--expt-relaxed-constexpr' can be used to allow this.

/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.templates.hh(401): warning #20011-D: calling a __host__ function("adamantine::MaterialProperty<(int)3,  ::dealii::MemorySpace::Host> ::MaterialProperty(const adamantine::MaterialProperty<(int)3,  ::dealii::MemorySpace::Host> &)") from a __host__ __device__ function("adamantine::MaterialProperty<(int)3,  ::dealii::MemorySpace::Host> ::update(const  ::dealii::DoFHandler<(int)3, (int)3>  &, const  ::dealii::LinearAlgebra::distributed::Vector<double,  ::dealii::MemorySpace::Host>  &)::[lambda(int) (instance 1)]::[lambda(int) (instance 1)]") is not allowed

/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.templates.hh(733): warning #20011-D: calling a __host__ function("adamantine::MaterialProperty<(int)3,  ::dealii::MemorySpace::Host> ::MaterialProperty(const adamantine::MaterialProperty<(int)3,  ::dealii::MemorySpace::Host> &)") from a __host__ __device__ function("adamantine::MaterialProperty<(int)3,  ::dealii::MemorySpace::Host> ::set_initial_state()::[lambda(int) (instance 1)]::[lambda(int) (instance 1)]") is not allowed

/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.templates.hh(692): warning #20013-D: calling a constexpr __host__ function("const T1 &  ::std::max<double> (const T1 &, const T1 &)") from a __host__ __device__ function("adamantine::MaterialProperty<(int)3,  ::dealii::MemorySpace::Host> ::set_state_device( ::Kokkos::View<double *,  ::Kokkos::HostSpace > ,  ::Kokkos::View<double *,  ::Kokkos::HostSpace > , const     ::std::map< ::dealii::TriaIterator< ::dealii::DoFCellAccessor<(int)3, (int)3, (bool)0> > ,     ::std::vector<unsigned int, ::std::allocator<unsigned int> > ,     ::std::less< ::dealii::TriaIterator< ::dealii::DoFCellAccessor<(int)3, (int)3, (bool)0> > > , ::std::allocator<    ::std::pair<const  ::dealii::TriaIterator< ::dealii::DoFCellAccessor<(int)3, (int)3, (bool)0> > ,     ::std::vector<unsigned int, ::std::allocator<unsigned int> > > > >  &, const  ::dealii::DoFHandler<(int)3, (int)3>  &)::[lambda(int) (instance 1)]::operator () const") is not allowed. The experimental flag '--expt-relaxed-constexpr' can be used to allow this.

/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.templates.hh(695): warning #20011-D: calling a __host__ function("adamantine::MaterialProperty<(int)3,  ::dealii::MemorySpace::Host> ::MaterialProperty(const adamantine::MaterialProperty<(int)3,  ::dealii::MemorySpace::Host> &)") from a __host__ __device__ function("adamantine::MaterialProperty<(int)3,  ::dealii::MemorySpace::Host> ::set_state_device( ::Kokkos::View<double *,  ::Kokkos::HostSpace > ,  ::Kokkos::View<double *,  ::Kokkos::HostSpace > , const     ::std::map< ::dealii::TriaIterator< ::dealii::DoFCellAccessor<(int)3, (int)3, (bool)0> > ,     ::std::vector<unsigned int, ::std::allocator<unsigned int> > ,     ::std::less< ::dealii::TriaIterator< ::dealii::DoFCellAccessor<(int)3, (int)3, (bool)0> > > , ::std::allocator<    ::std::pair<const  ::dealii::TriaIterator< ::dealii::DoFCellAccessor<(int)3, (int)3, (bool)0> > ,     ::std::vector<unsigned int, ::std::allocator<unsigned int> > > > >  &, const  ::dealii::DoFHandler<(int)3, (int)3>  &)::[lambda(int) (instance 1)]::[lambda(int) (instance 1)]") is not allowed

/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.templates.hh(319): warning #20013-D: calling a constexpr __host__ function("const T1 &  ::std::min<double> (const T1 &, const T1 &)") from a __host__ __device__ function("adamantine::MaterialProperty<(int)2,  ::dealii::MemorySpace::Default> ::update(const  ::dealii::DoFHandler<(int)2, (int)2>  &, const  ::dealii::LinearAlgebra::distributed::Vector<double,  ::dealii::MemorySpace::Default>  &)::[lambda(int) (instance 1)]::operator () const") is not allowed. The experimental flag '--expt-relaxed-constexpr' can be used to allow this.

/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.templates.hh(322): warning #20013-D: calling a constexpr __host__ function("const T1 &  ::std::max<double> (const T1 &, const T1 &)") from a __host__ __device__ function("adamantine::MaterialProperty<(int)2,  ::dealii::MemorySpace::Default> ::update(const  ::dealii::DoFHandler<(int)2, (int)2>  &, const  ::dealii::LinearAlgebra::distributed::Vector<double,  ::dealii::MemorySpace::Default>  &)::[lambda(int) (instance 1)]::operator () const") is not allowed. The experimental flag '--expt-relaxed-constexpr' can be used to allow this.

/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.templates.hh(401): warning #20011-D: calling a __host__ function("adamantine::MaterialProperty<(int)2,  ::dealii::MemorySpace::Default> ::MaterialProperty(const adamantine::MaterialProperty<(int)2,  ::dealii::MemorySpace::Default> &)") from a __host__ __device__ function("adamantine::MaterialProperty<(int)2,  ::dealii::MemorySpace::Default> ::update(const  ::dealii::DoFHandler<(int)2, (int)2>  &, const  ::dealii::LinearAlgebra::distributed::Vector<double,  ::dealii::MemorySpace::Default>  &)::[lambda(int) (instance 1)]::[lambda(int) (instance 1)]") is not allowed

/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.templates.hh(733): warning #20011-D: calling a __host__ function("adamantine::MaterialProperty<(int)2,  ::dealii::MemorySpace::Default> ::MaterialProperty(const adamantine::MaterialProperty<(int)2,  ::dealii::MemorySpace::Default> &)") from a __host__ __device__ function("adamantine::MaterialProperty<(int)2,  ::dealii::MemorySpace::Default> ::set_initial_state()::[lambda(int) (instance 1)]::[lambda(int) (instance 1)]") is not allowed

/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.templates.hh(692): warning #20013-D: calling a constexpr __host__ function("const T1 &  ::std::max<double> (const T1 &, const T1 &)") from a __host__ __device__ function("adamantine::MaterialProperty<(int)2,  ::dealii::MemorySpace::Default> ::set_state_device( ::Kokkos::View<double *,  ::Kokkos::CudaSpace > ,  ::Kokkos::View<double *,  ::Kokkos::CudaSpace > , const     ::std::map< ::dealii::TriaIterator< ::dealii::DoFCellAccessor<(int)2, (int)2, (bool)0> > ,     ::std::vector<unsigned int, ::std::allocator<unsigned int> > ,     ::std::less< ::dealii::TriaIterator< ::dealii::DoFCellAccessor<(int)2, (int)2, (bool)0> > > , ::std::allocator<    ::std::pair<const  ::dealii::TriaIterator< ::dealii::DoFCellAccessor<(int)2, (int)2, (bool)0> > ,     ::std::vector<unsigned int, ::std::allocator<unsigned int> > > > >  &, const  ::dealii::DoFHandler<(int)2, (int)2>  &)::[lambda(int) (instance 1)]::operator () const") is not allowed. The experimental flag '--expt-relaxed-constexpr' can be used to allow this.

/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.templates.hh(695): warning #20011-D: calling a __host__ function("adamantine::MaterialProperty<(int)2,  ::dealii::MemorySpace::Default> ::MaterialProperty(const adamantine::MaterialProperty<(int)2,  ::dealii::MemorySpace::Default> &)") from a __host__ __device__ function("adamantine::MaterialProperty<(int)2,  ::dealii::MemorySpace::Default> ::set_state_device( ::Kokkos::View<double *,  ::Kokkos::CudaSpace > ,  ::Kokkos::View<double *,  ::Kokkos::CudaSpace > , const     ::std::map< ::dealii::TriaIterator< ::dealii::DoFCellAccessor<(int)2, (int)2, (bool)0> > ,     ::std::vector<unsigned int, ::std::allocator<unsigned int> > ,     ::std::less< ::dealii::TriaIterator< ::dealii::DoFCellAccessor<(int)2, (int)2, (bool)0> > > , ::std::allocator<    ::std::pair<const  ::dealii::TriaIterator< ::dealii::DoFCellAccessor<(int)2, (int)2, (bool)0> > ,     ::std::vector<unsigned int, ::std::allocator<unsigned int> > > > >  &, const  ::dealii::DoFHandler<(int)2, (int)2>  &)::[lambda(int) (instance 1)]::[lambda(int) (instance 1)]") is not allowed

/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.templates.hh(319): warning #20013-D: calling a constexpr __host__ function("const T1 &  ::std::min<double> (const T1 &, const T1 &)") from a __host__ __device__ function("adamantine::MaterialProperty<(int)3,  ::dealii::MemorySpace::Default> ::update(const  ::dealii::DoFHandler<(int)3, (int)3>  &, const  ::dealii::LinearAlgebra::distributed::Vector<double,  ::dealii::MemorySpace::Default>  &)::[lambda(int) (instance 1)]::operator () const") is not allowed. The experimental flag '--expt-relaxed-constexpr' can be used to allow this.

/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.templates.hh(322): warning #20013-D: calling a constexpr __host__ function("const T1 &  ::std::max<double> (const T1 &, const T1 &)") from a __host__ __device__ function("adamantine::MaterialProperty<(int)3,  ::dealii::MemorySpace::Default> ::update(const  ::dealii::DoFHandler<(int)3, (int)3>  &, const  ::dealii::LinearAlgebra::distributed::Vector<double,  ::dealii::MemorySpace::Default>  &)::[lambda(int) (instance 1)]::operator () const") is not allowed. The experimental flag '--expt-relaxed-constexpr' can be used to allow this.

/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.templates.hh(401): warning #20011-D: calling a __host__ function("adamantine::MaterialProperty<(int)3,  ::dealii::MemorySpace::Default> ::MaterialProperty(const adamantine::MaterialProperty<(int)3,  ::dealii::MemorySpace::Default> &)") from a __host__ __device__ function("adamantine::MaterialProperty<(int)3,  ::dealii::MemorySpace::Default> ::update(const  ::dealii::DoFHandler<(int)3, (int)3>  &, const  ::dealii::LinearAlgebra::distributed::Vector<double,  ::dealii::MemorySpace::Default>  &)::[lambda(int) (instance 1)]::[lambda(int) (instance 1)]") is not allowed

/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.templates.hh(733): warning #20011-D: calling a __host__ function("adamantine::MaterialProperty<(int)3,  ::dealii::MemorySpace::Default> ::MaterialProperty(const adamantine::MaterialProperty<(int)3,  ::dealii::MemorySpace::Default> &)") from a __host__ __device__ function("adamantine::MaterialProperty<(int)3,  ::dealii::MemorySpace::Default> ::set_initial_state()::[lambda(int) (instance 1)]::[lambda(int) (instance 1)]") is not allowed

/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.templates.hh(692): warning #20013-D: calling a constexpr __host__ function("const T1 &  ::std::max<double> (const T1 &, const T1 &)") from a __host__ __device__ function("adamantine::MaterialProperty<(int)3,  ::dealii::MemorySpace::Default> ::set_state_device( ::Kokkos::View<double *,  ::Kokkos::CudaSpace > ,  ::Kokkos::View<double *,  ::Kokkos::CudaSpace > , const     ::std::map< ::dealii::TriaIterator< ::dealii::DoFCellAccessor<(int)3, (int)3, (bool)0> > ,     ::std::vector<unsigned int, ::std::allocator<unsigned int> > ,     ::std::less< ::dealii::TriaIterator< ::dealii::DoFCellAccessor<(int)3, (int)3, (bool)0> > > , ::std::allocator<    ::std::pair<const  ::dealii::TriaIterator< ::dealii::DoFCellAccessor<(int)3, (int)3, (bool)0> > ,     ::std::vector<unsigned int, ::std::allocator<unsigned int> > > > >  &, const  ::dealii::DoFHandler<(int)3, (int)3>  &)::[lambda(int) (instance 1)]::operator () const") is not allowed. The experimental flag '--expt-relaxed-constexpr' can be used to allow this.

/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.templates.hh(695): warning #20011-D: calling a __host__ function("adamantine::MaterialProperty<(int)3,  ::dealii::MemorySpace::Default> ::MaterialProperty(const adamantine::MaterialProperty<(int)3,  ::dealii::MemorySpace::Default> &)") from a __host__ __device__ function("adamantine::MaterialProperty<(int)3,  ::dealii::MemorySpace::Default> ::set_state_device( ::Kokkos::View<double *,  ::Kokkos::CudaSpace > ,  ::Kokkos::View<double *,  ::Kokkos::CudaSpace > , const     ::std::map< ::dealii::TriaIterator< ::dealii::DoFCellAccessor<(int)3, (int)3, (bool)0> > ,     ::std::vector<unsigned int, ::std::allocator<unsigned int> > ,     ::std::less< ::dealii::TriaIterator< ::dealii::DoFCellAccessor<(int)3, (int)3, (bool)0> > > , ::std::allocator<    ::std::pair<const  ::dealii::TriaIterator< ::dealii::DoFCellAccessor<(int)3, (int)3, (bool)0> > ,     ::std::vector<unsigned int, ::std::allocator<unsigned int> > > > >  &, const  ::dealii::DoFHandler<(int)3, (int)3>  &)::[lambda(int) (instance 1)]::[lambda(int) (instance 1)]") is not allowed

/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.templates.hh(1079): warning #20011-D: calling a __host__ function("dealii::DoFHandler<(int)2, (int)2> ::~DoFHandler()") from a __host__ __device__ function("adamantine::MaterialProperty<(int)2,  ::dealii::MemorySpace::Host> ::~MaterialProperty") is not allowed

/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.templates.hh(1079): warning #20011-D: calling a __host__ function("dealii::DoFHandler<(int)3, (int)3> ::~DoFHandler()") from a __host__ __device__ function("adamantine::MaterialProperty<(int)3,  ::dealii::MemorySpace::Host> ::~MaterialProperty") is not allowed

/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.templates.hh(1079): warning #20011-D: calling a __host__ function("dealii::DoFHandler<(int)2, (int)2> ::~DoFHandler()") from a __host__ __device__ function("adamantine::MaterialProperty<(int)2,  ::dealii::MemorySpace::Default> ::~MaterialProperty") is not allowed

/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.templates.hh(1079): warning #20011-D: calling a __host__ function("dealii::DoFHandler<(int)3, (int)3> ::~DoFHandler()") from a __host__ __device__ function("adamantine::MaterialProperty<(int)3,  ::dealii::MemorySpace::Default> ::~MaterialProperty") is not allowed

[ 43%] Building CXX object source/CMakeFiles/Adamantine.dir/PostProcessor.cc.o
[ 43%] Building CXX object source/CMakeFiles/Adamantine.dir/RayTracing.cc.o
[ 44%] Building CXX object source/CMakeFiles/Adamantine.dir/ScanPath.cc.o
[ 45%] Building CXX object source/CMakeFiles/Adamantine.dir/ThermalOperator.cc.o
[ 46%] Building CXX object source/CMakeFiles/Adamantine.dir/ThermalOperatorDevice.cc.o
[ 46%] Building CXX object source/CMakeFiles/Adamantine.dir/ThermalPhysics.cc.o
[ 47%] Building CXX object source/CMakeFiles/Adamantine.dir/Timer.cc.o
/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.templates.hh(239): warning #20178-D: Implicit capture of 'this' in extended lambda expression
            _state(i, j) = std::numeric_limits<double>::signaling_NaN();
            ^

Remark: The warnings can be suppressed with "-diag-suppress <warning-number>"

[ 48%] Building CXX object source/CMakeFiles/Adamantine.dir/ensemble_management.cc.o
[ 49%] Building CXX object source/CMakeFiles/Adamantine.dir/experimental_data_utils.cc.o
[ 50%] Building CXX object source/CMakeFiles/Adamantine.dir/material_deposition.cc.o
[ 50%] Building CXX object source/CMakeFiles/Adamantine.dir/validate_input_database.cc.o
/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.templates.hh(692): warning #20013-D: calling a constexpr __host__ function("max") from a __host__ __device__ function("operator()") is not allowed. The experimental flag '--expt-relaxed-constexpr' can be used to allow this.
              std::max(1. - _state(liquid_state, mp_dof(i)) -
              ^
          detected during:
            instantiation of "void adamantine::MaterialProperty<dim, MemorySpaceType>::set_state_device(Kokkos::View<double *, MemorySpaceType::kokkos_space>, Kokkos::View<double *, MemorySpaceType::kokkos_space>, const std::map<dealii::DoFHandler<dim, dim>::cell_iterator, std::vector<unsigned int, std::allocator<unsigned int>>, std::less<dealii::DoFHandler<dim, dim>::cell_iterator>, std::allocator<std::pair<const dealii::DoFHandler<dim, dim>::cell_iterator, std::vector<unsigned int, std::allocator<unsigned int>>>>> &, const dealii::DoFHandler<dim, dim> &) [with dim=2, MemorySpaceType=dealii::MemorySpace::Default]" at line 626 of /var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc
            instantiation of "void adamantine::ThermalOperatorDevice<dim, fe_degree, MemorySpaceType>::set_state_to_material_properties() [with dim=2, fe_degree=1, MemorySpaceType=dealii::MemorySpace::Default]" at line 735 of /var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc

Remark: The warnings can be suppressed with "-diag-suppress <warning-number>"

/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.templates.hh(692): warning #20013-D: calling a constexpr __host__ function("max") from a __host__ __device__ function("operator()") is not allowed. The experimental flag '--expt-relaxed-constexpr' can be used to allow this.
              std::max(1. - _state(liquid_state, mp_dof(i)) -
              ^
          detected during:
            instantiation of "void adamantine::MaterialProperty<dim, MemorySpaceType>::set_state_device(Kokkos::View<double *, MemorySpaceType::kokkos_space>, Kokkos::View<double *, MemorySpaceType::kokkos_space>, const std::map<dealii::DoFHandler<dim, dim>::cell_iterator, std::vector<unsigned int, std::allocator<unsigned int>>, std::less<dealii::DoFHandler<dim, dim>::cell_iterator>, std::allocator<std::pair<const dealii::DoFHandler<dim, dim>::cell_iterator, std::vector<unsigned int, std::allocator<unsigned int>>>>> &, const dealii::DoFHandler<dim, dim> &) [with dim=3, MemorySpaceType=dealii::MemorySpace::Default]" at line 626 of /var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc
            instantiation of "void adamantine::ThermalOperatorDevice<dim, fe_degree, MemorySpaceType>::set_state_to_material_properties() [with dim=3, fe_degree=1, MemorySpaceType=dealii::MemorySpace::Default]" at line 746 of /var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(44): warning #177-D: member "<unnamed>::LocalMassMatrixOperator<dim, fe_degree>::n_dofs_1d [with dim=3, fe_degree=10]" was declared but never referenced
    static const unsigned int n_dofs_1d = fe_degree + 1;
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(47): warning #177-D: member "<unnamed>::LocalMassMatrixOperator<dim, fe_degree>::n_q_points [with dim=3, fe_degree=10]" was declared but never referenced
    static const unsigned int n_q_points =
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(44): warning #177-D: member "<unnamed>::LocalMassMatrixOperator<dim, fe_degree>::n_dofs_1d [with dim=3, fe_degree=9]" was declared but never referenced
    static const unsigned int n_dofs_1d = fe_degree + 1;
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(47): warning #177-D: member "<unnamed>::LocalMassMatrixOperator<dim, fe_degree>::n_q_points [with dim=3, fe_degree=9]" was declared but never referenced
    static const unsigned int n_q_points =
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(44): warning #177-D: member "<unnamed>::LocalMassMatrixOperator<dim, fe_degree>::n_dofs_1d [with dim=3, fe_degree=8]" was declared but never referenced
    static const unsigned int n_dofs_1d = fe_degree + 1;
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(47): warning #177-D: member "<unnamed>::LocalMassMatrixOperator<dim, fe_degree>::n_q_points [with dim=3, fe_degree=8]" was declared but never referenced
    static const unsigned int n_q_points =
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(44): warning #177-D: member "<unnamed>::LocalMassMatrixOperator<dim, fe_degree>::n_dofs_1d [with dim=3, fe_degree=7]" was declared but never referenced
    static const unsigned int n_dofs_1d = fe_degree + 1;
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(47): warning #177-D: member "<unnamed>::LocalMassMatrixOperator<dim, fe_degree>::n_q_points [with dim=3, fe_degree=7]" was declared but never referenced
    static const unsigned int n_q_points =
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(44): warning #177-D: member "<unnamed>::LocalMassMatrixOperator<dim, fe_degree>::n_dofs_1d [with dim=3, fe_degree=6]" was declared but never referenced
    static const unsigned int n_dofs_1d = fe_degree + 1;
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(47): warning #177-D: member "<unnamed>::LocalMassMatrixOperator<dim, fe_degree>::n_q_points [with dim=3, fe_degree=6]" was declared but never referenced
    static const unsigned int n_q_points =
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(44): warning #177-D: member "<unnamed>::LocalMassMatrixOperator<dim, fe_degree>::n_dofs_1d [with dim=3, fe_degree=5]" was declared but never referenced
    static const unsigned int n_dofs_1d = fe_degree + 1;
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(47): warning #177-D: member "<unnamed>::LocalMassMatrixOperator<dim, fe_degree>::n_q_points [with dim=3, fe_degree=5]" was declared but never referenced
    static const unsigned int n_q_points =
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(44): warning #177-D: member "<unnamed>::LocalMassMatrixOperator<dim, fe_degree>::n_dofs_1d [with dim=3, fe_degree=4]" was declared but never referenced
    static const unsigned int n_dofs_1d = fe_degree + 1;
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(47): warning #177-D: member "<unnamed>::LocalMassMatrixOperator<dim, fe_degree>::n_q_points [with dim=3, fe_degree=4]" was declared but never referenced
    static const unsigned int n_q_points =
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(44): warning #177-D: member "<unnamed>::LocalMassMatrixOperator<dim, fe_degree>::n_dofs_1d [with dim=3, fe_degree=3]" was declared but never referenced
    static const unsigned int n_dofs_1d = fe_degree + 1;
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(47): warning #177-D: member "<unnamed>::LocalMassMatrixOperator<dim, fe_degree>::n_q_points [with dim=3, fe_degree=3]" was declared but never referenced
    static const unsigned int n_q_points =
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(44): warning #177-D: member "<unnamed>::LocalMassMatrixOperator<dim, fe_degree>::n_dofs_1d [with dim=3, fe_degree=2]" was declared but never referenced
    static const unsigned int n_dofs_1d = fe_degree + 1;
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(47): warning #177-D: member "<unnamed>::LocalMassMatrixOperator<dim, fe_degree>::n_q_points [with dim=3, fe_degree=2]" was declared but never referenced
    static const unsigned int n_q_points =
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(44): warning #177-D: member "<unnamed>::LocalMassMatrixOperator<dim, fe_degree>::n_dofs_1d [with dim=3, fe_degree=1]" was declared but never referenced
    static const unsigned int n_dofs_1d = fe_degree + 1;
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(47): warning #177-D: member "<unnamed>::LocalMassMatrixOperator<dim, fe_degree>::n_q_points [with dim=3, fe_degree=1]" was declared but never referenced
    static const unsigned int n_q_points =
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(44): warning #177-D: member "<unnamed>::LocalMassMatrixOperator<dim, fe_degree>::n_dofs_1d [with dim=2, fe_degree=10]" was declared but never referenced
    static const unsigned int n_dofs_1d = fe_degree + 1;
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(47): warning #177-D: member "<unnamed>::LocalMassMatrixOperator<dim, fe_degree>::n_q_points [with dim=2, fe_degree=10]" was declared but never referenced
    static const unsigned int n_q_points =
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(44): warning #177-D: member "<unnamed>::LocalMassMatrixOperator<dim, fe_degree>::n_dofs_1d [with dim=2, fe_degree=9]" was declared but never referenced
    static const unsigned int n_dofs_1d = fe_degree + 1;
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(47): warning #177-D: member "<unnamed>::LocalMassMatrixOperator<dim, fe_degree>::n_q_points [with dim=2, fe_degree=9]" was declared but never referenced
    static const unsigned int n_q_points =
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(44): warning #177-D: member "<unnamed>::LocalMassMatrixOperator<dim, fe_degree>::n_dofs_1d [with dim=2, fe_degree=8]" was declared but never referenced
    static const unsigned int n_dofs_1d = fe_degree + 1;
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(47): warning #177-D: member "<unnamed>::LocalMassMatrixOperator<dim, fe_degree>::n_q_points [with dim=2, fe_degree=8]" was declared but never referenced
    static const unsigned int n_q_points =
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(44): warning #177-D: member "<unnamed>::LocalMassMatrixOperator<dim, fe_degree>::n_dofs_1d [with dim=2, fe_degree=7]" was declared but never referenced
    static const unsigned int n_dofs_1d = fe_degree + 1;
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(47): warning #177-D: member "<unnamed>::LocalMassMatrixOperator<dim, fe_degree>::n_q_points [with dim=2, fe_degree=7]" was declared but never referenced
    static const unsigned int n_q_points =
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(44): warning #177-D: member "<unnamed>::LocalMassMatrixOperator<dim, fe_degree>::n_dofs_1d [with dim=2, fe_degree=6]" was declared but never referenced
    static const unsigned int n_dofs_1d = fe_degree + 1;
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(47): warning #177-D: member "<unnamed>::LocalMassMatrixOperator<dim, fe_degree>::n_q_points [with dim=2, fe_degree=6]" was declared but never referenced
    static const unsigned int n_q_points =
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(44): warning #177-D: member "<unnamed>::LocalMassMatrixOperator<dim, fe_degree>::n_dofs_1d [with dim=2, fe_degree=5]" was declared but never referenced
    static const unsigned int n_dofs_1d = fe_degree + 1;
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(47): warning #177-D: member "<unnamed>::LocalMassMatrixOperator<dim, fe_degree>::n_q_points [with dim=2, fe_degree=5]" was declared but never referenced
    static const unsigned int n_q_points =
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(44): warning #177-D: member "<unnamed>::LocalMassMatrixOperator<dim, fe_degree>::n_dofs_1d [with dim=2, fe_degree=4]" was declared but never referenced
    static const unsigned int n_dofs_1d = fe_degree + 1;
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(47): warning #177-D: member "<unnamed>::LocalMassMatrixOperator<dim, fe_degree>::n_q_points [with dim=2, fe_degree=4]" was declared but never referenced
    static const unsigned int n_q_points =
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(44): warning #177-D: member "<unnamed>::LocalMassMatrixOperator<dim, fe_degree>::n_dofs_1d [with dim=2, fe_degree=3]" was declared but never referenced
    static const unsigned int n_dofs_1d = fe_degree + 1;
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(47): warning #177-D: member "<unnamed>::LocalMassMatrixOperator<dim, fe_degree>::n_q_points [with dim=2, fe_degree=3]" was declared but never referenced
    static const unsigned int n_q_points =
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(44): warning #177-D: member "<unnamed>::LocalMassMatrixOperator<dim, fe_degree>::n_dofs_1d [with dim=2, fe_degree=2]" was declared but never referenced
    static const unsigned int n_dofs_1d = fe_degree + 1;
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(47): warning #177-D: member "<unnamed>::LocalMassMatrixOperator<dim, fe_degree>::n_q_points [with dim=2, fe_degree=2]" was declared but never referenced
    static const unsigned int n_q_points =
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(44): warning #177-D: member "<unnamed>::LocalMassMatrixOperator<dim, fe_degree>::n_dofs_1d [with dim=2, fe_degree=1]" was declared but never referenced
    static const unsigned int n_dofs_1d = fe_degree + 1;
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(47): warning #177-D: member "<unnamed>::LocalMassMatrixOperator<dim, fe_degree>::n_q_points [with dim=2, fe_degree=1]" was declared but never referenced
    static const unsigned int n_q_points =
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(359): warning #177-D: member "<unnamed>::LocalThermalOperatorDevice<dim, fe_degree>::n_dofs_1d [with dim=3, fe_degree=10]" was declared but never referenced
    static const unsigned int n_dofs_1d = fe_degree + 1;
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(362): warning #177-D: member "<unnamed>::LocalThermalOperatorDevice<dim, fe_degree>::n_q_points [with dim=3, fe_degree=10]" was declared but never referenced
    static const unsigned int n_q_points =
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(368): warning #177-D: member "<unnamed>::LocalThermalOperatorDevice<dim, fe_degree>::_n_material_states [with dim=3, fe_degree=10]" was declared but never referenced
    static unsigned int constexpr _n_material_states =
                                  ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(359): warning #177-D: member "<unnamed>::LocalThermalOperatorDevice<dim, fe_degree>::n_dofs_1d [with dim=3, fe_degree=9]" was declared but never referenced
    static const unsigned int n_dofs_1d = fe_degree + 1;
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(362): warning #177-D: member "<unnamed>::LocalThermalOperatorDevice<dim, fe_degree>::n_q_points [with dim=3, fe_degree=9]" was declared but never referenced
    static const unsigned int n_q_points =
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(368): warning #177-D: member "<unnamed>::LocalThermalOperatorDevice<dim, fe_degree>::_n_material_states [with dim=3, fe_degree=9]" was declared but never referenced
    static unsigned int constexpr _n_material_states =
                                  ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(359): warning #177-D: member "<unnamed>::LocalThermalOperatorDevice<dim, fe_degree>::n_dofs_1d [with dim=3, fe_degree=8]" was declared but never referenced
    static const unsigned int n_dofs_1d = fe_degree + 1;
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(362): warning #177-D: member "<unnamed>::LocalThermalOperatorDevice<dim, fe_degree>::n_q_points [with dim=3, fe_degree=8]" was declared but never referenced
    static const unsigned int n_q_points =
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(368): warning #177-D: member "<unnamed>::LocalThermalOperatorDevice<dim, fe_degree>::_n_material_states [with dim=3, fe_degree=8]" was declared but never referenced
    static unsigned int constexpr _n_material_states =
                                  ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(359): warning #177-D: member "<unnamed>::LocalThermalOperatorDevice<dim, fe_degree>::n_dofs_1d [with dim=3, fe_degree=7]" was declared but never referenced
    static const unsigned int n_dofs_1d = fe_degree + 1;
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(362): warning #177-D: member "<unnamed>::LocalThermalOperatorDevice<dim, fe_degree>::n_q_points [with dim=3, fe_degree=7]" was declared but never referenced
    static const unsigned int n_q_points =
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(368): warning #177-D: member "<unnamed>::LocalThermalOperatorDevice<dim, fe_degree>::_n_material_states [with dim=3, fe_degree=7]" was declared but never referenced
    static unsigned int constexpr _n_material_states =
                                  ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(359): warning #177-D: member "<unnamed>::LocalThermalOperatorDevice<dim, fe_degree>::n_dofs_1d [with dim=3, fe_degree=6]" was declared but never referenced
    static const unsigned int n_dofs_1d = fe_degree + 1;
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(362): warning #177-D: member "<unnamed>::LocalThermalOperatorDevice<dim, fe_degree>::n_q_points [with dim=3, fe_degree=6]" was declared but never referenced
    static const unsigned int n_q_points =
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(368): warning #177-D: member "<unnamed>::LocalThermalOperatorDevice<dim, fe_degree>::_n_material_states [with dim=3, fe_degree=6]" was declared but never referenced
    static unsigned int constexpr _n_material_states =
                                  ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(359): warning #177-D: member "<unnamed>::LocalThermalOperatorDevice<dim, fe_degree>::n_dofs_1d [with dim=3, fe_degree=5]" was declared but never referenced
    static const unsigned int n_dofs_1d = fe_degree + 1;
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(362): warning #177-D: member "<unnamed>::LocalThermalOperatorDevice<dim, fe_degree>::n_q_points [with dim=3, fe_degree=5]" was declared but never referenced
    static const unsigned int n_q_points =
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(368): warning #177-D: member "<unnamed>::LocalThermalOperatorDevice<dim, fe_degree>::_n_material_states [with dim=3, fe_degree=5]" was declared but never referenced
    static unsigned int constexpr _n_material_states =
                                  ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(359): warning #177-D: member "<unnamed>::LocalThermalOperatorDevice<dim, fe_degree>::n_dofs_1d [with dim=3, fe_degree=4]" was declared but never referenced
    static const unsigned int n_dofs_1d = fe_degree + 1;
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(362): warning #177-D: member "<unnamed>::LocalThermalOperatorDevice<dim, fe_degree>::n_q_points [with dim=3, fe_degree=4]" was declared but never referenced
    static const unsigned int n_q_points =
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(368): warning #177-D: member "<unnamed>::LocalThermalOperatorDevice<dim, fe_degree>::_n_material_states [with dim=3, fe_degree=4]" was declared but never referenced
    static unsigned int constexpr _n_material_states =
                                  ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(359): warning #177-D: member "<unnamed>::LocalThermalOperatorDevice<dim, fe_degree>::n_dofs_1d [with dim=3, fe_degree=3]" was declared but never referenced
    static const unsigned int n_dofs_1d = fe_degree + 1;
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(362): warning #177-D: member "<unnamed>::LocalThermalOperatorDevice<dim, fe_degree>::n_q_points [with dim=3, fe_degree=3]" was declared but never referenced
    static const unsigned int n_q_points =
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(368): warning #177-D: member "<unnamed>::LocalThermalOperatorDevice<dim, fe_degree>::_n_material_states [with dim=3, fe_degree=3]" was declared but never referenced
    static unsigned int constexpr _n_material_states =
                                  ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(359): warning #177-D: member "<unnamed>::LocalThermalOperatorDevice<dim, fe_degree>::n_dofs_1d [with dim=3, fe_degree=2]" was declared but never referenced
    static const unsigned int n_dofs_1d = fe_degree + 1;
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(362): warning #177-D: member "<unnamed>::LocalThermalOperatorDevice<dim, fe_degree>::n_q_points [with dim=3, fe_degree=2]" was declared but never referenced
    static const unsigned int n_q_points =
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(368): warning #177-D: member "<unnamed>::LocalThermalOperatorDevice<dim, fe_degree>::_n_material_states [with dim=3, fe_degree=2]" was declared but never referenced
    static unsigned int constexpr _n_material_states =
                                  ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(359): warning #177-D: member "<unnamed>::LocalThermalOperatorDevice<dim, fe_degree>::n_dofs_1d [with dim=3, fe_degree=1]" was declared but never referenced
    static const unsigned int n_dofs_1d = fe_degree + 1;
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(362): warning #177-D: member "<unnamed>::LocalThermalOperatorDevice<dim, fe_degree>::n_q_points [with dim=3, fe_degree=1]" was declared but never referenced
    static const unsigned int n_q_points =
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(368): warning #177-D: member "<unnamed>::LocalThermalOperatorDevice<dim, fe_degree>::_n_material_states [with dim=3, fe_degree=1]" was declared but never referenced
    static unsigned int constexpr _n_material_states =
                                  ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(359): warning #177-D: member "<unnamed>::LocalThermalOperatorDevice<dim, fe_degree>::n_dofs_1d [with dim=2, fe_degree=10]" was declared but never referenced
    static const unsigned int n_dofs_1d = fe_degree + 1;
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(362): warning #177-D: member "<unnamed>::LocalThermalOperatorDevice<dim, fe_degree>::n_q_points [with dim=2, fe_degree=10]" was declared but never referenced
    static const unsigned int n_q_points =
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(368): warning #177-D: member "<unnamed>::LocalThermalOperatorDevice<dim, fe_degree>::_n_material_states [with dim=2, fe_degree=10]" was declared but never referenced
    static unsigned int constexpr _n_material_states =
                                  ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(359): warning #177-D: member "<unnamed>::LocalThermalOperatorDevice<dim, fe_degree>::n_dofs_1d [with dim=2, fe_degree=9]" was declared but never referenced
    static const unsigned int n_dofs_1d = fe_degree + 1;
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(362): warning #177-D: member "<unnamed>::LocalThermalOperatorDevice<dim, fe_degree>::n_q_points [with dim=2, fe_degree=9]" was declared but never referenced
    static const unsigned int n_q_points =
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(368): warning #177-D: member "<unnamed>::LocalThermalOperatorDevice<dim, fe_degree>::_n_material_states [with dim=2, fe_degree=9]" was declared but never referenced
    static unsigned int constexpr _n_material_states =
                                  ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(359): warning #177-D: member "<unnamed>::LocalThermalOperatorDevice<dim, fe_degree>::n_dofs_1d [with dim=2, fe_degree=8]" was declared but never referenced
    static const unsigned int n_dofs_1d = fe_degree + 1;
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(362): warning #177-D: member "<unnamed>::LocalThermalOperatorDevice<dim, fe_degree>::n_q_points [with dim=2, fe_degree=8]" was declared but never referenced
    static const unsigned int n_q_points =
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(368): warning #177-D: member "<unnamed>::LocalThermalOperatorDevice<dim, fe_degree>::_n_material_states [with dim=2, fe_degree=8]" was declared but never referenced
    static unsigned int constexpr _n_material_states =
                                  ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(359): warning #177-D: member "<unnamed>::LocalThermalOperatorDevice<dim, fe_degree>::n_dofs_1d [with dim=2, fe_degree=7]" was declared but never referenced
    static const unsigned int n_dofs_1d = fe_degree + 1;
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(362): warning #177-D: member "<unnamed>::LocalThermalOperatorDevice<dim, fe_degree>::n_q_points [with dim=2, fe_degree=7]" was declared but never referenced
    static const unsigned int n_q_points =
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(368): warning #177-D: member "<unnamed>::LocalThermalOperatorDevice<dim, fe_degree>::_n_material_states [with dim=2, fe_degree=7]" was declared but never referenced
    static unsigned int constexpr _n_material_states =
                                  ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(359): warning #177-D: member "<unnamed>::LocalThermalOperatorDevice<dim, fe_degree>::n_dofs_1d [with dim=2, fe_degree=6]" was declared but never referenced
    static const unsigned int n_dofs_1d = fe_degree + 1;
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(362): warning #177-D: member "<unnamed>::LocalThermalOperatorDevice<dim, fe_degree>::n_q_points [with dim=2, fe_degree=6]" was declared but never referenced
    static const unsigned int n_q_points =
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(368): warning #177-D: member "<unnamed>::LocalThermalOperatorDevice<dim, fe_degree>::_n_material_states [with dim=2, fe_degree=6]" was declared but never referenced
    static unsigned int constexpr _n_material_states =
                                  ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(359): warning #177-D: member "<unnamed>::LocalThermalOperatorDevice<dim, fe_degree>::n_dofs_1d [with dim=2, fe_degree=5]" was declared but never referenced
    static const unsigned int n_dofs_1d = fe_degree + 1;
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(362): warning #177-D: member "<unnamed>::LocalThermalOperatorDevice<dim, fe_degree>::n_q_points [with dim=2, fe_degree=5]" was declared but never referenced
    static const unsigned int n_q_points =
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(368): warning #177-D: member "<unnamed>::LocalThermalOperatorDevice<dim, fe_degree>::_n_material_states [with dim=2, fe_degree=5]" was declared but never referenced
    static unsigned int constexpr _n_material_states =
                                  ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(359): warning #177-D: member "<unnamed>::LocalThermalOperatorDevice<dim, fe_degree>::n_dofs_1d [with dim=2, fe_degree=4]" was declared but never referenced
    static const unsigned int n_dofs_1d = fe_degree + 1;
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(362): warning #177-D: member "<unnamed>::LocalThermalOperatorDevice<dim, fe_degree>::n_q_points [with dim=2, fe_degree=4]" was declared but never referenced
    static const unsigned int n_q_points =
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(368): warning #177-D: member "<unnamed>::LocalThermalOperatorDevice<dim, fe_degree>::_n_material_states [with dim=2, fe_degree=4]" was declared but never referenced
    static unsigned int constexpr _n_material_states =
                                  ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(359): warning #177-D: member "<unnamed>::LocalThermalOperatorDevice<dim, fe_degree>::n_dofs_1d [with dim=2, fe_degree=3]" was declared but never referenced
    static const unsigned int n_dofs_1d = fe_degree + 1;
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(362): warning #177-D: member "<unnamed>::LocalThermalOperatorDevice<dim, fe_degree>::n_q_points [with dim=2, fe_degree=3]" was declared but never referenced
    static const unsigned int n_q_points =
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(368): warning #177-D: member "<unnamed>::LocalThermalOperatorDevice<dim, fe_degree>::_n_material_states [with dim=2, fe_degree=3]" was declared but never referenced
    static unsigned int constexpr _n_material_states =
                                  ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(359): warning #177-D: member "<unnamed>::LocalThermalOperatorDevice<dim, fe_degree>::n_dofs_1d [with dim=2, fe_degree=2]" was declared but never referenced
    static const unsigned int n_dofs_1d = fe_degree + 1;
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(362): warning #177-D: member "<unnamed>::LocalThermalOperatorDevice<dim, fe_degree>::n_q_points [with dim=2, fe_degree=2]" was declared but never referenced
    static const unsigned int n_q_points =
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(368): warning #177-D: member "<unnamed>::LocalThermalOperatorDevice<dim, fe_degree>::_n_material_states [with dim=2, fe_degree=2]" was declared but never referenced
    static unsigned int constexpr _n_material_states =
                                  ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(359): warning #177-D: member "<unnamed>::LocalThermalOperatorDevice<dim, fe_degree>::n_dofs_1d [with dim=2, fe_degree=1]" was declared but never referenced
    static const unsigned int n_dofs_1d = fe_degree + 1;
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(362): warning #177-D: member "<unnamed>::LocalThermalOperatorDevice<dim, fe_degree>::n_q_points [with dim=2, fe_degree=1]" was declared but never referenced
    static const unsigned int n_q_points =
                              ^

/var/jenkins/workspace/adamantine_PR-253/source/ThermalOperatorDevice.cc(368): warning #177-D: member "<unnamed>::LocalThermalOperatorDevice<dim, fe_degree>::_n_material_states [with dim=2, fe_degree=1]" was declared but never referenced
    static unsigned int constexpr _n_material_states =
                                  ^

/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.templates.hh(692): warning #20013-D: calling a constexpr __host__ function("const T1 &  ::std::max<double> (const T1 &, const T1 &)") from a __host__ __device__ function("adamantine::MaterialProperty<(int)2,  ::dealii::MemorySpace::Default> ::set_state_device( ::Kokkos::View<double *,  ::Kokkos::CudaSpace > ,  ::Kokkos::View<double *,  ::Kokkos::CudaSpace > , const     ::std::map< ::dealii::TriaIterator< ::dealii::DoFCellAccessor<(int)2, (int)2, (bool)0> > ,     ::std::vector<unsigned int, ::std::allocator<unsigned int> > ,     ::std::less< ::dealii::TriaIterator< ::dealii::DoFCellAccessor<(int)2, (int)2, (bool)0> > > , ::std::allocator<    ::std::pair<const  ::dealii::TriaIterator< ::dealii::DoFCellAccessor<(int)2, (int)2, (bool)0> > ,     ::std::vector<unsigned int, ::std::allocator<unsigned int> > > > >  &, const  ::dealii::DoFHandler<(int)2, (int)2>  &)::[lambda(int) (instance 1)]::operator () const") is not allowed. The experimental flag '--expt-relaxed-constexpr' can be used to allow this.

/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.templates.hh(695): warning #20011-D: calling a __host__ function("adamantine::MaterialProperty<(int)2,  ::dealii::MemorySpace::Default> ::MaterialProperty(const adamantine::MaterialProperty<(int)2,  ::dealii::MemorySpace::Default> &)") from a __host__ __device__ function("adamantine::MaterialProperty<(int)2,  ::dealii::MemorySpace::Default> ::set_state_device( ::Kokkos::View<double *,  ::Kokkos::CudaSpace > ,  ::Kokkos::View<double *,  ::Kokkos::CudaSpace > , const     ::std::map< ::dealii::TriaIterator< ::dealii::DoFCellAccessor<(int)2, (int)2, (bool)0> > ,     ::std::vector<unsigned int, ::std::allocator<unsigned int> > ,     ::std::less< ::dealii::TriaIterator< ::dealii::DoFCellAccessor<(int)2, (int)2, (bool)0> > > , ::std::allocator<    ::std::pair<const  ::dealii::TriaIterator< ::dealii::DoFCellAccessor<(int)2, (int)2, (bool)0> > ,     ::std::vector<unsigned int, ::std::allocator<unsigned int> > > > >  &, const  ::dealii::DoFHandler<(int)2, (int)2>  &)::[lambda(int) (instance 1)]::[lambda(int) (instance 1)]") is not allowed

/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.templates.hh(692): warning #20013-D: calling a constexpr __host__ function("const T1 &  ::std::max<double> (const T1 &, const T1 &)") from a __host__ __device__ function("adamantine::MaterialProperty<(int)3,  ::dealii::MemorySpace::Default> ::set_state_device( ::Kokkos::View<double *,  ::Kokkos::CudaSpace > ,  ::Kokkos::View<double *,  ::Kokkos::CudaSpace > , const     ::std::map< ::dealii::TriaIterator< ::dealii::DoFCellAccessor<(int)3, (int)3, (bool)0> > ,     ::std::vector<unsigned int, ::std::allocator<unsigned int> > ,     ::std::less< ::dealii::TriaIterator< ::dealii::DoFCellAccessor<(int)3, (int)3, (bool)0> > > , ::std::allocator<    ::std::pair<const  ::dealii::TriaIterator< ::dealii::DoFCellAccessor<(int)3, (int)3, (bool)0> > ,     ::std::vector<unsigned int, ::std::allocator<unsigned int> > > > >  &, const  ::dealii::DoFHandler<(int)3, (int)3>  &)::[lambda(int) (instance 1)]::operator () const") is not allowed. The experimental flag '--expt-relaxed-constexpr' can be used to allow this.

/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.templates.hh(695): warning #20011-D: calling a __host__ function("adamantine::MaterialProperty<(int)3,  ::dealii::MemorySpace::Default> ::MaterialProperty(const adamantine::MaterialProperty<(int)3,  ::dealii::MemorySpace::Default> &)") from a __host__ __device__ function("adamantine::MaterialProperty<(int)3,  ::dealii::MemorySpace::Default> ::set_state_device( ::Kokkos::View<double *,  ::Kokkos::CudaSpace > ,  ::Kokkos::View<double *,  ::Kokkos::CudaSpace > , const     ::std::map< ::dealii::TriaIterator< ::dealii::DoFCellAccessor<(int)3, (int)3, (bool)0> > ,     ::std::vector<unsigned int, ::std::allocator<unsigned int> > ,     ::std::less< ::dealii::TriaIterator< ::dealii::DoFCellAccessor<(int)3, (int)3, (bool)0> > > , ::std::allocator<    ::std::pair<const  ::dealii::TriaIterator< ::dealii::DoFCellAccessor<(int)3, (int)3, (bool)0> > ,     ::std::vector<unsigned int, ::std::allocator<unsigned int> > > > >  &, const  ::dealii::DoFHandler<(int)3, (int)3>  &)::[lambda(int) (instance 1)]::[lambda(int) (instance 1)]") is not allowed

/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.templates.hh(1079): warning #20011-D: calling a __host__ function("dealii::DoFHandler<(int)2, (int)2> ::~DoFHandler()") from a __host__ __device__ function("adamantine::MaterialProperty<(int)2,  ::dealii::MemorySpace::Default> ::~MaterialProperty") is not allowed

/var/jenkins/workspace/adamantine_PR-253/source/MaterialProperty.templates.hh(1079): warning #20011-D: calling a __host__ function("dealii::DoFHandler<(int)3, (int)3> ::~DoFHandler()") from a __host__ __device__ function("adamantine::MaterialProperty<(int)3,  ::dealii::MemorySpace::Default> ::~MaterialProperty") is not allowed

/var/jenkins/workspace/adamantine_PR-253/source/material_deposition.cc(202): warning #68-D: integer conversion resulted in a change of sign
              box_size.at(axis<dim>::y) =
                          ^
          detected during:
            instantiation of "std::tuple<std::vector<dealii::BoundingBox<dim, double>, std::allocator<dealii::BoundingBox<dim, double>>>, std::vector<double, std::allocator<double>>, std::vector<double, std::allocator<double>>, std::vector<double, std::allocator<double>>> adamantine::deposition_along_scan_path<dim>(const boost::property_tree::ptree &, const adamantine::ScanPath &) [with dim=2]" at line 52
            instantiation of "std::tuple<std::vector<dealii::BoundingBox<dim, double>, std::allocator<dealii::BoundingBox<dim, double>>>, std::vector<double, std::allocator<double>>, std::vector<double, std::allocator<double>>, std::vector<double, std::allocator<double>>> adamantine::create_material_deposition_boxes(const boost::property_tree::ptree &, std::vector<std::shared_ptr<adamantine::HeatSource<dim>>, std::allocator<std::shared_ptr<adamantine::HeatSource<dim>>>> &) [with dim=2]" at line 357

Remark: The warnings can be suppressed with "-diag-suppress <warning-number>"

/var/jenkins/workspace/adamantine_PR-253/source/material_deposition.cc(209): warning #68-D: integer conversion resulted in a change of sign
              box_size.at(axis<dim>::y) = std::abs(sin) * next_box_length;
                          ^
          detected during:
            instantiation of "std::tuple<std::vector<dealii::BoundingBox<dim, double>, std::allocator<dealii::BoundingBox<dim, double>>>, std::vector<double, std::allocator<double>>, std::vector<double, std::allocator<double>>, std::vector<double, std::allocator<double>>> adamantine::deposition_along_scan_path<dim>(const boost::property_tree::ptree &, const adamantine::ScanPath &) [with dim=2]" at line 52
            instantiation of "std::tuple<std::vector<dealii::BoundingBox<dim, double>, std::allocator<dealii::BoundingBox<dim, double>>>, std::vector<double, std::allocator<double>>, std::vector<double, std::allocator<double>>, std::vector<double, std::allocator<double>>> adamantine::create_material_deposition_boxes(const boost::property_tree::ptree &, std::vector<std::shared_ptr<adamantine::HeatSource<dim>>, std::allocator<std::shared_ptr<adamantine::HeatSource<dim>>>> &) [with dim=2]" at line 357

[ 51%] Linking CXX static library libAdamantine.a
[ 51%] Built target Adamantine
[ 52%] Building CXX object tests/CMakeFiles/test_geometry.dir/test_geometry.cc.o
[ 53%] Building CXX object application/CMakeFiles/adamantine.dir/adamantine.cc.o
[ 53%] Building CXX object tests/CMakeFiles/test_data_assimilator.dir/test_data_assimilator.cc.o
[ 54%] Building CXX object tests/CMakeFiles/test_heat_source.dir/test_heat_source.cc.o
[ 55%] Building CXX object tests/CMakeFiles/test_implicit_operator.dir/test_implicit_operator.cc.o
[ 55%] Building CXX object tests/CMakeFiles/test_integration_thermoelastic.dir/test_integration_thermoelastic.cc.o
[ 57%] Building CXX object tests/CMakeFiles/test_material_property.dir/test_material_property.cc.o
[ 57%] Building CXX object tests/CMakeFiles/test_material_property_device.dir/test_material_property_device.cc.o
/var/jenkins/workspace/adamantine_PR-253/tests/../application/adamantine.hh(1360): warning #68-D: integer conversion resulted in a change of sign
    unsigned int local_ensemble_size = -1;
                                       ^

Remark: The warnings can be suppressed with "-diag-suppress <warning-number>"

/var/jenkins/workspace/adamantine_PR-253/tests/../application/adamantine.hh(1361): warning #68-D: integer conversion resulted in a change of sign
    unsigned int first_local_member = -1;
                                      ^

/var/jenkins/workspace/adamantine_PR-253/tests/../application/adamantine.hh(1569): warning #68-D: integer conversion resulted in a change of sign
    unsigned int experimental_frame_index = -1;
                                            ^

/var/jenkins/workspace/adamantine_PR-253/application/adamantine.hh(1360): warning #68-D: integer conversion resulted in a change of sign
    unsigned int local_ensemble_size = -1;
                                       ^

Remark: The warnings can be suppressed with "-diag-suppress <warning-number>"

/var/jenkins/workspace/adamantine_PR-253/application/adamantine.hh(1361): warning #68-D: integer conversion resulted in a change of sign
    unsigned int first_local_member = -1;
                                      ^

/var/jenkins/workspace/adamantine_PR-253/application/adamantine.hh(1569): warning #68-D: integer conversion resulted in a change of sign
    unsigned int experimental_frame_index = -1;
                                            ^

/var/jenkins/workspace/adamantine_PR-253/application/adamantine.hh(1360): warning #68-D: integer conversion resulted in a change of sign
    unsigned int local_ensemble_size = -1;
                                       ^

Remark: The warnings can be suppressed with "-diag-suppress <warning-number>"

/var/jenkins/workspace/adamantine_PR-253/application/adamantine.hh(1361): warning #68-D: integer conversion resulted in a change of sign
    unsigned int first_local_member = -1;
                                      ^

/var/jenkins/workspace/adamantine_PR-253/application/adamantine.hh(1569): warning #68-D: integer conversion resulted in a change of sign
    unsigned int experimental_frame_index = -1;
                                            ^

[ 58%] Linking CXX executable ../bin/test_heat_source
[ 58%] Built target test_heat_source
[ 59%] Building CXX object tests/CMakeFiles/test_mechanical_operator.dir/test_mechanical_operator.cc.o
[ 60%] Linking CXX executable ../bin/test_geometry
[ 60%] Built target test_geometry
[ 61%] Building CXX object tests/CMakeFiles/test_mechanical_physics.dir/test_mechanical_physics.cc.o
[ 61%] Linking CXX executable ../bin/test_implicit_operator
[ 61%] Linking CXX executable ../bin/test_material_property
[ 62%] Linking CXX executable ../bin/test_material_property_device
[ 62%] Built target test_implicit_operator
[ 63%] Building CXX object tests/CMakeFiles/test_newton_solver.dir/test_newton_solver.cc.o
[ 63%] Built target test_material_property
[ 63%] Building CXX object tests/CMakeFiles/test_post_processor.dir/test_post_processor.cc.o
[ 64%] Linking CXX executable ../bin/test_data_assimilator
[ 64%] Built target test_material_property_device
[ 65%] Building CXX object tests/CMakeFiles/test_scan_path.dir/test_scan_path.cc.o
[ 65%] Built target test_data_assimilator
[ 65%] Building CXX object tests/CMakeFiles/test_thermal_operator.dir/test_thermal_operator.cc.o
[ 66%] Linking CXX executable ../bin/test_integration_thermoelastic
[ 66%] Built target test_integration_thermoelastic
[ 67%] Building CXX object tests/CMakeFiles/test_thermal_operator_device.dir/test_thermal_operator_device.cc.o
[ 68%] Linking CXX executable ../bin/test_newton_solver
[ 68%] Built target test_newton_solver
[ 69%] Building CXX object tests/CMakeFiles/test_thermal_physics_device.dir/test_thermal_physics_device.cc.o
[ 70%] Linking CXX executable ../bin/adamantine
[ 71%] Linking CXX executable ../bin/test_scan_path
[ 71%] Built target adamantine
[ 72%] Building CXX object tests/CMakeFiles/test_timer.dir/test_timer.cc.o
[ 72%] Linking CXX executable ../bin/test_mechanical_operator
[ 72%] Built target test_scan_path
[ 73%] Building CXX object tests/CMakeFiles/test_utils.dir/test_utils.cc.o
[ 73%] Built target test_mechanical_operator
[ 74%] Building CXX object tests/CMakeFiles/test_validate_input_database.dir/test_validate_input_database.cc.o
[ 75%] Linking CXX executable ../bin/test_post_processor
[ 76%] Linking CXX executable ../bin/test_mechanical_physics
[ 76%] Built target test_post_processor
[ 77%] Building CXX object tests/CMakeFiles/test_experimental_data.dir/test_experimental_data.cc.o
[ 77%] Built target test_mechanical_physics
[ 78%] Building CXX object tests/CMakeFiles/test_integration_2d.dir/test_integration_2d.cc.o
[ 78%] Linking CXX executable ../bin/test_timer
[ 79%] Linking CXX executable ../bin/test_utils
[ 79%] Built target test_timer
[ 80%] Building CXX object tests/CMakeFiles/test_integration_2d_device.dir/test_integration_2d_device.cc.o
[ 80%] Built target test_utils
[ 81%] Building CXX object tests/CMakeFiles/test_integration_3d.dir/test_integration_3d.cc.o
[ 82%] Linking CXX executable ../bin/test_thermal_operator
[ 83%] Linking CXX executable ../bin/test_thermal_operator_device
/var/jenkins/workspace/adamantine_PR-253/tests/../application/adamantine.hh(1360): warning #68-D: integer conversion resulted in a change of sign
    unsigned int local_ensemble_size = -1;
                                       ^

Remark: The warnings can be suppressed with "-diag-suppress <warning-number>"

/var/jenkins/workspace/adamantine_PR-253/tests/../application/adamantine.hh(1361): warning #68-D: integer conversion resulted in a change of sign
    unsigned int first_local_member = -1;
                                      ^

/var/jenkins/workspace/adamantine_PR-253/tests/../application/adamantine.hh(1569): warning #68-D: integer conversion resulted in a change of sign
    unsigned int experimental_frame_index = -1;
                                            ^

[ 83%] Built target test_thermal_operator
[ 84%] Building CXX object tests/CMakeFiles/test_integration_3d_device.dir/test_integration_3d_device.cc.o
[ 85%] Linking CXX executable ../bin/test_validate_input_database
[ 85%] Built target test_thermal_operator_device
[ 86%] Building CXX object tests/CMakeFiles/test_integration_3d_amr.dir/test_integration_3d_amr.cc.o
[ 87%] Linking CXX executable ../bin/test_thermal_physics_device
[ 87%] Built target test_validate_input_database
[ 88%] Building CXX object tests/CMakeFiles/test_integration_3d_amr_device.dir/test_integration_3d_amr_device.cc.o
/var/jenkins/workspace/adamantine_PR-253/tests/../application/adamantine.hh(1360): warning #68-D: integer conversion resulted in a change of sign
    unsigned int local_ensemble_size = -1;
                                       ^

Remark: The warnings can be suppressed with "-diag-suppress <warning-number>"

/var/jenkins/workspace/adamantine_PR-253/tests/../application/adamantine.hh(1361): warning #68-D: integer conversion resulted in a change of sign
    unsigned int first_local_member = -1;
                                      ^

/var/jenkins/workspace/adamantine_PR-253/tests/../application/adamantine.hh(1569): warning #68-D: integer conversion resulted in a change of sign
    unsigned int experimental_frame_index = -1;
                                            ^

/var/jenkins/workspace/adamantine_PR-253/tests/../application/adamantine.hh(1360): warning #68-D: integer conversion resulted in a change of sign
    unsigned int local_ensemble_size = -1;
                                       ^

Remark: The warnings can be suppressed with "-diag-suppress <warning-number>"

/var/jenkins/workspace/adamantine_PR-253/tests/../application/adamantine.hh(1361): warning #68-D: integer conversion resulted in a change of sign
    unsigned int first_local_member = -1;
                                      ^

/var/jenkins/workspace/adamantine_PR-253/tests/../application/adamantine.hh(1569): warning #68-D: integer conversion resulted in a change of sign
    unsigned int experimental_frame_index = -1;
                                            ^

[ 88%] Built target test_thermal_physics_device
[ 88%] Building CXX object tests/CMakeFiles/test_integration_da.dir/test_integration_da.cc.o
/var/jenkins/workspace/adamantine_PR-253/tests/../application/adamantine.hh(1360): warning #68-D: integer conversion resulted in a change of sign
    unsigned int local_ensemble_size = -1;
                                       ^

Remark: The warnings can be suppressed with "-diag-suppress <warning-number>"

/var/jenkins/workspace/adamantine_PR-253/tests/../application/adamantine.hh(1361): warning #68-D: integer conversion resulted in a change of sign
    unsigned int first_local_member = -1;
                                      ^

/var/jenkins/workspace/adamantine_PR-253/tests/../application/adamantine.hh(1569): warning #68-D: integer conversion resulted in a change of sign
    unsigned int experimental_frame_index = -1;
                                            ^

/var/jenkins/workspace/adamantine_PR-253/tests/../application/adamantine.hh(1360): warning #68-D: integer conversion resulted in a change of sign
    unsigned int local_ensemble_size = -1;
                                       ^

Remark: The warnings can be suppressed with "-diag-suppress <warning-number>"

/var/jenkins/workspace/adamantine_PR-253/tests/../application/adamantine.hh(1361): warning #68-D: integer conversion resulted in a change of sign
    unsigned int first_local_member = -1;
                                      ^

/var/jenkins/workspace/adamantine_PR-253/tests/../application/adamantine.hh(1569): warning #68-D: integer conversion resulted in a change of sign
    unsigned int experimental_frame_index = -1;
                                            ^

/var/jenkins/workspace/adamantine_PR-253/tests/../application/adamantine.hh(1360): warning #68-D: integer conversion resulted in a change of sign
    unsigned int local_ensemble_size = -1;
                                       ^

Remark: The warnings can be suppressed with "-diag-suppress <warning-number>"

/var/jenkins/workspace/adamantine_PR-253/tests/../application/adamantine.hh(1361): warning #68-D: integer conversion resulted in a change of sign
    unsigned int first_local_member = -1;
                                      ^

/var/jenkins/workspace/adamantine_PR-253/tests/../application/adamantine.hh(1569): warning #68-D: integer conversion resulted in a change of sign
    unsigned int experimental_frame_index = -1;
                                            ^

/var/jenkins/workspace/adamantine_PR-253/tests/../application/adamantine.hh(1360): warning #68-D: integer conversion resulted in a change of sign
    unsigned int local_ensemble_size = -1;
                                       ^

Remark: The warnings can be suppressed with "-diag-suppress <warning-number>"

/var/jenkins/workspace/adamantine_PR-253/tests/../application/adamantine.hh(1361): warning #68-D: integer conversion resulted in a change of sign
    unsigned int first_local_member = -1;
                                      ^

/var/jenkins/workspace/adamantine_PR-253/tests/../application/adamantine.hh(1569): warning #68-D: integer conversion resulted in a change of sign
    unsigned int experimental_frame_index = -1;
                                            ^

/var/jenkins/workspace/adamantine_PR-253/tests/../application/adamantine.hh(1360): warning #68-D: integer conversion resulted in a change of sign
    unsigned int local_ensemble_size = -1;
                                       ^

Remark: The warnings can be suppressed with "-diag-suppress <warning-number>"

/var/jenkins/workspace/adamantine_PR-253/tests/../application/adamantine.hh(1361): warning #68-D: integer conversion resulted in a change of sign
    unsigned int first_local_member = -1;
                                      ^

/var/jenkins/workspace/adamantine_PR-253/tests/../application/adamantine.hh(1569): warning #68-D: integer conversion resulted in a change of sign
    unsigned int experimental_frame_index = -1;
                                            ^

[ 89%] Linking CXX executable ../bin/test_experimental_data
/var/jenkins/workspace/adamantine_PR-253/tests/../application/adamantine.hh(1360): warning #68-D: integer conversion resulted in a change of sign
    unsigned int local_ensemble_size = -1;
                                       ^

Remark: The warnings can be suppressed with "-diag-suppress <warning-number>"

/var/jenkins/workspace/adamantine_PR-253/tests/../application/adamantine.hh(1361): warning #68-D: integer conversion resulted in a change of sign
    unsigned int first_local_member = -1;
                                      ^

/var/jenkins/workspace/adamantine_PR-253/tests/../application/adamantine.hh(1569): warning #68-D: integer conversion resulted in a change of sign
    unsigned int experimental_frame_index = -1;
                                            ^

[ 89%] Built target test_experimental_data
[ 90%] Building CXX object tests/CMakeFiles/test_integration_da_augmented.dir/test_integration_da_augmented.cc.o
[ 91%] Linking CXX executable ../bin/test_integration_2d
/var/jenkins/workspace/adamantine_PR-253/tests/../application/adamantine.hh(1360): warning #68-D: integer conversion resulted in a change of sign
    unsigned int local_ensemble_size = -1;
                                       ^

Remark: The warnings can be suppressed with "-diag-suppress <warning-number>"

/var/jenkins/workspace/adamantine_PR-253/tests/../application/adamantine.hh(1361): warning #68-D: integer conversion resulted in a change of sign
    unsigned int first_local_member = -1;
                                      ^

/var/jenkins/workspace/adamantine_PR-253/tests/../application/adamantine.hh(1569): warning #68-D: integer conversion resulted in a change of sign
    unsigned int experimental_frame_index = -1;
                                            ^

[ 91%] Linking CXX executable ../bin/test_integration_2d_device
[ 91%] Built target test_integration_2d
[ 92%] Building CXX object tests/CMakeFiles/test_material_deposition.dir/test_material_deposition.cc.o
[ 93%] Linking CXX executable ../bin/test_integration_3d
[ 93%] Built target test_integration_2d_device
[ 94%] Building CXX object tests/CMakeFiles/test_thermal_physics.dir/test_thermal_physics.cc.o
[ 95%] Linking CXX executable ../bin/test_integration_3d_device
[ 95%] Built target test_integration_3d
[ 95%] Building CXX object tests/CMakeFiles/test_ensemble_management.dir/test_ensemble_management.cc.o
[ 95%] Linking CXX executable ../bin/test_integration_3d_amr
[ 96%] Linking CXX executable ../bin/test_integration_3d_amr_device
[ 96%] Built target test_integration_3d_device
[ 96%] Built target test_integration_3d_amr
/var/jenkins/workspace/adamantine_PR-253/tests/../application/adamantine.hh(1360): warning #68-D: integer conversion resulted in a change of sign
    unsigned int local_ensemble_size = -1;
                                       ^

Remark: The warnings can be suppressed with "-diag-suppress <warning-number>"

/var/jenkins/workspace/adamantine_PR-253/tests/../application/adamantine.hh(1361): warning #68-D: integer conversion resulted in a change of sign
    unsigned int first_local_member = -1;
                                      ^

/var/jenkins/workspace/adamantine_PR-253/tests/../application/adamantine.hh(1569): warning #68-D: integer conversion resulted in a change of sign
    unsigned int experimental_frame_index = -1;
                                            ^

[ 97%] Linking CXX executable ../bin/test_integration_da
[ 97%] Built target test_integration_3d_amr_device
[ 97%] Built target test_integration_da
[ 98%] Linking CXX executable ../bin/test_ensemble_management
[ 98%] Built target test_ensemble_management
[ 98%] Linking CXX executable ../bin/test_thermal_physics
[ 99%] Linking CXX executable ../bin/test_material_deposition
[100%] Linking CXX executable ../bin/test_integration_da_augmented
[100%] Built target test_thermal_physics
[100%] Built target test_material_deposition
[100%] Built target test_integration_da_augmented
[Pipeline] sh
+ ctest --no-compress-output -R test_ -T Test
   Site: 0be8a90efd95
   Build name: Linux-nvcc_wrapper
Create new tag: 20240130-1717 - Experimental
Test project /var/jenkins/workspace/adamantine_PR-253/build
      Start  2: test_data_assimilator_1
 1/42 Test  #2: test_data_assimilator_1 ............***Failed    2.03 sec
      Start  3: test_geometry_1
 2/42 Test  #3: test_geometry_1 ....................***Failed    1.78 sec
      Start  4: test_heat_source_1
 3/42 Test  #4: test_heat_source_1 .................***Failed    1.95 sec
      Start  5: test_implicit_operator_1
 4/42 Test  #5: test_implicit_operator_1 ...........***Failed    1.84 sec
      Start  6: test_integration_thermoelastic_1
 5/42 Test  #6: test_integration_thermoelastic_1 ...***Failed    1.78 sec
      Start  7: test_material_property_1
 6/42 Test  #7: test_material_property_1 ...........***Failed    1.79 sec
      Start  8: test_material_property_device_1
 7/42 Test  #8: test_material_property_device_1 ....***Failed    1.84 sec
      Start  9: test_mechanical_operator_1
 8/42 Test  #9: test_mechanical_operator_1 .........***Failed    1.85 sec
      Start 10: test_mechanical_physics_1
 9/42 Test #10: test_mechanical_physics_1 ..........***Failed    1.85 sec
      Start 11: test_newton_solver_1
10/42 Test #11: test_newton_solver_1 ...............***Failed    1.78 sec
      Start 12: test_post_processor_1
11/42 Test #12: test_post_processor_1 ..............***Failed    1.83 sec
      Start 13: test_scan_path_1
12/42 Test #13: test_scan_path_1 ...................***Failed    1.78 sec
      Start 14: test_thermal_operator_1
13/42 Test #14: test_thermal_operator_1 ............***Failed    1.82 sec
      Start 15: test_thermal_operator_device_1
14/42 Test #15: test_thermal_operator_device_1 .....***Failed    1.86 sec
      Start 16: test_thermal_physics_device_1
15/42 Test #16: test_thermal_physics_device_1 ......***Failed    1.97 sec
      Start 17: test_timer_1
16/42 Test #17: test_timer_1 .......................***Failed    1.82 sec
      Start 18: test_utils_1
17/42 Test #18: test_utils_1 .......................***Failed    1.80 sec
      Start 19: test_validate_input_database_1
18/42 Test #19: test_validate_input_database_1 .....***Failed    1.94 sec
      Start 20: test_experimental_data_1
19/42 Test #20: test_experimental_data_1 ...........***Failed    1.94 sec
      Start 21: test_experimental_data_2
20/42 Test #21: test_experimental_data_2 ...........***Failed    1.75 sec
      Start 22: test_integration_2d_1
21/42 Test #22: test_integration_2d_1 ..............***Failed    1.89 sec
      Start 23: test_integration_2d_2
22/42 Test #23: test_integration_2d_2 ..............***Failed    1.71 sec
      Start 24: test_integration_2d_device_1
23/42 Test #24: test_integration_2d_device_1 .......***Failed    1.87 sec
      Start 25: test_integration_2d_device_2
24/42 Test #25: test_integration_2d_device_2 .......***Failed    1.72 sec
      Start 26: test_integration_3d_1
25/42 Test #26: test_integration_3d_1 ..............***Failed    1.93 sec
      Start 27: test_integration_3d_2
26/42 Test #27: test_integration_3d_2 ..............***Failed    1.67 sec
      Start 28: test_integration_3d_device_1
27/42 Test #28: test_integration_3d_device_1 .......***Failed    1.84 sec
      Start 29: test_integration_3d_device_2
28/42 Test #29: test_integration_3d_device_2 .......***Failed    1.66 sec
      Start 30: test_integration_3d_amr_1
29/42 Test #30: test_integration_3d_amr_1 ..........***Failed    1.82 sec
      Start 31: test_integration_3d_amr_2
30/42 Test #31: test_integration_3d_amr_2 ..........***Failed    1.69 sec
      Start 32: test_integration_3d_amr_device_1
31/42 Test #32: test_integration_3d_amr_device_1 ...***Failed    1.81 sec
      Start 33: test_integration_3d_amr_device_2
32/42 Test #33: test_integration_3d_amr_device_2 ...***Failed    1.69 sec
      Start 34: test_integration_da_1
33/42 Test #34: test_integration_da_1 ..............***Failed    1.80 sec
      Start 35: test_integration_da_2
34/42 Test #35: test_integration_da_2 ..............***Failed    1.68 sec
      Start 36: test_integration_da_augmented_1
35/42 Test #36: test_integration_da_augmented_1 ....***Failed    1.82 sec
      Start 37: test_integration_da_augmented_2
36/42 Test #37: test_integration_da_augmented_2 ....***Failed    1.70 sec
      Start 38: test_material_deposition_1
37/42 Test #38: test_material_deposition_1 .........***Failed    1.80 sec
      Start 39: test_material_deposition_2
38/42 Test #39: test_material_deposition_2 .........***Failed    1.70 sec
      Start 40: test_thermal_physics_1
39/42 Test #40: test_thermal_physics_1 .............***Failed    1.79 sec
      Start 41: test_thermal_physics_2
40/42 Test #41: test_thermal_physics_2 .............***Failed    1.66 sec
      Start 42: test_ensemble_management_1
41/42 Test #42: test_ensemble_management_1 .........***Failed    1.79 sec
      Start 43: test_ensemble_management_2
42/42 Test #43: test_ensemble_management_2 .........***Failed    1.65 sec

0% tests passed, 42 tests failed out of 42

Total Test time (real) =  75.71 sec

The following tests FAILED:
	  2 - test_data_assimilator_1 (Failed)
	  3 - test_geometry_1 (Failed)
	  4 - test_heat_source_1 (Failed)
	  5 - test_implicit_operator_1 (Failed)
	  6 - test_integration_thermoelastic_1 (Failed)
	  7 - test_material_property_1 (Failed)
	  8 - test_material_property_device_1 (Failed)
	  9 - test_mechanical_operator_1 (Failed)
	 10 - test_mechanical_physics_1 (Failed)
	 11 - test_newton_solver_1 (Failed)
	 12 - test_post_processor_1 (Failed)
	 13 - test_scan_path_1 (Failed)
	 14 - test_thermal_operator_1 (Failed)
	 15 - test_thermal_operator_device_1 (Failed)
	 16 - test_thermal_physics_device_1 (Failed)
	 17 - test_timer_1 (Failed)
	 18 - test_utils_1 (Failed)
	 19 - test_validate_input_database_1 (Failed)
	 20 - test_experimental_data_1 (Failed)
	 21 - test_experimental_data_2 (Failed)
	 22 - test_integration_2d_1 (Failed)
	 23 - test_integration_2d_2 (Failed)
	 24 - test_integration_2d_device_1 (Failed)
	 25 - test_integration_2d_device_2 (Failed)
	 26 - test_integration_3d_1 (Failed)
	 27 - test_integration_3d_2 (Failed)
	 28 - test_integration_3d_device_1 (Failed)
	 29 - test_integration_3d_device_2 (Failed)
	 30 - test_integration_3d_amr_1 (Failed)
	 31 - test_integration_3d_amr_2 (Failed)
	 32 - test_integration_3d_amr_device_1 (Failed)
	 33 - test_integration_3d_amr_device_2 (Failed)
	 34 - test_integration_da_1 (Failed)
	 35 - test_integration_da_2 (Failed)
	 36 - test_integration_da_augmented_1 (Failed)
	 37 - test_integration_da_augmented_2 (Failed)
	 38 - test_material_deposition_1 (Failed)
	 39 - test_material_deposition_2 (Failed)
	 40 - test_thermal_physics_1 (Failed)
	 41 - test_thermal_physics_2 (Failed)
	 42 - test_ensemble_management_1 (Failed)
	 43 - test_ensemble_management_2 (Failed)
Errors while running CTest
Output from these tests are in: /var/jenkins/workspace/adamantine_PR-253/build/Testing/Temporary/LastTest.log
Use "--rerun-failed --output-on-failure" to re-run the failed cases verbosely.
[Pipeline] }
[Pipeline] // dir
Post stage
[Pipeline] xunit
INFO: Processing CTest-Version 3.x (default)
[Pipeline] }
$ docker stop --time=1 0be8a90efd95b738700f30a311e6d1430f8b8d7a7254c98cf7b2705d63188da4
INFO: [CTest-Version 3.x (default)] - 1 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)'.
$ docker rm -f --volumes 0be8a90efd95b738700f30a311e6d1430f8b8d7a7254c98cf7b2705d63188da4
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[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: FAILURE