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

#1742 add exception for vt directory before running git commands on Azure #1784

Merged
merged 1 commit into from
May 9, 2022

Conversation

jstrzebonski
Copy link
Contributor

Fixes #1742

@jstrzebonski jstrzebonski self-assigned this May 9, 2022
@jstrzebonski jstrzebonski force-pushed the 1742-ci-git-errors branch from 68cd4f5 to de1e26a Compare May 9, 2022 08:52
@github-actions
Copy link

github-actions bot commented May 9, 2022

PR tests (gcc-5, ubuntu, mpich)

Build for 3598f8d

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented May 9, 2022

PR tests (clang-3.9, ubuntu, mpich)

Build for 3598f8d

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented May 9, 2022

PR tests (clang-5.0, ubuntu, mpich)

Build for 3598f8d

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented May 9, 2022

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

Build for 3598f8d

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented May 9, 2022

PR tests (gcc-6, ubuntu, mpich)

Build for 3598f8d

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented May 9, 2022

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

Build for 3598f8d

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented May 9, 2022

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

Build for 3598f8d

Compilation - successful

Testing - passed

Build log

@codecov
Copy link

codecov bot commented May 9, 2022

Codecov Report

Merging #1784 (de1e26a) into develop (25937dd) will decrease coverage by 0.49%.
The diff coverage is 89.90%.

❗ Current head de1e26a differs from pull request most recent head 3598f8d. Consider uploading reports for the commit 3598f8d to get more accurate results

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #1784      +/-   ##
===========================================
- Coverage    84.65%   84.15%   -0.50%     
===========================================
  Files          774      753      -21     
  Lines        27026    26117     -909     
===========================================
- Hits         22879    21979     -900     
+ Misses        4147     4138       -9     
Impacted Files Coverage Δ
src/vt/configs/arguments/app_config.h 100.00% <ø> (ø)
src/vt/messaging/active.h 72.91% <ø> (ø)
src/vt/messaging/envelope/envelope_setup.impl.h 100.00% <ø> (ø)
src/vt/objgroup/manager.h 100.00% <ø> (ø)
src/vt/objgroup/proxy/proxy_objgroup.h 100.00% <ø> (ø)
src/vt/objgroup/proxy/proxy_objgroup_elm.h 100.00% <ø> (ø)
src/vt/runtime/runtime.h 100.00% <ø> (ø)
src/vt/vrt/collection/balance/baselb/baselb.h 100.00% <ø> (ø)
...c/vt/vrt/collection/balance/lb_invoke/lb_manager.h 100.00% <ø> (ø)
src/vt/vrt/collection/balance/lb_type.h 100.00% <ø> (ø)
... and 122 more

@github-actions
Copy link

github-actions bot commented May 9, 2022

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

Build for 3598f8d

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented May 9, 2022

PR tests (clang-9, ubuntu, mpich)

Build for 3598f8d

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented May 9, 2022

PR tests (clang-10, alpine, mpich)

Build for 3598f8d

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented May 9, 2022

PR tests (nvidia cuda 10.1, ubuntu, mpich)

Build for 3598f8d

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented May 9, 2022

PR tests (clang-11, ubuntu, mpich)

Build for 3598f8d

In file included from src/CMakeFiles/vt.dir/Unity/unity_14_cxx.cxx:7:
/vt/src/vt/utils/memory/memory_usage.cc:149:26: warning: 'mallinfo' is deprecated [-Wdeprecated-declarations]
    struct mallinfo mi = mallinfo();
                         ^
/usr/include/malloc.h:114:48: note: 'mallinfo' has been explicitly marked deprecated here
extern struct mallinfo mallinfo (void) __THROW __MALLOC_DEPRECATED;
                                               ^
/usr/include/malloc.h:32:30: note: expanded from macro '__MALLOC_DEPRECATED'
# define __MALLOC_DEPRECATED __attribute_deprecated__
                             ^
/usr/include/x86_64-linux-gnu/sys/cdefs.h:339:51: note: expanded from macro '__attribute_deprecated__'
# define __attribute_deprecated__ __attribute__ ((__deprecated__))
                                                  ^
1 warning generated.

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented May 9, 2022

PR tests (intel icpx, ubuntu, mpich)

Build for 3598f8d

/vt/lib/EngFormat-Cpp/src/eng_format.cpp:144:15: warning: comparison with NaN always evaluates to false in fast floating point modes [-Wtautological-constant-compare]
    if      ( std::isnan( value ) ) return "NaN";
              ^~~~~~~~~~~~~~~~~~~
/vt/lib/EngFormat-Cpp/src/eng_format.cpp:145:15: warning: comparison with infinity always evaluates to false in fast floating point modes [-Wtautological-constant-compare]
    else if ( std::isinf( value ) ) return "INFINITE";
              ^~~~~~~~~~~~~~~~~~~
2 warnings generated.

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented May 9, 2022

PR tests (clang-12, ubuntu, mpich)

Build for 3598f8d

In file included from src/CMakeFiles/vt.dir/Unity/unity_14_cxx.cxx:7:
/vt/src/vt/utils/memory/memory_usage.cc:149:26: warning: 'mallinfo' is deprecated [-Wdeprecated-declarations]
    struct mallinfo mi = mallinfo();
                         ^
/usr/include/malloc.h:114:48: note: 'mallinfo' has been explicitly marked deprecated here
extern struct mallinfo mallinfo (void) __THROW __MALLOC_DEPRECATED;
                                               ^
/usr/include/malloc.h:32:30: note: expanded from macro '__MALLOC_DEPRECATED'
# define __MALLOC_DEPRECATED __attribute_deprecated__
                             ^
