Closed bartlettroscoe closed 4 years ago
I deleted the build directory on the machine ceerws1113 and restarted the CI server from scratch with:
nohup \
env
TRILINOS_CI_DO_INITIAL_REBUILD=1 \
CTEST_BUILD_FLAGS="-j8 -k 999999" \
CTEST_PARALLEL_LEVEL=8 \
./Trilinos/cmake/ctest/drivers/sems_ci/trilinos_ci_sever.sh \
&> trilinos_ci_server.out &
Let's see what happens with this.
What is concerning is that I have not been getting emails for all of those broken iterations. I only got the first email for the first error iteration. Not good.
FYI - I have seen some "need to blitz the build directory" issues with the Kokkos upgrade.
FYI - I have seen some "need to blitz the build directory" issues with the Kokkos upgrade.
@csiefer2, we have seen this before as reported in #6855. I need to add that solid reproducer for that case.
And indeed, a build from scratch for the CI build seems to have fixed the problem as shown in:
We really need to get someone to figure out why Kokkos is not rebuilding correctly after their big CMake refactor.
I will go ahead and close this issue since it looks like the problem is resolved (until the next time Kokkos is updated or they fix #6855).
Looking at the CI build shown in this query:
one can see that the Kokkos 3.1 promotion from PR #7172 yesterday broke the CI build shown here. The first build errors were in the KokkosKernels package showing:
We are not seeing that build error in any of the Trilinos PR builds yet as shown here:
and it not being seen in any of the ATDM Trilinos builds today shown here: