Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#2082: CI: fix nvidia builds #2083

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Conversation

lifflander
Copy link
Collaborator

Fixes #2082

@lifflander lifflander linked an issue Feb 6, 2023 that may be closed by this pull request
@github-actions
Copy link

github-actions bot commented Feb 6, 2023

Pipelines results

PR tests (gcc-8, ubuntu, mpich, address sanitizer)

Build for bf8bef4 (2023-02-06 23:20:24 UTC)

Compilation - successful

Testing - passed

Build log


PR tests (gcc-7, ubuntu, mpich, trace runtime, LB)

Build for bf8bef4 (2023-02-06 23:20:24 UTC)

Compilation - successful

Testing - passed

Build log


PR tests (nvidia cuda 11.0, gcc-9, ubuntu, mpich)

Build for bf8bef4 (2023-02-06 23:20:24 UTC)

FAILED: src/CMakeFiles/vt.dir/Unity/unity_18_cxx.cxx.o 
/usr/bin/ccache /nvcc_wrapper/build/nvcc_wrapper -DJSON_USE_IMPLICIT_CONVERSIONS=1 -DVT_NO_COLOR_ENABLED -I/vt/lib/CLI -Irelease -I/vt/src -I/vt/lib/json/include -I/vt/lib/brotli/c/include -isystem /vt/lib/fmt/include -isystem /vt/lib/EngFormat-Cpp/include -isystem /build/checkpoint/install/include -isystem /build/detector/install/include -Wno-deprecated-gpu-targets -O3 -DNDEBUG -Wall -pedantic -Wshadow -Wno-unknown-pragmas -Wsign-compare -ftemplate-backtrace-limit=100 -Werror -fPIC -std=c++17 -MD -MT src/CMakeFiles/vt.dir/Unity/unity_18_cxx.cxx.o -MF src/CMakeFiles/vt.dir/Unity/unity_18_cxx.cxx.o.d -o src/CMakeFiles/vt.dir/Unity/unity_18_cxx.cxx.o -c src/CMakeFiles/vt.dir/Unity/unity_18_cxx.cxx
/usr/include/c++/9/tuple(553): error: pack "_UElements" does not have the same number of elements as "_Elements"
          detected during instantiation of "bool std::tuple<_Elements...>::__nothrow_assignable<_UElements...>() [with _Elements=<vt::rdma::State::RDMA_GetFunctionType, vt::RDMA_HandlerType, vt::HandlerType>, _UElements=<>]" 
/vt/src/vt/rdma/state/rdma_state.impl.h(86): here

/usr/include/c++/9/tuple(553): error: pack "_UElements" does not have the same number of elements as "_Elements"
          detected during instantiation of "bool std::tuple<_Elements...>::__nothrow_assignable<_UElements...>() [with _Elements=<vt::rdma::State::RDMA_PutFunctionType, vt::RDMA_HandlerType, vt::HandlerType>, _UElements=<>]" 
/vt/src/vt/rdma/state/rdma_state.impl.h(122): here

2 errors detected in the compilation of "src/CMakeFiles/vt.dir/Unity/unity_18_cxx.cxx".


Build log


PR tests (gcc-10, ubuntu, openmpi, no LB)

Build for bf8bef4 (2023-02-06 23:20:24 UTC)

Compilation - successful

Testing - passed

Build log


PR tests (clang-11, ubuntu, mpich)

Build for bf8bef4 (2023-02-06 23:20:24 UTC)

Compilation - successful

Testing - passed

Build log


PR tests (clang-9, ubuntu, mpich)

Build for bf8bef4 (2023-02-06 23:20:24 UTC)

Compilation - successful

Testing - passed

Build log


PR tests (nvidia cuda 11.2, gcc-9, ubuntu, mpich)

Build for ( UTC)

nvcc_wrapper does not accept standard flags -std=c++1z since partial standard flags and standards after C++17 are not supported. nvcc_wrapper will use -std=c++14 instead. It is undefined behavior to use this flag. This should only be occurring during CMake configuration.
nvcc_wrapper does not accept standard flags -std=c++1z since partial standard flags and standards after C++17 are not supported. nvcc_wrapper will use -std=c++14 instead. It is undefined behavior to use this flag. This should only be occurring during CMake configuration.
nvcc_wrapper does not accept standard flags -std=c++1z since partial standard flags and standards after C++17 are not supported. nvcc_wrapper will use -std=c++14 instead. It is undefined behavior to use this flag. This should only be occurring during CMake configuration.
nvcc_wrapper does not accept standard flags -std=c++1z since partial standard flags and standards after C++17 are not supported. nvcc_wrapper will use -std=c++14 instead. It is undefined behavior to use this flag. This should only be occurring during CMake configuration.
FAILED: tests/CMakeFiles/epoch_nompi.dir/Unity/unity_0_cxx.cxx.o 
/usr/bin/ccache /nvcc_wrapper/build/nvcc_wrapper -DJSON_USE_IMPLICIT_CONVERSIONS=1 -DVT_NO_COLOR_ENABLED -I/vt/tests/unit -I/vt/lib/CLI -I/vt/lib/json/include -I/vt/lib/brotli/c/include -Irelease -I/vt/src -isystem /vt/tests/extern/googletest/googletest/include -isystem /vt/tests/extern/googletest/googletest -isystem /vt/lib/fmt/include -isystem /vt/lib/EngFormat-Cpp/include -isystem /build/checkpoint/install/include -isystem /build/detector/install/include -Wno-deprecated-gpu-targets -O3 -DNDEBUG -fdiagnostics-color=always -Wall -pedantic -Wshadow -Wno-unknown-pragmas -Wsign-compare -ftemplate-backtrace-limit=100 -Werror -fPIC -std=c++1z -MD -MT tests/CMakeFiles/epoch_nompi.dir/Unity/unity_0_cxx.cxx.o -MF tests/CMakeFiles/epoch_nompi.dir/Unity/unity_0_cxx.cxx.o.d -o tests/CMakeFiles/epoch_nompi.dir/Unity/unity_0_cxx.cxx.o -c tests/CMakeFiles/epoch_nompi.dir/Unity/unity_0_cxx.cxx
nvcc_wrapper does not accept standard flags -std=c++1z since partial standard flags and standards after C++17 are not supported. nvcc_wrapper will use -std=c++14 instead. It is undefined behavior to use this flag. This should only be occurring during CMake configuration.
/build/checkpoint/install/include/checkpoint/container/tuple_serialize.h(86): error: namespace "std" has no member "launder"

/build/checkpoint/install/include/checkpoint/container/tuple_serialize.h(86): error: type name is not allowed

2 errors detected in the compilation of "tests/CMakeFiles/epoch_nompi.dir/Unity/unity_0_cxx.cxx".
FAILED: src/CMakeFiles/vt.dir/Unity/unity_19_cxx.cxx.o 
/usr/bin/ccache /nvcc_wrapper/build/nvcc_wrapper -DJSON_USE_IMPLICIT_CONVERSIONS=1 -DVT_NO_COLOR_ENABLED -I/vt/lib/CLI -Irelease -I/vt/src -I/vt/lib/json/include -I/vt/lib/brotli/c/include -isystem /vt/lib/fmt/in%0D%0A%0D%0A%0D%0A ==> And there is more. Read log. <==

Build log


PR tests (clang-12, ubuntu, mpich)

Build for bf8bef4 (2023-02-06 23:20:24 UTC)

Compilation - successful

Testing - passed

Build log


PR tests (clang-13, ubuntu, mpich)

Build for bf8bef4 (2023-02-06 23:20:24 UTC)

Compilation - successful

Testing - passed

Build log


PR tests (clang-14, ubuntu, mpich)

Build for bf8bef4 (2023-02-06 23:20:24 UTC)

Compilation - successful

Testing - passed

Build log


PR tests (gcc-11, ubuntu, mpich, json schema test)

Build for bf8bef4 (2023-02-06 23:20:24 UTC)

Compilation - successful

Testing - passed

Build log


PR tests (clang-10, ubuntu, mpich)

Build for bf8bef4 (2023-02-06 23:20:24 UTC)

Compilation - successful

Testing - passed

Build log


PR tests (gcc-9, ubuntu, mpich, zoltan)

