Skip to content

Instantly share code, notes, and snippets.

scopatz@ares ~/cyclus gidden-lpsolver $ rm -r build/
scopatz@ares ~/cyclus gidden-lpsolver $ ./install.py
/usr/bin/cmake
-- The C compiler identification is GNU 4.8.1
-- The CXX compiler identification is GNU 4.8.1
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
scopatz@ares ~/cyclus gidden-lpsolver $ rm -r build/
scopatz@ares ~/cyclus gidden-lpsolver $ ./install.py
/usr/bin/cmake
-- The C compiler identification is GNU 4.8.1
-- The CXX compiler identification is GNU 4.8.1
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
scopatz@ares ~/pyne/tests crbates-nds_data $ nosetests
/usr/lib/python2.7/dist-packages/nose/plugins/manager.py:395: RuntimeWarning: Unable to load plugin KnownFailure = matplotlib.testing.noseclasses:KnownFailure: (pyparsing 2.0.1 (/usr/lib/python2.7/dist-packages), Requirement.parse('pyparsing>=1.5.6,<2.0.0'))
RuntimeWarning)
.....................................................................................................................Requested faceting tolerance: 0
Using faceting tolerance: 0.001
The implicit complement bounds 6 surfaces
The implicit complement's total surface area = 431.475
..................E............E.............................................................................................................................................................................................................................................................................................................................................................................................
scopatz@ares ~/xdress/tests feature/union-support $ nosetests
........F.EE.................................................................................................................................................................................................................................................................................................................................
======================================================================
ERROR: test_cproj.test_all('/usr/bin/python setup.py install --prefix="/home/scopatz/xdress/tests/cproj/install-pycparser" --root="/" -- --', '/home/scopatz/xdress/tests/cproj', [0])
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/scopatz/xdress/tests/tools.py", line 49, in check_cmd
print("STDOUT + STDERR:\n\n" + f.read().decode())
@scopatz
scopatz / stdout
Created March 3, 2014 20:32
nosetests test_compile failures
scopatz@ares ~ $ cd openmc
scopatz@ares ~/openmc master $ cd tests/
scopatz@ares ~/openmc/tests master $ nosetests test_compile
....FFF...FFFFFFFFFFFFFFFFFFFFFFFF
======================================================================
FAIL: test_compile.test_mpi
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
@scopatz
scopatz / ouchies
Created March 21, 2014 02:15
Ouch
virtual void InitFrom(StubFacility* m) {};
virtual void InitFrom(stubs::StubFacility* m) {
cyclus::Facility::InitFrom(m);
};
@scopatz
scopatz / Excl errors
Created March 27, 2014 17:08
Errors running unit tests
[==========] Running 279 tests from 78 test cases.
[----------] Global test environment set-up.
[----------] 3 tests from BidPortfolioTests
[ RUN ] BidPortfolioTests.RespAdd
[ OK ] BidPortfolioTests.RespAdd (2 ms)
[ RUN ] BidPortfolioTests.Sets
[ OK ] BidPortfolioTests.Sets (1 ms)
[ RUN ] BidPortfolioTests.CapAdd
[ OK ] BidPortfolioTests.CapAdd (1 ms)
[----------] 3 tests from BidPortfolioTests (5 ms total)
@scopatz
scopatz / ensdfout
Created April 2, 2014 03:22
Build error
scopatz@ares ~/pyne crbates-ensdf3 $ rm -r build
scopatz@ares ~/pyne crbates-ensdf3 $ ./setup.py install --user
/usr/bin/cmake
-- The C compiler identification is GNU 4.8.1
-- The CXX compiler identification is GNU 4.8.1
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
scopatz@ares ~/pyne/tests crbates-ensdf3 $ nosetests
.....................................................................................................................Requested faceting tolerance: 0
Using faceting tolerance: 0.001
The implicit complement bounds 6 surfaces
The implicit complement's total surface area = 431.475
..........................................FF.FF..............................................................................................................................................................................................................................................................................................................................................................................................................................................................Requested faceting tolerance: 0
Using faceting tolerance: 0.001
..Requested faceting tolerance: 0
Using faceting tolerance: 0.001
......................................................................
scopatz@ares ~/xdress/tests master $ nosetests
........FF.................................................................................................................................................................................................................................................................................................................................
======================================================================
FAIL: test_cppproj.test_all('PYTHONPATH="/home/scopatz/xdress" /usr/bin/python /home/scopatz/xdress/scripts/xdress --debug -p=gccxml --builddir="/home/scopatz/xdress/tests/cppproj/build-gccxml"', '/home/scopatz/xdress/tests/cppproj', [1])
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/scopatz/xdress/tests/tools.py", line 53, in check_cmd
assert_equal(rtn, 0)