Skip to content

Instantly share code, notes, and snippets.

@joakim-hove
joakim-hove / gist:7862193
Created December 8, 2013 18:56
Build failure
-- The C compiler identification is GNU
-- The CXX 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
-- 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
[ 31%] Building CXX object CMakeFiles/opmcore.dir/opm/core/props/BlackoilPropertiesFromDeck.cpp.o
[ 32%] Building CXX object CMakeFiles/opmcore.dir/opm/core/props/IncompPropertiesBasic.cpp.o
[ 32%] Building CXX object CMakeFiles/opmcore.dir/opm/core/props/IncompPropertiesFromDeck.cpp.o
[ 33%] Building CXX object CMakeFiles/opmcore.dir/opm/core/props/pvt/BlackoilPvtProperties.cpp.o
In file included from /usr/lib/gcc/x86_64-redhat-linux6E/4.4.7/../../../../include/c++/4.4.7/memory:83,
from /private/joaho/OPM/opm-core/opm/core/io/eclipse/EclipseGridParser.hpp:43,
from /private/joaho/OPM/opm-core/opm/core/props/pvt/BlackoilPvtProperties.hpp:25,
from /private/joaho/OPM/opm-core/opm/core/props/pvt/BlackoilPvtProperties.cpp:23:
/usr/lib/gcc/x86_64-redhat-linux6E/4.4.7/../../../../include/c++/4.4.7/bits/shared_ptr.h: In constructor 'std::__shared_ptr<_Tp, _Lp>::__shared_ptr(const std::__shared_ptr<_Tp1, _Lp>&) [with _Tp1 = const Opm::Deck, _Tp = const Opm::EclipseSta
@joakim-hove
joakim-hove / gist:9390359
Created March 6, 2014 14:02
Backtrace test1 opm-upscaling
Program received signal SIGSEGV, Segmentation fault.
0x000000000049e895 in FieldVector (this=0x7fffffffcea8, input_data=<value optimized out>, z_tolerance=<value optimized out>, remove_ij_boundary=<value optimized out>,
turn_normals=false) at /project/res/x86_64_RH_5/share/opm/dune/dune-common/include/dune/common/fvector.hh:125
125 FieldVector (const FieldVector & x) : _data(x._data)
(gdb) bt
#0 0x000000000049e895 in FieldVector (this=0x7fffffffcea8, input_data=<value optimized out>, z_tolerance=<value optimized out>, remove_ij_boundary=<value optimized out>,
turn_normals=false) at /project/res/x86_64_RH_5/share/opm/dune/dune-common/include/dune/common/fvector.hh:125
#1 construct (this=0x7fffffffcea8, input_data=<value optimized out>, z_tolerance=<value optimized out>, remove_ij_boundary=<value optimized out>, turn_normals=false)
at /usr/lib/gcc/x86_64-redhat-linux6E/4.4.4/../../../../include/c++/4.4.4/ext/new_allocator.h:105
#2 push_back (this=0x7fffffffcea8, input_data=<value optimize
warning: no loadable sections found in added symbol-file system-supplied DSO at 0x2aaaaaaab000
[Thread debugging using libthread_db enabled]
Parsed command line option: bc := flp
Parsed command line option: output := /project/multiscale/jenkins-build/RH5/workspace/opm-upscaling/build/tests/results/upscale_perm_BCflp_27cellsAniso.txt
Parsing Eclipse file </project/multiscale/jenkins-build/RH5/workspace/opm-upscaling/build/tests/input_data/grids/27cellsAniso.grdecl> ... Keyword found: SPECGRID
Keyword found: COORD
Keyword found: ZCORN
Keyword found: ACTNUM
Keyword found: PORO
@joakim-hove
joakim-hove / gist:9757848
Created March 25, 2014 09:11
opm-parser build trouble
[ 73%] Building CXX object opm/parser/eclipse/Deck/tests/CMakeFiles/runSectionTests.dir/SectionTests.cpp.o
[ 74%] Building CXX object opm/parser/eclipse/IntegrationTests/CMakeFiles/runCompletionsFromDeck.dir/CompletionsFromDeck.cpp.o
[ 75%] Building CXX object opm/parser/eclipse/IntegrationTests/CMakeFiles/runIncludeTest.dir/IncludeTest.cpp.o
/local-work/OPM/opm-parser/opm/parser/eclipse/Deck/tests/KeywordContainerTests.cpp: In member function 'void keywordList_canIterate::test_method()':
/local-work/OPM/opm-parser/opm/parser/eclipse/Deck/tests/KeywordContainerTests.cpp:165: error: 'cout' is not a member of 'std'
make[2]: *** [opm/parser/eclipse/Deck/tests/CMakeFiles/runKeywordContainerTests.dir/KeywordContainerTests.cpp.o] Error 1
make[1]: *** [opm/parser/eclipse/Deck/tests/CMakeFiles/runKeywordContainerTests.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
/local-work/OPM/opm-parser/opm/parser/eclipse/Deck/tests/SectionTests.cpp: In member function 'void IteratorTest::test_method()':
/local-wor
@joakim-hove
joakim-hove / gist:9788452
Created March 26, 2014 17:18
Test faiulre
UpdateCTestConfiguration from :/local-work/OPM/opm-core/build/DartConfiguration.tcl
Parse Config file:/local-work/OPM/opm-core/build/DartConfiguration.tcl
UpdateCTestConfiguration from :/local-work/OPM/opm-core/build/DartConfiguration.tcl
Parse Config file:/local-work/OPM/opm-core/build/DartConfiguration.tcl
Test project /local-work/OPM/opm-core/build
Constructing a list of tests
Done constructing a list of tests
Checking test dependency graph...
Checking test dependency graph end
test 21
+----------------+
| Region:1 |
| I:0 +----------------+
| J:0 | Region:2 |
+----------------+ I:1 |
| Region:1 | J:0 |
| I:0 +----------------+
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
@joakim-hove
joakim-hove / gist:5b5520dffc6e0408b77a
Created September 17, 2014 13:38
opm-core build failure
15:31:58 Started by upstream project "opm-parser-PR" build number 65
15:31:58 originally caused by:
15:31:58 Started by user anonymous
15:31:58 [EnvInject] - Loading node environment variables.
15:31:58 Building remotely on opm-RH5-install in workspace /project/multiscale/jenkins-install-build-joaho/RH5/workspace/opm-core-install
15:31:58 > git rev-parse --is-inside-work-tree # timeout=10
15:31:58 Fetching changes from the remote Git repository
15:31:58 > git config remote.origin.url git://github.com/OPM/opm-core.git # timeout=10
15:31:58 Fetching upstream changes from git://github.com/OPM/opm-core.git
15:31:58 > git --version # timeout=10
@joakim-hove
joakim-hove / gist:0203b22e1f1185245fae
Created September 24, 2014 18:34
opm-core build trouble
20:31:46 -----------------------------------------------------------------
20:31:46 Compiling with: make -j 4
20:31:46 -----------------------------------------------------------------
20:31:46 Scanning dependencies of target dune-compat
20:31:46 Scanning dependencies of target datafiles
20:31:46 [ 1%] [ 1%] Patching Makefile to be DUNE compatible
20:31:46 [ 2%] Generating tests/CORNERPOINT_ACTNUM.DATA
20:31:46 Generating tests/extratestdata.xml
20:31:46 [ 2%] [ 3%] Generating tests/testdata.xml
20:31:46 Generating tests/liveoil.DATA