Build for bf8bef4 (2023-02-06 23:20:24 UTC)

Compilation - successful

Testing - passed

Build log


PR tests (gcc-12, ubuntu, mpich)

Build for bf8bef4 (2023-02-06 23:20:24 UTC)

Compilation - successful

Testing - passed

Build log


PR tests (intel icpc, ubuntu, mpich)

Build for bf8bef4 (2023-02-06 23:20:24 UTC)

intel-cc: remark #10441: The Intel(R) C++ Compiler Classic (ICC) is deprecated and will be removed from product release in the second half of 2023. The Intel(R) oneAPI DPC++/C++ Compiler (ICX) is the recommended compiler moving forward. Please transition to use this compiler. Use '-diag-disable=10441' to disable this message.
intel-cc: remark #10441: The Intel(R) C++ Compiler Classic (ICC) is deprecated and will be removed from product release in the second half of 2023. The Intel(R) oneAPI DPC++/C++ Compiler (ICX) is the recommended compiler moving forward. Please transition to use this compiler. Use '-diag-disable=10441' to disable this message.
intel-cc: remark #10441: The Intel(R) C++ Compiler Classic (ICC) is deprecated and will be removed from product release in the second half of 2023. The Intel(R) oneAPI DPC++/C++ Compiler (ICX) is the recommended compiler moving forward. Please transition to use this compiler. Use '-diag-disable=10441' to disable this message.
intel-cc: remark #10441: The Intel(R) C++ Compiler Classic (ICC) is deprecated and will be removed from product release in the second half of 2023. The Intel(R) oneAPI DPC++/C++ Compiler (ICX) is the recommended compiler moving forward. Please transition to use this compiler. Use '-diag-disable=10441' to disable this message.
intel-cc: remark #10441: The Intel(R) C++ Compiler Classic (ICC) is deprecated and will be removed from product release in the second half of 2023. The Intel(R) oneAPI DPC++/C++ Compiler (ICX) is the recommended compiler moving forward. Please transition to use this compiler. Use '-diag-disable=10441' to disable this message.
intel-cc: remark #10441: The Intel(R) C++ Compiler Classic (ICC) is deprecated and will be removed from product release in the second half of 2023. The Intel(R) oneAPI DPC++/C++ Compiler (ICX) is the recommended compiler moving forward. Please transition to use this compiler. Use '-diag-disable=10441' to disable this message.
intel-cc: remark #10441: The Intel(R) C++ Compiler Classic (ICC) is deprecated and will be removed from product release in the second half of 2023. The Intel(R) oneAPI DPC++/C++ Compiler (ICX) is the recommended compiler moving forward. Please transition to use this compiler. Use '-diag-disable=10441' to disable this message.
intel-cc: remark #10441: The Intel(R) C++ Compiler Classic (ICC) is deprecated and will be removed from product release in the second half of 2023. The Intel(R) oneAPI DPC++/C++ Compiler (ICX) is the recommended compiler moving forward. Please transition to use this compiler. Use '-diag-disable=10441' to disable this message.
intel-cc: remark #10441: The Intel(R) C++ Compiler Classic (ICC) is deprecated and will be removed from product release in the second half of 2023. The Intel(R) oneAPI DPC++/C++ Compiler (ICX) is the recommended compiler moving forward. Please transition to use this compiler. Use '-diag-disable=10441' to disable this message.-%0D%0A%0D%0A%0D%0A ==> And there is more. Read log. <==

Build log


@codecov
Copy link

codecov bot commented Feb 6, 2023

Codecov Report

Merging #2083 (bf8bef4) into develop (cf4c06a) will increase coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #2083      +/-   ##
===========================================
+ Coverage    84.83%   84.86%   +0.02%     
===========================================
  Files          720      720              
  Lines        25632    25632              
===========================================
+ Hits         21746    21753       +7     
+ Misses        3886     3879       -7     
Impacted Files Coverage Δ
src/vt/vrt/collection/manager.impl.h 96.48% <0.00%> (+0.98%) ⬆️

@PhilMiller PhilMiller mentioned this pull request Mar 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix nvcc builds
1 participant