Skip to content
Failed

Console Output

Skipping 341,506 KB.. Full Log
      |       ^~~~~~~~~~~~~~~~~~~~
/usr/include/c++/11/bits/regex.h:2834:16: error: 'celeritas::std::size_t' has not been declared
 2834 |       template<std::size_t _Nm>
      |                ^~~
/usr/include/c++/11/bits/regex.h:2837:56: error: '_Nm' was not declared in this scope
 2837 |                              const int (&__submatches)[_Nm],
      |                                                        ^~~
/usr/include/c++/11/bits/regex.h:2837:60: error: expected ')' before ',' token
 2837 |                              const int (&__submatches)[_Nm],
      |                                                            ^
      |                                                            )
/usr/include/c++/11/bits/regex.h:2835:29: note: to match this '('
 2835 |         regex_token_iterator(_Bi_iter __a, _Bi_iter __b,
      |                             ^
/usr/include/c++/11/bits/regex.h:2837:60: error: expected ';' before ',' token
 2837 |                              const int (&__submatches)[_Nm],
      |                                                            ^
      |                                                            ;
/usr/include/c++/11/bits/regex.h:2850:39: error: 'vector' in namespace 'celeritas::std' does not name a template type
 2850 |                            const std::vector<int>&,
      |                                       ^~~~~~
/usr/include/c++/11/bits/regex.h:2850:45: error: expected ',' or '...' before '<' token
 2850 |                            const std::vector<int>&,
      |                                             ^
/usr/include/c++/11/bits/regex.h:2854:28: error: 'initializer_list' has not been declared
 2854 |                            initializer_list<int>,
      |                            ^~~~~~~~~~~~~~~~
/usr/include/c++/11/bits/regex.h:2854:44: error: expected ',' or '...' before '<' token
 2854 |                            initializer_list<int>,
      |                                            ^
/usr/include/c++/11/bits/regex.h:2853:7: error: 'celeritas::std::__cxx11::regex_token_iterator<_Bi_iter, _Ch_type>::regex_token_iterator(_Bi_iter, _Bi_iter, const regex_type&&, int)' cannot be overloaded with 'celeritas::std::__cxx11::regex_token_iterator<_Bi_iter, _Ch_type>::regex_token_iterator(_Bi_iter, _Bi_iter, const regex_type&&, int)'
 2853 |       regex_token_iterator(_Bi_iter, _Bi_iter, const regex_type&&,
      |       ^~~~~~~~~~~~~~~~~~~~
/usr/include/c++/11/bits/regex.h:2849:7: note: previous declaration 'celeritas::std::__cxx11::regex_token_iterator<_Bi_iter, _Ch_type>::regex_token_iterator(_Bi_iter, _Bi_iter, const regex_type&&, int)'
 2849 |       regex_token_iterator(_Bi_iter, _Bi_iter, const regex_type&&,
      |       ^~~~~~~~~~~~~~~~~~~~
/usr/include/c++/11/bits/regex.h:2857:17: error: 'celeritas::std::size_t' has not been declared
 2857 |       template <std::size_t _Nm>
      |                 ^~~
/usr/include/c++/11/bits/regex.h:2859:44: error: '_Nm' was not declared in this scope
 2859 |                              const int (&)[_Nm],
      |                                            ^~~
/usr/include/c++/11/bits/regex.h:2859:48: error: expected ')' before ',' token
 2859 |                              const int (&)[_Nm],
      |                                                ^
      |                                                )
/usr/include/c++/11/bits/regex.h:2858:29: note: to match this '('
 2858 |         regex_token_iterator(_Bi_iter, _Bi_iter, const regex_type&&,
      |                             ^
/usr/include/c++/11/bits/regex.h:2859:48: error: expected ';' before ',' token
 2859 |                              const int (&)[_Nm],
      |                                                ^
      |                                                ;
/usr/include/c++/11/bits/regex.h:2858:9: error: 'template<class _Bi_iter, class _Ch_type> template<<declaration error> > celeritas::std::__cxx11::regex_token_iterator<_Bi_iter, _Ch_type>::regex_token_iterator(...)' cannot be overloaded with 'template<class _Bi_iter, class _Ch_type> template<<declaration error> > celeritas::std::__cxx11::regex_token_iterator<_Bi_iter, _Ch_type>::regex_token_iterator(...)'
 2858 |         regex_token_iterator(_Bi_iter, _Bi_iter, const regex_type&&,
      |         ^~~~~~~~~~~~~~~~~~~~
/usr/include/c++/11/bits/regex.h:2835:9: note: previous declaration 'template<class _Bi_iter, class _Ch_type> template<<declaration error> > celeritas::std::__cxx11::regex_token_iterator<_Bi_iter, _Ch_type>::regex_token_iterator(...)'
 2835 |         regex_token_iterator(_Bi_iter __a, _Bi_iter __b,
      |         ^~~~~~~~~~~~~~~~~~~~
/usr/include/c++/11/bits/regex.h:2924:50: error: '_Rx_traits' was not declared in this scope; did you mean 'regex_traits'?
 2924 |       typedef regex_iterator<_Bi_iter, _Ch_type, _Rx_traits> _Position;
      |                                                  ^~~~~~~~~~
      |                                                  regex_traits
/usr/include/c++/11/bits/regex.h:2924:60: error: wrong number of template arguments (3, should be at least 1)
 2924 |       typedef regex_iterator<_Bi_iter, _Ch_type, _Rx_traits> _Position;
      |                                                            ^
/usr/include/c++/11/bits/regex.h:2627:11: note: provided for 'template<class _Bi_iter, class _Ch_type> class celeritas::std::__cxx11::regex_iterator'
 2627 |     class regex_iterator
      |           ^~~~~~~~~~~~~~
/usr/include/c++/11/bits/regex.h:2955:12: error: 'vector' in namespace 'celeritas::std' does not name a template type
 2955 |       std::vector<int>  _M_subs;
      |            ^~~~~~
/usr/include/c++/11/bits/regex.h:2957:12: error: 'size_t' in namespace 'celeritas::std' does not name a type
 2957 |       std::size_t       _M_n;
      |            ^~~~~~
/usr/include/c++/11/bits/regex.h: In constructor 'celeritas::std::__cxx11::regex_token_iterator<_Bi_iter, _Ch_type>::regex_token_iterator()':
/usr/include/c++/11/bits/regex.h:2763:24: error: class 'celeritas::std::__cxx11::regex_token_iterator<_Bi_iter, _Ch_type>' does not have any field named '_M_subs'
 2763 |       : _M_position(), _M_subs(), _M_suffix(), _M_n(0), _M_result(nullptr),
      |                        ^~~~~~~
/usr/include/c++/11/bits/regex.h:2763:48: error: class 'celeritas::std::__cxx11::regex_token_iterator<_Bi_iter, _Ch_type>' does not have any field named '_M_n'
 2763 |       : _M_position(), _M_subs(), _M_suffix(), _M_n(0), _M_result(nullptr),
      |                                                ^~~~
/usr/include/c++/11/bits/regex.h: In constructor 'celeritas::std::__cxx11::regex_token_iterator<_Bi_iter, _Ch_type>::regex_token_iterator(_Bi_iter, _Bi_iter, const regex_type&, int, celeritas::std::regex_constants::match_flag_type)':
/usr/include/c++/11/bits/regex.h:2788:43: error: class 'celeritas::std::__cxx11::regex_token_iterator<_Bi_iter, _Ch_type>' does not have any field named '_M_subs'
 2788 |       : _M_position(__a, __b, __re, __m), _M_subs(1, __submatch), _M_n(0)
      |                                           ^~~~~~~
/usr/include/c++/11/bits/regex.h:2788:67: error: class 'celeritas::std::__cxx11::regex_token_iterator<_Bi_iter, _Ch_type>' does not have any field named '_M_n'
 2788 |       : _M_position(__a, __b, __re, __m), _M_subs(1, __submatch), _M_n(0)
      |                                                                   ^~~~
/usr/include/c++/11/bits/regex.h: In constructor 'celeritas::std::__cxx11::regex_token_iterator<_Bi_iter, _Ch_type>::regex_token_iterator(_Bi_iter, _Bi_iter, const regex_type&, int)':
/usr/include/c++/11/bits/regex.h:2805:37: error: '__m' was not declared in this scope; did you mean '__a'?
 2805 |       : _M_position(__a, __b, __re, __m), _M_subs(__submatches), _M_n(0)
      |                                     ^~~
      |                                     __a
/usr/include/c++/11/bits/regex.h:2805:43: error: class 'celeritas::std::__cxx11::regex_token_iterator<_Bi_iter, _Ch_type>' does not have any field named '_M_subs'
 2805 |       : _M_position(__a, __b, __re, __m), _M_subs(__submatches), _M_n(0)
      |                                           ^~~~~~~
/usr/include/c++/11/bits/regex.h:2805:51: error: '__submatches' was not declared in this scope
 2805 |       : _M_position(__a, __b, __re, __m), _M_subs(__submatches), _M_n(0)
      |                                                   ^~~~~~~~~~~~
/usr/include/c++/11/bits/regex.h:2805:66: error: class 'celeritas::std::__cxx11::regex_token_iterator<_Bi_iter, _Ch_type>' does not have any field named '_M_n'
 2805 |       : _M_position(__a, __b, __re, __m), _M_subs(__submatches), _M_n(0)
      |                                                                  ^~~~
/usr/include/c++/11/bits/regex.h: In constructor 'celeritas::std::__cxx11::regex_token_iterator<_Bi_iter, _Ch_type>::regex_token_iterator(_Bi_iter, _Bi_iter, const regex_type&, int)':
/usr/include/c++/11/bits/regex.h:2822:37: error: '__m' was not declared in this scope; did you mean '__a'?
 2822 |       : _M_position(__a, __b, __re, __m), _M_subs(__submatches), _M_n(0)
      |                                     ^~~
      |                                     __a
/usr/include/c++/11/bits/regex.h:2822:43: error: class 'celeritas::std::__cxx11::regex_token_iterator<_Bi_iter, _Ch_type>' does not have any field named '_M_subs'
 2822 |       : _M_position(__a, __b, __re, __m), _M_subs(__submatches), _M_n(0)
      |                                           ^~~~~~~
/usr/include/c++/11/bits/regex.h:2822:51: error: '__submatches' was not declared in this scope
 2822 |       : _M_position(__a, __b, __re, __m), _M_subs(__submatches), _M_n(0)
      |                                                   ^~~~~~~~~~~~
/usr/include/c++/11/bits/regex.h:2822:66: error: class 'celeritas::std::__cxx11::regex_token_iterator<_Bi_iter, _Ch_type>' does not have any field named '_M_n'
 2822 |       : _M_position(__a, __b, __re, __m), _M_subs(__submatches), _M_n(0)
      |                                                                  ^~~~
/usr/include/c++/11/bits/regex.h: In copy constructor 'celeritas::std::__cxx11::regex_token_iterator<_Bi_iter, _Ch_type>::regex_token_iterator(const celeritas::std::__cxx11::regex_token_iterator<_Bi_iter, _Ch_type>&)':
/usr/include/c++/11/bits/regex.h:2868:41: error: class 'celeritas::std::__cxx11::regex_token_iterator<_Bi_iter, _Ch_type>' does not have any field named '_M_subs'
 2868 |       : _M_position(__rhs._M_position), _M_subs(__rhs._M_subs),
      |                                         ^~~~~~~
/usr/include/c++/11/bits/regex.h:2869:35: error: class 'celeritas::std::__cxx11::regex_token_iterator<_Bi_iter, _Ch_type>' does not have any field named '_M_n'
 2869 |       _M_suffix(__rhs._M_suffix), _M_n(__rhs._M_n), _M_has_m1(__rhs._M_has_m1)
      |                                   ^~~~
/usr/include/c++/11/bits/regex.h: In member function 'const value_type& celeritas::std::__cxx11::regex_token_iterator<_Bi_iter, _Ch_type>::_M_current_match() const':
/usr/include/c++/11/bits/regex.h:2932:13: error: '_M_subs' was not declared in this scope
 2932 |         if (_M_subs[_M_n] == -1)
      |             ^~~~~~~
/usr/include/c++/11/bits/regex.h:2932:21: error: '_M_n' was not declared in this scope
 2932 |         if (_M_subs[_M_n] == -1)
      |                     ^~~~
/usr/include/c++/11/bits/regex.h:2933:19: error: invalid type argument of unary '*' (have 'celeritas::std::__cxx11::regex_token_iterator<_Bi_iter, _Ch_type>::_Position' {aka 'int'})
 2933 |           return (*_M_position).prefix();
      |                   ^~~~~~~~~~~~
/usr/include/c++/11/bits/regex.h:2935:19: error: invalid type argument of unary '*' (have 'celeritas::std::__cxx11::regex_token_iterator<_Bi_iter, _Ch_type>::_Position' {aka 'int'})
 2935 |           return (*_M_position)[_M_subs[_M_n]];
      |                   ^~~~~~~~~~~~
/usr/include/c++/11/bits/regex.h: At global scope:
/usr/include/c++/11/bits/regex.h:2965:43: error: template argument 2 is invalid
 2965 |   typedef regex_token_iterator<const char*>             cregex_token_iterator;
      |                                           ^
/usr/include/c++/11/bits/regex.h:2968:32: error: 'string' was not declared in this scope
 2968 |   typedef regex_token_iterator<string::const_iterator>  sregex_token_iterator;
      |                                ^~~~~~
/usr/include/c++/11/bits/regex.h:2968:32: note: suggested alternatives:
In file included from /usr/include/c++/11/iosfwd:39,
                 from /usr/include/c++/11/bits/shared_ptr.h:52,
                 from /usr/include/c++/11/memory:77,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.hh:10,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:8:
/usr/include/c++/11/bits/stringfwd.h:79:33: note:   'std::string'
   79 |   typedef basic_string<char>    string;
      |                                 ^~~~~~
In file included from /usr/include/c++/11/bits/locale_classes.h:40,
                 from /usr/include/c++/11/bits/ios_base.h:41,
                 from /usr/include/c++/11/ios:42,
                 from /usr/include/c++/11/istream:38,
                 from /usr/include/c++/11/sstream:38,
                 from /usr/include/c++/11/complex:45,
                 from /opt/view/include/Geant4/G4Types.hh:74,
                 from /opt/view/include/Geant4/G4UserRunAction.hh:48,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.hh:11,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:8:
/usr/include/c++/11/string:67:11: note:   'std::pmr::string'
   67 |     using string    = basic_string<char>;
      |           ^~~~~~
In file included from /usr/include/c++/11/regex:63,
                 from /opt/view/include/Geant4/G4Backtrace.hh:210,
                 from /opt/view/include/Geant4/G4ThreadLocalSingleton.hh:100,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RootIO.hh:13,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:29:
/usr/include/c++/11/bits/regex.h:2968:54: error: template argument 1 is invalid
 2968 |   typedef regex_token_iterator<string::const_iterator>  sregex_token_iterator;
      |                                                      ^
/usr/include/c++/11/bits/regex.h:2968:54: error: template argument 2 is invalid
/usr/include/c++/11/bits/regex.h:2972:46: error: template argument 2 is invalid
 2972 |   typedef regex_token_iterator<const wchar_t*>          wcregex_token_iterator;
      |                                              ^
/usr/include/c++/11/bits/regex.h:2975:32: error: 'wstring' was not declared in this scope
 2975 |   typedef regex_token_iterator<wstring::const_iterator> wsregex_token_iterator;
      |                                ^~~~~~~
/usr/include/c++/11/bits/regex.h:2975:32: note: suggested alternatives:
In file included from /usr/include/c++/11/iosfwd:39,
                 from /usr/include/c++/11/bits/shared_ptr.h:52,
                 from /usr/include/c++/11/memory:77,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.hh:10,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:8:
/usr/include/c++/11/bits/stringfwd.h:83:33: note:   'std::wstring'
   83 |   typedef basic_string<wchar_t> wstring;
      |                                 ^~~~~~~
In file included from /usr/include/c++/11/bits/locale_classes.h:40,
                 from /usr/include/c++/11/bits/ios_base.h:41,
                 from /usr/include/c++/11/ios:42,
                 from /usr/include/c++/11/istream:38,
                 from /usr/include/c++/11/sstream:38,
                 from /usr/include/c++/11/complex:45,
                 from /opt/view/include/Geant4/G4Types.hh:74,
                 from /opt/view/include/Geant4/G4UserRunAction.hh:48,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.hh:11,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:8:
/usr/include/c++/11/string:74:11: note:   'std::pmr::wstring'
   74 |     using wstring   = basic_string<wchar_t>;
      |           ^~~~~~~
In file included from /usr/include/c++/11/regex:63,
                 from /opt/view/include/Geant4/G4Backtrace.hh:210,
                 from /opt/view/include/Geant4/G4ThreadLocalSingleton.hh:100,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RootIO.hh:13,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:29:
/usr/include/c++/11/bits/regex.h:2975:55: error: template argument 1 is invalid
 2975 |   typedef regex_token_iterator<wstring::const_iterator> wsregex_token_iterator;
      |                                                       ^
/usr/include/c++/11/bits/regex.h:2975:55: error: template argument 2 is invalid
In file included from /usr/include/c++/11/bits/regex.h:2984,
                 from /usr/include/c++/11/regex:63,
                 from /opt/view/include/Geant4/G4Backtrace.hh:210,
                 from /opt/view/include/Geant4/G4ThreadLocalSingleton.hh:100,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RootIO.hh:13,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:29:
/usr/include/c++/11/bits/regex.tcc:52:23: error: 'match_results' has not been declared
   52 |                       match_results<_BiIter, _Alloc>&      __m,
      |                       ^~~~~~~~~~~~~
/usr/include/c++/11/bits/regex.tcc:52:36: error: expected ',' or '...' before '<' token
   52 |                       match_results<_BiIter, _Alloc>&      __m,
      |                                    ^
/usr/include/c++/11/bits/regex.tcc: In function 'bool celeritas::std::__detail::__regex_algo_impl(_BiIter, _BiIter, int)':
/usr/include/c++/11/bits/regex.tcc:56:11: error: '__re' was not declared in this scope; did you mean '__e'?
   56 |       if (__re._M_automaton == nullptr)
      |           ^~~~
      |           __e
/usr/include/c++/11/bits/regex.tcc:59:16: error: expected nested-name-specifier before 'match_results'
   59 |       typename match_results<_BiIter, _Alloc>::_Base_type& __res = __m;
      |                ^~~~~~~~~~~~~
/usr/include/c++/11/bits/regex.tcc:59:16: error: expected '(' before 'match_results'
   59 |       typename match_results<_BiIter, _Alloc>::_Base_type& __res = __m;
      |                ^~~~~~~~~~~~~
      |                (
/usr/include/c++/11/bits/regex.tcc:60:7: error: '__m' was not declared in this scope; did you mean '__s'?
   60 |       __m._M_begin = __s;
      |       ^~~
      |       __s
/usr/include/c++/11/bits/regex.tcc:61:21: error: '__re' was not declared in this scope; did you mean '__e'?
   61 |       __m._M_resize(__re._M_automaton->_M_sub_count());
      |                     ^~~~
      |                     __e
/usr/include/c++/11/bits/regex.tcc:69:45: error: '__flags' was not declared in this scope; did you mean '__fabs'?
   69 |             __executor(__s, __e, __m, __re, __flags);
      |                                             ^~~~~~~
      |                                             __fabs
/usr/include/c++/11/bits/regex.tcc:78:45: error: '__flags' was not declared in this scope; did you mean '__fabs'?
   78 |             __executor(__s, __e, __m, __re, __flags);
      |                                             ^~~~~~~
      |                                             __fabs
/usr/include/c++/11/bits/regex.tcc:86:29: error: '__res' was not declared in this scope; did you mean '__ret'?
   86 |           for (auto& __it : __res)
      |                             ^~~~~
      |                             __ret
/usr/include/c++/11/bits/regex.tcc:103:30: error: '__res' was not declared in this scope; did you mean '__ret'?
  103 |               __pre.second = __res[0].first;
      |                              ^~~~~
      |                              __ret
/usr/include/c++/11/bits/regex.tcc: At global scope:
/usr/include/c++/11/bits/regex.tcc:123:14: error: expected nested-name-specifier before 'regex_traits'
  123 |     typename regex_traits<_Ch_type>::string_type
      |              ^~~~~~~~~~~~
/usr/include/c++/11/bits/regex.tcc:123:14: error: too many template-parameter-lists
/usr/include/c++/11/bits/regex.tcc:279:14: error: expected nested-name-specifier before 'regex_traits'
  279 |     typename regex_traits<_Ch_type>::char_class_type
      |              ^~~~~~~~~~~~
/usr/include/c++/11/bits/regex.tcc:279:14: error: too many template-parameter-lists
/usr/include/c++/11/bits/regex.tcc:324:17: error: expected initializer before '<' token
  324 |     regex_traits<_Ch_type>::
      |                 ^
/usr/include/c++/11/bits/regex.tcc:338:17: error: expected initializer before '<' token
  338 |     regex_traits<_Ch_type>::
      |                 ^
/usr/include/c++/11/bits/regex.tcc:354:5: error: too many template-parameter-lists
  354 |     match_results<_Bi_iter, _Alloc>::
      |     ^~~~~~~~~~~~~
/usr/include/c++/11/bits/regex.tcc:465:25: error: 'basic_regex' does not name a type
  465 |                   const basic_regex<_Ch_type, _Rx_traits>& __e,
      |                         ^~~~~~~~~~~
/usr/include/c++/11/bits/regex.tcc:465:36: error: expected ',' or '...' before '<' token
  465 |                   const basic_regex<_Ch_type, _Rx_traits>& __e,
      |                                    ^
/usr/include/c++/11/bits/regex.tcc: In function '_Out_iter celeritas::std::regex_replace(_Out_iter, _Bi_iter, _Bi_iter, int)':
/usr/include/c++/11/bits/regex.tcc:469:15: error: 'regex_iterator' does not name a type; did you mean 'regex_error'?
  469 |       typedef regex_iterator<_Bi_iter, _Ch_type, _Rx_traits> _IterT;
      |               ^~~~~~~~~~~~~~
      |               regex_error
/usr/include/c++/11/bits/regex.tcc:470:7: error: '_IterT' was not declared in this scope
  470 |       _IterT __i(__first, __last, __e, __flags);
      |       ^~~~~~
/usr/include/c++/11/bits/regex.tcc:471:13: error: expected ';' before '__end'
  471 |       _IterT __end;
      |             ^~~~~~
      |             ;
/usr/include/c++/11/bits/regex.tcc:472:11: error: '__i' was not declared in this scope
  472 |       if (__i == __end)
      |           ^~~
/usr/include/c++/11/bits/regex.tcc:472:18: error: '__end' was not declared in this scope; did you mean '_xend'?
  472 |       if (__i == __end)
      |                  ^~~~~
      |                  _xend
/usr/include/c++/11/bits/regex.tcc:474:17: error: '__flags' was not declared in this scope; did you mean '__fabs'?
  474 |           if (!(__flags & regex_constants::format_no_copy))
      |                 ^~~~~~~
      |                 __fabs
/usr/include/c++/11/bits/regex.tcc:475:26: error: 'copy' is not a member of 'celeritas::std'
  475 |             __out = std::copy(__first, __last, __out);
      |                          ^~~~
/usr/include/c++/11/bits/regex.tcc:475:26: note: suggested alternatives:
In file included from /usr/include/c++/11/algorithm:74,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/corecel/data/detail/FillInvalid.hh:10,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/corecel/data/CollectionBuilder.hh:16,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/geocel/vg/VecgeomData.hh:14,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/celeritas/geo/GeoData.hh:13,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/celeritas/global/CoreTrackData.hh:13,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/celeritas/global/CoreParams.hh:20,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/accel/LocalTransporter.hh:19,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.hh:14,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:8:
/usr/include/c++/11/pstl/glue_algorithm_defs.h:134:1: note:   'std::copy'
  134 | copy(_ExecutionPolicy&& __exec, _ForwardIterator1 __first, _ForwardIterator1 __last, _ForwardIterator2 __result);
      | ^~~~
In file included from /opt/vecgeom/include/VecGeom/base/Transformation3D.h:12,
                 from /opt/vecgeom/include/VecGeom/navigation/NavStatePath.h:11,
                 from /opt/vecgeom/include/VecGeom/navigation/NavigationState.h:9,
                 from /opt/vecgeom/include/VecGeom/navigation/NavStatePool.h:14,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/geocel/vg/detail/VecgeomNavCollection.hh:15,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/geocel/vg/VecgeomData.hh:18,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/celeritas/geo/GeoData.hh:13,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/celeritas/global/CoreTrackData.hh:13,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/celeritas/global/CoreParams.hh:20,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/accel/LocalTransporter.hh:19,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.hh:14,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:8:
/opt/vecgeom/include/VecGeom/backend/scalar/Backend.h:76:6: note:   'vecgeom::cxx::copy'
   76 | void copy(Type const *begin, Type const *const end, Type *const target)
      |      ^~~~
In file included from /usr/include/c++/11/bits/regex.h:2984,
                 from /usr/include/c++/11/regex:63,
                 from /opt/view/include/Geant4/G4Backtrace.hh:210,
                 from /opt/view/include/Geant4/G4ThreadLocalSingleton.hh:100,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RootIO.hh:13,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:29:
/usr/include/c++/11/bits/regex.tcc:479:11: error: 'sub_match' was not declared in this scope; did you mean 'celeritas::std::__cxx11::sub_match'?
  479 |           sub_match<_Bi_iter> __last;
      |           ^~~~~~~~~
      |           celeritas::std::__cxx11::sub_match
In file included from /usr/include/c++/11/regex:63,
                 from /opt/view/include/Geant4/G4Backtrace.hh:210,
                 from /opt/view/include/Geant4/G4ThreadLocalSingleton.hh:100,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RootIO.hh:13,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:29:
/usr/include/c++/11/bits/regex.h:869:11: note: 'celeritas::std::__cxx11::sub_match' declared here
  869 |     class sub_match : public std::pair<_BiIter, _BiIter>
      |           ^~~~~~~~~
In file included from /usr/include/c++/11/bits/regex.h:2984,
                 from /usr/include/c++/11/regex:63,
                 from /opt/view/include/Geant4/G4Backtrace.hh:210,
                 from /opt/view/include/Geant4/G4ThreadLocalSingleton.hh:100,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RootIO.hh:13,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:29:
/usr/include/c++/11/bits/regex.tcc:479:29: error: expected primary-expression before '>' token
  479 |           sub_match<_Bi_iter> __last;
      |                             ^
/usr/include/c++/11/bits/regex.tcc:480:24: error: 'char_traits' was not declared in this scope
  480 |           auto __len = char_traits<_Ch_type>::length(__fmt);
      |                        ^~~~~~~~~~~
/usr/include/c++/11/bits/regex.tcc:480:24: note: suggested alternatives:
In file included from /usr/include/c++/11/memory:63,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.hh:10,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:8:
/usr/include/c++/11/bits/stl_algobase.h:448:12: note:   'std::char_traits'
  448 |     struct char_traits;
      |            ^~~~~~~~~~~
In file included from /usr/include/c++/11/ios:40,
                 from /usr/include/c++/11/istream:38,
                 from /usr/include/c++/11/sstream:38,
                 from /usr/include/c++/11/complex:45,
                 from /opt/view/include/Geant4/G4Types.hh:74,
                 from /opt/view/include/Geant4/G4UserRunAction.hh:48,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.hh:11,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:8:
/usr/include/c++/11/bits/char_traits.h:90:12: note:   '__gnu_cxx::char_traits'
   90 |     struct char_traits
      |            ^~~~~~~~~~~
In file included from /usr/include/c++/11/bits/regex.h:2984,
                 from /usr/include/c++/11/regex:63,
                 from /opt/view/include/Geant4/G4Backtrace.hh:210,
                 from /opt/view/include/Geant4/G4ThreadLocalSingleton.hh:100,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RootIO.hh:13,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:29:
/usr/include/c++/11/bits/regex.tcc:480:44: error: expected primary-expression before '>' token
  480 |           auto __len = char_traits<_Ch_type>::length(__fmt);
      |                                            ^
/usr/include/c++/11/bits/regex.tcc:480:47: error: '::length' has not been declared
  480 |           auto __len = char_traits<_Ch_type>::length(__fmt);
      |                                               ^~~~~~
/usr/include/c++/11/bits/regex.tcc:480:54: error: '__fmt' was not declared in this scope; did you mean '__fma'?
  480 |           auto __len = char_traits<_Ch_type>::length(__fmt);
      |                                                      ^~~~~
      |                                                      __fma
/usr/include/c++/11/bits/regex.tcc:483:21: error: '__flags' was not declared in this scope; did you mean '__fabs'?
  483 |               if (!(__flags & regex_constants::format_no_copy))
      |                     ^~~~~~~
      |                     __fabs
/usr/include/c++/11/bits/regex.tcc:484:30: error: 'copy' is not a member of 'celeritas::std'
  484 |                 __out = std::copy(__i->prefix().first, __i->prefix().second,
      |                              ^~~~
/usr/include/c++/11/bits/regex.tcc:484:30: note: suggested alternatives:
In file included from /usr/include/c++/11/algorithm:74,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/corecel/data/detail/FillInvalid.hh:10,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/corecel/data/CollectionBuilder.hh:16,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/geocel/vg/VecgeomData.hh:14,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/celeritas/geo/GeoData.hh:13,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/celeritas/global/CoreTrackData.hh:13,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/celeritas/global/CoreParams.hh:20,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/accel/LocalTransporter.hh:19,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.hh:14,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:8:
/usr/include/c++/11/pstl/glue_algorithm_defs.h:134:1: note:   'std::copy'
  134 | copy(_ExecutionPolicy&& __exec, _ForwardIterator1 __first, _ForwardIterator1 __last, _ForwardIterator2 __result);
      | ^~~~
In file included from /opt/vecgeom/include/VecGeom/base/Transformation3D.h:12,
                 from /opt/vecgeom/include/VecGeom/navigation/NavStatePath.h:11,
                 from /opt/vecgeom/include/VecGeom/navigation/NavigationState.h:9,
                 from /opt/vecgeom/include/VecGeom/navigation/NavStatePool.h:14,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/geocel/vg/detail/VecgeomNavCollection.hh:15,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/geocel/vg/VecgeomData.hh:18,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/celeritas/geo/GeoData.hh:13,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/celeritas/global/CoreTrackData.hh:13,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/celeritas/global/CoreParams.hh:20,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/accel/LocalTransporter.hh:19,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.hh:14,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:8:
/opt/vecgeom/include/VecGeom/backend/scalar/Backend.h:76:6: note:   'vecgeom::cxx::copy'
   76 | void copy(Type const *begin, Type const *const end, Type *const target)
      |      ^~~~
In file included from /usr/include/c++/11/bits/regex.h:2984,
                 from /usr/include/c++/11/regex:63,
                 from /opt/view/include/Geant4/G4Backtrace.hh:210,
                 from /opt/view/include/Geant4/G4ThreadLocalSingleton.hh:100,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RootIO.hh:13,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:29:
/usr/include/c++/11/bits/regex.tcc:486:64: error: '__flags' was not declared in this scope; did you mean '__fabs'?
  486 |               __out = __i->format(__out, __fmt, __fmt + __len, __flags);
      |                                                                ^~~~~~~
      |                                                                __fabs
/usr/include/c++/11/bits/regex.tcc:491:17: error: '__flags' was not declared in this scope; did you mean '__fabs'?
  491 |           if (!(__flags & regex_constants::format_no_copy))
      |                 ^~~~~~~
      |                 __fabs
/usr/include/c++/11/bits/regex.tcc:492:26: error: 'copy' is not a member of 'celeritas::std'
  492 |             __out = std::copy(__last.first, __last.second, __out);
      |                          ^~~~
/usr/include/c++/11/bits/regex.tcc:492:26: note: suggested alternatives:
In file included from /usr/include/c++/11/algorithm:74,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/corecel/data/detail/FillInvalid.hh:10,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/corecel/data/CollectionBuilder.hh:16,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/geocel/vg/VecgeomData.hh:14,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/celeritas/geo/GeoData.hh:13,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/celeritas/global/CoreTrackData.hh:13,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/celeritas/global/CoreParams.hh:20,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/accel/LocalTransporter.hh:19,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.hh:14,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:8:
/usr/include/c++/11/pstl/glue_algorithm_defs.h:134:1: note:   'std::copy'
  134 | copy(_ExecutionPolicy&& __exec, _ForwardIterator1 __first, _ForwardIterator1 __last, _ForwardIterator2 __result);
      | ^~~~
In file included from /opt/vecgeom/include/VecGeom/base/Transformation3D.h:12,
                 from /opt/vecgeom/include/VecGeom/navigation/NavStatePath.h:11,
                 from /opt/vecgeom/include/VecGeom/navigation/NavigationState.h:9,
                 from /opt/vecgeom/include/VecGeom/navigation/NavStatePool.h:14,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/geocel/vg/detail/VecgeomNavCollection.hh:15,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/geocel/vg/VecgeomData.hh:18,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/celeritas/geo/GeoData.hh:13,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/celeritas/global/CoreTrackData.hh:13,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/celeritas/global/CoreParams.hh:20,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/accel/LocalTransporter.hh:19,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.hh:14,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:8:
/opt/vecgeom/include/VecGeom/backend/scalar/Backend.h:76:6: note:   'vecgeom::cxx::copy'
   76 | void copy(Type const *begin, Type const *const end, Type *const target)
      |      ^~~~
In file included from /usr/include/c++/11/bits/regex.h:2984,
                 from /usr/include/c++/11/regex:63,
                 from /opt/view/include/Geant4/G4Backtrace.hh:210,
                 from /opt/view/include/Geant4/G4ThreadLocalSingleton.hh:100,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RootIO.hh:13,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:29:
/usr/include/c++/11/bits/regex.tcc: At global scope:
/usr/include/c++/11/bits/regex.tcc:501:19: error: expected initializer before '<' token
  501 |     regex_iterator<_Bi_iter, _Ch_type, _Rx_traits>::
      |                   ^
/usr/include/c++/11/bits/regex.tcc:516:5: error: 'regex_iterator' does not name a type; did you mean 'regex_error'?
  516 |     regex_iterator<_Bi_iter, _Ch_type, _Rx_traits>&
      |     ^~~~~~~~~~~~~~
      |     regex_error
/usr/include/c++/11/bits/regex.tcc:575:5: error: 'regex_token_iterator' does not name a type
  575 |     regex_token_iterator<_Bi_iter, _Ch_type, _Rx_traits>&
      |     ^~~~~~~~~~~~~~~~~~~~
/usr/include/c++/11/bits/regex.tcc:592:25: error: expected initializer before '<' token
  592 |     regex_token_iterator<_Bi_iter, _Ch_type, _Rx_traits>::
      |                         ^
/usr/include/c++/11/bits/regex.tcc:611:5: error: 'regex_token_iterator' does not name a type
  611 |     regex_token_iterator<_Bi_iter, _Ch_type, _Rx_traits>&
      |     ^~~~~~~~~~~~~~~~~~~~
/usr/include/c++/11/bits/regex.tcc:646:25: error: expected initializer before '<' token
  646 |     regex_token_iterator<_Bi_iter, _Ch_type, _Rx_traits>::
      |                         ^
In file included from /usr/include/c++/11/regex:64,
                 from /opt/view/include/Geant4/G4Backtrace.hh:210,
                 from /opt/view/include/Geant4/G4ThreadLocalSingleton.hh:100,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RootIO.hh:13,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:29:
/usr/include/c++/11/bits/regex_executor.h:54:29: error: 'integral_constant' does not name a type
   54 |       using __search_mode = integral_constant<bool, __dfs_mode>;
      |                             ^~~~~~~~~~~~~~~~~
/usr/include/c++/11/bits/regex_executor.h:55:21: error: 'true_type' does not name a type; did you mean 'size_type'?
   55 |       using __dfs = true_type;
      |                     ^~~~~~~~~
      |                     size_type
/usr/include/c++/11/bits/regex_executor.h:56:21: error: 'false_type' does not name a type
   56 |       using __bfs = false_type;
      |                     ^~~~~~~~~~
/usr/include/c++/11/bits/regex_executor.h:61:24: error: expected nested-name-specifier before 'iterator_traits'
   61 |       typedef typename iterator_traits<_BiIter>::value_type _CharT;
      |                        ^~~~~~~~~~~~~~~
/usr/include/c++/11/bits/regex_executor.h:61:24: error: expected ';' at end of member declaration
   61 |       typedef typename iterator_traits<_BiIter>::value_type _CharT;
      |                        ^~~~~~~~~~~~~~~
      |                                       ;
/usr/include/c++/11/bits/regex_executor.h:61:39: error: expected unqualified-id before '<' token
   61 |       typedef typename iterator_traits<_BiIter>::value_type _CharT;
      |                                       ^
/usr/include/c++/11/bits/regex_executor.h:62:15: error: 'basic_regex' does not name a type
   62 |       typedef basic_regex<_CharT, _TraitsT>                 _RegexT;
      |               ^~~~~~~~~~~
/usr/include/c++/11/bits/regex_executor.h:63:20: error: 'vector' in namespace 'celeritas::std' does not name a template type
   63 |       typedef std::vector<sub_match<_BiIter>, _Alloc>       _ResultsVec;
      |                    ^~~~~~
/usr/include/c++/11/bits/regex_executor.h:71:17: error: '_ResultsVec' has not been declared
   71 |                 _ResultsVec&    __results,
      |                 ^~~~~~~~~~~
/usr/include/c++/11/bits/regex_executor.h:72:23: error: '_RegexT' does not name a type
   72 |                 const _RegexT&  __re,
      |                       ^~~~~~~
/usr/include/c++/11/bits/regex_executor.h:152:50: error: '__dfs' has not been declared
  152 |       _M_main_dispatch(_Match_mode __match_mode, __dfs);
      |                                                  ^~~~~
/usr/include/c++/11/bits/regex_executor.h:155:50: error: '__bfs' has not been declared
  155 |       _M_main_dispatch(_Match_mode __match_mode, __bfs);
      |                                                  ^~~~~
/usr/include/c++/11/bits/regex_executor.h:155:7: error: 'bool celeritas::std::__detail::_Executor< <template-parameter-1-1>, <template-parameter-1-2>, <template-parameter-1-3>, <anonymous> >::_M_main_dispatch(celeritas::std::__detail::_Executor< <template-parameter-1-1>, <template-parameter-1-2>, <template-parameter-1-3>, <anonymous> >::_Match_mode, int)' cannot be overloaded with 'bool celeritas::std::__detail::_Executor< <template-parameter-1-1>, <template-parameter-1-2>, <template-parameter-1-3>, <anonymous> >::_M_main_dispatch(celeritas::std::__detail::_Executor< <template-parameter-1-1>, <template-parameter-1-2>, <template-parameter-1-3>, <anonymous> >::_Match_mode, int)'
  155 |       _M_main_dispatch(_Match_mode __match_mode, __bfs);
      |       ^~~~~~~~~~~~~~~~
/usr/include/c++/11/bits/regex_executor.h:152:7: note: previous declaration 'bool celeritas::std::__detail::_Executor< <template-parameter-1-1>, <template-parameter-1-2>, <template-parameter-1-3>, <anonymous> >::_M_main_dispatch(celeritas::std::__detail::_Executor< <template-parameter-1-1>, <template-parameter-1-2>, <template-parameter-1-3>, <anonymous> >::_Match_mode, int)'
  152 |       _M_main_dispatch(_Match_mode __match_mode, __dfs);
      |       ^~~~~~~~~~~~~~~~
/usr/include/c++/11/bits/regex_executor.h:158:18: error: '_CharT' has not been declared
  158 |       _M_is_word(_CharT __ch) const
      |                  ^~~~~~
/usr/include/c++/11/bits/regex_executor.h:191:28: error: '__bfs' was not declared in this scope; did you mean '_M_dfs'?
  191 |         struct _State_info<__bfs, _ResultsVec>
      |                            ^~~~~
      |                            _M_dfs
/usr/include/c++/11/bits/regex_executor.h:191:46: error: template argument 1 is invalid
  191 |         struct _State_info<__bfs, _ResultsVec>
      |                                              ^
/usr/include/c++/11/bits/regex_executor.h:221:28: error: '__dfs' was not declared in this scope; did you mean '_M_dfs'?
  221 |         struct _State_info<__dfs, _ResultsVec>
      |                            ^~~~~
      |                            _M_dfs
/usr/include/c++/11/bits/regex_executor.h:221:46: error: template argument 1 is invalid
  221 |         struct _State_info<__dfs, _ResultsVec>
      |                                              ^
/usr/include/c++/11/bits/regex_executor.h:239:7: error: '_ResultsVec' does not name a type
  239 |       _ResultsVec                                           _M_cur_results;
      |       ^~~~~~~~~~~
/usr/include/c++/11/bits/regex_executor.h:243:13: error: '_RegexT' does not name a type
  243 |       const _RegexT&                                        _M_re;
      |             ^~~~~~~
/usr/include/c++/11/bits/regex_executor.h:245:7: error: '_ResultsVec' does not name a type
  245 |       _ResultsVec&                                          _M_results;
      |       ^~~~~~~~~~~
/usr/include/c++/11/bits/regex_executor.h:246:7: error: 'vector' does not name a type; did you mean 'UVector3'?
  246 |       vector<pair<_BiIter, int>>                            _M_rep_count;
      |       ^~~~~~
      |       UVector3
/usr/include/c++/11/bits/regex_executor.h:247:19: error: '__search_mode' was not declared in this scope; did you mean '_Match_mode'?
  247 |       _State_info<__search_mode, _ResultsVec>               _M_states;
      |                   ^~~~~~~~~~~~~
      |                   _Match_mode
/usr/include/c++/11/bits/regex_executor.h:247:34: error: '_ResultsVec' was not declared in this scope
  247 |       _State_info<__search_mode, _ResultsVec>               _M_states;
      |                                  ^~~~~~~~~~~
/usr/include/c++/11/bits/regex_executor.h:247:45: error: template argument 1 is invalid
  247 |       _State_info<__search_mode, _ResultsVec>               _M_states;
      |                                             ^
/usr/include/c++/11/bits/regex_executor.h:247:45: error: template argument 2 is invalid
/usr/include/c++/11/bits/regex_executor.h: In constructor 'celeritas::std::__detail::_Executor< <template-parameter-1-1>, <template-parameter-1-2>, <template-parameter-1-3>, <anonymous> >::_Executor(_BiIter, _BiIter, int&, const int&, celeritas::std::__detail::_Executor< <template-parameter-1-1>, <template-parameter-1-2>, <template-parameter-1-3>, <anonymous> >::_FlagT)':
/usr/include/c++/11/bits/regex_executor.h:76:7: error: class 'celeritas::std::__detail::_Executor< <template-parameter-1-1>, <template-parameter-1-2>, <template-parameter-1-3>, <anonymous> >' does not have any field named '_M_re'
   76 |       _M_re(__re),
      |       ^~~~~
/usr/include/c++/11/bits/regex_executor.h:77:20: error: request for member '_M_automaton' in '__re', which is of non-class type 'const int'
   77 |       _M_nfa(*__re._M_automaton),
      |                    ^~~~~~~~~~~~
/usr/include/c++/11/bits/regex_executor.h:78:7: error: class 'celeritas::std::__detail::_Executor< <template-parameter-1-1>, <template-parameter-1-2>, <template-parameter-1-3>, <anonymous> >' does not have any field named '_M_results'
   78 |       _M_results(__results),
      |       ^~~~~~~~~~
/usr/include/c++/11/bits/regex_executor.h:79:7: error: class 'celeritas::std::__detail::_Executor< <template-parameter-1-1>, <template-parameter-1-2>, <template-parameter-1-3>, <anonymous> >' does not have any field named '_M_rep_count'
   79 |       _M_rep_count(_M_nfa.size()),
      |       ^~~~~~~~~~~~
/usr/include/c++/11/bits/regex_executor.h: In member function 'bool celeritas::std::__detail::_Executor< <template-parameter-1-1>, <template-parameter-1-2>, <template-parameter-1-3>, <anonymous> >::_M_main(celeritas::std::__detail::_Executor< <template-parameter-1-1>, <template-parameter-1-2>, <template-parameter-1-3>, <anonymous> >::_Match_mode)':
/usr/include/c++/11/bits/regex_executor.h:149:47: error: '__search_mode' was not declared in this scope; did you mean '__match_mode'?
  149 |       { return _M_main_dispatch(__match_mode, __search_mode{}); }
      |                                               ^~~~~~~~~~~~~
      |                                               __match_mode
/usr/include/c++/11/bits/regex_executor.h: In member function 'bool celeritas::std::__detail::_Executor< <template-parameter-1-1>, <template-parameter-1-2>, <template-parameter-1-3>, <anonymous> >::_M_is_word(int) const':
/usr/include/c++/11/bits/regex_executor.h:160:22: error: '_CharT' does not name a type
  160 |         static const _CharT __s[2] = { 'w' };
      |                      ^~~~~~
/usr/include/c++/11/bits/regex_executor.h:161:16: error: '_M_re' was not declared in this scope
  161 |         return _M_re._M_automaton->_M_traits.isctype
      |                ^~~~~
/usr/include/c++/11/bits/regex_executor.h:162:65: error: '__s' was not declared in this scope
  162 |           (__ch, _M_re._M_automaton->_M_traits.lookup_classname(__s, __s+1));
      |                                                                 ^~~
In file included from /usr/include/c++/11/bits/regex_executor.h:258,
                 from /usr/include/c++/11/regex:64,
                 from /opt/view/include/Geant4/G4Backtrace.hh:210,
                 from /opt/view/include/Geant4/G4ThreadLocalSingleton.hh:100,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RootIO.hh:13,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:29:
/usr/include/c++/11/bits/regex_executor.tcc: At global scope:
/usr/include/c++/11/bits/regex_executor.tcc:82:48: error: '__dfs' has not been declared
   82 |     _M_main_dispatch(_Match_mode __match_mode, __dfs)
      |                                                ^~~~~
/usr/include/c++/11/bits/regex_executor.tcc: In member function 'bool celeritas::std::__detail::_Executor< <template-parameter-1-1>, <template-parameter-1-2>, <template-parameter-1-3>, <anonymous> >::_M_main_dispatch(celeritas::std::__detail::_Executor< <template-parameter-1-1>, <template-parameter-1-2>, <template-parameter-1-3>, <anonymous> >::_Match_mode, int)':
/usr/include/c++/11/bits/regex_executor.tcc:85:18: error: request for member '_M_get_sol_pos' in '((celeritas::std::__detail::_Executor< <template-parameter-1-1>, <template-parameter-1-2>, <template-parameter-1-3>, <anonymous> >*)this)->celeritas::std::__detail::_Executor< <template-parameter-1-1>, <template-parameter-1-2>, <template-parameter-1-3>, <anonymous> >::_M_states', which is of non-class type 'int'
   85 |       *_M_states._M_get_sol_pos() = _BiIter();
      |                  ^~~~~~~~~~~~~~
/usr/include/c++/11/bits/regex_executor.tcc:86:7: error: '_M_cur_results' was not declared in this scope; did you mean '_M_current'?
   86 |       _M_cur_results = _M_results;
      |       ^~~~~~~~~~~~~~
      |       _M_current
/usr/include/c++/11/bits/regex_executor.tcc:86:24: error: '_M_results' was not declared in this scope
   86 |       _M_cur_results = _M_results;
      |                        ^~~~~~~~~~
/usr/include/c++/11/bits/regex_executor.tcc:87:38: error: request for member '_M_start' in '((celeritas::std::__detail::_Executor< <template-parameter-1-1>, <template-parameter-1-2>, <template-parameter-1-3>, <anonymous> >*)this)->celeritas::std::__detail::_Executor< <template-parameter-1-1>, <template-parameter-1-2>, <template-parameter-1-3>, <anonymous> >::_M_states', which is of non-class type 'int'
   87 |       _M_dfs(__match_mode, _M_states._M_start);
      |                                      ^~~~~~~~
/usr/include/c++/11/bits/regex_executor.tcc: At global scope:
/usr/include/c++/11/bits/regex_executor.tcc:116:48: error: '__bfs' has not been declared
  116 |     _M_main_dispatch(_Match_mode __match_mode, __bfs)
      |                                                ^~~~~
/usr/include/c++/11/bits/regex_executor.tcc:115:10: error: redefinition of 'bool celeritas::std::__detail::_Executor< <template-parameter-1-1>, <template-parameter-1-2>, <template-parameter-1-3>, <anonymous> >::_M_main_dispatch(celeritas::std::__detail::_Executor< <template-parameter-1-1>, <template-parameter-1-2>, <template-parameter-1-3>, <anonymous> >::_Match_mode, int)'
  115 |     bool _Executor<_BiIter, _Alloc, _TraitsT, __dfs_mode>::
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/11/bits/regex_executor.tcc:81:10: note: 'bool celeritas::std::__detail::_Executor< <template-parameter-1-1>, <template-parameter-1-2>, <template-parameter-1-3>, <anonymous> >::_M_main_dispatch(celeritas::std::__detail::_Executor< <template-parameter-1-1>, <template-parameter-1-2>, <template-parameter-1-3>, <anonymous> >::_Match_mode, int)' previously declared here
   81 |     bool _Executor<_BiIter, _Alloc, _TraitsT, __dfs_mode>::
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/11/bits/regex_executor.tcc: In member function 'bool celeritas::std::__detail::_Executor< <template-parameter-1-1>, <template-parameter-1-2>, <template-parameter-1-3>, <anonymous> >::_M_lookahead(celeritas::std::__detail::_StateIdT)':
/usr/include/c++/11/bits/regex_executor.tcc:153:7: error: '_ResultsVec' was not declared in this scope
  153 |       _ResultsVec __what(_M_cur_results);
      |       ^~~~~~~~~~~
/usr/include/c++/11/bits/regex_executor.tcc:154:43: error: '__what' was not declared in this scope
  154 |       _Executor __sub(_M_current, _M_end, __what, _M_re, _M_flags);
      |                                           ^~~~~~
/usr/include/c++/11/bits/regex_executor.tcc:154:51: error: '_M_re' was not declared in this scope
  154 |       _Executor __sub(_M_current, _M_end, __what, _M_re, _M_flags);
      |                                                   ^~~~~
/usr/include/c++/11/bits/regex_executor.tcc:155:23: error: request for member '_M_start' in '__sub._M_states', which is of non-class type 'int'
  155 |       __sub._M_states._M_start = __next;
      |                       ^~~~~~~~
/usr/include/c++/11/bits/regex_executor.tcc:160:15: error: '_M_cur_results' was not declared in this scope; did you mean '_M_current'?
  160 |               _M_cur_results[__i] = __what[__i];
      |               ^~~~~~~~~~~~~~
      |               _M_current
/usr/include/c++/11/bits/regex_executor.tcc: In member function 'void celeritas::std::__detail::_Executor< <template-parameter-1-1>, <template-parameter-1-2>, <template-parameter-1-3>, <anonymous> >::_M_rep_once_more(celeritas::std::__detail::_Executor< <template-parameter-1-1>, <template-parameter-1-2>, <template-parameter-1-3>, <anonymous> >::_Match_mode, celeritas::std::__detail::_StateIdT)':
/usr/include/c++/11/bits/regex_executor.tcc:178:27: error: '_M_rep_count' was not declared in this scope; did you mean '__rep_count'?
  178 |       auto& __rep_count = _M_rep_count[__i];
      |                           ^~~~~~~~~~~~
      |                           __rep_count
/usr/include/c++/11/bits/regex_executor.tcc: In member function 'void celeritas::std::__detail::_Executor< <template-parameter-1-1>, <template-parameter-1-2>, <template-parameter-1-3>, <anonymous> >::_M_handle_subexpr_begin(celeritas::std::__detail::_Executor< <template-parameter-1-1>, <template-parameter-1-2>, <template-parameter-1-3>, <anonymous> >::_Match_mode, celeritas::std::__detail::_StateIdT)':
/usr/include/c++/11/bits/regex_executor.tcc:251:21: error: '_M_cur_results' was not declared in this scope; did you mean '_M_current'?
  251 |       auto& __res = _M_cur_results[__state._M_subexpr];
      |                     ^~~~~~~~~~~~~~
      |                     _M_current
/usr/include/c++/11/bits/regex_executor.tcc: In member function 'void celeritas::std::__detail::_Executor< <template-parameter-1-1>, <template-parameter-1-2>, <template-parameter-1-3>, <anonymous> >::_M_handle_subexpr_end(celeritas::std::__detail::_Executor< <template-parameter-1-1>, <template-parameter-1-2>, <template-parameter-1-3>, <anonymous> >::_Match_mode, celeritas::std::__detail::_StateIdT)':
/usr/include/c++/11/bits/regex_executor.tcc:265:21: error: '_M_cur_results' was not declared in this scope; did you mean '_M_current'?
  265 |       auto& __res = _M_cur_results[__state._M_subexpr];
      |                     ^~~~~~~~~~~~~~
      |                     _M_current
/usr/include/c++/11/bits/regex_executor.tcc: In member function 'void celeritas::std::__detail::_Executor< <template-parameter-1-1>, <template-parameter-1-2>, <template-parameter-1-3>, <anonymous> >::_M_handle_match(celeritas::std::__detail::_Executor< <template-parameter-1-1>, <template-parameter-1-2>, <template-parameter-1-3>, <anonymous> >::_Match_mode, celeritas::std::__detail::_StateIdT)':
/usr/include/c++/11/bits/regex_executor.tcc:335:21: error: request for member '_M_queue' in '((celeritas::std::__detail::_Executor< <template-parameter-1-1>, <template-parameter-1-2>, <template-parameter-1-3>, <anonymous> >*)this)->celeritas::std::__detail::_Executor< <template-parameter-1-1>, <template-parameter-1-2>, <template-parameter-1-3>, <anonymous> >::_M_states', which is of non-class type 'int'
  335 |           _M_states._M_queue(__state._M_next, _M_cur_results);
      |                     ^~~~~~~~
/usr/include/c++/11/bits/regex_executor.tcc:335:47: error: '_M_cur_results' was not declared in this scope; did you mean '_M_current'?
  335 |           _M_states._M_queue(__state._M_next, _M_cur_results);
      |                                               ^~~~~~~~~~~~~~
      |                                               _M_current
/usr/include/c++/11/bits/regex_executor.tcc: At global scope:
/usr/include/c++/11/bits/regex_executor.tcc:357:43: error: 'regex_traits' is not a member of 'celeritas::std'; did you mean 'celeritas::std::__cxx11::regex_traits'?
  357 |     struct _Backref_matcher<_BiIter, std::regex_traits<_CharT>>
      |                                           ^~~~~~~~~~~~
In file included from /usr/include/c++/11/regex:62,
                 from /opt/view/include/Geant4/G4Backtrace.hh:210,
                 from /opt/view/include/Geant4/G4ThreadLocalSingleton.hh:100,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RootIO.hh:13,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:29:
/usr/include/c++/11/bits/regex_compiler.h:37:11: note: 'celeritas::std::__cxx11::regex_traits' declared here
   37 |     class regex_traits;
      |           ^~~~~~~~~~~~
In file included from /usr/include/c++/11/bits/regex_executor.h:258,
                 from /usr/include/c++/11/regex:64,
                 from /opt/view/include/Geant4/G4Backtrace.hh:210,
                 from /opt/view/include/Geant4/G4ThreadLocalSingleton.hh:100,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RootIO.hh:13,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:29:
/usr/include/c++/11/bits/regex_executor.tcc:357:56: error: template argument 2 is invalid
  357 |     struct _Backref_matcher<_BiIter, std::regex_traits<_CharT>>
      |                                                        ^~~~~~
/usr/include/c++/11/bits/regex_executor.tcc:357:62: error: expected unqualified-id before '>' token
  357 |     struct _Backref_matcher<_BiIter, std::regex_traits<_CharT>>
      |                                                              ^~
/usr/include/c++/11/bits/regex_executor.tcc: In member function 'void celeritas::std::__detail::_Executor< <template-parameter-1-1>, <template-parameter-1-2>, <template-parameter-1-3>, <anonymous> >::_M_handle_backref(celeritas::std::__detail::_Executor< <template-parameter-1-1>, <template-parameter-1-2>, <template-parameter-1-3>, <anonymous> >::_Match_mode, celeritas::std::__detail::_StateIdT)':
/usr/include/c++/11/bits/regex_executor.tcc:398:26: error: '_M_cur_results' was not declared in this scope; did you mean '_M_current'?
  398 |       auto& __submatch = _M_cur_results[__state._M_backref_index];
      |                          ^~~~~~~~~~~~~~
      |                          _M_current
/usr/include/c++/11/bits/regex_executor.tcc:407:15: error: '_M_re' was not declared in this scope
  407 |               _M_re.flags() & regex_constants::icase,
      |               ^~~~~
/usr/include/c++/11/bits/regex_executor.tcc: In member function 'void celeritas::std::__detail::_Executor< <template-parameter-1-1>, <template-parameter-1-2>, <template-parameter-1-3>, <anonymous> >::_M_handle_accept(celeritas::std::__detail::_Executor< <template-parameter-1-1>, <template-parameter-1-2>, <template-parameter-1-3>, <anonymous> >::_Match_mode, celeritas::std::__detail::_StateIdT)':
/usr/include/c++/11/bits/regex_executor.tcc:441:17: error: '_M_results' was not declared in this scope
  441 |                 _M_results = _M_cur_results;
      |                 ^~~~~~~~~~
/usr/include/c++/11/bits/regex_executor.tcc:441:30: error: '_M_cur_results' was not declared in this scope; did you mean '_M_current'?
  441 |                 _M_results = _M_cur_results;
      |                              ^~~~~~~~~~~~~~
      |                              _M_current
In file included from /usr/include/c++/11/bits/stl_algobase.h:59,
                 from /usr/include/c++/11/memory:63,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.hh:10,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:8:
/usr/include/c++/11/bits/regex_executor.tcc:444:19: error: request for member '_M_get_sol_pos' in '((celeritas::std::__detail::_Executor< <template-parameter-1-1>, <template-parameter-1-2>, <template-parameter-1-3>, <anonymous> >*)this)->celeritas::std::__detail::_Executor< <template-parameter-1-1>, <template-parameter-1-2>, <template-parameter-1-3>, <anonymous> >::_M_states', which is of non-class type 'int'
  444 |                   __glibcxx_assert(_M_states._M_get_sol_pos());
      |                   ^~~~~~~~~~~~~~~~
In file included from /usr/include/c++/11/bits/regex_executor.h:258,
                 from /usr/include/c++/11/regex:64,
                 from /opt/view/include/Geant4/G4Backtrace.hh:210,
                 from /opt/view/include/Geant4/G4ThreadLocalSingleton.hh:100,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RootIO.hh:13,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:29:
/usr/include/c++/11/bits/regex_executor.tcc:452:34: error: request for member '_M_get_sol_pos' in '((celeritas::std::__detail::_Executor< <template-parameter-1-1>, <template-parameter-1-2>, <template-parameter-1-3>, <anonymous> >*)this)->celeritas::std::__detail::_Executor< <template-parameter-1-1>, <template-parameter-1-2>, <template-parameter-1-3>, <anonymous> >::_M_states', which is of non-class type 'int'
  452 |                   if (*_M_states._M_get_sol_pos() == _BiIter()
      |                                  ^~~~~~~~~~~~~~
/usr/include/c++/11/bits/regex_executor.tcc:453:31: error: 'distance' is not a member of 'celeritas::std'
  453 |                       || std::distance(_M_begin,
      |                               ^~~~~~~~
/usr/include/c++/11/bits/regex_executor.tcc:453:31: note: suggested alternatives:
In file included from /usr/include/c++/11/bits/stl_algobase.h:66,
                 from /usr/include/c++/11/memory:63,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.hh:10,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:8:
/usr/include/c++/11/bits/stl_iterator_base_funcs.h:138:5: note:   'std::distance'
  138 |     distance(_InputIterator __first, _InputIterator __last)
      |     ^~~~~~~~
In file included from /var/jenkins/workspace/celeritas_PR-1150/src/celeritas/phys/Interaction.hh:14,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/celeritas/phys/PhysicsData.hh:24,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/celeritas/global/CoreTrackData.hh:18,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/celeritas/global/CoreParams.hh:20,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/accel/LocalTransporter.hh:19,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.hh:14,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:8:
/var/jenkins/workspace/celeritas_PR-1150/src/corecel/math/ArrayUtils.hh:151:18: note:   'celeritas::celeritas::distance'
  151 | CELER_FUNCTION T distance(Array<T, N> const& x, Array<T, N> const& y)
      |                  ^~~~~~~~
In file included from /usr/include/c++/11/bits/regex_executor.h:258,
                 from /usr/include/c++/11/regex:64,
                 from /opt/view/include/Geant4/G4Backtrace.hh:210,
                 from /opt/view/include/Geant4/G4ThreadLocalSingleton.hh:100,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RootIO.hh:13,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:29:
/usr/include/c++/11/bits/regex_executor.tcc:454:51: error: request for member '_M_get_sol_pos' in '((celeritas::std::__detail::_Executor< <template-parameter-1-1>, <template-parameter-1-2>, <template-parameter-1-3>, <anonymous> >*)this)->celeritas::std::__detail::_Executor< <template-parameter-1-1>, <template-parameter-1-2>, <template-parameter-1-3>, <anonymous> >::_M_states', which is of non-class type 'int'
  454 |                                        *_M_states._M_get_sol_pos())
      |                                                   ^~~~~~~~~~~~~~
/usr/include/c++/11/bits/regex_executor.tcc:455:33: error: 'distance' is not a member of 'celeritas::std'
  455 |                          < std::distance(_M_begin, _M_current))
      |                                 ^~~~~~~~
/usr/include/c++/11/bits/regex_executor.tcc:455:33: note: suggested alternatives:
In file included from /usr/include/c++/11/bits/stl_algobase.h:66,
                 from /usr/include/c++/11/memory:63,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.hh:10,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:8:
/usr/include/c++/11/bits/stl_iterator_base_funcs.h:138:5: note:   'std::distance'
  138 |     distance(_InputIterator __first, _InputIterator __last)
      |     ^~~~~~~~
In file included from /var/jenkins/workspace/celeritas_PR-1150/src/celeritas/phys/Interaction.hh:14,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/celeritas/phys/PhysicsData.hh:24,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/celeritas/global/CoreTrackData.hh:18,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/celeritas/global/CoreParams.hh:20,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/accel/LocalTransporter.hh:19,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.hh:14,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:8:
/var/jenkins/workspace/celeritas_PR-1150/src/corecel/math/ArrayUtils.hh:151:18: note:   'celeritas::celeritas::distance'
  151 | CELER_FUNCTION T distance(Array<T, N> const& x, Array<T, N> const& y)
      |                  ^~~~~~~~
In file included from /usr/include/c++/11/bits/regex_executor.h:258,
                 from /usr/include/c++/11/regex:64,
                 from /opt/view/include/Geant4/G4Backtrace.hh:210,
                 from /opt/view/include/Geant4/G4ThreadLocalSingleton.hh:100,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RootIO.hh:13,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:29:
/usr/include/c++/11/bits/regex_executor.tcc:457:34: error: request for member '_M_get_sol_pos' in '((celeritas::std::__detail::_Executor< <template-parameter-1-1>, <template-parameter-1-2>, <template-parameter-1-3>, <anonymous> >*)this)->celeritas::std::__detail::_Executor< <template-parameter-1-1>, <template-parameter-1-2>, <template-parameter-1-3>, <anonymous> >::_M_states', which is of non-class type 'int'
  457 |                       *_M_states._M_get_sol_pos() = _M_current;
      |                                  ^~~~~~~~~~~~~~
/usr/include/c++/11/bits/regex_executor.tcc:458:23: error: '_M_results' was not declared in this scope
  458 |                       _M_results = _M_cur_results;
      |                       ^~~~~~~~~~
/usr/include/c++/11/bits/regex_executor.tcc:458:36: error: '_M_cur_results' was not declared in this scope; did you mean '_M_current'?
  458 |                       _M_results = _M_cur_results;
      |                                    ^~~~~~~~~~~~~~
      |                                    _M_current
/usr/include/c++/11/bits/regex_executor.tcc:472:17: error: '_M_results' was not declared in this scope
  472 |                 _M_results = _M_cur_results;
      |                 ^~~~~~~~~~
/usr/include/c++/11/bits/regex_executor.tcc:472:30: error: '_M_cur_results' was not declared in this scope; did you mean '_M_current'?
  472 |                 _M_results = _M_cur_results;
      |                              ^~~~~~~~~~~~~~
      |                              _M_current
/usr/include/c++/11/bits/regex_executor.tcc: In member function 'void celeritas::std::__detail::_Executor< <template-parameter-1-1>, <template-parameter-1-2>, <template-parameter-1-3>, <anonymous> >::_M_dfs(celeritas::std::__detail::_Executor< <template-parameter-1-1>, <template-parameter-1-2>, <template-parameter-1-3>, <anonymous> >::_Match_mode, celeritas::std::__detail::_StateIdT)':
/usr/include/c++/11/bits/regex_executor.tcc:509:21: error: request for member '_M_visited' in '((celeritas::std::__detail::_Executor< <template-parameter-1-1>, <template-parameter-1-2>, <template-parameter-1-3>, <anonymous> >*)this)->celeritas::std::__detail::_Executor< <template-parameter-1-1>, <template-parameter-1-2>, <template-parameter-1-3>, <anonymous> >::_M_states', which is of non-class type 'int'
  509 |       if (_M_states._M_visited(__i))
      |                     ^~~~~~~~~~
/usr/include/c++/11/bits/regex_executor.tcc: In member function 'bool celeritas::std::__detail::_Executor< <template-parameter-1-1>, <template-parameter-1-2>, <template-parameter-1-3>, <anonymous> >::_M_word_boundary() const':
/usr/include/c++/11/bits/regex_executor.tcc:557:32: error: 'prev' is not a member of 'celeritas::std'; did you mean 'std::prev'?
  557 |           if (_M_is_word(*std::prev(__prev)))
      |                                ^~~~
In file included from /usr/include/c++/11/bits/stl_algobase.h:66,
                 from /usr/include/c++/11/memory:63,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.hh:10,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:8:
/usr/include/c++/11/bits/stl_iterator_base_funcs.h:224:5: note: 'std::prev' declared here
  224 |     prev(_BidirectionalIterator __x, typename
      |     ^~~~
In file included from /opt/view/include/Geant4/G4Backtrace.hh:210,
                 from /opt/view/include/Geant4/G4ThreadLocalSingleton.hh:100,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RootIO.hh:13,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:29:
/usr/include/c++/11/regex: At global scope:
/usr/include/c++/11/regex:75:16: error: 'match_results' in namespace 'celeritas::std' does not name a template type
   75 |         = std::match_results<_BidirectionalIterator, polymorphic_allocator<
      |                ^~~~~~~~~~~~~
/usr/include/c++/11/regex:77:20: error: 'match_results' does not name a type
   77 |     using cmatch = match_results<const char*>;
      |                    ^~~~~~~~~~~~~
/usr/include/c++/11/regex:81:9: error: 'match_results' does not name a type
   81 |       = match_results<__gnu_cxx::__normal_iterator<const char*, string>>;
      |         ^~~~~~~~~~~~~
/usr/include/c++/11/regex:83:21: error: 'match_results' does not name a type
   83 |     using wcmatch = match_results<const wchar_t*>;
      |                     ^~~~~~~~~~~~~
/usr/include/c++/11/regex:85:9: error: 'match_results' does not name a type
   85 |       = match_results<__gnu_cxx::__normal_iterator<const wchar_t*, wstring>>;
      |         ^~~~~~~~~~~~~
In file included from /opt/view/include/Geant4/G4ThreadLocalSingleton.hh:100,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RootIO.hh:13,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:29:
/opt/view/include/Geant4/G4Backtrace.hh:223:30: error: 'function' in namespace 'celeritas::std' does not name a template type
  223 |   using exit_action_t = std::function<void(int)>;
      |                              ^~~~~~~~
/opt/view/include/Geant4/G4Backtrace.hh:224:30: error: 'function' in namespace 'celeritas::std' does not name a template type
  224 |   using frame_func_t  = std::function<G4String(const char*)>;
      |                              ^~~~~~~~
/opt/view/include/Geant4/G4Backtrace.hh:225:30: error: 'set' in namespace 'celeritas::std' does not name a template type; did you mean 'setw'?
  225 |   using signal_set_t  = std::set<int>;
      |                              ^~~
      |                              setw
/opt/view/include/Geant4/G4Backtrace.hh:230:29: error: 'tuple' in namespace 'celeritas::std' does not name a template type
  230 |     using id_entry_t = std::tuple<std::string, int, std::string>;
      |                             ^~~~~
/opt/view/include/Geant4/G4Backtrace.hh:231:29: error: 'vector' in namespace 'celeritas::std' does not name a template type
  231 |     using id_list_t  = std::vector<id_entry_t>;
      |                             ^~~~~~
/opt/view/include/Geant4/G4Backtrace.hh:233:10: error: 'map' in namespace 'celeritas::std' does not name a template type
  233 |     std::map<int, bool> is_active           = {};
      |          ^~~
/opt/view/include/Geant4/G4Backtrace.hh:234:10: error: 'map' in namespace 'celeritas::std' does not name a template type
  234 |     std::map<int, sigaction_t> current      = {};
      |          ^~~
/opt/view/include/Geant4/G4Backtrace.hh:235:10: error: 'map' in namespace 'celeritas::std' does not name a template type
  235 |     std::map<int, sigaction_t> previous     = {};
      |          ^~~
/opt/view/include/Geant4/G4Backtrace.hh:236:10: error: 'vector' in namespace 'celeritas::std' does not name a template type
  236 |     std::vector<exit_action_t> exit_actions = {};
      |          ^~~~~~
/opt/view/include/Geant4/G4Backtrace.hh:237:11: error: 'id_list_t' does not name a type
  237 |     const id_list_t identifiers             = {
      |           ^~~~~~~~~
/opt/view/include/Geant4/G4Backtrace.hh:276:10: error: 'frame_func_t' does not name a type
  276 |   static frame_func_t& FrameFunctor();
      |          ^~~~~~~~~~~~
/opt/view/include/Geant4/G4Backtrace.hh:278:10: error: 'signal_set_t' does not name a type; did you mean 'sigset_t'?
  278 |   static signal_set_t& DefaultSignals();
      |          ^~~~~~~~~~~~
      |          sigset_t
/opt/view/include/Geant4/G4Backtrace.hh:283:50: error: 'celeritas::std::ostream' has not been declared
  283 |   static void Message(int sig, siginfo_t* sinfo, std::ostream&);
      |                                                  ^~~
/opt/view/include/Geant4/G4Backtrace.hh:287:32: error: 'string' in namespace 'celeritas::std' does not name a type
  287 |   static int Enable(const std::string&);
      |                                ^~~~~~
/opt/view/include/Geant4/G4Backtrace.hh:289:27: error: 'signal_set_t' does not name a type; did you mean 'sigset_t'?
  289 |   static int Enable(const signal_set_t& _signals = DefaultSignals());
      |                           ^~~~~~~~~~~~
      |                           sigset_t
/opt/view/include/Geant4/G4Backtrace.hh:289:14: error: 'static int celeritas::G4Backtrace::Enable(const int&)' cannot be overloaded with 'static int celeritas::G4Backtrace::Enable(const int&)'
  289 |   static int Enable(const signal_set_t& _signals = DefaultSignals());
      |              ^~~~~~
/opt/view/include/Geant4/G4Backtrace.hh:287:14: note: previous declaration 'static int celeritas::G4Backtrace::Enable(const int&)'
  287 |   static int Enable(const std::string&);
      |              ^~~~~~
/opt/view/include/Geant4/G4Backtrace.hh:291:22: error: 'signal_set_t' has not been declared
  291 |   static int Disable(signal_set_t _signals = {});
      |                      ^~~~~~~~~~~~
/opt/view/include/Geant4/G4Backtrace.hh:293:35: error: 'string' in namespace 'celeritas::std' does not name a type
  293 |   static int GetSignal(const std::string&);
      |                                   ^~~~~~
/opt/view/include/Geant4/G4Backtrace.hh:295:15: error: 'string' in namespace 'celeritas::std' does not name a type
  295 |   static std::string Description(int sig);
      |               ^~~~~~
/opt/view/include/Geant4/G4Backtrace.hh:304:63: error: 'frame_func_t' does not name a type
  304 |   template <size_t Depth, size_t Offset = 0, typename FuncT = frame_func_t>
      |                                                               ^~~~~~~~~~~~
/opt/view/include/Geant4/G4Backtrace.hh:305:15: error: 'array' in namespace 'celeritas::std' does not name a template type
  305 |   static std::array<G4ResultOf_t<FuncT, const char*>, Depth> GetMangled(
      |               ^~~~~
/opt/view/include/Geant4/G4Backtrace.hh:311:63: error: 'frame_func_t' does not name a type
  311 |   template <size_t Depth, size_t Offset = 0, typename FuncT = frame_func_t>
      |                                                               ^~~~~~~~~~~~
/opt/view/include/Geant4/G4Backtrace.hh:312:15: error: 'array' in namespace 'celeritas::std' does not name a template type
  312 |   static std::array<G4ResultOf_t<FuncT, const char*>, Depth> GetDemangled(
      |               ^~~~~
/opt/view/include/Geant4/G4Backtrace.hh:289:52: error: 'DefaultSignals' was not declared in this scope
  289 |   static int Enable(const signal_set_t& _signals = DefaultSignals());
      |                                                    ^~~~~~~~~~~~~~
/opt/view/include/Geant4/G4Backtrace.hh:326:21: error: 'frame_func_t' in 'class celeritas::G4Backtrace' does not name a type
  326 | inline G4Backtrace::frame_func_t& G4Backtrace::FrameFunctor()
      |                     ^~~~~~~~~~~~
/opt/view/include/Geant4/G4Backtrace.hh:335:21: error: 'signal_set_t' in 'class celeritas::G4Backtrace' does not name a type
  335 | inline G4Backtrace::signal_set_t& G4Backtrace::DefaultSignals()
      |                     ^~~~~~~~~~~~
/opt/view/include/Geant4/G4Backtrace.hh: In static member function 'static void celeritas::G4Backtrace::AddExitAction(FuncT&&)':
/opt/view/include/Geant4/G4Backtrace.hh:347:13: error: 'struct celeritas::G4Backtrace::actions' has no member named 'exit_actions'
  347 |   GetData().exit_actions.emplace_back(std::forward<FuncT>(func));
      |             ^~~~~~~~~~~~
/opt/view/include/Geant4/G4Backtrace.hh:347:44: error: 'forward' is not a member of 'celeritas::std'
  347 |   GetData().exit_actions.emplace_back(std::forward<FuncT>(func));
      |                                            ^~~~~~~
/opt/view/include/Geant4/G4Backtrace.hh:347:44: note: suggested alternatives:
In file included from /usr/include/c++/11/bits/stl_pair.h:59,
                 from /usr/include/c++/11/bits/stl_algobase.h:64,
                 from /usr/include/c++/11/memory:63,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.hh:10,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:8:
/usr/include/c++/11/bits/move.h:89:5: note:   'std::forward'
   89 |     forward(typename std::remove_reference<_Tp>::type&& __t) noexcept
      |     ^~~~~~~
In file included from /var/jenkins/workspace/celeritas_PR-1150/src/corecel/data/LdgIterator.hh:16,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/corecel/cont/Span.hh:13,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/corecel/data/DeviceVector.hh:13,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/celeritas/global/CoreParams.hh:13,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/accel/LocalTransporter.hh:19,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.hh:14,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:8:
/var/jenkins/workspace/celeritas_PR-1150/src/corecel/math/Algorithms.hh:36:1: note:   'celeritas::forward'
   36 | forward(typename std::remove_reference<T>::type&& v) noexcept
      | ^~~~~~~
In file included from /opt/view/include/Geant4/G4ThreadLocalSingleton.hh:100,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RootIO.hh:13,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:29:
/opt/view/include/Geant4/G4Backtrace.hh:347:57: error: expected primary-expression before '>' token
  347 |   GetData().exit_actions.emplace_back(std::forward<FuncT>(func));
      |                                                         ^
/opt/view/include/Geant4/G4Backtrace.hh: In static member function 'static void celeritas::G4Backtrace::ExitAction(int)':
/opt/view/include/Geant4/G4Backtrace.hh:354:29: error: 'struct celeritas::G4Backtrace::actions' has no member named 'exit_actions'
  354 |   for(auto& itr : GetData().exit_actions)
      |                             ^~~~~~~~~~~~
/opt/view/include/Geant4/G4Backtrace.hh: At global scope:
/opt/view/include/Geant4/G4Backtrace.hh:361:13: error: 'array' in namespace 'celeritas::std' does not name a template type
  361 | inline std::array<G4ResultOf_t<FuncT, const char*>, Depth>
      |             ^~~~~
/opt/view/include/Geant4/G4Backtrace.hh:396:13: error: 'array' in namespace 'celeritas::std' does not name a template type
  396 | inline std::array<G4ResultOf_t<FuncT, const char*>, Depth>
      |             ^~~~~
/opt/view/include/Geant4/G4Backtrace.hh:452:61: error: 'celeritas::std::ostream' has not been declared
  452 | inline void G4Backtrace::Message(int sig, siginfo_t* sinfo, std::ostream& os)
      |                                                             ^~~
/opt/view/include/Geant4/G4Backtrace.hh: In static member function 'static void celeritas::G4Backtrace::Message(int, celeritas::siginfo_t*, int&)':
/opt/view/include/Geant4/G4Backtrace.hh:460:6: error: invalid operands of types 'int' and 'const char [21]' to binary 'operator<<'
  460 |   os << "\n### CAUGHT SIGNAL: " << sig << " ### ";
      |   ~~ ^~ ~~~~~~~~~~~~~~~~~~~~~~~
      |   |     |
      |   int   const char [21]
/opt/view/include/Geant4/G4Backtrace.hh:462:8: error: invalid operands of types 'int' and 'const char [10]' to binary 'operator<<'
  462 |     os << "address: " << sinfo->si_addr << ", ";
      |     ~~ ^~ ~~~~~~~~~~~
      |     |     |
      |     int   const char [10]
/opt/view/include/Geant4/G4Backtrace.hh:463:9: error: 'Description' was not declared in this scope
  463 |   os << Description(sig) << ". ";
      |         ^~~~~~~~~~~
/opt/view/include/Geant4/G4Backtrace.hh:472:14: error: invalid operands of types 'int' and 'const char [30]' to binary 'operator<<'
  472 |           os << "Address not mapped to object.";
      |           ~~ ^~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |           |     |
      |           int   const char [30]
/opt/view/include/Geant4/G4Backtrace.hh:475:14: error: invalid operands of types 'int' and 'const char [39]' to binary 'operator<<'
  475 |           os << "Invalid permissions for mapped object.";
      |           ~~ ^~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |           |     |
      |           int   const char [39]
/opt/view/include/Geant4/G4Backtrace.hh:478:14: error: invalid operands of types 'int' and 'const char [35]' to binary 'operator<<'
  478 |           os << "Unknown segmentation fault error: " << sinfo->si_code << ".";
      |           ~~ ^~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |           |     |
      |           int   const char [35]
/opt/view/include/Geant4/G4Backtrace.hh:484:10: error: invalid operands of types 'int' and 'const char [30]' to binary 'operator<<'
  484 |       os << "Segmentation fault (unknown).";
      |       ~~ ^~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |       |     |
      |       int   const char [30]
/opt/view/include/Geant4/G4Backtrace.hh:494:14: error: invalid operands of types 'int' and 'const char [31]' to binary 'operator<<'
  494 |           os << "Floating point divide by zero.";
      |           ~~ ^~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |           |     |
      |           int   const char [31]
/opt/view/include/Geant4/G4Backtrace.hh:497:14: error: invalid operands of types 'int' and 'const char [25]' to binary 'operator<<'
  497 |           os << "Floating point overflow.";
      |           ~~ ^~ ~~~~~~~~~~~~~~~~~~~~~~~~~~
      |           |     |
      |           int   const char [25]
/opt/view/include/Geant4/G4Backtrace.hh:500:14: error: invalid operands of types 'int' and 'const char [26]' to binary 'operator<<'
  500 |           os << "Floating point underflow.";
      |           ~~ ^~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |           |     |
      |           int   const char [26]
/opt/view/include/Geant4/G4Backtrace.hh:503:14: error: invalid operands of types 'int' and 'const char [31]' to binary 'operator<<'
  503 |           os << "Floating point inexact result.";
      |           ~~ ^~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |           |     |
      |           int   const char [31]
/opt/view/include/Geant4/G4Backtrace.hh:506:14: error: invalid operands of types 'int' and 'const char [34]' to binary 'operator<<'
  506 |           os << "Floating point invalid operation.";
      |           ~~ ^~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |           |     |
      |           int   const char [34]
/opt/view/include/Geant4/G4Backtrace.hh:509:14: error: invalid operands of types 'int' and 'const char [41]' to binary 'operator<<'
  509 |           os << "Unknown floating point exception error: " << sinfo->si_code
      |           ~~ ^~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |           |     |
      |           int   const char [41]
/opt/view/include/Geant4/G4Backtrace.hh:516:10: error: invalid operands of types 'int' and 'const char [33]' to binary 'operator<<'
  516 |       os << "Unknown floating point exception";
      |       ~~ ^~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |       |     |
      |       int   const char [33]
/opt/view/include/Geant4/G4Backtrace.hh:518:12: error: invalid operands of types 'int' and 'const char [3]' to binary 'operator<<'
  518 |         os << ": " << sinfo->si_code;
      |         ~~ ^~ ~~~~
      |         |     |
      |         int   const char [3]
/opt/view/include/Geant4/G4Backtrace.hh:519:10: error: invalid operands of types 'int' and 'const char [3]' to binary 'operator<<'
  519 |       os << ". ";
      |       ~~ ^~ ~~~~
      |       |     |
      |       int   const char [3]
/opt/view/include/Geant4/G4Backtrace.hh:525:13: error: 'GetMangled' was not declared in this scope
  525 |   auto bt = GetMangled<256, 3>([](const char* _s) { return _s; });
      |             ^~~~~~~~~~
/opt/view/include/Geant4/G4Backtrace.hh:525:65: error: expected ',' or ';' before ')' token
  525 |   auto bt = GetMangled<256, 3>([](const char* _s) { return _s; });
      |                                                                 ^
/opt/view/include/Geant4/G4Backtrace.hh:538:6: error: invalid operands of types 'int' and 'const char [13]' to binary 'operator<<'
  538 |   os << "\nBacktrace:\n";
      |   ~~ ^~ ~~~~~~~~~~~~~~~~
      |   |     |
      |   int   const char [13]
/opt/view/include/Geant4/G4Backtrace.hh:539:18: error: 'log10' is not a member of 'celeritas::std'
  539 |   auto _w = std::log10(sz) + 1;
      |                  ^~~~~
/opt/view/include/Geant4/G4Backtrace.hh:539:18: note: suggested alternatives:
In file included from /usr/include/features.h:486,
                 from /usr/include/x86_64-linux-gnu/c++/11/bits/os_defines.h:39,
                 from /usr/include/x86_64-linux-gnu/c++/11/bits/c++config.h:586,
                 from /usr/include/c++/11/bits/stl_algobase.h:59,
                 from /usr/include/c++/11/memory:63,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.hh:10,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:8:
/usr/include/x86_64-linux-gnu/bits/mathcalls.h:107:1: note:   'log10'
  107 | __MATHCALL_VEC (log10,, (_Mdouble_ __x));
      | ^~~~~~~~~~~~~~
In file included from /opt/view/include/Geant4/G4Types.hh:74,
                 from /opt/view/include/Geant4/G4UserRunAction.hh:48,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.hh:11,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:8:
/usr/include/c++/11/complex:829:5: note:   'std::log10'
  829 |     log10(const complex<_Tp>& __z)
      |     ^~~~~
In file included from /opt/view/include/Geant4/G4ThreadLocalSingleton.hh:100,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RootIO.hh:13,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:29:
/opt/view/include/Geant4/G4Backtrace.hh:542:8: error: invalid operands of types 'int' and 'char [64]' to binary 'operator<<'
  542 |     os << prefix << "[" << std::setw(_w) << std::right << i << '/'
      |     ~~ ^~ ~~~~~~
      |     |     |
      |     int   char [64]
/opt/view/include/Geant4/G4Backtrace.hh:542:50: error: 'right' is not a member of 'celeritas::std'; did you mean 'std::right'?
  542 |     os << prefix << "[" << std::setw(_w) << std::right << i << '/'
      |                                                  ^~~~~
In file included from /usr/include/c++/11/ios:42,
                 from /usr/include/c++/11/istream:38,
                 from /usr/include/c++/11/sstream:38,
                 from /usr/include/c++/11/complex:45,
                 from /opt/view/include/Geant4/G4Types.hh:74,
                 from /opt/view/include/Geant4/G4UserRunAction.hh:48,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.hh:11,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:8:
/usr/include/c++/11/bits/ios_base.h:1037:3: note: 'std::right' declared here
 1037 |   right(ios_base& __base)
      |   ^~~~~
In file included from /opt/view/include/Geant4/G4ThreadLocalSingleton.hh:100,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RootIO.hh:13,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:29:
/opt/view/include/Geant4/G4Backtrace.hh:543:33: error: 'right' is not a member of 'celeritas::std'; did you mean 'std::right'?
  543 |        << std::setw(_w) << std::right << sz << "]> " << std::left << bt.at(i)
      |                                 ^~~~~
In file included from /usr/include/c++/11/ios:42,
                 from /usr/include/c++/11/istream:38,
                 from /usr/include/c++/11/sstream:38,
                 from /usr/include/c++/11/complex:45,
                 from /opt/view/include/Geant4/G4Types.hh:74,
                 from /opt/view/include/Geant4/G4UserRunAction.hh:48,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.hh:11,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:8:
/usr/include/c++/11/bits/ios_base.h:1037:3: note: 'std::right' declared here
 1037 |   right(ios_base& __base)
      |   ^~~~~
In file included from /opt/view/include/Geant4/G4ThreadLocalSingleton.hh:100,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RootIO.hh:13,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:29:
/opt/view/include/Geant4/G4Backtrace.hh:543:62: error: 'left' is not a member of 'celeritas::std'; did you mean 'std::left'?
  543 |        << std::setw(_w) << std::right << sz << "]> " << std::left << bt.at(i)
      |                                                              ^~~~
In file included from /usr/include/c++/11/ios:42,
                 from /usr/include/c++/11/istream:38,
                 from /usr/include/c++/11/sstream:38,
                 from /usr/include/c++/11/complex:45,
                 from /opt/view/include/Geant4/G4Types.hh:74,
                 from /opt/view/include/Geant4/G4UserRunAction.hh:48,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.hh:11,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:8:
/usr/include/c++/11/bits/ios_base.h:1029:3: note: 'std::left' declared here
 1029 |   left(ios_base& __base)
      |   ^~~~
In file included from /opt/view/include/Geant4/G4ThreadLocalSingleton.hh:100,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RootIO.hh:13,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:29:
/opt/view/include/Geant4/G4Backtrace.hh:546:14: error: 'flush' is not a member of 'celeritas::std'; did you mean 'std::flush'?
  546 |   os << std::flush;
      |              ^~~~~
In file included from /usr/include/c++/11/istream:39,
                 from /usr/include/c++/11/sstream:38,
                 from /usr/include/c++/11/complex:45,
                 from /opt/view/include/Geant4/G4Types.hh:74,
                 from /opt/view/include/Geant4/G4UserRunAction.hh:48,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.hh:11,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:8:
/usr/include/c++/11/ostream:706:5: note: 'std::flush' declared here
  706 |     flush(basic_ostream<_CharT, _Traits>& __os)
      |     ^~~~~
In file included from /opt/view/include/Geant4/G4ThreadLocalSingleton.hh:100,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RootIO.hh:13,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:29:
/opt/view/include/Geant4/G4Backtrace.hh:553:16: error: 'exception' in namespace 'celeritas::std' does not name a type
  553 |   } catch(std::exception& e)
      |                ^~~~~~~~~
/opt/view/include/Geant4/G4Backtrace.hh:555:10: error: 'cerr' is not a member of 'celeritas::std'; did you mean 'std::cerr'?
  555 |     std::cerr << "ExitAction(" << sig << ") threw an exception" << std::endl;
      |          ^~~~
In file included from /opt/vecgeom/include/VecGeom/base/Transformation3D.h:20,
                 from /opt/vecgeom/include/VecGeom/navigation/NavStatePath.h:11,
                 from /opt/vecgeom/include/VecGeom/navigation/NavigationState.h:9,
                 from /opt/vecgeom/include/VecGeom/navigation/NavStatePool.h:14,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/geocel/vg/detail/VecgeomNavCollection.hh:15,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/geocel/vg/VecgeomData.hh:18,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/celeritas/geo/GeoData.hh:13,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/celeritas/global/CoreTrackData.hh:13,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/celeritas/global/CoreParams.hh:20,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/accel/LocalTransporter.hh:19,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.hh:14,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:8:
/usr/include/c++/11/iostream:62:18: note: 'std::cerr' declared here
   62 |   extern ostream cerr;          /// Linked to standard error (unbuffered)
      |                  ^~~~
In file included from /opt/view/include/Geant4/G4ThreadLocalSingleton.hh:100,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RootIO.hh:13,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:29:
/opt/view/include/Geant4/G4Backtrace.hh:555:73: error: 'endl' is not a member of 'celeritas::std'; did you mean 'std::endl'?
  555 |     std::cerr << "ExitAction(" << sig << ") threw an exception" << std::endl;
      |                                                                         ^~~~
In file included from /usr/include/c++/11/istream:39,
                 from /usr/include/c++/11/sstream:38,
                 from /usr/include/c++/11/complex:45,
                 from /opt/view/include/Geant4/G4Types.hh:74,
                 from /opt/view/include/Geant4/G4UserRunAction.hh:48,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.hh:11,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:8:
/usr/include/c++/11/ostream:684:5: note: 'std::endl' declared here
  684 |     endl(basic_ostream<_CharT, _Traits>& __os)
      |     ^~~~
In file included from /opt/view/include/Geant4/G4ThreadLocalSingleton.hh:100,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RootIO.hh:13,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:29:
/opt/view/include/Geant4/G4Backtrace.hh:556:10: error: 'cerr' is not a member of 'celeritas::std'; did you mean 'std::cerr'?
  556 |     std::cerr << e.what() << std::endl;
      |          ^~~~
In file included from /opt/vecgeom/include/VecGeom/base/Transformation3D.h:20,
                 from /opt/vecgeom/include/VecGeom/navigation/NavStatePath.h:11,
                 from /opt/vecgeom/include/VecGeom/navigation/NavigationState.h:9,
                 from /opt/vecgeom/include/VecGeom/navigation/NavStatePool.h:14,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/geocel/vg/detail/VecgeomNavCollection.hh:15,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/geocel/vg/VecgeomData.hh:18,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/celeritas/geo/GeoData.hh:13,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/celeritas/global/CoreTrackData.hh:13,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/celeritas/global/CoreParams.hh:20,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/accel/LocalTransporter.hh:19,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.hh:14,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:8:
/usr/include/c++/11/iostream:62:18: note: 'std::cerr' declared here
   62 |   extern ostream cerr;          /// Linked to standard error (unbuffered)
      |                  ^~~~
In file included from /opt/view/include/Geant4/G4ThreadLocalSingleton.hh:100,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RootIO.hh:13,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:29:
/opt/view/include/Geant4/G4Backtrace.hh:556:18: error: 'e' was not declared in this scope
  556 |     std::cerr << e.what() << std::endl;
      |                  ^
/opt/view/include/Geant4/G4Backtrace.hh:556:35: error: 'endl' is not a member of 'celeritas::std'; did you mean 'std::endl'?
  556 |     std::cerr << e.what() << std::endl;
      |                                   ^~~~
In file included from /usr/include/c++/11/istream:39,
                 from /usr/include/c++/11/sstream:38,
                 from /usr/include/c++/11/complex:45,
                 from /opt/view/include/Geant4/G4Types.hh:74,
                 from /opt/view/include/Geant4/G4UserRunAction.hh:48,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.hh:11,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:8:
/usr/include/c++/11/ostream:684:5: note: 'std::endl' declared here
  684 |     endl(basic_ostream<_CharT, _Traits>& __os)
      |     ^~~~
In file included from /opt/view/include/Geant4/G4ThreadLocalSingleton.hh:100,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RootIO.hh:13,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:29:
/opt/view/include/Geant4/G4Backtrace.hh: In static member function 'static void celeritas::G4Backtrace::Handler(int, celeritas::siginfo_t*, void*)':
/opt/view/include/Geant4/G4Backtrace.hh:564:28: error: 'cerr' is not a member of 'celeritas::std'; did you mean 'std::cerr'?
  564 |   Message(sig, sinfo, std::cerr);
      |                            ^~~~
In file included from /opt/vecgeom/include/VecGeom/base/Transformation3D.h:20,
                 from /opt/vecgeom/include/VecGeom/navigation/NavStatePath.h:11,
                 from /opt/vecgeom/include/VecGeom/navigation/NavigationState.h:9,
                 from /opt/vecgeom/include/VecGeom/navigation/NavStatePool.h:14,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/geocel/vg/detail/VecgeomNavCollection.hh:15,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/geocel/vg/VecgeomData.hh:18,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/celeritas/geo/GeoData.hh:13,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/celeritas/global/CoreTrackData.hh:13,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/celeritas/global/CoreParams.hh:20,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/accel/LocalTransporter.hh:19,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.hh:14,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:8:
/usr/include/c++/11/iostream:62:18: note: 'std::cerr' declared here
   62 |   extern ostream cerr;          /// Linked to standard error (unbuffered)
      |                  ^~~~
In file included from /opt/view/include/Geant4/G4ThreadLocalSingleton.hh:100,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RootIO.hh:13,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:29:
/opt/view/include/Geant4/G4Backtrace.hh:579:10: error: 'cerr' is not a member of 'celeritas::std'; did you mean 'std::cerr'?
  579 |     std::cerr << msg << std::flush;
      |          ^~~~
In file included from /opt/vecgeom/include/VecGeom/base/Transformation3D.h:20,
                 from /opt/vecgeom/include/VecGeom/navigation/NavStatePath.h:11,
                 from /opt/vecgeom/include/VecGeom/navigation/NavigationState.h:9,
                 from /opt/vecgeom/include/VecGeom/navigation/NavStatePool.h:14,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/geocel/vg/detail/VecgeomNavCollection.hh:15,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/geocel/vg/VecgeomData.hh:18,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/celeritas/geo/GeoData.hh:13,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/celeritas/global/CoreTrackData.hh:13,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/celeritas/global/CoreParams.hh:20,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/accel/LocalTransporter.hh:19,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.hh:14,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:8:
/usr/include/c++/11/iostream:62:18: note: 'std::cerr' declared here
   62 |   extern ostream cerr;          /// Linked to standard error (unbuffered)
      |                  ^~~~
In file included from /opt/view/include/Geant4/G4ThreadLocalSingleton.hh:100,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RootIO.hh:13,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:29:
/opt/view/include/Geant4/G4Backtrace.hh:579:30: error: 'flush' is not a member of 'celeritas::std'; did you mean 'std::flush'?
  579 |     std::cerr << msg << std::flush;
      |                              ^~~~~
In file included from /usr/include/c++/11/istream:39,
                 from /usr/include/c++/11/sstream:38,
                 from /usr/include/c++/11/complex:45,
                 from /opt/view/include/Geant4/G4Types.hh:74,
                 from /opt/view/include/Geant4/G4UserRunAction.hh:48,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.hh:11,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:8:
/usr/include/c++/11/ostream:706:5: note: 'std::flush' declared here
  706 |     flush(basic_ostream<_CharT, _Traits>& __os)
      |     ^~~~~
In file included from /opt/view/include/Geant4/G4ThreadLocalSingleton.hh:100,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RootIO.hh:13,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:29:
/opt/view/include/Geant4/G4Backtrace.hh: At global scope:
/opt/view/include/Geant4/G4Backtrace.hh:591:38: error: 'signal_set_t' does not name a type; did you mean 'sigset_t'?
  591 | inline int G4Backtrace::Enable(const signal_set_t& _signals)
      |                                      ^~~~~~~~~~~~
      |                                      sigset_t
/opt/view/include/Geant4/G4Backtrace.hh: In static member function 'static int celeritas::G4Backtrace::Enable(const int&)':
/opt/view/include/Geant4/G4Backtrace.hh:596:10: error: 'string' is not a member of 'celeritas::std'
  596 |     std::string _msg = "!!! G4Backtrace is activated !!!";
      |          ^~~~~~
/opt/view/include/Geant4/G4Backtrace.hh:596:10: note: suggested alternatives:
In file included from /usr/include/c++/11/iosfwd:39,
                 from /usr/include/c++/11/bits/shared_ptr.h:52,
                 from /usr/include/c++/11/memory:77,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.hh:10,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:8:
/usr/include/c++/11/bits/stringfwd.h:79:33: note:   'std::string'
   79 |   typedef basic_string<char>    string;
      |                                 ^~~~~~
In file included from /usr/include/c++/11/bits/locale_classes.h:40,
                 from /usr/include/c++/11/bits/ios_base.h:41,
                 from /usr/include/c++/11/ios:42,
                 from /usr/include/c++/11/istream:38,
                 from /usr/include/c++/11/sstream:38,
                 from /usr/include/c++/11/complex:45,
                 from /opt/view/include/Geant4/G4Types.hh:74,
                 from /opt/view/include/Geant4/G4UserRunAction.hh:48,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.hh:11,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:8:
/usr/include/c++/11/string:67:11: note:   'std::pmr::string'
   67 |     using string    = basic_string<char>;
      |           ^~~~~~
In file included from /opt/view/include/Geant4/G4ThreadLocalSingleton.hh:100,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RootIO.hh:13,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:29:
/opt/view/include/Geant4/G4Backtrace.hh:597:10: error: 'stringstream' is not a member of 'celeritas::std'; did you mean 'std::stringstream'?
  597 |     std::stringstream _filler;
      |          ^~~~~~~~~~~~
In file included from /usr/include/c++/11/bits/shared_ptr.h:52,
                 from /usr/include/c++/11/memory:77,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.hh:10,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:8:
/usr/include/c++/11/iosfwd:156:41: note: 'std::stringstream' declared here
  156 |   typedef basic_stringstream<char>      stringstream;
      |                                         ^~~~~~~~~~~~
In file included from /opt/view/include/Geant4/G4ThreadLocalSingleton.hh:100,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RootIO.hh:13,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:29:
/opt/view/include/Geant4/G4Backtrace.hh:598:10: error: 'stringstream' is not a member of 'celeritas::std'; did you mean 'std::stringstream'?
  598 |     std::stringstream _spacer;
      |          ^~~~~~~~~~~~
In file included from /usr/include/c++/11/bits/shared_ptr.h:52,
                 from /usr/include/c++/11/memory:77,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.hh:10,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:8:
/usr/include/c++/11/iosfwd:156:41: note: 'std::stringstream' declared here
  156 |   typedef basic_stringstream<char>      stringstream;
      |                                         ^~~~~~~~~~~~
In file included from /opt/view/include/Geant4/G4ThreadLocalSingleton.hh:100,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RootIO.hh:13,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:29:
/opt/view/include/Geant4/G4Backtrace.hh:599:5: error: '_filler' was not declared in this scope; did you mean 'fill'?
  599 |     _filler.fill('#');
      |     ^~~~~~~
      |     fill
/opt/view/include/Geant4/G4Backtrace.hh:600:26: error: '_msg' was not declared in this scope
  600 |     _filler << std::setw(_msg.length()) << "";
      |                          ^~~~
/opt/view/include/Geant4/G4Backtrace.hh:601:5: error: '_spacer' was not declared in this scope
  601 |     _spacer << std::setw(10) << "";
      |     ^~~~~~~
/opt/view/include/Geant4/G4Backtrace.hh:602:10: error: 'cout' is not a member of 'celeritas::std'; did you mean 'std::cout'?
  602 |     std::cout << "\n\n"
      |          ^~~~
In file included from /opt/vecgeom/include/VecGeom/base/Transformation3D.h:20,
                 from /opt/vecgeom/include/VecGeom/navigation/NavStatePath.h:11,
                 from /opt/vecgeom/include/VecGeom/navigation/NavigationState.h:9,
                 from /opt/vecgeom/include/VecGeom/navigation/NavStatePool.h:14,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/geocel/vg/detail/VecgeomNavCollection.hh:15,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/geocel/vg/VecgeomData.hh:18,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/celeritas/geo/GeoData.hh:13,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/celeritas/global/CoreTrackData.hh:13,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/celeritas/global/CoreParams.hh:20,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/accel/LocalTransporter.hh:19,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.hh:14,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:8:
/usr/include/c++/11/iostream:61:18: note: 'std::cout' declared here
   61 |   extern ostream cout;          /// Linked to standard output
      |                  ^~~~
In file included from /opt/view/include/Geant4/G4ThreadLocalSingleton.hh:100,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RootIO.hh:13,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:29:
/opt/view/include/Geant4/G4Backtrace.hh:606:23: error: 'flush' is not a member of 'celeritas::std'; did you mean 'std::flush'?
  606 |               << std::flush;
      |                       ^~~~~
In file included from /usr/include/c++/11/istream:39,
                 from /usr/include/c++/11/sstream:38,
                 from /usr/include/c++/11/complex:45,
                 from /opt/view/include/Geant4/G4Types.hh:74,
                 from /opt/view/include/Geant4/G4UserRunAction.hh:48,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.hh:11,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:8:
/usr/include/c++/11/ostream:706:5: note: 'std::flush' declared here
  706 |     flush(basic_ostream<_CharT, _Traits>& __os)
      |     ^~~~~
In file included from /opt/view/include/Geant4/G4ThreadLocalSingleton.hh:100,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RootIO.hh:13,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:29:
/opt/view/include/Geant4/G4Backtrace.hh:610:19: error: 'begin' was not declared in this scope; did you mean 'std::begin'?
  610 |   for(auto& itr : _signals)
      |                   ^~~~~~~~
      |                   std::begin
In file included from /usr/include/c++/11/array:41,
                 from /usr/include/c++/11/tuple:39,
                 from /usr/include/c++/11/bits/unique_ptr.h:37,
                 from /usr/include/c++/11/memory:76,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.hh:10,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:8:
/usr/include/c++/11/bits/range_access.h:108:37: note: 'std::begin' declared here
  108 |   template<typename _Tp> const _Tp* begin(const valarray<_Tp>&) noexcept;
      |                                     ^~~~~
In file included from /opt/view/include/Geant4/G4ThreadLocalSingleton.hh:100,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RootIO.hh:13,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:29:
/opt/view/include/Geant4/G4Backtrace.hh:610:19: error: 'end' was not declared in this scope
  610 |   for(auto& itr : _signals)
      |                   ^~~~~~~~
/opt/view/include/Geant4/G4Backtrace.hh:610:19: note: suggested alternatives:
In file included from /usr/include/c++/11/array:41,
                 from /usr/include/c++/11/tuple:39,
                 from /usr/include/c++/11/bits/unique_ptr.h:37,
                 from /usr/include/c++/11/memory:76,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.hh:10,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:8:
/usr/include/c++/11/bits/range_access.h:110:37: note:   'std::end'
  110 |   template<typename _Tp> const _Tp* end(const valarray<_Tp>&) noexcept;
      |                                     ^~~
In file included from /var/jenkins/workspace/celeritas_PR-1150/src/accel/LocalTransporter.hh:18,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.hh:14,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:8:
/var/jenkins/workspace/celeritas_PR-1150/src/celeritas/Types.hh:133:5: note:   'celeritas::ActionOrder::end'
  133 |     end,  //!< Processing secondaries, including replacing primaries
      |     ^~~
In file included from /opt/view/include/Geant4/G4ThreadLocalSingleton.hh:100,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RootIO.hh:13,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:29:
/opt/view/include/Geant4/G4Backtrace.hh:614:18: error: 'struct celeritas::G4Backtrace::actions' has no member named 'is_active'
  614 |     if(GetData().is_active[itr])
      |                  ^~~~~~~~~
/opt/view/include/Geant4/G4Backtrace.hh:617:28: error: 'struct celeritas::G4Backtrace::actions' has no member named 'current'
  617 |     sigfillset(&(GetData().current[itr].sa_mask));
      |                            ^~~~~~~
/opt/view/include/Geant4/G4Backtrace.hh:618:27: error: 'struct celeritas::G4Backtrace::actions' has no member named 'current'
  618 |     sigdelset(&(GetData().current[itr].sa_mask), itr);
      |                           ^~~~~~~
/opt/view/include/Geant4/G4Backtrace.hh:619:15: error: 'struct celeritas::G4Backtrace::actions' has no member named 'current'
  619 |     GetData().current[itr].sa_sigaction = &Handler;
      |               ^~~~~~~
/opt/view/include/Geant4/G4Backtrace.hh:620:15: error: 'struct celeritas::G4Backtrace::actions' has no member named 'current'
  620 |     GetData().current[itr].sa_flags     = SA_SIGINFO;
      |               ^~~~~~~
/opt/view/include/Geant4/G4Backtrace.hh:621:32: error: 'struct celeritas::G4Backtrace::actions' has no member named 'current'
  621 |     sigaction(itr, &(GetData().current[itr]), &(GetData().previous[itr]));
      |                                ^~~~~~~
/opt/view/include/Geant4/G4Backtrace.hh:621:59: error: 'struct celeritas::G4Backtrace::actions' has no member named 'previous'
  621 |     sigaction(itr, &(GetData().current[itr]), &(GetData().previous[itr]));
      |                                                           ^~~~~~~~
/opt/view/include/Geant4/G4Backtrace.hh: At global scope:
/opt/view/include/Geant4/G4Backtrace.hh:628:43: error: 'string' in namespace 'celeritas::std' does not name a type
  628 | inline int G4Backtrace::Enable(const std::string& _signals)
      |                                           ^~~~~~
/opt/view/include/Geant4/G4Backtrace.hh:628:12: error: redefinition of 'static int celeritas::G4Backtrace::Enable(const int&)'
  628 | inline int G4Backtrace::Enable(const std::string& _signals)
      |            ^~~~~~~~~~~
/opt/view/include/Geant4/G4Backtrace.hh:591:12: note: 'static int celeritas::G4Backtrace::Enable(const int&)' previously defined here
  591 | inline int G4Backtrace::Enable(const signal_set_t& _signals)
      |            ^~~~~~~~~~~
/opt/view/include/Geant4/G4Backtrace.hh:656:12: error: 'int celeritas::G4Backtrace::Disable' is not a static data member of 'class celeritas::G4Backtrace'
  656 | inline int G4Backtrace::Disable(signal_set_t _signals)
      |            ^~~~~~~~~~~
/opt/view/include/Geant4/G4Backtrace.hh:656:33: error: 'signal_set_t' was not declared in this scope; did you mean 'sigset_t'?
  656 | inline int G4Backtrace::Disable(signal_set_t _signals)
      |                                 ^~~~~~~~~~~~
      |                                 sigset_t
/opt/view/include/Geant4/G4Backtrace.hh:681:46: error: 'string' in namespace 'celeritas::std' does not name a type
  681 | inline int G4Backtrace::GetSignal(const std::string& sid)
      |                                              ^~~~~~
/opt/view/include/Geant4/G4Backtrace.hh: In static member function 'static int celeritas::G4Backtrace::GetSignal(const int&)':
/opt/view/include/Geant4/G4Backtrace.hh:683:30: error: 'struct celeritas::G4Backtrace::actions' has no member named 'identifiers'
  683 |   for(auto&& itr : GetData().identifiers)
      |                              ^~~~~~~~~~~
/opt/view/include/Geant4/G4Backtrace.hh:685:13: error: 'get' is not a member of 'celeritas::std'; did you mean 'std::get'?
  685 |     if(std::get<0>(itr) == sid)
      |             ^~~
In file included from /usr/include/c++/11/bits/unique_ptr.h:37,
                 from /usr/include/c++/11/memory:76,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.hh:10,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:8:
/usr/include/c++/11/tuple:1487:5: note: 'std::get' declared here
 1487 |     get(const tuple<_Types...>&& __t) noexcept
      |     ^~~
In file included from /opt/view/include/Geant4/G4ThreadLocalSingleton.hh:100,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RootIO.hh:13,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:29:
/opt/view/include/Geant4/G4Backtrace.hh:686:19: error: 'get' is not a member of 'celeritas::std'; did you mean 'std::get'?
  686 |       return std::get<1>(itr);
      |                   ^~~
In file included from /usr/include/c++/11/bits/unique_ptr.h:37,
                 from /usr/include/c++/11/memory:76,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.hh:10,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:8:
/usr/include/c++/11/tuple:1487:5: note: 'std::get' declared here
 1487 |     get(const tuple<_Types...>&& __t) noexcept
      |     ^~~
In file included from /opt/view/include/Geant4/G4ThreadLocalSingleton.hh:100,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RootIO.hh:13,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:29:
/opt/view/include/Geant4/G4Backtrace.hh: At global scope:
/opt/view/include/Geant4/G4Backtrace.hh:693:13: error: 'string' in namespace 'celeritas::std' does not name a type
  693 | inline std::string G4Backtrace::Description(int sig)
      |             ^~~~~~
In file included from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RootIO.hh:13,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:29:
/opt/view/include/Geant4/G4ThreadLocalSingleton.hh:124:26: error: 'vector' in namespace 'celeritas::std' does not name a template type
  124 |   using fvector_t = std::vector<std::function<void()>>;
      |                          ^~~~~~
/opt/view/include/Geant4/G4ThreadLocalSingleton.hh:129:10: error: 'fvector_t' does not name a type
  129 |   static fvector_t& GetCallbacks();
      |          ^~~~~~~~~
/opt/view/include/Geant4/G4ThreadLocalSingleton.hh:136:19: error: 'fvector_t' has not been declared
  136 |   static typename fvector_t::iterator Insert(FuncT&& _func)
      |                   ^~~~~~~~~
/opt/view/include/Geant4/G4ThreadLocalSingleton.hh: In static member function 'static int celeritas::G4ThreadLocalSingleton<void>::Insert(FuncT&&)':
/opt/view/include/Geant4/G4ThreadLocalSingleton.hh:139:12: error: there are no arguments to 'GetCallbacks' that depend on a template parameter, so a declaration of 'GetCallbacks' must be available [-fpermissive]
  139 |     return GetCallbacks().emplace(GetCallbacks().end(),
      |            ^~~~~~~~~~~~
/opt/view/include/Geant4/G4ThreadLocalSingleton.hh:139:35: error: there are no arguments to 'GetCallbacks' that depend on a template parameter, so a declaration of 'GetCallbacks' must be available [-fpermissive]
  139 |     return GetCallbacks().emplace(GetCallbacks().end(),
      |                                   ^~~~~~~~~~~~
/opt/view/include/Geant4/G4ThreadLocalSingleton.hh:140:40: error: 'forward' is not a member of 'celeritas::std'
  140 |                                   std::forward<FuncT>(_func));
      |                                        ^~~~~~~
/opt/view/include/Geant4/G4ThreadLocalSingleton.hh:140:40: note: suggested alternatives:
In file included from /usr/include/c++/11/bits/stl_pair.h:59,
                 from /usr/include/c++/11/bits/stl_algobase.h:64,
                 from /usr/include/c++/11/memory:63,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.hh:10,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:8:
/usr/include/c++/11/bits/move.h:89:5: note:   'std::forward'
   89 |     forward(typename std::remove_reference<_Tp>::type&& __t) noexcept
      |     ^~~~~~~
In file included from /var/jenkins/workspace/celeritas_PR-1150/src/corecel/data/LdgIterator.hh:16,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/corecel/cont/Span.hh:13,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/corecel/data/DeviceVector.hh:13,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/celeritas/global/CoreParams.hh:13,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/accel/LocalTransporter.hh:19,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.hh:14,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:8:
/var/jenkins/workspace/celeritas_PR-1150/src/corecel/math/Algorithms.hh:36:1: note:   'celeritas::forward'
   36 | forward(typename std::remove_reference<T>::type&& v) noexcept
      | ^~~~~~~
In file included from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RootIO.hh:13,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:29:
/opt/view/include/Geant4/G4ThreadLocalSingleton.hh:140:53: error: expected primary-expression before '>' token
  140 |                                   std::forward<FuncT>(_func));
      |                                                     ^
/opt/view/include/Geant4/G4ThreadLocalSingleton.hh: At global scope:
/opt/view/include/Geant4/G4ThreadLocalSingleton.hh:169:16: error: 'list' in namespace 'celeritas::std' does not name a template type
  169 |   mutable std::list<T*> instances;
      |                ^~~~
/opt/view/include/Geant4/G4ThreadLocalSingleton.hh: In member function 'void celeritas::G4ThreadLocalSingleton<T>::Register(T*) const':
/opt/view/include/Geant4/G4ThreadLocalSingleton.hh:226:3: error: 'instances' was not declared in this scope; did you mean 'Instance'?
  226 |   instances.push_back(i);
      |   ^~~~~~~~~
      |   Instance
/opt/view/include/Geant4/G4ThreadLocalSingleton.hh: In member function 'void celeritas::G4ThreadLocalSingleton<T>::Clear()':
/opt/view/include/Geant4/G4ThreadLocalSingleton.hh:232:6: error: 'instances' was not declared in this scope; did you mean 'Instance'?
  232 |   if(instances.empty())
      |      ^~~~~~~~~
      |      Instance
/opt/view/include/Geant4/G4ThreadLocalSingleton.hh:235:10: error: 'instances' was not declared in this scope; did you mean 'Instance'?
  235 |   while(!instances.empty())
      |          ^~~~~~~~~
      |          Instance
In file included from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RootIO.hh:18,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:29:
/var/jenkins/workspace/celeritas_PR-1150/src/celeritas/io/EventData.hh: At global scope:
/var/jenkins/workspace/celeritas_PR-1150/src/celeritas/io/EventData.hh:49:10: error: 'vector' in namespace 'celeritas::std' does not name a template type
   49 |     std::vector<std::vector<EventHitData>> hits;
      |          ^~~~~~
In file included from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:29:
/var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RootIO.hh:45:31: error: 'celeritas::std::string' has not been declared
   45 |     void AddSensitiveDetector(std::string name);
      |                               ^~~
/var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RootIO.hh:80:10: error: 'string' in namespace 'celeritas::std' does not name a type
   80 |     std::string file_name_;
      |          ^~~~~~
/var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RootIO.hh:81:10: error: 'unique_ptr' in namespace 'celeritas::std' does not name a template type
   81 |     std::unique_ptr<TFile> file_;
      |          ^~~~~~~~~~
/var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RootIO.hh:82:10: error: 'unique_ptr' in namespace 'celeritas::std' does not name a template type
   82 |     std::unique_ptr<TTree> tree_;
      |          ^~~~~~~~~~
/var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RootIO.hh:88:10: error: 'map' in namespace 'celeritas::std' does not name a template type
   88 |     std::map<std::string, int> detector_name_id_map_;
      |          ^~~
/var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:39:21: error: expected constructor, destructor, or type conversion before '(' token
   39 | RunAction::RunAction(SPConstOptions options,
      |                     ^
/var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:45:5: error: expected unqualified-id before ',' token
   45 |     , params_{std::move(params)}
      |     ^
/var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:45:14: error: expected constructor, destructor, or type conversion before '{' token
   45 |     , params_{std::move(params)}
      |              ^
/var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:46:5: error: expected unqualified-id before ',' token
   46 |     , transport_{std::move(transport)}
      |     ^
/var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:46:17: error: expected constructor, destructor, or type conversion before '{' token
   46 |     , transport_{std::move(transport)}
      |                 ^
/var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:47:5: error: expected unqualified-id before ',' token
   47 |     , diagnostics_{std::move(diagnostics)}
      |     ^
/var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:47:19: error: expected constructor, destructor, or type conversion before '{' token
   47 |     , diagnostics_{std::move(diagnostics)}
      |                   ^
/var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:48:5: error: expected unqualified-id before ',' token
   48 |     , init_shared_{init_shared}
      |     ^
/var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:48:19: error: expected constructor, destructor, or type conversion before '{' token
   48 |     , init_shared_{init_shared}
      |                   ^
/var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:49:1: error: expected unqualified-id before '{' token
   49 | {
      | ^
/var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:59:6: error: no declaration matches 'void celeritas::celeritas::app::RunAction::BeginOfRunAction(const celeritas::G4Run*)'
   59 | void RunAction::BeginOfRunAction(G4Run const* run)
      |      ^~~~~~~~~
In file included from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:8:
/var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.hh:55:10: note: candidate is: 'virtual void celeritas::celeritas::app::RunAction::BeginOfRunAction(const G4Run*)'
   55 |     void BeginOfRunAction(G4Run const* run) final;
      |          ^~~~~~~~~~~~~~~~
/var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.hh:37:7: note: 'class celeritas::celeritas::app::RunAction' defined here
   37 | class RunAction final : public G4UserRunAction
      |       ^~~~~~~~~
/var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:118:6: error: no declaration matches 'void celeritas::celeritas::app::RunAction::EndOfRunAction(const celeritas::G4Run*)'
  118 | void RunAction::EndOfRunAction(G4Run const*)
      |      ^~~~~~~~~
In file included from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:8:
/var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.hh:56:10: note: candidate is: 'virtual void celeritas::celeritas::app::RunAction::EndOfRunAction(const G4Run*)'
   56 |     void EndOfRunAction(G4Run const* run) final;
      |          ^~~~~~~~~~~~~~
/var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.hh:37:7: note: 'class celeritas::celeritas::app::RunAction' defined here
   37 | class RunAction final : public G4UserRunAction
      |       ^~~~~~~~~
/var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:164:2: error: expected '}' at end of input
  164 | }  // namespace celeritas
      |  ^
In file included from /var/jenkins/workspace/celeritas_PR-1150/src/celeritas/phys/PhysicsData.hh:21,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/celeritas/global/CoreTrackData.hh:18,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/celeritas/global/CoreParams.hh:20,
                 from /var/jenkins/workspace/celeritas_PR-1150/src/accel/LocalTransporter.hh:19,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.hh:14,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:8:
/var/jenkins/workspace/celeritas_PR-1150/src/celeritas/neutron/data/NeutronElasticData.hh:19:1: note: to match this '{'
   19 | {
      | ^
In file included from /usr/include/c++/11/future:43,
                 from /opt/view/include/Geant4/G4Threading.hh:43,
                 from /opt/view/include/Geant4/G4AutoLock.hh:262,
                 from /opt/view/include/Geant4/G4GeomSplitter.hh:41,
                 from /opt/view/include/Geant4/G4Region.hh:45,
                 from /opt/view/include/Geant4/G4LogicalVolume.hh:110,
                 from /opt/view/include/Geant4/G4Track.hh:50,
                 from /opt/view/include/Geant4/G4StackManager.hh:54,
                 from /opt/view/include/Geant4/G4EventManager.hh:38,
                 from /opt/view/include/Geant4/G4RunManager.hh:110,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:15:
/usr/include/c++/11/bits/atomic_futex.h: In instantiation of 'celeritas::std::__atomic_futex_unsigned<_Waiter_bit>::__atomic_futex_unsigned(unsigned int) [with unsigned int _Waiter_bit = 2147483648]':
/usr/include/c++/11/future:323:47:   required from here
/usr/include/c++/11/bits/atomic_futex.h:81:62: error: using invalid field 'celeritas::std::__atomic_futex_unsigned<_Waiter_bit>::_M_data'
   81 |     __atomic_futex_unsigned(unsigned __data) : _M_data(__data)
      |                                                              ^
In file included from /opt/view/include/Geant4/G4Threading.hh:43,
                 from /opt/view/include/Geant4/G4AutoLock.hh:262,
                 from /opt/view/include/Geant4/G4GeomSplitter.hh:41,
                 from /opt/view/include/Geant4/G4Region.hh:45,
                 from /opt/view/include/Geant4/G4LogicalVolume.hh:110,
                 from /opt/view/include/Geant4/G4Track.hh:50,
                 from /opt/view/include/Geant4/G4StackManager.hh:54,
                 from /opt/view/include/Geant4/G4EventManager.hh:38,
                 from /opt/view/include/Geant4/G4RunManager.hh:110,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:15:
/usr/include/c++/11/future: In instantiation of 'celeritas::std::__basic_future<_Res>::_Reset::~_Reset() [with _Res = void]':
/usr/include/c++/11/future:890:50:   required from here
/usr/include/c++/11/future:755:28: error: 'class celeritas::std::__basic_future<void>' has no member named '_M_state'
  755 |         ~_Reset() { _M_fut._M_state.reset(); }
      |                     ~~~~~~~^~~~~~~~
/usr/include/c++/11/future: In instantiation of 'celeritas::std::__future_base::_Result<_Res>& celeritas::std::__basic_future<_Res>::_M_get_result() const [with _Res = void; celeritas::std::__basic_future<_Res>::__result_type = celeritas::std::__future_base::_Result<void>&]':
/usr/include/c++/11/future:891:28:   required from here
/usr/include/c++/11/future:721:43: error: 'rethrow_exception' was not declared in this scope
  721 |           rethrow_exception(__res._M_error);
      |                                           ^
/usr/include/c++/11/future:721:43: note: suggested alternatives:
In file included from /usr/include/c++/11/exception:153,
                 from /usr/include/c++/11/ext/concurrence.h:34,
                 from /usr/include/c++/11/bits/shared_ptr_base.h:62,
                 from /usr/include/c++/11/bits/shared_ptr.h:53,
                 from /usr/include/c++/11/memory:77,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.hh:10,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:8:
/usr/include/c++/11/bits/exception_ptr.h:102:19: note:   'std::rethrow_exception'
  102 |       friend void std::rethrow_exception(exception_ptr);
      |                   ^~~
/usr/include/c++/11/bits/exception_ptr.h:102:19: note:   'std::rethrow_exception'
In file included from /opt/view/include/Geant4/G4Threading.hh:43,
                 from /opt/view/include/Geant4/G4AutoLock.hh:262,
                 from /opt/view/include/Geant4/G4GeomSplitter.hh:41,
                 from /opt/view/include/Geant4/G4Region.hh:45,
                 from /opt/view/include/Geant4/G4LogicalVolume.hh:110,
                 from /opt/view/include/Geant4/G4Track.hh:50,
                 from /opt/view/include/Geant4/G4StackManager.hh:54,
                 from /opt/view/include/Geant4/G4EventManager.hh:38,
                 from /opt/view/include/Geant4/G4RunManager.hh:110,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:15:
/usr/include/c++/11/future: In instantiation of 'static celeritas::std::__future_base::_State_baseV2::_Setter<_Res, celeritas::std::__future_base::_State_baseV2::__exception_ptr_tag> celeritas::std::__future_base::_State_baseV2::__setter(int&, celeritas::std::promise<_Res>*) [with _Res = void]':
/usr/include/c++/11/future:1356:50:   required from here
/usr/include/c++/11/future:547:68: error: too many initializers for 'celeritas::std::__future_base::_State_baseV2::_Setter<void, celeritas::std::__future_base::_State_baseV2::__exception_ptr_tag>'
  547 |           return _Setter<_Res, __exception_ptr_tag>{ __prom, &__ex };
      |                                                                    ^
In file included from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:11:
/usr/include/c++/11/mutex: In instantiation of 'void celeritas::std::call_once(celeritas::std::once_flag&, _Callable&&, _Args&& ...) [with _Callable = void (celeritas::std::thread::*)(); _Args = {celeritas::std::thread*}]':
/usr/include/c++/11/future:1700:36:   required from here
/usr/include/c++/11/mutex:784:29: error: '__throw_system_error' was not declared in this scope; did you mean 'std::__throw_system_error'?
  784 |         __throw_system_error(__e);
      |         ~~~~~~~~~~~~~~~~~~~~^~~~~
      |         std::__throw_system_error
In file included from /usr/include/c++/11/bits/stl_algobase.h:60,
                 from /usr/include/c++/11/memory:63,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.hh:10,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:8:
/usr/include/c++/11/bits/functexcept.h:105:3: note: 'std::__throw_system_error' declared here
  105 |   __throw_system_error(int) __attribute__((__noreturn__));
      |   ^~~~~~~~~~~~~~~~~~~~
In file included from /opt/view/include/Geant4/G4TouchableHandle.hh:43,
                 from /opt/view/include/Geant4/G4Track.hh:55,
                 from /opt/view/include/Geant4/G4StackManager.hh:54,
                 from /opt/view/include/Geant4/G4EventManager.hh:38,
                 from /opt/view/include/Geant4/G4RunManager.hh:110,
                 from /var/jenkins/workspace/celeritas_PR-1150/app/celer-g4/RunAction.cc:15:
/opt/view/include/Geant4/G4ReferenceCountedHandle.hh: In instantiation of 'class celeritas::G4CountedObject<celeritas::G4VTouchable>':
/opt/view/include/Geant4/G4ReferenceCountedHandle.hh:215:11:   required from 'celeritas::G4ReferenceCountedHandle<X>::~G4ReferenceCountedHandle() [with X = celeritas::G4VTouchable]'
/opt/view/include/Geant4/G4StepPoint.hh:60:18:   required from here
/opt/view/include/Geant4/G4ReferenceCountedHandle.hh:135:16: error: 'operator new' takes type 'size_t' ('long unsigned int') as first parameter [-fpermissive]
  135 |   inline void* operator new(std::size_t);
      |                ^~~~~~~~
cc1plus: all warnings being treated as errors
[347/376] /usr/bin/c++ -DVECCORE_ENABLE_CUDA -I/var/jenkins/workspace/celeritas_PR-1150/src -I/var/jenkins/workspace/celeritas_PR-1150/build/include -isystem /opt/vecgeom/include -isystem /usr/local/cuda/include -isystem /opt/view/include -Wall -Wextra -pedantic -Werror -Wno-error=deprecated-declarations -O3 -DNDEBUG -fPIE -faligned-new -std=c++17 -MD -MT app/demo-geo-check/CMakeFiles/demo-geo-check.dir/demo-geo-check.cc.o -MF app/demo-geo-check/CMakeFiles/demo-geo-check.dir/demo-geo-check.cc.o.d -o app/demo-geo-check/CMakeFiles/demo-geo-check.dir/demo-geo-check.cc.o -c /var/jenkins/workspace/celeritas_PR-1150/app/demo-geo-check/demo-geo-check.cc
[348/376] /usr/local/cuda/bin/nvcc -forward-unknown-to-host-compiler -ccbin=/usr/bin/c++ -DVECCORE_ENABLE_CUDA -I/var/jenkins/workspace/celeritas_PR-1150/src -I/var/jenkins/workspace/celeritas_PR-1150/build/include -isystem=/opt/vecgeom/include -isystem=/usr/local/cuda/include -isystem=/opt/view/include -Werror all-warnings -O3 -DNDEBUG --generate-code=arch=compute_70,code=[compute_70,sm_70] -Xcompiler=-fPIE -Xnvlink --suppress-stack-size-warning -Xcompiler=-faligned-new -std=c++17 -MD -MT app/demo-interactor/CMakeFiles/demo-interactor.dir/KNDemoKernel.cu.o -MF app/demo-interactor/CMakeFiles/demo-interactor.dir/KNDemoKernel.cu.o.d -x cu -rdc=true -c /var/jenkins/workspace/celeritas_PR-1150/app/demo-interactor/KNDemoKernel.cu -o app/demo-interactor/CMakeFiles/demo-interactor.dir/KNDemoKernel.cu.o
[349/376] /usr/bin/c++ -DVECCORE_ENABLE_CUDA -I/var/jenkins/workspace/celeritas_PR-1150/src -I/var/jenkins/workspace/celeritas_PR-1150/build/include -isystem /opt/vecgeom/include -isystem /usr/local/cuda/include -isystem /opt/view/include -Wall -Wextra -pedantic -Werror -Wno-error=deprecated-declarations -O3 -DNDEBUG -fPIE -faligned-new -std=c++17 -MD -MT app/demo-rasterizer/CMakeFiles/demo-rasterizer.dir/RDemoRunner.cc.o -MF app/demo-rasterizer/CMakeFiles/demo-rasterizer.dir/RDemoRunner.cc.o.d -o app/demo-rasterizer/CMakeFiles/demo-rasterizer.dir/RDemoRunner.cc.o -c /var/jenkins/workspace/celeritas_PR-1150/app/demo-rasterizer/RDemoRunner.cc
[350/376] /usr/bin/c++ -DVECCORE_ENABLE_CUDA -I/var/jenkins/workspace/celeritas_PR-1150/src -I/var/jenkins/workspace/celeritas_PR-1150/build/include -isystem /opt/vecgeom/include -isystem /usr/local/cuda/include -isystem /opt/view/include -Wall -Wextra -pedantic -Werror -Wno-error=deprecated-declarations -O3 -DNDEBUG -fPIE -faligned-new -std=c++17 -MD -MT app/demo-rasterizer/CMakeFiles/demo-rasterizer.dir/ImageIO.cc.o -MF app/demo-rasterizer/CMakeFiles/demo-rasterizer.dir/ImageIO.cc.o.d -o app/demo-rasterizer/CMakeFiles/demo-rasterizer.dir/ImageIO.cc.o -c /var/jenkins/workspace/celeritas_PR-1150/app/demo-rasterizer/ImageIO.cc
[351/376] /usr/bin/c++ -DVECCORE_ENABLE_CUDA -I/var/jenkins/workspace/celeritas_PR-1150/src -I/var/jenkins/workspace/celeritas_PR-1150/build/include -isystem /opt/vecgeom/include -isystem /usr/local/cuda/include -isystem /opt/view/include -Wall -Wextra -pedantic -Werror -Wno-error=deprecated-declarations -O3 -DNDEBUG -fPIE -faligned-new -std=c++17 -MD -MT app/demo-rasterizer/CMakeFiles/demo-rasterizer.dir/ImageStore.cc.o -MF app/demo-rasterizer/CMakeFiles/demo-rasterizer.dir/ImageStore.cc.o.d -o app/demo-rasterizer/CMakeFiles/demo-rasterizer.dir/ImageStore.cc.o -c /var/jenkins/workspace/celeritas_PR-1150/app/demo-rasterizer/ImageStore.cc
[352/376] /usr/bin/c++ -DVECCORE_ENABLE_CUDA -I/var/jenkins/workspace/celeritas_PR-1150/src -I/var/jenkins/workspace/celeritas_PR-1150/build/include -isystem /opt/vecgeom/include -isystem /usr/local/cuda/include -isystem /opt/view/include -Wall -Wextra -pedantic -Werror -Wno-error=deprecated-declarations -O3 -DNDEBUG -fPIE -faligned-new -std=c++17 -MD -MT app/demo-rasterizer/CMakeFiles/demo-rasterizer.dir/demo-rasterizer.cc.o -MF app/demo-rasterizer/CMakeFiles/demo-rasterizer.dir/demo-rasterizer.cc.o.d -o app/demo-rasterizer/CMakeFiles/demo-rasterizer.dir/demo-rasterizer.cc.o -c /var/jenkins/workspace/celeritas_PR-1150/app/demo-rasterizer/demo-rasterizer.cc
[353/376] /usr/local/cuda/bin/nvcc -forward-unknown-to-host-compiler -ccbin=/usr/bin/c++ -DVECCORE_ENABLE_CUDA -I/var/jenkins/workspace/celeritas_PR-1150/src -I/var/jenkins/workspace/celeritas_PR-1150/build/include -isystem=/opt/vecgeom/include -isystem=/usr/local/cuda/include -isystem=/opt/view/include -Werror all-warnings -O3 -DNDEBUG --generate-code=arch=compute_70,code=[compute_70,sm_70] -Xcompiler=-fPIE -Xnvlink --suppress-stack-size-warning -Xcompiler=-faligned-new -std=c++17 -MD -MT app/demo-interactor/CMakeFiles/demo-interactor.dir/KNDemoKernel.thrust.cu.o -MF app/demo-interactor/CMakeFiles/demo-interactor.dir/KNDemoKernel.thrust.cu.o.d -x cu -rdc=true -c /var/jenkins/workspace/celeritas_PR-1150/app/demo-interactor/KNDemoKernel.thrust.cu -o app/demo-interactor/CMakeFiles/demo-interactor.dir/KNDemoKernel.thrust.cu.o
[354/376] /usr/local/cuda/bin/nvcc -forward-unknown-to-host-compiler -ccbin=/usr/bin/c++ -DVECCORE_ENABLE_CUDA -I/var/jenkins/workspace/celeritas_PR-1150/src -I/var/jenkins/workspace/celeritas_PR-1150/build/include -isystem=/opt/vecgeom/include -isystem=/usr/local/cuda/include -isystem=/opt/view/include -Werror all-warnings -O3 -DNDEBUG --generate-code=arch=compute_70,code=[compute_70,sm_70] -Xcompiler=-fPIE -Xnvlink --suppress-stack-size-warning -Xcompiler=-faligned-new -std=c++17 -MD -MT app/demo-rasterizer/CMakeFiles/demo-rasterizer.dir/RDemoKernel.cu.o -MF app/demo-rasterizer/CMakeFiles/demo-rasterizer.dir/RDemoKernel.cu.o.d -x cu -rdc=true -c /var/jenkins/workspace/celeritas_PR-1150/app/demo-rasterizer/RDemoKernel.cu -o app/demo-rasterizer/CMakeFiles/demo-rasterizer.dir/RDemoKernel.cu.o
[355/376] /usr/local/cuda/bin/nvcc -forward-unknown-to-host-compiler -ccbin=/usr/bin/c++ -DVECCORE_ENABLE_CUDA -I/var/jenkins/workspace/celeritas_PR-1150/src -I/var/jenkins/workspace/celeritas_PR-1150/build/include -isystem=/opt/vecgeom/include -isystem=/usr/local/cuda/include -isystem=/opt/view/include -Werror all-warnings -O3 -DNDEBUG --generate-code=arch=compute_70,code=[compute_70,sm_70] -Xcompiler=-fPIE -Xnvlink --suppress-stack-size-warning -Xcompiler=-faligned-new -std=c++17 -MD -MT app/demo-geo-check/CMakeFiles/demo-geo-check.dir/GCheckKernel.cu.o -MF app/demo-geo-check/CMakeFiles/demo-geo-check.dir/GCheckKernel.cu.o.d -x cu -rdc=true -c /var/jenkins/workspace/celeritas_PR-1150/app/demo-geo-check/GCheckKernel.cu -o app/demo-geo-check/CMakeFiles/demo-geo-check.dir/GCheckKernel.cu.o
ninja: build stopped: cannot make progress due to previous errors.
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.197.165/10.64.197.165:50754
		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(Unknown Source)
		at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
		at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
		at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
		at java.base/java.lang.Thread.run(Unknown Source)
Also:   org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 0258ef09-0220-42d4-b10c-10763a530498
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/celeritas_PR-1150' 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 cdef92b21426cb9347cf0b5bae9fd4146a2d8a40ba4fc7e216a663d764fc4454
$ docker rm -f --volumes cdef92b21426cb9347cf0b5bae9fd4146a2d8a40ba4fc7e216a663d764fc4454
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Failed in branch cuda-ndebug-vecgeom
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] End of Pipeline
ERROR: script returned exit code 1

GitHub has been notified of this commit’s build result

Finished: FAILURE