/usr/include/x86_64-linux-gnu/sys/cdefs.h:339:51: note: expanded from macro '__attribute_deprecated__'
# define __attribute_deprecated__ __attribute__ ((__deprecated__))
                                                  ^
1 warning generated.

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented May 9, 2022

PR tests (clang-13, ubuntu, mpich)

Build for 3598f8d

In file included from src/CMakeFiles/vt.dir/Unity/unity_14_cxx.cxx:7:
/vt/src/vt/utils/memory/memory_usage.cc:149:26: warning: 'mallinfo' is deprecated [-Wdeprecated-declarations]
    struct mallinfo mi = mallinfo();
                         ^
/usr/include/malloc.h:114:48: note: 'mallinfo' has been explicitly marked deprecated here
extern struct mallinfo mallinfo (void) __THROW __MALLOC_DEPRECATED;
                                               ^
/usr/include/malloc.h:32:30: note: expanded from macro '__MALLOC_DEPRECATED'
# define __MALLOC_DEPRECATED __attribute_deprecated__
                             ^
/usr/include/x86_64-linux-gnu/sys/cdefs.h:339:51: note: expanded from macro '__attribute_deprecated__'
# define __attribute_deprecated__ __attribute__ ((__deprecated__))
                                                  ^
1 warning generated.

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented May 9, 2022

PR tests (clang-14, ubuntu, mpich)

Build for 3598f8d

In file included from src/CMakeFiles/vt.dir/Unity/unity_14_cxx.cxx:7:
/vt/src/vt/utils/memory/memory_usage.cc:149:26: warning: 'mallinfo' is deprecated [-Wdeprecated-declarations]
    struct mallinfo mi = mallinfo();
                         ^
/usr/include/malloc.h:114:48: note: 'mallinfo' has been explicitly marked deprecated here
extern struct mallinfo mallinfo (void) __THROW __MALLOC_DEPRECATED;
                                               ^
/usr/include/malloc.h:32:30: note: expanded from macro '__MALLOC_DEPRECATED'
# define __MALLOC_DEPRECATED __attribute_deprecated__
                             ^
/usr/include/x86_64-linux-gnu/sys/cdefs.h:339:51: note: expanded from macro '__attribute_deprecated__'
# define __attribute_deprecated__ __attribute__ ((__deprecated__))
                                                  ^
1 warning generated.

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented May 9, 2022

PR tests (gcc-11, ubuntu, mpich)

Build for 3598f8d

In file included from src/CMakeFiles/vt.dir/Unity/unity_14_cxx.cxx:7:
/vt/src/vt/utils/memory/memory_usage.cc: In member function 'virtual std::size_t vt::util::memory::Mallinfo::getUsage()':
/vt/src/vt/utils/memory/memory_usage.cc:149:34: warning: 'mallinfo mallinfo()' is deprecated [-Wdeprecated-declarations]
  149 |     struct mallinfo mi = mallinfo();
      |                          ~~~~~~~~^~
In file included from /vt/src/vt/utils/memory/memory_usage.cc:59,
                 from src/CMakeFiles/vt.dir/Unity/unity_14_cxx.cxx:7:
/usr/include/malloc.h:114:24: note: declared here
  114 | extern struct mallinfo mallinfo (void) __THROW __MALLOC_DEPRECATED;
      |                        ^~~~~~~~

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented May 9, 2022

PR tests (gcc-12, ubuntu, mpich)

Build for 3598f8d

In file included from src/CMakeFiles/vt.dir/Unity/unity_14_cxx.cxx:7:
/vt/src/vt/utils/memory/memory_usage.cc: In member function 'virtual std::size_t vt::util::memory::Mallinfo::getUsage()':
/vt/src/vt/utils/memory/memory_usage.cc:149:34: warning: 'mallinfo mallinfo()' is deprecated [-Wdeprecated-declarations]
  149 |     struct mallinfo mi = mallinfo();
      |                          ~~~~~~~~^~
In file included from /vt/src/vt/utils/memory/memory_usage.cc:59:
/usr/include/malloc.h:114:24: note: declared here
  114 | extern struct mallinfo mallinfo (void) __THROW __MALLOC_DEPRECATED;
      |                        ^~~~~~~~
In file included from src/CMakeFiles/vt.dir/Unity/unity_2_cxx.cxx:10:
/vt/src/vt/group/region/group_list.cc: In member function 'virtual void vt::group::region::List::splitN(int, vt::group::region::Region::ApplyFnType) const':
/vt/src/vt/group/region/group_list.cc:164:31: warning: dangling pointer to an unnamed temporary may be used [-Wdangling-pointer=]
  164 |     for (int i = cur_idx; i < cur_max; i++) {
      |                               ^~~~~~~
/vt/src/vt/group/region/group_list.cc:162:22: note: unnamed temporary defined here
  162 |       size : std::min(size, cur_idx + child_size);
      |              ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented May 9, 2022

PR tests (nvidia cuda 11.0, ubuntu, mpich)

Build for 3598f8d

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented May 9, 2022

PR tests (clang-10, ubuntu, mpich)

Build for 3598f8d

Compilation - successful

Testing - passed

Build log

@jstrzebonski jstrzebonski marked this pull request as ready for review May 9, 2022 10:14
ci/build_cpp.sh Outdated Show resolved Hide resolved
@jstrzebonski jstrzebonski force-pushed the 1742-ci-git-errors branch from de1e26a to 3598f8d Compare May 9, 2022 10:53
@jstrzebonski jstrzebonski requested a review from cz4rs May 9, 2022 10:53
Copy link
Contributor

@cz4rs cz4rs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

@PhilMiller PhilMiller merged commit 00b1297 into develop May 9, 2022
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.

git errors while building vt
4 participants