Skip to content

Instantly share code, notes, and snippets.

@joakim-hove
Created September 12, 2014 13:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joakim-hove/0a5b26d8454586d15199 to your computer and use it in GitHub Desktop.
Save joakim-hove/0a5b26d8454586d15199 to your computer and use it in GitHub Desktop.
Compile log
Started by user Joakim Hove
[EnvInject] - Loading node environment variables.
Building remotely on opm-RH5-install in workspace /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR
> /usr/bin/git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> /usr/bin/git config remote.origin.url git://github.com/OPM/opm-parser.git # timeout=10
Fetching upstream changes from git://github.com/OPM/opm-parser.git
> /usr/bin/git --version # timeout=10
> /usr/bin/git fetch --tags --progress git://github.com/OPM/opm-parser.git +refs/heads/*:refs/remotes/origin/*
> /usr/bin/git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 989ea8284059a0a452284b549e9c699c379b867a (origin/master)
> /usr/bin/git config core.sparsecheckout # timeout=10
> /usr/bin/git checkout -f 989ea8284059a0a452284b549e9c699c379b867a
> /usr/bin/git rev-list 989ea8284059a0a452284b549e9c699c379b867a # timeout=10
executing script 'Merge PR'
[opm-parser-PR] $ /bin/bash /tmp/build_step_template5964134173927975118.sh
Deleted branch PR-302 (was 0bbfdd6).
From git://github.com/OPM/opm-parser
* [new ref] refs/pull/302/head -> PR-302
Updating 989ea82..0bbfdd6
Fast-forward
opm/parser/eclipse/CMakeLists.txt | 6 +-
opm/parser/eclipse/Deck/DeckDoubleItem.cpp | 32 ++---
opm/parser/eclipse/Deck/DeckFloatItem.cpp | 31 ++---
opm/parser/eclipse/Deck/DeckIntItem.cpp | 23 ++--
opm/parser/eclipse/Deck/DeckItem.cpp | 41 ++-----
opm/parser/eclipse/Deck/DeckItem.hpp | 28 ++---
opm/parser/eclipse/Deck/DeckStringItem.cpp | 32 +++--
.../eclipse/Deck/tests/DeckDoubleItemTests.cpp | 20 ++-
.../eclipse/Deck/tests/DeckFloatItemTests.cpp | 26 ++--
opm/parser/eclipse/Deck/tests/DeckIntItemTests.cpp | 56 +++++----
.../eclipse/Deck/tests/DeckStringItemTests.cpp | 26 ++--
opm/parser/eclipse/EclipseState/EclipseState.cpp | 12 +-
.../eclipse/EclipseState/Schedule/Completion.cpp | 10 +-
.../eclipse/EclipseState/Schedule/Schedule.cpp | 14 +--
.../Schedule/WellProductionProperties.cpp | 4 +-
.../eclipse/IntegrationTests/IntegrationTests.cpp | 6 +-
.../IntegrationTests/ParseDATAWithDefault.cpp | 6 +-
opm/parser/eclipse/IntegrationTests/ParsePVTG.cpp | 9 +-
opm/parser/eclipse/IntegrationTests/ParsePVTO.cpp | 2 +-
opm/parser/eclipse/Parser/ParserBoolItem.cpp | 25 ----
opm/parser/eclipse/Parser/ParserBoolItem.hpp | 38 ------
opm/parser/eclipse/Parser/ParserDoubleItem.cpp | 12 +-
opm/parser/eclipse/Parser/ParserFloatItem.cpp | 12 +-
opm/parser/eclipse/Parser/ParserIntItem.cpp | 13 +-
opm/parser/eclipse/Parser/ParserItem.hpp | 98 ++++++++-------
opm/parser/eclipse/Parser/ParserStringItem.cpp | 10 +-
.../eclipse/Parser/tests/ParserItemTests.cpp | 58 +++++++--
.../eclipse/Parser/tests/ParserRecordTests.cpp | 58 ++++++---
opm/parser/eclipse/RawDeck/RepetitionToken.cpp | 66 ++++++++++
opm/parser/eclipse/RawDeck/RepetitionToken.hpp | 126 +++++++++++++++++++
opm/parser/eclipse/RawDeck/StarToken.cpp | 45 -------
opm/parser/eclipse/RawDeck/StarToken.hpp | 106 ----------------
opm/parser/eclipse/RawDeck/tests/CMakeLists.txt | 6 +-
.../eclipse/RawDeck/tests/RepetitionTokenTests.cpp | 135 +++++++++++++++++++++
opm/parser/eclipse/Utility/MultiRecordTable.cpp | 2 +-
35 files changed, 689 insertions(+), 505 deletions(-)
delete mode 100644 opm/parser/eclipse/Parser/ParserBoolItem.cpp
delete mode 100644 opm/parser/eclipse/Parser/ParserBoolItem.hpp
create mode 100644 opm/parser/eclipse/RawDeck/RepetitionToken.cpp
create mode 100644 opm/parser/eclipse/RawDeck/RepetitionToken.hpp
delete mode 100644 opm/parser/eclipse/RawDeck/StarToken.cpp
delete mode 100644 opm/parser/eclipse/RawDeck/StarToken.hpp
create mode 100644 opm/parser/eclipse/RawDeck/tests/RepetitionTokenTests.cpp
[opm-parser-PR] $ /bin/bash /tmp/hudson6226409313932928644.sh
-----------------------------------------------------------------
PWD: /tmp/opm/build/opm-parser/93429955
cmake /project/res/x86_64_RH_5/bin/cmake /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR\
-DDUNE_ROOT=/project/res/x86_64_RH_5/share/opm/dune \
-DSUPERLU_ROOT=/project/res/x86_64_RH_5/share/opm/SuperLU_4.0 \
-DBOOST_ROOT=/project/res/x86_64_RH_5/share/opm/boost \
-DSUITESPARSE_ROOT=/project/res/x86_64_RH_5 \
-DERT_ROOT=/project/res/x86_64_RH_5/share/ert/release/nightly/upstream/master \
-DSUITESPARSE_STATIC=ON \
-DCMAKE_BUILD_TYPE=DEBUG \
-DCMAKE_C_COMPILER=/usr/bin/gcc44 \
-DCMAKE_CXX_COMPILER=/usr/bin/g++44 \
-DCMAKE_Fortran_COMPILER=/usr/bin/gfortran44 \
-DCMAKE_INSTALL_PREFIX=/project/multiscale/jenkins-install/RH5
-----------------------------------------------------------------
-- The CXX compiler identification is GNU
-- Check for working CXX compiler: /usr/bin/g++44
-- Check for working CXX compiler: /usr/bin/g++44 -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- The C compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc44
-- Check for working C compiler: /usr/bin/gcc44 -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Boost version: 1.45.0
-- Found the following Boost libraries:
-- filesystem
-- date_time
-- system
-- unit_test_framework
-- regex
-- Checking to see if CXX compiler accepts flag -std=c++11
-- Checking to see if CXX compiler accepts flag -std=c++11 - no
-- Checking to see if CXX compiler accepts flag -std=c++0x
-- Checking to see if CXX compiler accepts flag -std=c++0x - yes
-- Performing Test HAVE_TYPE_TRAITS
-- Performing Test HAVE_TYPE_TRAITS - Success
-- Performing Test HAVE_SHARED_PTR
-- Performing Test HAVE_SHARED_PTR - Success
-- Performing Test HAVE_UNIQUE_PTR
-- Performing Test HAVE_UNIQUE_PTR - Success
-- Performing Test HAVE_NULLPTR
-- Performing Test HAVE_NULLPTR - Failed
-- Performing Test HAVE_REGEX
-- Performing Test HAVE_REGEX - Failed
-- Performing Test HAVE_CONSTEXPR
-- Performing Test HAVE_CONSTEXPR - Failed
-- Performing Test HAVE_ARRAY
-- Performing Test HAVE_ARRAY - Success
-- Performing Test HAVE_INTEGRAL_CONSTANT
-- Performing Test HAVE_INTEGRAL_CONSTANT - Failed
-- Looking for C++ include tuple
-- Looking for C++ include tuple - found
-- Looking for C++ include tr1/tuple
-- Looking for C++ include tr1/tuple - found
-- Performing Test HAVE_ATTRIBUTE_ALWAYS_INLINE
-- Performing Test HAVE_ATTRIBUTE_ALWAYS_INLINE - Success
-- Performing Test HAS_ATTRIBUTE_UNUSED
-- Performing Test HAS_ATTRIBUTE_UNUSED - Success
-- Performing Test HAS_ATTRIBUTE_DEPRECATED
-- Performing Test HAS_ATTRIBUTE_DEPRECATED - Success
-- Performing Test HAS_ATTRIBUTE_DEPRECATED_MSG
-- Performing Test HAS_ATTRIBUTE_DEPRECATED_MSG - Failed
-- Performing Test HAVE_STATIC_ASSERT
-- Performing Test HAVE_STATIC_ASSERT - Success
-- Performing Test HAVE_AUTO
-- Performing Test HAVE_AUTO - Success
-- Performing Test HAVE_VARIADIC_TEMPLATES
-- Performing Test HAVE_VARIADIC_TEMPLATES - Success
-- Performing Test HAVE_VARIADIC_CONSTRUCTOR_SFINAE
-- Performing Test HAVE_VARIADIC_CONSTRUCTOR_SFINAE - Success
-- Performing Test HAVE_RVALUE_REFERENCES
-- Performing Test HAVE_RVALUE_REFERENCES - Success
-- Looking for C++ include tr1/type_traits
-- Looking for C++ include tr1/type_traits - found
-- Performing Test HAVE_CJSON
-- Performing Test HAVE_CJSON - Success
-- Found CJSON: /project/multiscale/jenkins-install/RH5/include
-- Checking whether the file system is case-sensitive
-- File system is case-sensitive
-- Looking for isfinite
-- Looking for isfinite - found
-- Looking for glob
-- Looking for glob - found
-- Looking for fork
-- Looking for fork - found
-- Looking for getuid
-- Looking for getuid - found
-- Looking for lockf
-- Looking for lockf - found
-- Looking for opendir
-- Looking for opendir - found
-- Looking for readlinkat
-- Looking for readlinkat - found
-- Looking for symlink
-- Looking for symlink - found
-- Looking for va_copy
-- Looking for va_copy - found
-- Try OpenMP C flag = [-fopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Success
-- Try OpenMP CXX flag = [-fopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Success
-- Found OpenMP: -fopenmp
-- Looking for include files CMAKE_HAVE_PTHREAD_H
-- Looking for include files CMAKE_HAVE_PTHREAD_H - found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Found ZLIB: /usr/lib64/libz.so (found version "1.2.3")
-- Looking for sgemm_
-- Looking for sgemm_ - found
-- A library with BLAS API found.
-- A library with BLAS API found.
-- Looking for cheev_
-- Looking for cheev_ - found
-- A library with LAPACK API found.
-- Performing Test HAVE_ERT
-- Performing Test HAVE_ERT - Success
-- Found ERT: /project/res/x86_64_RH_5/share/ert/release/nightly/upstream/master/include;/project/res/x86_64_RH_5/share/ert/release/nightly/upstream/master/include;/project/res/x86_64_RH_5/share/ert/release/nightly/upstream/master/include
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_Fortran_COMPILER
DUNE_ROOT
SUITESPARSE_ROOT
SUITESPARSE_STATIC
SUPERLU_ROOT
-- Build files have been written to: /tmp/opm/build/opm-parser/93429955
-----------------------------------------------------------------
Compiling with: make -j 4
-----------------------------------------------------------------
Scanning dependencies of target opm-json
[ 1%] Building CXX object opm/json/CMakeFiles/opm-json.dir/JsonObject.cpp.o
In file included from /project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/path.hpp:28,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/json/JsonObject.cpp:26:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In constructor ‘boost::filesystem3::path::path(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:146: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:146: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In constructor ‘boost::filesystem3::path::path(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:157: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:157: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::assign(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:194: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:194: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::assign(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:200: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:200: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::append(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:231: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:231: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::append(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:615: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:615: warning: declaration of ‘begin’ shadows a member of 'this'
Linking CXX static library ../../lib64/libopm-json.a
[ 1%] Built target opm-json
Scanning dependencies of target runjsonTests
[ 2%] Building CXX object opm/json/tests/CMakeFiles/runjsonTests.dir/jsonTests.cpp.o
Scanning dependencies of target buildParser
[ 3%] [ 3%] Building CXX object opm/parser/eclipse/CMakeFiles/buildParser.dir/RawDeck/RepetitionToken.cpp.o
[ 4%] Building CXX object opm/parser/eclipse/CMakeFiles/buildParser.dir/RawDeck/RawKeyword.cpp.o
Building CXX object opm/parser/eclipse/CMakeFiles/buildParser.dir/RawDeck/RawRecord.cpp.o
In file included from /project/res/x86_64_RH_5/share/opm/boost/include/boost/test/unit_test_log.hpp:29,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/test/test_tools.hpp:20,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/test/unit_test.hpp:19,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/json/tests/jsonTests.cpp:23:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/test/utils/lazy_ostream.hpp: In constructor ‘boost::unit_test::lazy_ostream::lazy_ostream(bool)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/test/utils/lazy_ostream.hpp:48: warning: declaration of ‘empty’ shadows a member of 'this'
In file included from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.cpp:23:
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp: In constructor ‘Opm::RepetitionToken<T>::RepetitionToken(const std::string&, const std::string&, const std::string&)’:
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp:55: warning: declaration of ‘valueString’ shadows a member of 'this'
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp:55: warning: declaration of ‘countString’ shadows a member of 'this'
In file included from /project/res/x86_64_RH_5/share/opm/boost/include/boost/test/unit_test.hpp:20,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/json/tests/jsonTests.cpp:23:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/test/unit_test_suite.hpp: In function ‘bool init_unit_test()’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/test/unit_test_suite.hpp:220: warning: no previous declaration for ‘bool init_unit_test()’
In file included from /project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/path.hpp:28,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/json/JsonObject.hpp:25,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/json/tests/jsonTests.cpp:26:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In constructor ‘boost::filesystem3::path::path(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:146: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:146: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In constructor ‘boost::filesystem3::path::path(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:157: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:157: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::assign(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:194: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:194: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::assign(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:200: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:200: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::append(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:231: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:231: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::append(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:615: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:615: warning: declaration of ‘begin’ shadows a member of 'this'
[ 5%] Building CXX object opm/parser/eclipse/CMakeFiles/buildParser.dir/Parser/ParserEnums.cpp.o
[ 5%] Building CXX object opm/parser/eclipse/CMakeFiles/buildParser.dir/Parser/ParserKeyword.cpp.o
In file included from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/concepts.hpp:19,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/algorithm/equal.hpp:14,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/iterator_range_core.hpp:29,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/iterator_range.hpp:13,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/as_literal.hpp:22,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/algorithm/string/trim.hpp:19,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/algorithm/string.hpp:19,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RawRecord.cpp:21:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/concept_check.hpp: In member function ‘void boost::Collection<C>::const_constraints(const C&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/concept_check.hpp:1017: warning: declaration of ‘c’ shadows a member of 'this'
In file included from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/concepts.hpp:19,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/algorithm/equal.hpp:14,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/iterator_range_core.hpp:29,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/iterator_range.hpp:13,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/as_literal.hpp:22,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/algorithm/string/trim.hpp:19,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/algorithm/string.hpp:19,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RawKeyword.cpp:21:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/concept_check.hpp: In member function ‘void boost::Collection<C>::const_constraints(const C&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/concept_check.hpp:1017: warning: declaration of ‘c’ shadows a member of 'this'
Linking CXX executable ../../../bin/runjsonTests
[ 5%] Built target runjsonTests
[ 6%] [ 7%] Building CXX object opm/parser/eclipse/CMakeFiles/buildParser.dir/Parser/ParserRecord.cpp.o
Building CXX object opm/parser/eclipse/CMakeFiles/buildParser.dir/Parser/ParserItem.cpp.o
In file included from /project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/path.hpp:28,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/json/JsonObject.hpp:25,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserKeyword.hpp:33,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RawKeyword.cpp:24:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In constructor ‘boost::filesystem3::path::path(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:146: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:146: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In constructor ‘boost::filesystem3::path::path(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:157: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:157: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::assign(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:194: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:194: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::assign(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:200: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:200: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::append(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:231: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:231: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::append(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:615: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:615: warning: declaration of ‘begin’ shadows a member of 'this'
In file included from /project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/path.hpp:28,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/json/JsonObject.hpp:25,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserKeyword.cpp:25:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In constructor ‘boost::filesystem3::path::path(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:146: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:146: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In constructor ‘boost::filesystem3::path::path(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:157: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:157: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::assign(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:194: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:194: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::assign(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:200: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:200: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::append(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:231: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:231: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::append(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:615: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:615: warning: declaration of ‘begin’ shadows a member of 'this'
In file included from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserItem.hpp:35,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserRecord.hpp:28,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserKeyword.hpp:35,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RawKeyword.cpp:24:
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp: In constructor ‘Opm::RepetitionToken<T>::RepetitionToken(const std::string&, const std::string&, const std::string&)’:
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp:55: warning: declaration of ‘valueString’ shadows a member of 'this'
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp:55: warning: declaration of ‘countString’ shadows a member of 'this'
In file included from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserItem.hpp:35,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserRecord.hpp:28,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserKeyword.hpp:35,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserKeyword.cpp:28:
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp: In constructor ‘Opm::RepetitionToken<T>::RepetitionToken(const std::string&, const std::string&, const std::string&)’:
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp:55: warning: declaration of ‘valueString’ shadows a member of 'this'
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp:55: warning: declaration of ‘countString’ shadows a member of 'this'
[ 7%] Building CXX object opm/parser/eclipse/CMakeFiles/buildParser.dir/Parser/ParserIntItem.cpp.o
In file included from /project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/path.hpp:28,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/json/JsonObject.hpp:25,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserItem.cpp:20:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In constructor ‘boost::filesystem3::path::path(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:146: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:146: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In constructor ‘boost::filesystem3::path::path(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:157: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:157: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::assign(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:194: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:194: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::assign(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:200: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:200: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::append(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:231: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:231: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::append(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:615: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:615: warning: declaration of ‘begin’ shadows a member of 'this'
In file included from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserItem.hpp:35,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserItem.cpp:22:
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp: In constructor ‘Opm::RepetitionToken<T>::RepetitionToken(const std::string&, const std::string&, const std::string&)’:
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp:55: warning: declaration of ‘valueString’ shadows a member of 'this'
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp:55: warning: declaration of ‘countString’ shadows a member of 'this'
In file included from /project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/path.hpp:28,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/json/JsonObject.hpp:25,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserItem.hpp:30,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserRecord.hpp:28,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserRecord.cpp:21:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In constructor ‘boost::filesystem3::path::path(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:146: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:146: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In constructor ‘boost::filesystem3::path::path(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:157: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:157: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::assign(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:194: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:194: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::assign(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:200: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:200: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::append(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:231: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:231: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::append(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:615: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:615: warning: declaration of ‘begin’ shadows a member of 'this'
In file included from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserItem.hpp:35,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserRecord.hpp:28,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserRecord.cpp:21:
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp: In constructor ‘Opm::RepetitionToken<T>::RepetitionToken(const std::string&, const std::string&, const std::string&)’:
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp:55: warning: declaration of ‘valueString’ shadows a member of 'this'
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp:55: warning: declaration of ‘countString’ shadows a member of 'this'
[ 8%] Building CXX object opm/parser/eclipse/CMakeFiles/buildParser.dir/Parser/ParserFloatItem.cpp.o
[ 9%] Building CXX object opm/parser/eclipse/CMakeFiles/buildParser.dir/Parser/ParserDoubleItem.cpp.o
In file included from /project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/path.hpp:28,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/json/JsonObject.hpp:25,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserItem.hpp:30,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserIntItem.cpp:22:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In constructor ‘boost::filesystem3::path::path(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:146: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:146: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In constructor ‘boost::filesystem3::path::path(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:157: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:157: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::assign(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:194: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:194: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::assign(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:200: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:200: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::append(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:231: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:231: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::append(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:615: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:615: warning: declaration of ‘begin’ shadows a member of 'this'
In file included from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserItem.hpp:35,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserIntItem.cpp:22:
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp: In constructor ‘Opm::RepetitionToken<T>::RepetitionToken(const std::string&, const std::string&, const std::string&)’:
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp:55: warning: declaration of ‘valueString’ shadows a member of 'this'
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp:55: warning: declaration of ‘countString’ shadows a member of 'this'
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp: In constructor ‘Opm::RepetitionToken<T>::RepetitionToken(const std::string&, const std::string&, const std::string&) [with T = int]’:
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserItem.hpp:103: instantiated from ‘Opm::DeckItemPtr Opm::ParserItemScan(const ParserItemType*, Opm::RawRecordPtr) [with ParserItemType = Opm::ParserIntItem, DeckItemType = Opm::DeckIntItem, ValueType = int]’
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserIntItem.cpp:75: instantiated from here
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp:54: warning: declaration of ‘valueString’ shadows a member of 'this'
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp:54: warning: declaration of ‘countString’ shadows a member of 'this'
In file included from /project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/path.hpp:28,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/json/JsonObject.hpp:25,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserFloatItem.cpp:20:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In constructor ‘boost::filesystem3::path::path(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:146: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:146: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In constructor ‘boost::filesystem3::path::path(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:157: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:157: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::assign(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:194: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:194: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::assign(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:200: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:200: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::append(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:231: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:231: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::append(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:615: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:615: warning: declaration of ‘begin’ shadows a member of 'this'
In file included from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserItem.hpp:35,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserFloatItem.cpp:22:
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp: In constructor ‘Opm::RepetitionToken<T>::RepetitionToken(const std::string&, const std::string&, const std::string&)’:
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp:55: warning: declaration of ‘valueString’ shadows a member of 'this'
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp:55: warning: declaration of ‘countString’ shadows a member of 'this'
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp: In constructor ‘Opm::RepetitionToken<T>::RepetitionToken(const std::string&, const std::string&, const std::string&) [with T = float]’:
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserItem.hpp:103: instantiated from ‘Opm::DeckItemPtr Opm::ParserItemScan(const ParserItemType*, Opm::RawRecordPtr) [with ParserItemType = Opm::ParserFloatItem, DeckItemType = Opm::DeckFloatItem, ValueType = float]’
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserFloatItem.cpp:123: instantiated from here
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp:54: warning: declaration of ‘valueString’ shadows a member of 'this'
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp:54: warning: declaration of ‘countString’ shadows a member of 'this'
[ 9%] [ 10%] Building CXX object opm/parser/eclipse/CMakeFiles/buildParser.dir/Parser/ParserStringItem.cpp.o
Building CXX object opm/parser/eclipse/CMakeFiles/buildParser.dir/Deck/Deck.cpp.o
In file included from /project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/path.hpp:28,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/json/JsonObject.hpp:25,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserDoubleItem.cpp:20:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In constructor ‘boost::filesystem3::path::path(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:146: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:146: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In constructor ‘boost::filesystem3::path::path(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:157: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:157: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::assign(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:194: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:194: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::assign(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:200: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:200: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::append(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:231: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:231: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::append(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:615: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:615: warning: declaration of ‘begin’ shadows a member of 'this'
In file included from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserItem.hpp:35,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserDoubleItem.cpp:22:
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp: In constructor ‘Opm::RepetitionToken<T>::RepetitionToken(const std::string&, const std::string&, const std::string&)’:
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp:55: warning: declaration of ‘valueString’ shadows a member of 'this'
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp:55: warning: declaration of ‘countString’ shadows a member of 'this'
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp: In constructor ‘Opm::RepetitionToken<T>::RepetitionToken(const std::string&, const std::string&, const std::string&) [with T = double]’:
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserItem.hpp:103: instantiated from ‘Opm::DeckItemPtr Opm::ParserItemScan(const ParserItemType*, Opm::RawRecordPtr) [with ParserItemType = Opm::ParserDoubleItem, DeckItemType = Opm::DeckDoubleItem, ValueType = double]’
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserDoubleItem.cpp:121: instantiated from here
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp:54: warning: declaration of ‘valueString’ shadows a member of 'this'
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp:54: warning: declaration of ‘countString’ shadows a member of 'this'
[ 11%] Building CXX object opm/parser/eclipse/CMakeFiles/buildParser.dir/Deck/DeckKeyword.cpp.o
[ 11%] Building CXX object opm/parser/eclipse/CMakeFiles/buildParser.dir/Deck/DeckRecord.cpp.o
[ 12%] Building CXX object opm/parser/eclipse/CMakeFiles/buildParser.dir/Deck/DeckItem.cpp.o
[ 13%] Building CXX object opm/parser/eclipse/CMakeFiles/buildParser.dir/Deck/DeckIntItem.cpp.o
In file included from /project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/path.hpp:28,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/json/JsonObject.hpp:25,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserStringItem.cpp:20:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In constructor ‘boost::filesystem3::path::path(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:146: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:146: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In constructor ‘boost::filesystem3::path::path(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:157: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:157: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::assign(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:194: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:194: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::assign(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:200: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:200: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::append(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:231: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:231: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::append(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:615: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:615: warning: declaration of ‘begin’ shadows a member of 'this'
In file included from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserItem.hpp:35,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserStringItem.hpp:28,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserStringItem.cpp:22:
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp: In constructor ‘Opm::RepetitionToken<T>::RepetitionToken(const std::string&, const std::string&, const std::string&)’:
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp:55: warning: declaration of ‘valueString’ shadows a member of 'this'
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp:55: warning: declaration of ‘countString’ shadows a member of 'this'
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp: In constructor ‘Opm::RepetitionToken<T>::RepetitionToken(const std::string&, const std::string&, const std::string&) [with T = std::basic_string<char, std::char_traits<char>, std::allocator<char> >]’:
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserItem.hpp:103: instantiated from ‘Opm::DeckItemPtr Opm::ParserItemScan(const ParserItemType*, Opm::RawRecordPtr) [with ParserItemType = Opm::ParserStringItem, DeckItemType = Opm::DeckStringItem, ValueType = std::basic_string<char, std::char_traits<char>, std::allocator<char> >]’
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserStringItem.cpp:71: instantiated from here
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp:54: warning: declaration of ‘valueString’ shadows a member of 'this'
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp:54: warning: declaration of ‘countString’ shadows a member of 'this'
[ 13%] Building CXX object opm/parser/eclipse/CMakeFiles/buildParser.dir/Deck/DeckDoubleItem.cpp.o
[ 14%] Building CXX object opm/parser/eclipse/CMakeFiles/buildParser.dir/Deck/DeckFloatItem.cpp.o
[ 15%] Building CXX object opm/parser/eclipse/CMakeFiles/buildParser.dir/Deck/DeckStringItem.cpp.o
[ 15%] Building CXX object opm/parser/eclipse/CMakeFiles/buildParser.dir/Deck/KeywordContainer.cpp.o
[ 16%] Building CXX object opm/parser/eclipse/CMakeFiles/buildParser.dir/Deck/Section.cpp.o
[ 17%] Building CXX object opm/parser/eclipse/CMakeFiles/buildParser.dir/Units/UnitSystem.cpp.o
[ 17%] Building CXX object opm/parser/eclipse/CMakeFiles/buildParser.dir/Units/Dimension.cpp.o
In file included from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/concepts.hpp:19,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/algorithm/equal.hpp:14,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/iterator_range_core.hpp:29,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/iterator_range.hpp:13,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/as_literal.hpp:22,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/algorithm/string/trim.hpp:19,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/algorithm/string.hpp:19,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Deck/DeckStringItem.cpp:23:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/concept_check.hpp: In member function ‘void boost::Collection<C>::const_constraints(const C&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/concept_check.hpp:1017: warning: declaration of ‘c’ shadows a member of 'this'
In file included from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/concepts.hpp:19,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/algorithm/equal.hpp:14,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/iterator_range_core.hpp:29,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/iterator_range.hpp:13,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/as_literal.hpp:22,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/algorithm/string/trim.hpp:19,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/algorithm/string.hpp:19,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Units/UnitSystem.cpp:23:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/concept_check.hpp: In member function ‘void boost::Collection<C>::const_constraints(const C&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/concept_check.hpp:1017: warning: declaration of ‘c’ shadows a member of 'this'
Linking CXX static library ../../../lib64/libbuildParser.a
[ 17%] Built target buildParser
Scanning dependencies of target createInlineItemTest
[ 18%] Building CXX object opm/parser/eclipse/Parser/tests/CMakeFiles/createInlineItemTest.dir/createInlineItemTest.cpp.o
Scanning dependencies of target createDefaultKeywordList
[ 19%] Building CXX object opm/parser/eclipse/CMakeFiles/createDefaultKeywordList.dir/Parser/createDefaultKeywordList.cpp.o
In file included from /project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/path.hpp:28,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/json/JsonObject.hpp:25,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserItem.hpp:30,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/tests/createInlineItemTest.cpp:6:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In constructor ‘boost::filesystem3::path::path(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:146: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:146: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In constructor ‘boost::filesystem3::path::path(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:157: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:157: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::assign(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:194: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:194: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::assign(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:200: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:200: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::append(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:231: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:231: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::append(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:615: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:615: warning: declaration of ‘begin’ shadows a member of 'this'
In file included from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserItem.hpp:35,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/tests/createInlineItemTest.cpp:6:
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp: In constructor ‘Opm::RepetitionToken<T>::RepetitionToken(const std::string&, const std::string&, const std::string&)’:
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp:55: warning: declaration of ‘valueString’ shadows a member of 'this'
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp:55: warning: declaration of ‘countString’ shadows a member of 'this'
Linking CXX executable ../../../../../bin/createInlineItemTest
[ 19%] Built target createInlineItemTest
In file included from /project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem.hpp:32,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/createDefaultKeywordList.cpp:10:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In constructor ‘boost::filesystem3::path::path(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:146: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:146: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In constructor ‘boost::filesystem3::path::path(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:157: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:157: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::assign(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:194: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:194: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::assign(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:200: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:200: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::append(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:231: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:231: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::append(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:615: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:615: warning: declaration of ‘begin’ shadows a member of 'this'
In file included from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserItem.hpp:35,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/createDefaultKeywordList.cpp:12:
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp: In constructor ‘Opm::RepetitionToken<T>::RepetitionToken(const std::string&, const std::string&, const std::string&)’:
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp:55: warning: declaration of ‘valueString’ shadows a member of 'this'
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp:55: warning: declaration of ‘countString’ shadows a member of 'this'
In file included from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/concepts.hpp:19,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/algorithm/equal.hpp:14,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/iterator_range_core.hpp:29,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/iterator_range.hpp:13,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/as_literal.hpp:22,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/algorithm/string/trim.hpp:19,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/algorithm/string.hpp:19,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/Parser.hpp:28,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/createDefaultKeywordList.cpp:18:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/concept_check.hpp: In member function ‘void boost::Collection<C>::const_constraints(const C&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/concept_check.hpp:1017: warning: declaration of ‘c’ shadows a member of 'this'
Linking CXX executable ../../../bin/createDefaultKeywordList
[ 19%] Built target createDefaultKeywordList
Scanning dependencies of target keywordlist
Generating keywords:
Creating keyword: ACTNUM
Creating keyword: ADD
Creating keyword: BLOCK_PROBE
Creating keyword: BOX
Creating keyword: COMPDAT
Creating keyword: CONNECTION_PROBE
Creating keyword: COORD
Creating keyword: COPY
Creating keyword: DATE
Creating keyword: DATES
Creating keyword: DENSITY
Creating keyword: DEPTH
Creating keyword: DEPTHZ
Creating keyword: DIMENS
Creating keyword: DISGAS
Creating keyword: DRSDT
Creating keyword: DX
Creating keyword: DXV
Creating keyword: DY
Creating keyword: DYV
Creating keyword: DZ
Creating keyword: DZV
Creating keyword: EDIT
Creating keyword: EHYSTR
Creating keyword: END
Creating keyword: ENDBOX
Creating keyword: ENDINC
Creating keyword: ENDNUM
Creating keyword: ENDSCALE
Creating keyword: ENKRVD
Creating keyword: ENPTVD
Creating keyword: EQLDIMS
Creating keyword: EQLNUM
Creating keyword: EQLOPTS
Creating keyword: EQUALS
Creating keyword: EQUIL
Creating keyword: EXCEL
Creating keyword: FAULTDIM
Creating keyword: FAULTS
Creating keyword: FIELD
Creating keyword: FIELD_PROBE
Creating keyword: FIPNUM
Creating keyword: FLUXNUM
Creating keyword: FMTIN
Creating keyword: FMTOUT
Creating keyword: GAS
Creating keyword: GCONINJE
Creating keyword: GCONPROD
Creating keyword: GECON
Creating keyword: GRID
Creating keyword: GRIDFILE
Creating keyword: GRIDOPTS
Creating keyword: GRIDUNIT
Creating keyword: GROUP_PROBE
Creating keyword: GRUPNET
Creating keyword: GRUPTREE
Creating keyword: IMBNUM
Creating keyword: INCLUDE
Creating keyword: INIT
Creating keyword: IPCG
Creating keyword: IPCW
Creating keyword: ISGCR
Creating keyword: ISGL
Creating keyword: ISGU
Creating keyword: ISOGCR
Creating keyword: ISOWCR
Creating keyword: ISWCR
Creating keyword: ISWL
Creating keyword: ISWU
Creating keyword: MAPAXES
Creating keyword: MAPUNITS
Creating keyword: MAXVALUE
Creating keyword: MESSAGES
Creating keyword: METRIC
Creating keyword: MINPV
Creating keyword: MINVALUE
Creating keyword: MISCIBLE
Creating keyword: MULTFLT
Creating keyword: MULTIPLY
Creating keyword: MULTREGT
Creating keyword: MULT_XYZ
Creating keyword: NETBALAN
Creating keyword: NEWTRAN
Creating keyword: NEXTSTEP
Creating keyword: NOECHO
Creating keyword: NONNC
Creating keyword: NOSIM
Creating keyword: NSTACK
Creating keyword: NTG
Creating keyword: NUPCOL
Creating keyword: OIL
Creating keyword: OPTIONS
Creating keyword: PATHS
Creating keyword: PBVD
Creating keyword: PCG
Creating keyword: PERFORMANCE_PROBE
Creating keyword: PERMX
Creating keyword: PERMXY
Creating keyword: PERMY
Creating keyword: PERMYZ
Creating keyword: PERMZ
Creating keyword: PERMZX
Creating keyword: PIMTDIMS
Creating keyword: PIMULTAB
Creating keyword: PINCH
Creating keyword: PLMIXPAR
Creating keyword: PLYADS
Creating keyword: PLYMAX
Creating keyword: PLYROCK
Creating keyword: PLYSHEAR
Creating keyword: PLYVISC
Creating keyword: PORO
Creating keyword: PRESSURE
Creating keyword: PROPS
Creating keyword: PVCDO
Creating keyword: PVDG
Creating keyword: PVDO
Creating keyword: PVTG
Creating keyword: PVTNUM
Creating keyword: PVTO
Creating keyword: PVTW
Creating keyword: RADFIN4
Creating keyword: REGDIMS
Creating keyword: REGIONS
Creating keyword: REGION_PROBE
Creating keyword: RKTRMDIR
Creating keyword: ROCK
Creating keyword: ROCKTAB
Creating keyword: RPTPROPS
Creating keyword: RPTRST
Creating keyword: RPTSCHED
Creating keyword: RPTSOL
Creating keyword: RS
Creating keyword: RSVD
Creating keyword: RUNSPEC
Creating keyword: RUNSUM
Creating keyword: RV
Creating keyword: RVVD
Creating keyword: SATNUM
Creating keyword: SATOPTS
Creating keyword: SCALECRS
Creating keyword: SCHEDULE
Creating keyword: SEPARATE
Creating keyword: SGAS
Creating keyword: SGCR
Creating keyword: SGL
Creating keyword: SGOF
Creating keyword: SGU
Creating keyword: SMRYDIMS
Creating keyword: SOGCR
Creating keyword: SOIL
Creating keyword: SOLUTION
Creating keyword: SOWCR
Creating keyword: SPECGRID
Creating keyword: START
Creating keyword: SUMMARY
Creating keyword: SWAT
Creating keyword: SWATINIT
Creating keyword: SWCR
Creating keyword: SWL
Creating keyword: SWOF
Creating keyword: SWU
Creating keyword: TABDIMS
Creating keyword: THPRES
Creating keyword: TITLE
Creating keyword: TLMIXPAR
Creating keyword: TOPS
Creating keyword: TRACER
Creating keyword: TRACERS
Creating keyword: TSTEP
Creating keyword: TUNING
Creating keyword: TVDP
Creating keyword: UNIFIN
Creating keyword: UNIFOUT
Creating keyword: VAPOIL
Creating keyword: VAPPARS
Creating keyword: VFPIDIMS
Creating keyword: VFPINJ
Creating keyword: VFPPDIMS
Creating keyword: VFPPROD
Creating keyword: WATER
Creating keyword: WCONHIST
Creating keyword: WCONINJ
Creating keyword: WCONINJE
Creating keyword: WCONINJH
Creating keyword: WCONPROD
Creating keyword: WELLDIMS
Creating keyword: WELL_PROBE
Creating keyword: WELOPEN
Creating keyword: WELSPECS
Creating keyword: WELTARG
Creating keyword: WGRUPCON
Creating keyword: WHISTCTL
Creating keyword: WPAVE
Creating keyword: WPITAB
Creating keyword: WRFTPLT
Creating keyword: WTEST
Creating keyword: WTRACER
Creating keyword: ZCORN
Creating keyword: ZIPPY2
[ 19%] Built target keywordlist
[ 19%] Generating ../../../../../generated-source/inlineItemTest.cpp
Scanning dependencies of target inlineItemTest
Scanning dependencies of target inlineKeywordTest
[ 20%] Building CXX object opm/parser/eclipse/Parser/tests/CMakeFiles/inlineItemTest.dir/__/__/__/__/__/generated-source/inlineItemTest.cpp.o
[ 21%] Building CXX object opm/parser/eclipse/Parser/tests/CMakeFiles/inlineKeywordTest.dir/__/__/__/__/__/generated-source/inlineKeywordTest.cpp.o
Scanning dependencies of target Parser
[ 21%] [ 22%] Building CXX object opm/parser/eclipse/CMakeFiles/Parser.dir/RawDeck/RepetitionToken.cpp.o
Building CXX object opm/parser/eclipse/CMakeFiles/Parser.dir/RawDeck/RawKeyword.cpp.o
In file included from /project/res/x86_64_RH_5/share/opm/boost/include/boost/test/unit_test_log.hpp:29,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/test/test_tools.hpp:20,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/test/unit_test.hpp:19,
from /tmp/opm/build/opm-parser/93429955/generated-source/inlineItemTest.cpp:2:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/test/utils/lazy_ostream.hpp: In constructor ‘boost::unit_test::lazy_ostream::lazy_ostream(bool)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/test/utils/lazy_ostream.hpp:48: warning: declaration of ‘empty’ shadows a member of 'this'
In file included from /project/res/x86_64_RH_5/share/opm/boost/include/boost/test/unit_test.hpp:20,
from /tmp/opm/build/opm-parser/93429955/generated-source/inlineItemTest.cpp:2:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/test/unit_test_suite.hpp: In function ‘bool init_unit_test()’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/test/unit_test_suite.hpp:220: warning: no previous declaration for ‘bool init_unit_test()’
In file included from /project/res/x86_64_RH_5/share/opm/boost/include/boost/test/unit_test_log.hpp:29,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/test/test_tools.hpp:20,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/test/unit_test.hpp:19,
from /tmp/opm/build/opm-parser/93429955/generated-source/inlineKeywordTest.cpp:2:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/test/utils/lazy_ostream.hpp: In constructor ‘boost::unit_test::lazy_ostream::lazy_ostream(bool)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/test/utils/lazy_ostream.hpp:48: warning: declaration of ‘empty’ shadows a member of 'this'
In file included from /project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/path.hpp:28,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/json/JsonObject.hpp:25,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserItem.hpp:30,
from /tmp/opm/build/opm-parser/93429955/generated-source/inlineItemTest.cpp:3:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In constructor ‘boost::filesystem3::path::path(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:146: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:146: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In constructor ‘boost::filesystem3::path::path(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:157: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:157: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::assign(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:194: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:194: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::assign(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:200: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:200: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::append(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:231: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:231: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::append(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:615: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:615: warning: declaration of ‘begin’ shadows a member of 'this'
In file included from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserItem.hpp:35,
from /tmp/opm/build/opm-parser/93429955/generated-source/inlineItemTest.cpp:3:
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp: In constructor ‘Opm::RepetitionToken<T>::RepetitionToken(const std::string&, const std::string&, const std::string&)’:
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp:55: warning: declaration of ‘valueString’ shadows a member of 'this'
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp:55: warning: declaration of ‘countString’ shadows a member of 'this'
In file included from /project/res/x86_64_RH_5/share/opm/boost/include/boost/test/unit_test.hpp:20,
from /tmp/opm/build/opm-parser/93429955/generated-source/inlineKeywordTest.cpp:2:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/test/unit_test_suite.hpp: In function ‘bool init_unit_test()’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/test/unit_test_suite.hpp:220: warning: no previous declaration for ‘bool init_unit_test()’
In file included from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.cpp:23:
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp: In constructor ‘Opm::RepetitionToken<T>::RepetitionToken(const std::string&, const std::string&, const std::string&)’:
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp:55: warning: declaration of ‘valueString’ shadows a member of 'this'
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp:55: warning: declaration of ‘countString’ shadows a member of 'this'
Linking CXX executable ../../../../../bin/inlineItemTest
In file included from /project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/path.hpp:28,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/json/JsonObject.hpp:25,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserKeyword.hpp:33,
from /tmp/opm/build/opm-parser/93429955/generated-source/inlineKeywordTest.cpp:4:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In constructor ‘boost::filesystem3::path::path(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:146: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:146: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In constructor ‘boost::filesystem3::path::path(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:157: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:157: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::assign(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:194: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:194: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::assign(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:200: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:200: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::append(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:231: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:231: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::append(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:615: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:615: warning: declaration of ‘begin’ shadows a member of 'this'
[ 23%] Building CXX object opm/parser/eclipse/CMakeFiles/Parser.dir/RawDeck/RawRecord.cpp.o
In file included from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserItem.hpp:35,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserRecord.hpp:28,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserKeyword.hpp:35,
from /tmp/opm/build/opm-parser/93429955/generated-source/inlineKeywordTest.cpp:4:
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp: In constructor ‘Opm::RepetitionToken<T>::RepetitionToken(const std::string&, const std::string&, const std::string&)’:
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp:55: warning: declaration of ‘valueString’ shadows a member of 'this'
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp:55: warning: declaration of ‘countString’ shadows a member of 'this'
[ 23%] Built target inlineItemTest
[ 23%] Building CXX object opm/parser/eclipse/CMakeFiles/Parser.dir/Parser/ParserEnums.cpp.o
[ 24%] Building CXX object opm/parser/eclipse/CMakeFiles/Parser.dir/Parser/ParserKeyword.cpp.o
In file included from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/concepts.hpp:19,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/algorithm/equal.hpp:14,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/iterator_range_core.hpp:29,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/iterator_range.hpp:13,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/as_literal.hpp:22,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/algorithm/string/trim.hpp:19,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/algorithm/string.hpp:19,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RawKeyword.cpp:21:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/concept_check.hpp: In member function ‘void boost::Collection<C>::const_constraints(const C&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/concept_check.hpp:1017: warning: declaration of ‘c’ shadows a member of 'this'
In file included from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/concepts.hpp:19,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/algorithm/equal.hpp:14,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/iterator_range_core.hpp:29,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/iterator_range.hpp:13,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/as_literal.hpp:22,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/algorithm/string/trim.hpp:19,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/algorithm/string.hpp:19,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RawRecord.cpp:21:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/concept_check.hpp: In member function ‘void boost::Collection<C>::const_constraints(const C&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/concept_check.hpp:1017: warning: declaration of ‘c’ shadows a member of 'this'
In file included from /project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/path.hpp:28,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/json/JsonObject.hpp:25,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserKeyword.hpp:33,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RawKeyword.cpp:24:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In constructor ‘boost::filesystem3::path::path(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:146: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:146: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In constructor ‘boost::filesystem3::path::path(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:157: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:157: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::assign(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:194: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:194: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::assign(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:200: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:200: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::append(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:231: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:231: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::append(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:615: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:615: warning: declaration of ‘begin’ shadows a member of 'this'
In file included from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserItem.hpp:35,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserRecord.hpp:28,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserKeyword.hpp:35,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RawKeyword.cpp:24:
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp: In constructor ‘Opm::RepetitionToken<T>::RepetitionToken(const std::string&, const std::string&, const std::string&)’:
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp:55: warning: declaration of ‘valueString’ shadows a member of 'this'
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp:55: warning: declaration of ‘countString’ shadows a member of 'this'
In file included from /project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/path.hpp:28,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/json/JsonObject.hpp:25,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserKeyword.cpp:25:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In constructor ‘boost::filesystem3::path::path(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:146: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:146: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In constructor ‘boost::filesystem3::path::path(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:157: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:157: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::assign(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:194: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:194: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::assign(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:200: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:200: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::append(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:231: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:231: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::append(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:615: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:615: warning: declaration of ‘begin’ shadows a member of 'this'
[ 25%] Building CXX object opm/parser/eclipse/CMakeFiles/Parser.dir/Parser/Parser.cpp.o
In file included from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserItem.hpp:35,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserRecord.hpp:28,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserKeyword.hpp:35,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserKeyword.cpp:28:
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp: In constructor ‘Opm::RepetitionToken<T>::RepetitionToken(const std::string&, const std::string&, const std::string&)’:
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp:55: warning: declaration of ‘valueString’ shadows a member of 'this'
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp:55: warning: declaration of ‘countString’ shadows a member of 'this'
[ 25%] Building CXX object opm/parser/eclipse/CMakeFiles/Parser.dir/Parser/ParserRecord.cpp.o
In file included from /project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/path.hpp:28,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/json/JsonObject.hpp:25,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserItem.hpp:30,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserRecord.hpp:28,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserRecord.cpp:21:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In constructor ‘boost::filesystem3::path::path(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:146: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:146: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In constructor ‘boost::filesystem3::path::path(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:157: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:157: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::assign(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:194: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:194: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::assign(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:200: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:200: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::append(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:231: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:231: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::append(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:615: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:615: warning: declaration of ‘begin’ shadows a member of 'this'
In file included from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserItem.hpp:35,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserRecord.hpp:28,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserRecord.cpp:21:
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp: In constructor ‘Opm::RepetitionToken<T>::RepetitionToken(const std::string&, const std::string&, const std::string&)’:
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp:55: warning: declaration of ‘valueString’ shadows a member of 'this'
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp:55: warning: declaration of ‘countString’ shadows a member of 'this'
[ 26%] Building CXX object opm/parser/eclipse/CMakeFiles/Parser.dir/Parser/ParserItem.cpp.o
In file included from /project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem.hpp:32,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/Parser.hpp:27,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/Parser.cpp:22:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In constructor ‘boost::filesystem3::path::path(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:146: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:146: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In constructor ‘boost::filesystem3::path::path(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:157: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:157: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::assign(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:194: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:194: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::assign(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:200: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:200: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::append(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:231: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:231: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::append(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:615: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:615: warning: declaration of ‘begin’ shadows a member of 'this'
In file included from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/concepts.hpp:19,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/algorithm/equal.hpp:14,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/iterator_range_core.hpp:29,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/iterator_range.hpp:13,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/as_literal.hpp:22,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/algorithm/string/trim.hpp:19,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/algorithm/string.hpp:19,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/Parser.hpp:28,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/Parser.cpp:22:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/concept_check.hpp: In member function ‘void boost::Collection<C>::const_constraints(const C&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/concept_check.hpp:1017: warning: declaration of ‘c’ shadows a member of 'this'
[ 27%] Building CXX object opm/parser/eclipse/CMakeFiles/Parser.dir/Parser/ParserIntItem.cpp.o
In file included from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserItem.hpp:35,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserRecord.hpp:28,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserKeyword.hpp:35,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/Parser.hpp:34,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/Parser.cpp:22:
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp: In constructor ‘Opm::RepetitionToken<T>::RepetitionToken(const std::string&, const std::string&, const std::string&)’:
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp:55: warning: declaration of ‘valueString’ shadows a member of 'this'
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp:55: warning: declaration of ‘countString’ shadows a member of 'this'
In file included from /project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/path.hpp:28,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/json/JsonObject.hpp:25,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserItem.cpp:20:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In constructor ‘boost::filesystem3::path::path(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:146: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:146: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In constructor ‘boost::filesystem3::path::path(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:157: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:157: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::assign(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:194: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:194: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::assign(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:200: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:200: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::append(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:231: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:231: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::append(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:615: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:615: warning: declaration of ‘begin’ shadows a member of 'this'
In file included from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserItem.hpp:35,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserItem.cpp:22:
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp: In constructor ‘Opm::RepetitionToken<T>::RepetitionToken(const std::string&, const std::string&, const std::string&)’:
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp:55: warning: declaration of ‘valueString’ shadows a member of 'this'
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp:55: warning: declaration of ‘countString’ shadows a member of 'this'
[ 27%] Building CXX object opm/parser/eclipse/CMakeFiles/Parser.dir/Parser/ParserFloatItem.cpp.o
In file included from /project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/path.hpp:28,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/json/JsonObject.hpp:25,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserItem.hpp:30,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserIntItem.cpp:22:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In constructor ‘boost::filesystem3::path::path(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:146: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:146: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In constructor ‘boost::filesystem3::path::path(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:157: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:157: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::assign(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:194: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:194: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::assign(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:200: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:200: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::append(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:231: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:231: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::append(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:615: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:615: warning: declaration of ‘begin’ shadows a member of 'this'
In file included from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserItem.hpp:35,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserIntItem.cpp:22:
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp: In constructor ‘Opm::RepetitionToken<T>::RepetitionToken(const std::string&, const std::string&, const std::string&)’:
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp:55: warning: declaration of ‘valueString’ shadows a member of 'this'
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp:55: warning: declaration of ‘countString’ shadows a member of 'this'
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp: In constructor ‘Opm::RepetitionToken<T>::RepetitionToken(const std::string&, const std::string&, const std::string&) [with T = int]’:
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserItem.hpp:103: instantiated from ‘Opm::DeckItemPtr Opm::ParserItemScan(const ParserItemType*, Opm::RawRecordPtr) [with ParserItemType = Opm::ParserIntItem, DeckItemType = Opm::DeckIntItem, ValueType = int]’
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserIntItem.cpp:75: instantiated from here
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp:54: warning: declaration of ‘valueString’ shadows a member of 'this'
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp:54: warning: declaration of ‘countString’ shadows a member of 'this'
[ 28%] Building CXX object opm/parser/eclipse/CMakeFiles/Parser.dir/Parser/ParserDoubleItem.cpp.o
[ 29%] Building CXX object opm/parser/eclipse/CMakeFiles/Parser.dir/Parser/ParserStringItem.cpp.o
In file included from /project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/path.hpp:28,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/json/JsonObject.hpp:25,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserFloatItem.cpp:20:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In constructor ‘boost::filesystem3::path::path(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:146: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:146: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In constructor ‘boost::filesystem3::path::path(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:157: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:157: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::assign(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:194: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:194: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::assign(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:200: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:200: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::append(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:231: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:231: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::append(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:615: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:615: warning: declaration of ‘begin’ shadows a member of 'this'
In file included from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserItem.hpp:35,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserFloatItem.cpp:22:
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp: In constructor ‘Opm::RepetitionToken<T>::RepetitionToken(const std::string&, const std::string&, const std::string&)’:
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp:55: warning: declaration of ‘valueString’ shadows a member of 'this'
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp:55: warning: declaration of ‘countString’ shadows a member of 'this'
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp: In constructor ‘Opm::RepetitionToken<T>::RepetitionToken(const std::string&, const std::string&, const std::string&) [with T = float]’:
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserItem.hpp:103: instantiated from ‘Opm::DeckItemPtr Opm::ParserItemScan(const ParserItemType*, Opm::RawRecordPtr) [with ParserItemType = Opm::ParserFloatItem, DeckItemType = Opm::DeckFloatItem, ValueType = float]’
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserFloatItem.cpp:123: instantiated from here
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp:54: warning: declaration of ‘valueString’ shadows a member of 'this'
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp:54: warning: declaration of ‘countString’ shadows a member of 'this'
In file included from /project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/path.hpp:28,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/json/JsonObject.hpp:25,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserDoubleItem.cpp:20:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In constructor ‘boost::filesystem3::path::path(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:146: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:146: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In constructor ‘boost::filesystem3::path::path(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:157: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:157: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::assign(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:194: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:194: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::assign(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:200: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:200: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::append(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:231: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:231: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::append(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:615: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:615: warning: declaration of ‘begin’ shadows a member of 'this'
In file included from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserItem.hpp:35,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserDoubleItem.cpp:22:
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp: In constructor ‘Opm::RepetitionToken<T>::RepetitionToken(const std::string&, const std::string&, const std::string&)’:
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp:55: warning: declaration of ‘valueString’ shadows a member of 'this'
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp:55: warning: declaration of ‘countString’ shadows a member of 'this'
[ 29%] Building CXX object opm/parser/eclipse/CMakeFiles/Parser.dir/__/__/__/generated-source/DefaultKeywordList.cpp.o
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp: In constructor ‘Opm::RepetitionToken<T>::RepetitionToken(const std::string&, const std::string&, const std::string&) [with T = double]’:
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserItem.hpp:103: instantiated from ‘Opm::DeckItemPtr Opm::ParserItemScan(const ParserItemType*, Opm::RawRecordPtr) [with ParserItemType = Opm::ParserDoubleItem, DeckItemType = Opm::DeckDoubleItem, ValueType = double]’
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserDoubleItem.cpp:121: instantiated from here
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp:54: warning: declaration of ‘valueString’ shadows a member of 'this'
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp:54: warning: declaration of ‘countString’ shadows a member of 'this'
In file included from /project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/path.hpp:28,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/json/JsonObject.hpp:25,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserStringItem.cpp:20:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In constructor ‘boost::filesystem3::path::path(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:146: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:146: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In constructor ‘boost::filesystem3::path::path(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:157: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:157: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::assign(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:194: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:194: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::assign(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:200: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:200: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::append(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:231: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:231: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::append(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:615: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:615: warning: declaration of ‘begin’ shadows a member of 'this'
In file included from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserItem.hpp:35,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserStringItem.hpp:28,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserStringItem.cpp:22:
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp: In constructor ‘Opm::RepetitionToken<T>::RepetitionToken(const std::string&, const std::string&, const std::string&)’:
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp:55: warning: declaration of ‘valueString’ shadows a member of 'this'
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp:55: warning: declaration of ‘countString’ shadows a member of 'this'
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp: In constructor ‘Opm::RepetitionToken<T>::RepetitionToken(const std::string&, const std::string&, const std::string&) [with T = std::basic_string<char, std::char_traits<char>, std::allocator<char> >]’:
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserItem.hpp:103: instantiated from ‘Opm::DeckItemPtr Opm::ParserItemScan(const ParserItemType*, Opm::RawRecordPtr) [with ParserItemType = Opm::ParserStringItem, DeckItemType = Opm::DeckStringItem, ValueType = std::basic_string<char, std::char_traits<char>, std::allocator<char> >]’
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserStringItem.cpp:71: instantiated from here
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp:54: warning: declaration of ‘valueString’ shadows a member of 'this'
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp:54: warning: declaration of ‘countString’ shadows a member of 'this'
[ 30%] Building CXX object opm/parser/eclipse/CMakeFiles/Parser.dir/Deck/Deck.cpp.o
[ 31%] Building CXX object opm/parser/eclipse/CMakeFiles/Parser.dir/Deck/DeckKeyword.cpp.o
[ 31%] Building CXX object opm/parser/eclipse/CMakeFiles/Parser.dir/Deck/DeckRecord.cpp.o
[ 32%] Building CXX object opm/parser/eclipse/CMakeFiles/Parser.dir/Deck/DeckItem.cpp.o
[ 33%] Building CXX object opm/parser/eclipse/CMakeFiles/Parser.dir/Deck/DeckIntItem.cpp.o
In file included from /project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/path.hpp:28,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/json/JsonObject.hpp:25,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserKeyword.hpp:33,
from /tmp/opm/build/opm-parser/93429955/generated-source/DefaultKeywordList.cpp:1:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In constructor ‘boost::filesystem3::path::path(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:146: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:146: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In constructor ‘boost::filesystem3::path::path(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:157: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:157: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::assign(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:194: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:194: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::assign(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:200: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:200: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::append(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:231: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:231: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::append(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:615: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:615: warning: declaration of ‘begin’ shadows a member of 'this'
In file included from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserItem.hpp:35,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserRecord.hpp:28,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserKeyword.hpp:35,
from /tmp/opm/build/opm-parser/93429955/generated-source/DefaultKeywordList.cpp:1:
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp: In constructor ‘Opm::RepetitionToken<T>::RepetitionToken(const std::string&, const std::string&, const std::string&)’:
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp:55: warning: declaration of ‘valueString’ shadows a member of 'this'
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp:55: warning: declaration of ‘countString’ shadows a member of 'this'
In file included from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/concepts.hpp:19,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/algorithm/equal.hpp:14,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/iterator_range_core.hpp:29,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/iterator_range.hpp:13,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/as_literal.hpp:22,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/algorithm/string/trim.hpp:19,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/algorithm/string.hpp:19,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/Parser.hpp:28,
from /tmp/opm/build/opm-parser/93429955/generated-source/DefaultKeywordList.cpp:7:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/concept_check.hpp: In member function ‘void boost::Collection<C>::const_constraints(const C&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/concept_check.hpp:1017: warning: declaration of ‘c’ shadows a member of 'this'
[ 33%] Building CXX object opm/parser/eclipse/CMakeFiles/Parser.dir/Deck/DeckDoubleItem.cpp.o
[ 34%] Building CXX object opm/parser/eclipse/CMakeFiles/Parser.dir/Deck/DeckFloatItem.cpp.o
[ 35%] Building CXX object opm/parser/eclipse/CMakeFiles/Parser.dir/Deck/DeckStringItem.cpp.o
[ 35%] Building CXX object opm/parser/eclipse/CMakeFiles/Parser.dir/Deck/KeywordContainer.cpp.o
[ 36%] Building CXX object opm/parser/eclipse/CMakeFiles/Parser.dir/Deck/Section.cpp.o
In file included from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/concepts.hpp:19,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/algorithm/equal.hpp:14,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/iterator_range_core.hpp:29,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/iterator_range.hpp:13,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/as_literal.hpp:22,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/algorithm/string/trim.hpp:19,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/algorithm/string.hpp:19,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Deck/DeckStringItem.cpp:23:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/concept_check.hpp: In member function ‘void boost::Collection<C>::const_constraints(const C&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/concept_check.hpp:1017: warning: declaration of ‘c’ shadows a member of 'this'
[ 37%] Building CXX object opm/parser/eclipse/CMakeFiles/Parser.dir/EclipseState/EclipseState.cpp.o
[ 37%] Building CXX object opm/parser/eclipse/CMakeFiles/Parser.dir/EclipseState/Schedule/TimeMap.cpp.o
Linking CXX executable ../../../../../bin/inlineKeywordTest
[ 37%] Built target inlineKeywordTest
[ 38%] Building CXX object opm/parser/eclipse/CMakeFiles/Parser.dir/EclipseState/Schedule/Schedule.cpp.o
In file included from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/concepts.hpp:19,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/algorithm/equal.hpp:14,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/iterator_range_core.hpp:29,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/iterator_range.hpp:13,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/algorithm/string/replace.hpp:16,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/date_time/date_facet.hpp:17,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/date_time/gregorian/gregorian_io.hpp:16,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/date_time/gregorian/gregorian.hpp:31,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/date_time/posix_time/time_formatters.hpp:12,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/date_time/posix_time/posix_time.hpp:24,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/date_time/local_time/local_time.hpp:11,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/date_time.hpp:15,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/EclipseState/Schedule/TimeMap.hpp:24,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/EclipseState/Schedule/Schedule.hpp:22,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/EclipseState/EclipseState.cpp:20:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/concept_check.hpp: In member function ‘void boost::Collection<C>::const_constraints(const C&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/concept_check.hpp:1017: warning: declaration of ‘c’ shadows a member of 'this'
In file included from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/concepts.hpp:19,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/algorithm/equal.hpp:14,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/iterator_range_core.hpp:29,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/iterator_range.hpp:13,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/algorithm/string/replace.hpp:16,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/date_time/date_facet.hpp:17,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/date_time/gregorian/gregorian_io.hpp:16,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/date_time/gregorian/gregorian.hpp:31,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/date_time/posix_time/time_formatters.hpp:12,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/date_time/posix_time/posix_time.hpp:24,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/date_time/local_time/local_time.hpp:11,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/date_time.hpp:15,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/EclipseState/Schedule/TimeMap.hpp:24,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/EclipseState/Schedule/TimeMap.cpp:22:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/concept_check.hpp: In member function ‘void boost::Collection<C>::const_constraints(const C&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/concept_check.hpp:1017: warning: declaration of ‘c’ shadows a member of 'this'
In file included from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/concepts.hpp:19,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/algorithm/equal.hpp:14,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/iterator_range_core.hpp:29,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/iterator_range.hpp:13,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/algorithm/string/replace.hpp:16,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/date_time/date_facet.hpp:17,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/date_time/gregorian/gregorian_io.hpp:16,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/date_time/gregorian/gregorian.hpp:31,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/date_time/posix_time/time_formatters.hpp:12,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/date_time/posix_time/posix_time.hpp:24,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/date_time/local_time/local_time.hpp:11,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/date_time.hpp:15,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/EclipseState/Schedule/TimeMap.hpp:24,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/EclipseState/Schedule/Schedule.hpp:22,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/EclipseState/Schedule/Schedule.cpp:20:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/concept_check.hpp: In member function ‘void boost::Collection<C>::const_constraints(const C&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/concept_check.hpp:1017: warning: declaration of ‘c’ shadows a member of 'this'
[ 39%] Building CXX object opm/parser/eclipse/CMakeFiles/Parser.dir/EclipseState/Schedule/Well.cpp.o
In file included from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/concepts.hpp:19,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/algorithm/equal.hpp:14,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/iterator_range_core.hpp:29,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/iterator_range.hpp:13,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/algorithm/string/replace.hpp:16,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/date_time/date_facet.hpp:17,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/date_time/gregorian/gregorian_io.hpp:16,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/date_time/gregorian/gregorian.hpp:31,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/date_time/posix_time/time_formatters.hpp:12,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/date_time/posix_time/posix_time.hpp:24,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/date_time/local_time/local_time.hpp:11,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/date_time.hpp:15,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/EclipseState/Schedule/Well.cpp:20:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/concept_check.hpp: In member function ‘void boost::Collection<C>::const_constraints(const C&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/concept_check.hpp:1017: warning: declaration of ‘c’ shadows a member of 'this'
[ 39%] Building CXX object opm/parser/eclipse/CMakeFiles/Parser.dir/EclipseState/Schedule/WellProductionProperties.cpp.o
[ 40%] Building CXX object opm/parser/eclipse/CMakeFiles/Parser.dir/EclipseState/Schedule/WellSet.cpp.o
[ 41%] Building CXX object opm/parser/eclipse/CMakeFiles/Parser.dir/EclipseState/Schedule/Group.cpp.o
[ 41%] Building CXX object opm/parser/eclipse/CMakeFiles/Parser.dir/EclipseState/Schedule/Completion.cpp.o
[ 42%] Building CXX object opm/parser/eclipse/CMakeFiles/Parser.dir/EclipseState/Schedule/CompletionSet.cpp.o
In file included from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/concepts.hpp:19,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/algorithm/equal.hpp:14,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/iterator_range_core.hpp:29,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/iterator_range.hpp:13,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/algorithm/string/replace.hpp:16,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/date_time/date_facet.hpp:17,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/date_time/gregorian/gregorian_io.hpp:16,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/date_time/gregorian/gregorian.hpp:31,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/date_time/posix_time/time_formatters.hpp:12,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/date_time/posix_time/posix_time.hpp:24,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/date_time/local_time/local_time.hpp:11,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/date_time.hpp:15,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/EclipseState/Schedule/TimeMap.hpp:24,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/EclipseState/Schedule/WellSet.hpp:22,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/EclipseState/Schedule/WellSet.cpp:20:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/concept_check.hpp: In member function ‘void boost::Collection<C>::const_constraints(const C&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/concept_check.hpp:1017: warning: declaration of ‘c’ shadows a member of 'this'
In file included from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/concepts.hpp:19,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/algorithm/equal.hpp:14,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/iterator_range_core.hpp:29,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/iterator_range.hpp:13,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/algorithm/string/replace.hpp:16,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/date_time/date_facet.hpp:17,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/date_time/gregorian/gregorian_io.hpp:16,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/date_time/gregorian/gregorian.hpp:31,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/date_time/posix_time/time_formatters.hpp:12,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/date_time/posix_time/posix_time.hpp:24,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/date_time/local_time/local_time.hpp:11,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/date_time.hpp:15,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/EclipseState/Schedule/Group.cpp:22:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/concept_check.hpp: In member function ‘void boost::Collection<C>::const_constraints(const C&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/concept_check.hpp:1017: warning: declaration of ‘c’ shadows a member of 'this'
In file included from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/concepts.hpp:19,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/algorithm/equal.hpp:14,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/iterator_range_core.hpp:29,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/iterator_range.hpp:13,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/algorithm/string/replace.hpp:16,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/date_time/date_facet.hpp:17,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/date_time/gregorian/gregorian_io.hpp:16,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/date_time/gregorian/gregorian.hpp:31,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/date_time/posix_time/time_formatters.hpp:12,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/date_time/posix_time/posix_time.hpp:24,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/date_time/local_time/local_time.hpp:11,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/date_time.hpp:15,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/EclipseState/Schedule/Completion.hpp:26,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/EclipseState/Schedule/Completion.cpp:20:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/concept_check.hpp: In member function ‘void boost::Collection<C>::const_constraints(const C&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/concept_check.hpp:1017: warning: declaration of ‘c’ shadows a member of 'this'
[ 43%] Building CXX object opm/parser/eclipse/CMakeFiles/Parser.dir/EclipseState/Schedule/ScheduleEnums.cpp.o
In file included from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/concepts.hpp:19,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/algorithm/equal.hpp:14,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/iterator_range_core.hpp:29,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/iterator_range.hpp:13,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/algorithm/string/replace.hpp:16,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/date_time/date_facet.hpp:17,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/date_time/gregorian/gregorian_io.hpp:16,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/date_time/gregorian/gregorian.hpp:31,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/date_time/posix_time/time_formatters.hpp:12,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/date_time/posix_time/posix_time.hpp:24,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/date_time/local_time/local_time.hpp:11,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/date_time.hpp:15,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/EclipseState/Schedule/Completion.hpp:26,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/EclipseState/Schedule/CompletionSet.cpp:21:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/concept_check.hpp: In member function ‘void boost::Collection<C>::const_constraints(const C&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/concept_check.hpp:1017: warning: declaration of ‘c’ shadows a member of 'this'
[ 43%] Building CXX object opm/parser/eclipse/CMakeFiles/Parser.dir/EclipseState/Schedule/GroupTreeNode.cpp.o
[ 44%] Building CXX object opm/parser/eclipse/CMakeFiles/Parser.dir/EclipseState/Schedule/GroupTree.cpp.o
[ 45%] Building CXX object opm/parser/eclipse/CMakeFiles/Parser.dir/EclipseState/Grid/GridProperty.cpp.o
[ 46%] Building CXX object opm/parser/eclipse/CMakeFiles/Parser.dir/EclipseState/Grid/Box.cpp.o
In file included from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/concepts.hpp:19,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/algorithm/equal.hpp:14,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/iterator_range_core.hpp:29,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/iterator_range.hpp:13,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/as_literal.hpp:22,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/algorithm/string/trim.hpp:19,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/algorithm/string.hpp:19,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/EclipseState/Schedule/ScheduleEnums.cpp:23:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/concept_check.hpp: In member function ‘void boost::Collection<C>::const_constraints(const C&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/concept_check.hpp:1017: warning: declaration of ‘c’ shadows a member of 'this'
[ 46%] Building CXX object opm/parser/eclipse/CMakeFiles/Parser.dir/EclipseState/Grid/BoxManager.cpp.o
[ 47%] Building CXX object opm/parser/eclipse/CMakeFiles/Parser.dir/EclipseState/Grid/FaceDir.cpp.o
[ 48%] Building CXX object opm/parser/eclipse/CMakeFiles/Parser.dir/EclipseState/Grid/TransMult.cpp.o
[ 48%] Building CXX object opm/parser/eclipse/CMakeFiles/Parser.dir/EclipseState/Grid/EclipseGrid.cpp.o
[ 49%] Building CXX object opm/parser/eclipse/CMakeFiles/Parser.dir/EclipseState/Grid/FaultFace.cpp.o
[ 50%] Building CXX object opm/parser/eclipse/CMakeFiles/Parser.dir/EclipseState/Grid/Fault.cpp.o
[ 50%] Building CXX object opm/parser/eclipse/CMakeFiles/Parser.dir/EclipseState/Grid/FaultCollection.cpp.o
[ 51%] Building CXX object opm/parser/eclipse/CMakeFiles/Parser.dir/Utility/SingleRecordTable.cpp.o
[ 52%] Building CXX object opm/parser/eclipse/CMakeFiles/Parser.dir/Utility/MultiRecordTable.cpp.o
[ 52%] Building CXX object opm/parser/eclipse/CMakeFiles/Parser.dir/Units/UnitSystem.cpp.o
[ 53%] Building CXX object opm/parser/eclipse/CMakeFiles/Parser.dir/Units/Dimension.cpp.o
In file included from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/concepts.hpp:19,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/algorithm/equal.hpp:14,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/iterator_range_core.hpp:29,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/iterator_range.hpp:13,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/as_literal.hpp:22,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/algorithm/string/trim.hpp:19,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/algorithm/string.hpp:19,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Units/UnitSystem.cpp:23:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/concept_check.hpp: In member function ‘void boost::Collection<C>::const_constraints(const C&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/concept_check.hpp:1017: warning: declaration of ‘c’ shadows a member of 'this'
Linking CXX static library ../../../lib64/libParser.a
[ 53%] Built target Parser
Scanning dependencies of target runParserEnumTests
Scanning dependencies of target runParserItemTests
[ 54%] Building CXX object opm/parser/eclipse/Parser/tests/CMakeFiles/runParserEnumTests.dir/ParserEnumTests.cpp.o
Scanning dependencies of target runParserKeywordTests
[ 55%] Building CXX object opm/parser/eclipse/Parser/tests/CMakeFiles/runParserItemTests.dir/ParserItemTests.cpp.o
[ 56%] Building CXX object opm/parser/eclipse/Parser/tests/CMakeFiles/runParserKeywordTests.dir/ParserKeywordTests.cpp.o
Scanning dependencies of target runParserIncludeTests
[ 56%] Building CXX object opm/parser/eclipse/Parser/tests/CMakeFiles/runParserIncludeTests.dir/ParserIncludeTests.cpp.o
In file included from /project/res/x86_64_RH_5/share/opm/boost/include/boost/test/unit_test_log.hpp:29,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/test/test_tools.hpp:20,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/test/unit_test.hpp:19,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/tests/ParserEnumTests.cpp:22:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/test/utils/lazy_ostream.hpp: In constructor ‘boost::unit_test::lazy_ostream::lazy_ostream(bool)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/test/utils/lazy_ostream.hpp:48: warning: declaration of ‘empty’ shadows a member of 'this'
In file included from /project/res/x86_64_RH_5/share/opm/boost/include/boost/test/unit_test.hpp:20,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/tests/ParserEnumTests.cpp:22:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/test/unit_test_suite.hpp: In function ‘bool init_unit_test()’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/test/unit_test_suite.hpp:220: warning: no previous declaration for ‘bool init_unit_test()’
In file included from /project/res/x86_64_RH_5/share/opm/boost/include/boost/test/unit_test_log.hpp:29,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/test/test_tools.hpp:20,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/test/unit_test.hpp:19,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/tests/ParserItemTests.cpp:22:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/test/utils/lazy_ostream.hpp: In constructor ‘boost::unit_test::lazy_ostream::lazy_ostream(bool)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/test/utils/lazy_ostream.hpp:48: warning: declaration of ‘empty’ shadows a member of 'this'
In file included from /project/res/x86_64_RH_5/share/opm/boost/include/boost/test/unit_test.hpp:20,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/tests/ParserItemTests.cpp:22:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/test/unit_test_suite.hpp: In function ‘bool init_unit_test()’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/test/unit_test_suite.hpp:220: warning: no previous declaration for ‘bool init_unit_test()’
In file included from /project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/path.hpp:28,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/json/JsonObject.hpp:25,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/tests/ParserItemTests.cpp:24:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In constructor ‘boost::filesystem3::path::path(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:146: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:146: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In constructor ‘boost::filesystem3::path::path(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:157: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:157: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::assign(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:194: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:194: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::assign(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:200: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:200: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::append(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:231: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:231: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::append(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:615: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:615: warning: declaration of ‘begin’ shadows a member of 'this'
In file included from /project/res/x86_64_RH_5/share/opm/boost/include/boost/test/unit_test_log.hpp:29,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/test/test_tools.hpp:20,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/test/unit_test.hpp:19,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/tests/ParserKeywordTests.cpp:22:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/test/utils/lazy_ostream.hpp: In constructor ‘boost::unit_test::lazy_ostream::lazy_ostream(bool)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/test/utils/lazy_ostream.hpp:48: warning: declaration of ‘empty’ shadows a member of 'this'
In file included from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserItem.hpp:35,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/tests/ParserItemTests.cpp:27:
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp: In constructor ‘Opm::RepetitionToken<T>::RepetitionToken(const std::string&, const std::string&, const std::string&)’:
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp:55: warning: declaration of ‘valueString’ shadows a member of 'this'
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp:55: warning: declaration of ‘countString’ shadows a member of 'this'
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/tests/ParserItemTests.cpp: In member function ‘void Initialize_Default_Double::test_method()’:
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/tests/ParserItemTests.cpp:80: error: ‘isfinite’ is not a member of ‘std’
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/tests/ParserItemTests.cpp: In member function ‘void Initialize_Default_Float::test_method()’:
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/tests/ParserItemTests.cpp:87: error: ‘isfinite’ is not a member of ‘std’
In file included from /project/res/x86_64_RH_5/share/opm/boost/include/boost/test/unit_test.hpp:20,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/tests/ParserKeywordTests.cpp:22:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/test/unit_test_suite.hpp: In function ‘bool init_unit_test()’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/test/unit_test_suite.hpp:220: warning: no previous declaration for ‘bool init_unit_test()’
In file included from /project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/path.hpp:28,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/json/JsonObject.hpp:25,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/tests/ParserKeywordTests.cpp:24:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In constructor ‘boost::filesystem3::path::path(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:146: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:146: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In constructor ‘boost::filesystem3::path::path(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:157: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:157: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::assign(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:194: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:194: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::assign(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:200: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:200: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::append(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:231: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:231: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::append(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:615: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:615: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/system/error_code.hpp: At global scope:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/system/error_code.hpp:214: warning: ‘boost::system::posix_category’ defined but not used
/project/res/x86_64_RH_5/share/opm/boost/include/boost/system/error_code.hpp:215: warning: ‘boost::system::errno_ecat’ defined but not used
/project/res/x86_64_RH_5/share/opm/boost/include/boost/system/error_code.hpp:216: warning: ‘boost::system::native_ecat’ defined but not used
make[2]: *** [opm/parser/eclipse/Parser/tests/CMakeFiles/runParserItemTests.dir/ParserItemTests.cpp.o] Error 1
make[1]: *** [opm/parser/eclipse/Parser/tests/CMakeFiles/runParserItemTests.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
Linking CXX executable ../../../../../bin/runParserEnumTests
In file included from /project/res/x86_64_RH_5/share/opm/boost/include/boost/test/unit_test_log.hpp:29,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/test/test_tools.hpp:20,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/test/unit_test.hpp:19,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/tests/ParserIncludeTests.cpp:22:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/test/utils/lazy_ostream.hpp: In constructor ‘boost::unit_test::lazy_ostream::lazy_ostream(bool)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/test/utils/lazy_ostream.hpp:48: warning: declaration of ‘empty’ shadows a member of 'this'
[ 56%] Built target runParserEnumTests
In file included from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserItem.hpp:35,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserRecord.hpp:28,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserKeyword.hpp:35,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/tests/ParserKeywordTests.cpp:25:
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp: In constructor ‘Opm::RepetitionToken<T>::RepetitionToken(const std::string&, const std::string&, const std::string&)’:
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp:55: warning: declaration of ‘valueString’ shadows a member of 'this'
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp:55: warning: declaration of ‘countString’ shadows a member of 'this'
In file included from /project/res/x86_64_RH_5/share/opm/boost/include/boost/test/unit_test.hpp:20,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/tests/ParserIncludeTests.cpp:22:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/test/unit_test_suite.hpp: In function ‘bool init_unit_test()’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/test/unit_test_suite.hpp:220: warning: no previous declaration for ‘bool init_unit_test()’
In file included from /project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem.hpp:32,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/Parser.hpp:27,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/tests/ParserIncludeTests.cpp:24:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In constructor ‘boost::filesystem3::path::path(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:146: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:146: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In constructor ‘boost::filesystem3::path::path(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:157: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:157: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::assign(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:194: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:194: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::assign(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:200: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:200: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::append(InputIterator, InputIterator)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:231: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:231: warning: declaration of ‘begin’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp: In member function ‘boost::filesystem3::path& boost::filesystem3::path::append(InputIterator, InputIterator, const boost::filesystem3::path::codecvt_type&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:615: warning: declaration of ‘end’ shadows a member of 'this'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/filesystem/v3/path.hpp:615: warning: declaration of ‘begin’ shadows a member of 'this'
In file included from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/concepts.hpp:19,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/algorithm/equal.hpp:14,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/iterator_range_core.hpp:29,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/iterator_range.hpp:13,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/range/as_literal.hpp:22,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/algorithm/string/trim.hpp:19,
from /project/res/x86_64_RH_5/share/opm/boost/include/boost/algorithm/string.hpp:19,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/Parser.hpp:28,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/tests/ParserIncludeTests.cpp:24:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/concept_check.hpp: In member function ‘void boost::Collection<C>::const_constraints(const C&)’:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/concept_check.hpp:1017: warning: declaration of ‘c’ shadows a member of 'this'
In file included from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserItem.hpp:35,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserRecord.hpp:28,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/ParserKeyword.hpp:35,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/Parser.hpp:34,
from /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/Parser/tests/ParserIncludeTests.cpp:24:
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp: In constructor ‘Opm::RepetitionToken<T>::RepetitionToken(const std::string&, const std::string&, const std::string&)’:
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp:55: warning: declaration of ‘valueString’ shadows a member of 'this'
/project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-parser-PR/opm/parser/eclipse/RawDeck/RepetitionToken.hpp:55: warning: declaration of ‘countString’ shadows a member of 'this'
Linking CXX executable ../../../../../bin/runParserIncludeTests
Linking CXX executable ../../../../../bin/runParserKeywordTests
[ 56%] Built target runParserIncludeTests
[ 56%] Built target runParserKeywordTests
make: *** [all] Error 2
Traceback (most recent call last):
File "/project/res/bin/opm-build", line 355, in ?
runmake( options )
File "/project/res/bin/opm-build", line 231, in runmake
subprocess.check_call( argList )
File "/project/res/bin/opm-build", line 49, in check_call
raise Exception("Command %s failed " % arg)
Exception: Command 4 failed
Build step 'Execute shell' marked build as failure
Warning: you have no plugins providing access control for builds, so falling back to legacy behavior of permitting any downstream builds to be triggered
[BFA] Scanning build for known causes...
[BFA] Done. 0s
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 1 second
Finished: FAILURE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment