cyclus_unit_tests errors

10 views
Skip to first unread message

William Johns

unread,
Nov 22, 2023, 4:08:33 PM11/22/23
to Cyclus Users
Hello,
I installed cyclus via conda

$ conda install -c conda-forge cycamore

on Ubuntu
Description:    Ubuntu 20.04.6 LTS
Release:        20.04

After symbolically linking to a couple libraries 

ln -s /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.65.1

 ln -s /usr/lib/x86_64-linux-gnu/libboost_system.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_system.so.1.65.1

The cyclus_unit_tests all PASSED. I then installed cycamore and ran into some similar problems with libraries and attempted to fix them with symbolic links as above, which did not work. After removing the new symbolic links a number of cyclus_unit_tests now fail

[==========] 515 tests from 110 test cases ran. (2270 ms total)
[  PASSED  ] 502 tests.
[  FAILED  ] 13 tests, listed below:
[  FAILED  ] Hdf5BackTests.ShapeSegfault
[  FAILED  ] Hdf5BackTest.ReadWriteAll
[  FAILED  ] Hdf5BackTest.ColumnTypes
[  FAILED  ] Hdf5BackTest.Tables
[  FAILED  ] SqliteDbTests.CreateAndInsert
[  FAILED  ] XMLFileLoaderTests.openfile
[  FAILED  ] XMLFileLoaderTests.decayfile
[  FAILED  ] XMLFileLoaderTests.solverfile
[  FAILED  ] XMLFileLoaderTests.EpsDefault
[  FAILED  ] XMLFileLoaderTests.EpsFile
[  FAILED  ] XMLFileLoaderTests.ExplicitFormat
[  FAILED  ] XMLFileLoaderTests.throws
[  FAILED  ] XMLParserTests.XInclude

I have unistalled and reinstalled cyclus, and all of the dependencies but the cyclus_unit_tests sill fails as above.

Reply all
Reply to author
Forward
0 new messages