Skip to content

Instantly share code, notes, and snippets.

@gidden
Created August 4, 2014 14:47
Show Gist options
  • Select an option

  • Save gidden/3143f27cd876c77a2357 to your computer and use it in GitHub Desktop.

Select an option

Save gidden/3143f27cd876c77a2357 to your computer and use it in GitHub Desktop.
cyclus unit tests, hdf5 1.8.13, mac osx 10.9.3
[==========] Running 424 tests from 95 test cases.
[----------] Global test environment set-up.
[----------] 2 tests from BuildingManagerTests
[ RUN ] BuildingManagerTests.problem
Coin0506I Presolve 1 (0) rows, 2 (0) columns and 2 (0) elements
Clp0006I 0 Obj 0 Primal inf 1.2512499 (1)
Clp0006I 1 Obj 1001
Clp0000I Optimal - objective value 1001
Clp0032I Optimal objective 1001 - 1 iterations time 0.002
Warning: Use of OsiCbc is deprecated.
To enjoy the full performance of Cbc, use the CbcSolver interface.
Clp0000I Optimal - objective value 1001
Cbc0045I Heuristic rounding took 0 seconds (no good)
Clp0000I Optimal - objective value 1001
Cbc0046I Root node pass 1, 1 rows, 0 total tight cuts - objective 1001
Clp0006I 0 Obj 1001 Primal inf 1.4974998 (2)
Clp0006I 1 Obj 1001
Clp0000I Optimal - objective value 1001
Clp0000I Optimal - objective value 1001
Cbc0046I Root node pass 2, 2 rows, 1 total tight cuts - objective 1001
Clp0006I 0 Obj 1001 Primal inf 0.2487499 (1)
Clp0006I 1 Obj 1200
Clp0000I Optimal - objective value 1200
Cbc0046I Root node pass 3, 3 rows, 2 total tight cuts - objective 1200
Clp0006I 0 Obj 1200 Primal inf 0.49666089 (2)
Clp0006I 1 Obj 1200
Clp0000I Optimal - objective value 1200
Clp0000I Optimal - objective value 1200
Cbc0046I Root node pass 4, 3 rows, 2 total tight cuts - objective 1200
Clp0000I Optimal - objective value 1200
Cbc0012I Integer solution of 1200 found by rounding after 3 iterations and 0 nodes (0.00 seconds)
Cbc0031I 2 added rows had average density of 2
Cbc0013I At root node, 2 cuts changed objective from 1001 to 1200 in 4 passes
Cbc0014I Cut generator 0 (Probing) - 0 row cuts average 0.0 elements, 1 column cuts (1 active) in 0.000 seconds - new frequency is -100
Cbc0014I Cut generator 1 (Gomory) - 3 row cuts average 2.0 elements, 0 column cuts (0 active) in 0.000 seconds - new frequency is -100
Cbc0014I Cut generator 2 (Knapsack) - 0 row cuts average 0.0 elements, 0 column cuts (0 active) in 0.000 seconds - new frequency is -100
Cbc0014I Cut generator 3 (Clique) - 0 row cuts average 0.0 elements, 0 column cuts (0 active) in 0.000 seconds - new frequency is -100
Cbc0014I Cut generator 4 (FlowCover) - 0 row cuts average 0.0 elements, 0 column cuts (0 active) in 0.000 seconds - new frequency is -100
Cbc0014I Cut generator 5 (MixedIntegerRounding2) - 2 row cuts average 2.0 elements, 0 column cuts (2 active) in 0.000 seconds - new frequency is -100
Cbc0001I Search completed - best objective 1200, took 3 iterations and 0 nodes (0.00 seconds)
Cbc0035I Maximum depth 0, 0 variables fixed on reduced cost
Clp0000I Optimal - objective value 1200
Clp0006I 0 Obj 1001 Primal inf 0.2487499 (1)
Clp0006I 1 Obj 1200
Clp0000I Optimal - objective value 1200
[ OK ] BuildingManagerTests.problem (5 ms)
[ RUN ] BuildingManagerTests.emptyorder
[ OK ] BuildingManagerTests.emptyorder (0 ms)
[----------] 2 tests from BuildingManagerTests (5 ms total)
[----------] 3 tests from CommodityProducerManagerTests
[ RUN ] CommodityProducerManagerTests.initialization
[ OK ] CommodityProducerManagerTests.initialization (0 ms)
[ RUN ] CommodityProducerManagerTests.registerunregister
[ OK ] CommodityProducerManagerTests.registerunregister (0 ms)
[ RUN ] CommodityProducerManagerTests.differentcommodity
[ OK ] CommodityProducerManagerTests.differentcommodity (0 ms)
[----------] 3 tests from CommodityProducerManagerTests (0 ms total)
[----------] 3 tests from CommodityProducerTests
[ RUN ] CommodityProducerTests.initialization
[ OK ] CommodityProducerTests.initialization (0 ms)
[ RUN ] CommodityProducerTests.addcommodity
[ OK ] CommodityProducerTests.addcommodity (0 ms)
[ RUN ] CommodityProducerTests.copy
[ OK ] CommodityProducerTests.copy (0 ms)
[----------] 3 tests from CommodityProducerTests (0 ms total)
[----------] 2 tests from CommodRecCtx
[ RUN ] CommodRecCtx.All
[ OK ] CommodRecCtx.All (0 ms)
[ RUN ] CommodRecCtx.DuplicateOutcommod
[ OK ] CommodRecCtx.DuplicateOutcommod (1 ms)
[----------] 2 tests from CommodRecCtx (1 ms total)
[----------] 4 tests from EnrichmentTests
[ RUN ] EnrichmentTests.assays
[ OK ] EnrichmentTests.assays (28 ms)
[ RUN ] EnrichmentTests.valuefunction
[ OK ] EnrichmentTests.valuefunction (22 ms)
[ RUN ] EnrichmentTests.material
[ OK ] EnrichmentTests.material (30 ms)
[ RUN ] EnrichmentTests.enrichmentcalcs
[ OK ] EnrichmentTests.enrichmentcalcs (23 ms)
[----------] 4 tests from EnrichmentTests (103 ms total)
[----------] 3 tests from MatQueryTests
[ RUN ] MatQueryTests.MassAndMoles
[ OK ] MatQueryTests.MassAndMoles (0 ms)
[ RUN ] MatQueryTests.AlmostEq
[ OK ] MatQueryTests.AlmostEq (0 ms)
[ RUN ] MatQueryTests.Amount
[ OK ] MatQueryTests.Amount (0 ms)
[----------] 3 tests from MatQueryTests (0 ms total)
[----------] 2 tests from MaterialMatQueryTest
[ RUN ] MaterialMatQueryTest.ExtractCompleteInexactComp
[ OK ] MaterialMatQueryTest.ExtractCompleteInexactComp (0 ms)
[ RUN ] MaterialMatQueryTest.ExtractDiffComp
[ OK ] MaterialMatQueryTest.ExtractDiffComp (0 ms)
[----------] 2 tests from MaterialMatQueryTest (0 ms total)
[----------] 30 tests from ResourceBuffTest
[ RUN ] ResourceBuffTest.set_capacity_ExceptionsEmpty
[ OK ] ResourceBuffTest.set_capacity_ExceptionsEmpty (1 ms)
[ RUN ] ResourceBuffTest.set_capacity_ExceptionsFilled
[ OK ] ResourceBuffTest.set_capacity_ExceptionsFilled (0 ms)
[ RUN ] ResourceBuffTest.GetCapacity_ExceptionsEmpty
[ OK ] ResourceBuffTest.GetCapacity_ExceptionsEmpty (0 ms)
[ RUN ] ResourceBuffTest.GetCapacity_InitialEmpty
[ OK ] ResourceBuffTest.GetCapacity_InitialEmpty (0 ms)
[ RUN ] ResourceBuffTest.Getset_capacityEmpty
[ OK ] ResourceBuffTest.Getset_capacityEmpty (0 ms)
[ RUN ] ResourceBuffTest.GetSpace_Empty
[ OK ] ResourceBuffTest.GetSpace_Empty (0 ms)
[ RUN ] ResourceBuffTest.GetSpace_Filled
[ OK ] ResourceBuffTest.GetSpace_Filled (0 ms)
[ RUN ] ResourceBuffTest.GetQuantity_Empty
[ OK ] ResourceBuffTest.GetQuantity_Empty (0 ms)
[ RUN ] ResourceBuffTest.GetQuantity_Filled
[ OK ] ResourceBuffTest.GetQuantity_Filled (0 ms)
[ RUN ] ResourceBuffTest.GetCount_Empty
[ OK ] ResourceBuffTest.GetCount_Empty (0 ms)
[ RUN ] ResourceBuffTest.GetCount_Filled
[ OK ] ResourceBuffTest.GetCount_Filled (0 ms)
[ RUN ] ResourceBuffTest.RemoveQty_ExceptionsEmpty
[ OK ] ResourceBuffTest.RemoveQty_ExceptionsEmpty (0 ms)
[ RUN ] ResourceBuffTest.RemoveQty_ExceptionsFilled
[ OK ] ResourceBuffTest.RemoveQty_ExceptionsFilled (0 ms)
[ RUN ] ResourceBuffTest.RemoveQty_SingleNoSplit
[ OK ] ResourceBuffTest.RemoveQty_SingleNoSplit (0 ms)
[ RUN ] ResourceBuffTest.RemoveQty_SingleWithSplit
[ OK ] ResourceBuffTest.RemoveQty_SingleWithSplit (0 ms)
[ RUN ] ResourceBuffTest.RemoveQty_DoubleWithSplit
[ OK ] ResourceBuffTest.RemoveQty_DoubleWithSplit (0 ms)
[ RUN ] ResourceBuffTest.RemoveNum_ExceptionsFilled
[ OK ] ResourceBuffTest.RemoveNum_ExceptionsFilled (0 ms)
[ RUN ] ResourceBuffTest.RemoveNum_ZeroFilled
[ OK ] ResourceBuffTest.RemoveNum_ZeroFilled (0 ms)
[ RUN ] ResourceBuffTest.RemoveNum_OneFilled
[ OK ] ResourceBuffTest.RemoveNum_OneFilled (0 ms)
[ RUN ] ResourceBuffTest.RemoveNum_TwoFilled
[ OK ] ResourceBuffTest.RemoveNum_TwoFilled (0 ms)
[ RUN ] ResourceBuffTest.RemoveOne_Filled
[ OK ] ResourceBuffTest.RemoveOne_Filled (0 ms)
[ RUN ] ResourceBuffTest.PopBack
[ OK ] ResourceBuffTest.PopBack (0 ms)
[ RUN ] ResourceBuffTest.Push_Empty
[ OK ] ResourceBuffTest.Push_Empty (0 ms)
[ RUN ] ResourceBuffTest.Push_OverCapacityEmpty
[ OK ] ResourceBuffTest.Push_OverCapacityEmpty (0 ms)
[ RUN ] ResourceBuffTest.Push_DuplicateEmpty
[ OK ] ResourceBuffTest.Push_DuplicateEmpty (0 ms)
[ RUN ] ResourceBuffTest.PushAll_Empty
[ OK ] ResourceBuffTest.PushAll_Empty (0 ms)
[ RUN ] ResourceBuffTest.PushAll_NoneEmpty
[ OK ] ResourceBuffTest.PushAll_NoneEmpty (0 ms)
[ RUN ] ResourceBuffTest.PushAll_RetrieveOrderEmpty
[ OK ] ResourceBuffTest.PushAll_RetrieveOrderEmpty (0 ms)
[ RUN ] ResourceBuffTest.PushAll_OverCapacityEmpty
[ OK ] ResourceBuffTest.PushAll_OverCapacityEmpty (1 ms)
[ RUN ] ResourceBuffTest.PushAll_DuplicateEmpty
[ OK ] ResourceBuffTest.PushAll_DuplicateEmpty (0 ms)
[----------] 30 tests from ResourceBuffTest (2 ms total)
[----------] 4 tests from SDManagerTests
[ RUN ] SDManagerTests.initialization
[ OK ] SDManagerTests.initialization (0 ms)
[ RUN ] SDManagerTests.registercommodity
[ OK ] SDManagerTests.registercommodity (0 ms)
[ RUN ] SDManagerTests.supply
[ OK ] SDManagerTests.supply (0 ms)
[ RUN ] SDManagerTests.demand
[ OK ] SDManagerTests.demand (0 ms)
[----------] 4 tests from SDManagerTests (0 ms total)
[----------] 3 tests from SymbolicFunctionTests
[ RUN ] SymbolicFunctionTests.linearfunc
[ OK ] SymbolicFunctionTests.linearfunc (0 ms)
[ RUN ] SymbolicFunctionTests.expfunc
[ OK ] SymbolicFunctionTests.expfunc (0 ms)
[ RUN ] SymbolicFunctionTests.piecewisefunc
[ OK ] SymbolicFunctionTests.piecewisefunc (0 ms)
[----------] 3 tests from SymbolicFunctionTests (0 ms total)
[----------] 3 tests from BidPortfolioTests
[ RUN ] BidPortfolioTests.RespAdd
[ OK ] BidPortfolioTests.RespAdd (23 ms)
[ RUN ] BidPortfolioTests.Sets
[ OK ] BidPortfolioTests.Sets (23 ms)
[ RUN ] BidPortfolioTests.CapAdd
[ OK ] BidPortfolioTests.CapAdd (22 ms)
[----------] 3 tests from BidPortfolioTests (68 ms total)
[----------] 2 tests from BidTests
[ RUN ] BidTests.MaterialGetSet
[ OK ] BidTests.MaterialGetSet (23 ms)
[ RUN ] BidTests.ProductGetSet
[ OK ] BidTests.ProductGetSet (22 ms)
[----------] 2 tests from BidTests (45 ms total)
[----------] 6 tests from CapacityConstraintTests
[ RUN ] CapacityConstraintTests.RsrcGetSet
[ OK ] CapacityConstraintTests.RsrcGetSet (0 ms)
[ RUN ] CapacityConstraintTests.Trivial
[ OK ] CapacityConstraintTests.Trivial (0 ms)
[ RUN ] CapacityConstraintTests.Equality
[ OK ] CapacityConstraintTests.Equality (0 ms)
[ RUN ] CapacityConstraintTests.RsrcQty
[ OK ] CapacityConstraintTests.RsrcQty (22 ms)
[ RUN ] CapacityConstraintTests.MaterialQuality
[ OK ] CapacityConstraintTests.MaterialQuality (23 ms)
[ RUN ] CapacityConstraintTests.GenProductQuality
[ OK ] CapacityConstraintTests.GenProductQuality (22 ms)
[----------] 6 tests from CapacityConstraintTests (67 ms total)
[----------] 14 tests from CompMathTests
[ RUN ] CompMathTests.SubSame
[ OK ] CompMathTests.SubSame (0 ms)
[ RUN ] CompMathTests.SubCloseSize
[ OK ] CompMathTests.SubCloseSize (0 ms)
[ RUN ] CompMathTests.SubCloseComp
[ OK ] CompMathTests.SubCloseComp (0 ms)
[ RUN ] CompMathTests.Sum
[ OK ] CompMathTests.Sum (0 ms)
[ RUN ] CompMathTests.ApplyThresholdZero
[ OK ] CompMathTests.ApplyThresholdZero (0 ms)
[ RUN ] CompMathTests.ApplyThresholdInf
[ OK ] CompMathTests.ApplyThresholdInf (0 ms)
[ RUN ] CompMathTests.ApplyThresholdNegative
[ OK ] CompMathTests.ApplyThresholdNegative (0 ms)
[ RUN ] CompMathTests.ApplyThresholdMedium
[ OK ] CompMathTests.ApplyThresholdMedium (0 ms)
[ RUN ] CompMathTests.ApplyThresholdSeqIter
[ OK ] CompMathTests.ApplyThresholdSeqIter (0 ms)
[ RUN ] CompMathTests.AlmostEq
[ OK ] CompMathTests.AlmostEq (0 ms)
[ RUN ] CompMathTests.AlmostEqualZeroEntry
[ OK ] CompMathTests.AlmostEqualZeroEntry (0 ms)
[ RUN ] CompMathTests.AlmostEqualNegThresh
[ OK ] CompMathTests.AlmostEqualNegThresh (0 ms)
[ RUN ] CompMathTests.SimpleAdd
[ OK ] CompMathTests.SimpleAdd (0 ms)
[ RUN ] CompMathTests.Add
[ OK ] CompMathTests.Add (0 ms)
[----------] 14 tests from CompMathTests (0 ms total)
[----------] 3 tests from CompositionTests
[ RUN ] CompositionTests.create_atom
[ OK ] CompositionTests.create_atom (0 ms)
[ RUN ] CompositionTests.create_mass
[ OK ] CompositionTests.create_mass (1 ms)
[ RUN ] CompositionTests.lineage
[ OK ] CompositionTests.lineage (0 ms)
[----------] 3 tests from CompositionTests (1 ms total)
[----------] 2 tests from ContextTests
[ RUN ] ContextTests.EnterLeave
[ OK ] ContextTests.EnterLeave (22 ms)
[ RUN ] ContextTests.CreateAgent
[ OK ] ContextTests.CreateAgent (46 ms)
[----------] 2 tests from ContextTests (68 ms total)
[----------] 11 tests from CycArithmeticTest
[ RUN ] CycArithmeticTest.KahanVsRegSummation
[ OK ] CycArithmeticTest.KahanVsRegSummation (0 ms)
[ RUN ] CycArithmeticTest.KahanSumZero
[ OK ] CycArithmeticTest.KahanSumZero (0 ms)
[ RUN ] CycArithmeticTest.KahanSumEmpty
[ OK ] CycArithmeticTest.KahanSumEmpty (0 ms)
[ RUN ] CycArithmeticTest.KahanSumOrdinary
[ OK ] CycArithmeticTest.KahanSumOrdinary (0 ms)
[ RUN ] CycArithmeticTest.KahanSumExtremeVals
[ OK ] CycArithmeticTest.KahanSumExtremeVals (0 ms)
[ RUN ] CycArithmeticTest.sortAscendingVecEmpty
[ OK ] CycArithmeticTest.sortAscendingVecEmpty (0 ms)
[ RUN ] CycArithmeticTest.sortAscendingMapEmpty
[ OK ] CycArithmeticTest.sortAscendingMapEmpty (0 ms)
[ RUN ] CycArithmeticTest.sortAscendingVecZeros
[ OK ] CycArithmeticTest.sortAscendingVecZeros (0 ms)
[ RUN ] CycArithmeticTest.sortAscendingMapZeros
[ OK ] CycArithmeticTest.sortAscendingMapZeros (1 ms)
[ RUN ] CycArithmeticTest.sortAscendingVec
[ OK ] CycArithmeticTest.sortAscendingVec (0 ms)
[ RUN ] CycArithmeticTest.sortAscendingMap
[ OK ] CycArithmeticTest.sortAscendingMap (0 ms)
[----------] 11 tests from CycArithmeticTest (1 ms total)
[----------] 3 tests from DiscoveryTests
[ RUN ] DiscoveryTests.DiscoverArchetypes
[ OK ] DiscoveryTests.DiscoverArchetypes (0 ms)
[ RUN ] DiscoveryTests.DiscoverSpec
[ OK ] DiscoveryTests.DiscoverSpec (24 ms)
[ RUN ] DiscoveryTests.DiscoverSpecsInInstallPath
[ OK ] DiscoveryTests.DiscoverSpecsInInstallPath (53 ms)
[----------] 3 tests from DiscoveryTests (77 ms total)
[----------] 4 tests from DynamicLoadingTests
[ RUN ] DynamicLoadingTests.ConstructTestFacility
[ OK ] DynamicLoadingTests.ConstructTestFacility (22 ms)
[ RUN ] DynamicLoadingTests.LoadLibError
[ OK ] DynamicLoadingTests.LoadLibError (23 ms)
[ RUN ] DynamicLoadingTests.Exists
[ OK ] DynamicLoadingTests.Exists (0 ms)
[ RUN ] DynamicLoadingTests.CloneTestFacility
[ OK ] DynamicLoadingTests.CloneTestFacility (21 ms)
[----------] 4 tests from DynamicLoadingTests (66 ms total)
[----------] 2 tests from EnvironmentTests
[ RUN ] EnvironmentTests.CyclusPath
[ OK ] EnvironmentTests.CyclusPath (0 ms)
[ RUN ] EnvironmentTests.FindNonStandardPath
[ OK ] EnvironmentTests.FindNonStandardPath (0 ms)
[----------] 2 tests from EnvironmentTests (0 ms total)
[----------] 2 tests from ErrorTests
[ RUN ] ErrorTests.Warn
Key Warning: my spoon is too big!
[ OK ] ErrorTests.Warn (0 ms)
[ RUN ] ErrorTests.WarnAsError
[ OK ] ErrorTests.WarnAsError (0 ms)
[----------] 2 tests from ErrorTests (0 ms total)
[----------] 6 tests from ExchangeContextTests
[ RUN ] ExchangeContextTests.Empty
[ OK ] ExchangeContextTests.Empty (28 ms)
[ RUN ] ExchangeContextTests.AddRequest1
[ OK ] ExchangeContextTests.AddRequest1 (22 ms)
[ RUN ] ExchangeContextTests.AddRequest2
[ OK ] ExchangeContextTests.AddRequest2 (22 ms)
[ RUN ] ExchangeContextTests.AddRequest3
[ OK ] ExchangeContextTests.AddRequest3 (22 ms)
[ RUN ] ExchangeContextTests.AddBid1
[ OK ] ExchangeContextTests.AddBid1 (27 ms)
[ RUN ] ExchangeContextTests.AddBid2
[ OK ] ExchangeContextTests.AddBid2 (24 ms)
[----------] 6 tests from ExchangeContextTests (145 ms total)
[----------] 7 tests from ExGraphTests
[ RUN ] ExGraphTests.ExchangeNodeGroups
[ OK ] ExGraphTests.ExchangeNodeGroups (0 ms)
[ RUN ] ExGraphTests.ReqGroups
[ OK ] ExGraphTests.ReqGroups (0 ms)
[ RUN ] ExGraphTests.AddReqGroup
[ OK ] ExGraphTests.AddReqGroup (0 ms)
[ RUN ] ExGraphTests.AddSuppGroup
[ OK ] ExGraphTests.AddSuppGroup (0 ms)
[ RUN ] ExGraphTests.AddArc1
[ OK ] ExGraphTests.AddArc1 (0 ms)
[ RUN ] ExGraphTests.AddArc2
[ OK ] ExGraphTests.AddArc2 (0 ms)
[ RUN ] ExGraphTests.AddMatch
[ OK ] ExGraphTests.AddMatch (0 ms)
[----------] 7 tests from ExGraphTests (0 ms total)
[----------] 1 test from ExManagerTests
[ RUN ] ExManagerTests.NullTest
[ OK ] ExManagerTests.NullTest (23 ms)
[----------] 1 test from ExManagerTests (23 ms total)
[----------] 1 test from ExSolverTests
[ RUN ] ExSolverTests.Interface
[ OK ] ExSolverTests.Interface (0 ms)
[----------] 1 test from ExSolverTests (0 ms total)
[----------] 8 tests from ExXlateTests
[ RUN ] ExXlateTests.NegPref
[ OK ] ExXlateTests.NegPref (22 ms)
[ RUN ] ExXlateTests.XlateCapacities
[ OK ] ExXlateTests.XlateCapacities (0 ms)
[ RUN ] ExXlateTests.XlateReq
[ OK ] ExXlateTests.XlateReq (23 ms)
[ RUN ] ExXlateTests.XlateBid
[ OK ] ExXlateTests.XlateBid (22 ms)
[ RUN ] ExXlateTests.XlateArc
[ OK ] ExXlateTests.XlateArc (25 ms)
[ RUN ] ExXlateTests.XlateArcExclusive
[ OK ] ExXlateTests.XlateArcExclusive (23 ms)
[ RUN ] ExXlateTests.SimpleXlate
[ OK ] ExXlateTests.SimpleXlate (22 ms)
[ RUN ] ExXlateTests.BackXlate
[ OK ] ExXlateTests.BackXlate (23 ms)
[----------] 8 tests from ExXlateTests (160 ms total)
[----------] 3 tests from FullSimTests
[ RUN ] FullSimTests.LoneTrader
[ OK ] FullSimTests.LoneTrader (22 ms)
[ RUN ] FullSimTests.NullTrade
[ OK ] FullSimTests.NullTrade (24 ms)
[ RUN ] FullSimTests.Trade
[ OK ] FullSimTests.Trade (23 ms)
[----------] 3 tests from FullSimTests (69 ms total)
[----------] 2 tests from ConditionerTests
[ RUN ] ConditionerTests.AvgPref
[ OK ] ConditionerTests.AvgPref (0 ms)
[ RUN ] ConditionerTests.Conditioning
[ OK ] ConditionerTests.Conditioning (0 ms)
[----------] 2 tests from ConditionerTests (0 ms total)
[----------] 9 tests from GreedySolverTests
[ RUN ] GreedySolverTests.ExchangeNodeCapThrow
[ OK ] GreedySolverTests.ExchangeNodeCapThrow (0 ms)
[ RUN ] GreedySolverTests.ExchangeNodeNoCap
[ OK ] GreedySolverTests.ExchangeNodeNoCap (0 ms)
[ RUN ] GreedySolverTests.DefaultCap
[ OK ] GreedySolverTests.DefaultCap (0 ms)
[ RUN ] GreedySolverTests.ExchangeNodeCaps1
[ OK ] GreedySolverTests.ExchangeNodeCaps1 (0 ms)
[ RUN ] GreedySolverTests.ExchangeNodeCaps2
[ OK ] GreedySolverTests.ExchangeNodeCaps2 (0 ms)
[ RUN ] GreedySolverTests.ExchangeNodeCaps3
[ OK ] GreedySolverTests.ExchangeNodeCaps3 (0 ms)
[ RUN ] GreedySolverTests.ArcCap
[ OK ] GreedySolverTests.ArcCap (0 ms)
[ RUN ] GreedySolverTests.AvgPref
[ OK ] GreedySolverTests.AvgPref (0 ms)
[ RUN ] GreedySolverTests.Condition
[ OK ] GreedySolverTests.Condition (0 ms)
[----------] 9 tests from GreedySolverTests (1 ms total)
[----------] 56 tests from Hdf5BackTests
[ RUN ] Hdf5BackTests.ShapeSegfault
[ OK ] Hdf5BackTests.ShapeSegfault (64 ms)
[ RUN ] Hdf5BackTests.ReadWriteBool
[ OK ] Hdf5BackTests.ReadWriteBool (24 ms)
[ RUN ] Hdf5BackTests.ReadWriteInt
[ OK ] Hdf5BackTests.ReadWriteInt (22 ms)
[ RUN ] Hdf5BackTests.ReadWriteFloat
[ OK ] Hdf5BackTests.ReadWriteFloat (23 ms)
[ RUN ] Hdf5BackTests.ReadWriteDouble
[ OK ] Hdf5BackTests.ReadWriteDouble (23 ms)
[ RUN ] Hdf5BackTests.ReadWriteString
[ OK ] Hdf5BackTests.ReadWriteString (24 ms)
[ RUN ] Hdf5BackTests.ReadWriteVLString
[ OK ] Hdf5BackTests.ReadWriteVLString (23 ms)
[ RUN ] Hdf5BackTests.ReadWriteBlob
[ OK ] Hdf5BackTests.ReadWriteBlob (23 ms)
[ RUN ] Hdf5BackTests.ReadWriteUuid
[ OK ] Hdf5BackTests.ReadWriteUuid (23 ms)
[ RUN ] Hdf5BackTests.ReadWriteVectorInt
[ OK ] Hdf5BackTests.ReadWriteVectorInt (23 ms)
[ RUN ] Hdf5BackTests.ReadWriteVLVectorInt
[ OK ] Hdf5BackTests.ReadWriteVLVectorInt (24 ms)
[ RUN ] Hdf5BackTests.ReadWriteVectorFloat
[ OK ] Hdf5BackTests.ReadWriteVectorFloat (23 ms)
[ RUN ] Hdf5BackTests.ReadWriteVLVectorFloat
[ OK ] Hdf5BackTests.ReadWriteVLVectorFloat (23 ms)
[ RUN ] Hdf5BackTests.ReadWriteVectorDouble
[ OK ] Hdf5BackTests.ReadWriteVectorDouble (28 ms)
[ RUN ] Hdf5BackTests.ReadWriteVLVectorDouble
[ OK ] Hdf5BackTests.ReadWriteVLVectorDouble (25 ms)
[ RUN ] Hdf5BackTests.ReadWriteVectorString
[ OK ] Hdf5BackTests.ReadWriteVectorString (23 ms)
[ RUN ] Hdf5BackTests.ReadWriteVectorVLString
[ OK ] Hdf5BackTests.ReadWriteVectorVLString (24 ms)
[ RUN ] Hdf5BackTests.ReadWriteVLVectorString
[ OK ] Hdf5BackTests.ReadWriteVLVectorString (24 ms)
[ RUN ] Hdf5BackTests.ReadWriteVLVectorVLString
[ OK ] Hdf5BackTests.ReadWriteVLVectorVLString (24 ms)
[ RUN ] Hdf5BackTests.ReadWriteSetInt
[ OK ] Hdf5BackTests.ReadWriteSetInt (28 ms)
[ RUN ] Hdf5BackTests.ReadWriteVLSetInt
[ OK ] Hdf5BackTests.ReadWriteVLSetInt (24 ms)
[ RUN ] Hdf5BackTests.ReadWriteSetString
[ OK ] Hdf5BackTests.ReadWriteSetString (24 ms)
[ RUN ] Hdf5BackTests.ReadWriteSetVLString
[ OK ] Hdf5BackTests.ReadWriteSetVLString (24 ms)
[ RUN ] Hdf5BackTests.ReadWriteVLSetString
[ OK ] Hdf5BackTests.ReadWriteVLSetString (24 ms)
[ RUN ] Hdf5BackTests.ReadWriteVLSetVLString
[ OK ] Hdf5BackTests.ReadWriteVLSetVLString (24 ms)
[ RUN ] Hdf5BackTests.ReadWriteListInt
[ OK ] Hdf5BackTests.ReadWriteListInt (24 ms)
[ RUN ] Hdf5BackTests.ReadWriteVLListInt
[ OK ] Hdf5BackTests.ReadWriteVLListInt (24 ms)
[ RUN ] Hdf5BackTests.ReadWriteListString
[ OK ] Hdf5BackTests.ReadWriteListString (24 ms)
[ RUN ] Hdf5BackTests.ReadWriteListVLString
[ OK ] Hdf5BackTests.ReadWriteListVLString (24 ms)
[ RUN ] Hdf5BackTests.ReadWriteVLListString
[ OK ] Hdf5BackTests.ReadWriteVLListString (23 ms)
[ RUN ] Hdf5BackTests.ReadWriteVLListVLString
[ OK ] Hdf5BackTests.ReadWriteVLListVLString (24 ms)
[ RUN ] Hdf5BackTests.ReadWritePairIntInt
[ OK ] Hdf5BackTests.ReadWritePairIntInt (24 ms)
[ RUN ] Hdf5BackTests.ReadWriteMapIntInt
[ OK ] Hdf5BackTests.ReadWriteMapIntInt (23 ms)
[ RUN ] Hdf5BackTests.ReadWriteVLMapIntInt
[ OK ] Hdf5BackTests.ReadWriteVLMapIntInt (24 ms)
[ RUN ] Hdf5BackTests.ReadWriteMapIntDouble
[ OK ] Hdf5BackTests.ReadWriteMapIntDouble (25 ms)
[ RUN ] Hdf5BackTests.ReadWriteVLMapIntDouble
[ OK ] Hdf5BackTests.ReadWriteVLMapIntDouble (24 ms)
[ RUN ] Hdf5BackTests.ReadWriteMapIntString
[ OK ] Hdf5BackTests.ReadWriteMapIntString (24 ms)
[ RUN ] Hdf5BackTests.ReadWriteVLMapIntString
[ OK ] Hdf5BackTests.ReadWriteVLMapIntString (25 ms)
[ RUN ] Hdf5BackTests.ReadWriteMapIntVLString
[ OK ] Hdf5BackTests.ReadWriteMapIntVLString (25 ms)
[ RUN ] Hdf5BackTests.ReadWriteVLMapIntVLString
[ OK ] Hdf5BackTests.ReadWriteVLMapIntVLString (25 ms)
[ RUN ] Hdf5BackTests.ReadWriteMapStringInt
[ OK ] Hdf5BackTests.ReadWriteMapStringInt (23 ms)
[ RUN ] Hdf5BackTests.ReadWriteVLMapStringInt
[ OK ] Hdf5BackTests.ReadWriteVLMapStringInt (25 ms)
[ RUN ] Hdf5BackTests.ReadWriteMapVLStringInt
[ OK ] Hdf5BackTests.ReadWriteMapVLStringInt (29 ms)
[ RUN ] Hdf5BackTests.ReadWriteVLMapVLStringInt
[ OK ] Hdf5BackTests.ReadWriteVLMapVLStringInt (27 ms)
[ RUN ] Hdf5BackTests.ReadWriteMapStringDouble
[ OK ] Hdf5BackTests.ReadWriteMapStringDouble (24 ms)
[ RUN ] Hdf5BackTests.ReadWriteVLMapStringDouble
[ OK ] Hdf5BackTests.ReadWriteVLMapStringDouble (30 ms)
[ RUN ] Hdf5BackTests.ReadWriteMapVLStringDouble
[ OK ] Hdf5BackTests.ReadWriteMapVLStringDouble (24 ms)
[ RUN ] Hdf5BackTests.ReadWriteVLMapVLStringDouble
HDF5-DIAG: Error detected in HDF5 (1.8.13) thread 0:
#000: H5O.c line 242 in H5Oopen(): no name
major: Invalid arguments to routine
minor: Bad value
unknown file: Failure
C++ exception with description "Failed to create HDF5 table:
file db.h5
table
chunksize 1024
rowsize 36
#0 SimId
dbtype: 7
h5type: 50332037
size: 16
offset: 0
#1 vals
dbtype: 119
h5type: 50332038
size: 20
offset: 16
" thrown in the test body.
[ FAILED ] Hdf5BackTests.ReadWriteVLMapVLStringDouble (23 ms)
[ RUN ] Hdf5BackTests.ReadWriteMapStringString
[ OK ] Hdf5BackTests.ReadWriteMapStringString (24 ms)
[ RUN ] Hdf5BackTests.ReadWriteVLMapStringString
[ OK ] Hdf5BackTests.ReadWriteVLMapStringString (26 ms)
[ RUN ] Hdf5BackTests.ReadWriteMapStringVLString
[ OK ] Hdf5BackTests.ReadWriteMapStringVLString (24 ms)
[ RUN ] Hdf5BackTests.ReadWriteVLMapStringVLString
HDF5-DIAG: Error detected in HDF5 (1.8.13) thread 0:
#000: H5O.c line 242 in H5Oopen(): no name
major: Invalid arguments to routine
minor: Bad value
unknown file: Failure
C++ exception with description "Failed to create HDF5 table:
file db.h5
table
chunksize 1024
rowsize 36
#0 SimId
dbtype: 7
h5type: 50332037
size: 16
offset: 0
#1 vals
dbtype: 107
h5type: 50332038
size: 20
offset: 16
" thrown in the test body.
[ FAILED ] Hdf5BackTests.ReadWriteVLMapStringVLString (23 ms)
[ RUN ] Hdf5BackTests.ReadWriteMapVLStringString
[ OK ] Hdf5BackTests.ReadWriteMapVLStringString (25 ms)
[ RUN ] Hdf5BackTests.ReadWriteVLMapVLStringString
HDF5-DIAG: Error detected in HDF5 (1.8.13) thread 0:
#000: H5O.c line 242 in H5Oopen(): no name
major: Invalid arguments to routine
minor: Bad value
unknown file: Failure
C++ exception with description "Failed to create HDF5 table:
file db.h5
table
chunksize 1024
rowsize 36
#0 SimId
dbtype: 7
h5type: 50332037
size: 16
offset: 0
#1 vals
dbtype: 121
h5type: 50332038
size: 20
offset: 16
" thrown in the test body.
[ FAILED ] Hdf5BackTests.ReadWriteVLMapVLStringString (23 ms)
[ RUN ] Hdf5BackTests.ReadWriteMapVLStringVLString
HDF5-DIAG: Error detected in HDF5 (1.8.13) thread 0:
#000: H5D.c line 358 in H5Dopen2(): not found
major: Dataset
minor: Object not found
#001: H5Gloc.c line 430 in H5G_loc_find(): can't find object
major: Symbol table
minor: Object not found
#002: H5Gtraverse.c line 861 in H5G_traverse(): internal path traversal failed
major: Symbol table
minor: Object not found
#003: H5Gtraverse.c line 641 in H5G_traverse_real(): traversal operator failed
major: Symbol table
minor: Callback failed
#004: H5Gloc.c line 385 in H5G_loc_find_cb(): object 'map_vl_string_vl_string' doesn't exist
major: Symbol table
minor: Object not found
HDF5-DIAG: Error detected in HDF5 (1.8.13) thread 0:
#000: H5D.c line 548 in H5Dget_type(): not a dataset
major: Invalid arguments to routine
minor: Inappropriate type
HDF5-DIAG: Error detected in HDF5 (1.8.13) thread 0:
#000: H5D.c line 358 in H5Dopen2(): not found
major: Dataset
minor: Object not found
#001: H5Gloc.c line 430 in H5G_loc_find(): can't find object
major: Symbol table
minor: Object not found
#002: H5Gtraverse.c line 861 in H5G_traverse(): internal path traversal failed
major: Symbol table
minor: Object not found
#003: H5Gtraverse.c line 641 in H5G_traverse_real(): traversal operator failed
major: Symbol table
minor: Callback failed
#004: H5Gloc.c line 385 in H5G_loc_find_cb(): object 'map_vl_string_vl_string' doesn't exist
major: Symbol table
minor: Object not found
HDF5-DIAG: Error detected in HDF5 (1.8.13) thread 0:
#000: H5D.c line 1161 in H5Dset_extent(): not a dataset
major: Invalid arguments to routine
minor: Inappropriate type
HDF5-DIAG: Error detected in HDF5 (1.8.13) thread 0:
#000: H5D.c line 461 in H5Dget_space(): not a dataset
major: Invalid arguments to routine
minor: Inappropriate type
HDF5-DIAG: Error detected in HDF5 (1.8.13) thread 0:
#000: H5Shyper.c line 6593 in H5Sselect_hyperslab(): not a data space
major: Invalid arguments to routine
minor: Inappropriate type
HDF5-DIAG: Error detected in HDF5 (1.8.13) thread 0:
#000: H5Dio.c line 225 in H5Dwrite(): can't prepare for writing data
major: Dataset
minor: Write failed
#001: H5Dio.c line 257 in H5D__pre_write(): not a dataset
major: Invalid arguments to routine
minor: Inappropriate type
unknown file: Failure
C++ exception with description "Failed to write to the HDF5 table:
file db.h5
table map_vl_string_vl_string
num. rows 2
rowsize 136
# Column 0
dbtype: 7
size: 16
offset: 0
# Column 1
dbtype: 122
size: 120
offset: 16
" thrown in the test body.
[ FAILED ] Hdf5BackTests.ReadWriteMapVLStringVLString (23 ms)
[ RUN ] Hdf5BackTests.ReadWriteVLMapVLStringVLString
HDF5-DIAG: Error detected in HDF5 (1.8.13) thread 0:
#000: H5O.c line 242 in H5Oopen(): no name
major: Invalid arguments to routine
minor: Bad value
unknown file: Failure
C++ exception with description "Failed to create HDF5 table:
file db.h5
table
chunksize 1024
rowsize 36
#0 SimId
dbtype: 7
h5type: 50332037
size: 16
offset: 0
#1 vals
dbtype: 123
h5type: 50332038
size: 20
offset: 16
" thrown in the test body.
[ FAILED ] Hdf5BackTests.ReadWriteVLMapVLStringVLString (31 ms)
[----------] 56 tests from Hdf5BackTests (1407 ms total)
[----------] 1 test from Hdf5BackTest
[ RUN ] Hdf5BackTest.ReadWriteAll
[ OK ] Hdf5BackTest.ReadWriteAll (43 ms)
[----------] 1 test from Hdf5BackTest (43 ms total)
[----------] 1 test from Logging
[ RUN ] Logging.test
ERROR(core ):hi mom!
[ OK ] Logging.test (0 ms)
[----------] 1 test from Logging (0 ms total)
[----------] 7 tests from InfileTreeTest
[ RUN ] InfileTreeTest.constructor
[ OK ] InfileTreeTest.constructor (1 ms)
[ RUN ] InfileTreeTest.top_level_queries
[ OK ] InfileTreeTest.top_level_queries (0 ms)
[ RUN ] InfileTreeTest.top_level_throws
[ OK ] InfileTreeTest.top_level_throws (0 ms)
[ RUN ] InfileTreeTest.null_query
[ OK ] InfileTreeTest.null_query (0 ms)
[ RUN ] InfileTreeTest.mid_level_queries
[ OK ] InfileTreeTest.mid_level_queries (0 ms)
[ RUN ] InfileTreeTest.low_level_queries
[ OK ] InfileTreeTest.low_level_queries (0 ms)
[ RUN ] InfileTreeTest.optional_queries
[ OK ] InfileTreeTest.optional_queries (0 ms)
[----------] 7 tests from InfileTreeTest (1 ms total)
[----------] 16 tests from MaterialTest
[ RUN ] MaterialTest.Constructors
[ OK ] MaterialTest.Constructors (0 ms)
[ RUN ] MaterialTest.Clone
[ OK ] MaterialTest.Clone (1 ms)
[ RUN ] MaterialTest.ExtractRes
[ OK ] MaterialTest.ExtractRes (0 ms)
[ RUN ] MaterialTest.SimpleAbsorb
[ OK ] MaterialTest.SimpleAbsorb (0 ms)
[ RUN ] MaterialTest.AbsorbLikeMaterial
[ OK ] MaterialTest.AbsorbLikeMaterial (0 ms)
[ RUN ] MaterialTest.AbsorbUnLikeMaterial
[ OK ] MaterialTest.AbsorbUnLikeMaterial (0 ms)
[ RUN ] MaterialTest.AbsorbZeroMaterial
[ OK ] MaterialTest.AbsorbZeroMaterial (0 ms)
[ RUN ] MaterialTest.AbsorbIntoZeroMaterial
[ OK ] MaterialTest.AbsorbIntoZeroMaterial (0 ms)
[ RUN ] MaterialTest.ExtractMass
[ OK ] MaterialTest.ExtractMass (0 ms)
[ RUN ] MaterialTest.ExtractComplete
[ OK ] MaterialTest.ExtractComplete (0 ms)
[ RUN ] MaterialTest.ExtractOverQty
[ OK ] MaterialTest.ExtractOverQty (0 ms)
[ RUN ] MaterialTest.ExtractOverComp
[ OK ] MaterialTest.ExtractOverComp (0 ms)
[ RUN ] MaterialTest.ExtractHalf
[ OK ] MaterialTest.ExtractHalf (0 ms)
[ RUN ] MaterialTest.AbsorbThenExtract
[ OK ] MaterialTest.AbsorbThenExtract (0 ms)
[ RUN ] MaterialTest.ExtractInGrams
[ OK ] MaterialTest.ExtractInGrams (0 ms)
[ RUN ] MaterialTest.DecayShortcut
[ OK ] MaterialTest.DecayShortcut (224 ms)
[----------] 16 tests from MaterialTest (225 ms total)
[----------] 1 test from ProgTranslatorTests
[ RUN ] ProgTranslatorTests.translation
Integer solution of 50.0267 found after 0 iterations and 1 nodes
Search took 0 iterations and 1 nodes
Warning: Use of OsiCbc is deprecated.
To enjoy the full performance of Cbc, use the CbcSolver interface.
[ OK ] ProgTranslatorTests.translation (2 ms)
[----------] 1 test from ProgTranslatorTests (2 ms total)
[----------] 7 tests from QueryBackendTest
[ RUN ] QueryBackendTest.CmpCondOps
[ OK ] QueryBackendTest.CmpCondOps (0 ms)
[ RUN ] QueryBackendTest.CmpCondFloat
[ OK ] QueryBackendTest.CmpCondFloat (0 ms)
[ RUN ] QueryBackendTest.CmpCondDouble
[ OK ] QueryBackendTest.CmpCondDouble (0 ms)
[ RUN ] QueryBackendTest.CmpCondString
[ OK ] QueryBackendTest.CmpCondString (0 ms)
[ RUN ] QueryBackendTest.CmpCondBlob
[ OK ] QueryBackendTest.CmpCondBlob (0 ms)
[ RUN ] QueryBackendTest.CmpCondUuid
[ OK ] QueryBackendTest.CmpCondUuid (0 ms)
[ RUN ] QueryBackendTest.CmpConds
[ OK ] QueryBackendTest.CmpConds (0 ms)
[----------] 7 tests from QueryBackendTest (0 ms total)
[----------] 8 tests from RecorderTest
[ RUN ] RecorderTest.Manager_NewDatum
[ OK ] RecorderTest.Manager_NewDatum (22 ms)
[ RUN ] RecorderTest.Manager_CreateDefault
[ OK ] RecorderTest.Manager_CreateDefault (20 ms)
[ RUN ] RecorderTest.Manager_GetSetDumpFreq
[ OK ] RecorderTest.Manager_GetSetDumpFreq (42 ms)
[ RUN ] RecorderTest.Manager_Closing
[ OK ] RecorderTest.Manager_Closing (22 ms)
[ RUN ] RecorderTest.Manager_Buffering
[ OK ] RecorderTest.Manager_Buffering (22 ms)
[ RUN ] RecorderTest.Manager_CloseFlushing
[ OK ] RecorderTest.Manager_CloseFlushing (22 ms)
[ RUN ] RecorderTest.Datum_record
[ OK ] RecorderTest.Datum_record (22 ms)
[ RUN ] RecorderTest.Datum_addVal
[ OK ] RecorderTest.Datum_addVal (23 ms)
[----------] 8 tests from RecorderTest (195 ms total)
[----------] 2 tests from RegionClassTests
[ RUN ] RegionClassTests.TickIter
[ OK ] RegionClassTests.TickIter (24 ms)
[ RUN ] RegionClassTests.TockIter
[ OK ] RegionClassTests.TockIter (22 ms)
[----------] 2 tests from RegionClassTests (46 ms total)
[----------] 3 tests from RequestPortfolioTests
[ RUN ] RequestPortfolioTests.ReqAdd
[ OK ] RequestPortfolioTests.ReqAdd (22 ms)
[ RUN ] RequestPortfolioTests.CapAdd
[ OK ] RequestPortfolioTests.CapAdd (22 ms)
[ RUN ] RequestPortfolioTests.Sets
[ OK ] RequestPortfolioTests.Sets (22 ms)
[----------] 3 tests from RequestPortfolioTests (66 ms total)
[----------] 2 tests from RequestTests
[ RUN ] RequestTests.MaterialGetSet
[ OK ] RequestTests.MaterialGetSet (28 ms)
[ RUN ] RequestTests.ProductGetSet
[ OK ] RequestTests.ProductGetSet (23 ms)
[----------] 2 tests from RequestTests (51 ms total)
[----------] 4 tests from ResourceExchangeTests
[ RUN ] ResourceExchangeTests.Requests
[ OK ] ResourceExchangeTests.Requests (22 ms)
[ RUN ] ResourceExchangeTests.Bids
[ OK ] ResourceExchangeTests.Bids (22 ms)
[ RUN ] ResourceExchangeTests.PrefCalls
[ OK ] ResourceExchangeTests.PrefCalls (22 ms)
[ RUN ] ResourceExchangeTests.PrefValues
[ OK ] ResourceExchangeTests.PrefValues (22 ms)
[----------] 4 tests from ResourceExchangeTests (88 ms total)
[----------] 8 tests from ResourceTest
[ RUN ] ResourceTest.MaterialAbsorbTrackid
[ OK ] ResourceTest.MaterialAbsorbTrackid (22 ms)
[ RUN ] ResourceTest.MaterialAbsorbGraphid
[ OK ] ResourceTest.MaterialAbsorbGraphid (23 ms)
[ RUN ] ResourceTest.MaterialExtractTrackid
[ OK ] ResourceTest.MaterialExtractTrackid (22 ms)
[ RUN ] ResourceTest.MaterialExtractGraphid
[ OK ] ResourceTest.MaterialExtractGraphid (22 ms)
[ RUN ] ResourceTest.ProductAbsorbTrackid
[ OK ] ResourceTest.ProductAbsorbTrackid (22 ms)
[ RUN ] ResourceTest.ProductAbsorbGraphid
[ OK ] ResourceTest.ProductAbsorbGraphid (22 ms)
[ RUN ] ResourceTest.ProductExtractTrackid
[ OK ] ResourceTest.ProductExtractTrackid (22 ms)
[ RUN ] ResourceTest.ProductExtractGraphid
[ OK ] ResourceTest.ProductExtractGraphid (22 ms)
[----------] 8 tests from ResourceTest (177 ms total)
[----------] 10 tests from SimInitTest
[ RUN ] SimInitTest.InitNextIds
[ OK ] SimInitTest.InitNextIds (57 ms)
[ RUN ] SimInitTest.InitSimInfo
[ OK ] SimInitTest.InitSimInfo (49 ms)
[ RUN ] SimInitTest.InitRecipes
[ OK ] SimInitTest.InitRecipes (54 ms)
[ RUN ] SimInitTest.InitTimeListeners
[ OK ] SimInitTest.InitTimeListeners (46 ms)
[ RUN ] SimInitTest.InitBuildSched
[ OK ] SimInitTest.InitBuildSched (53 ms)
[ RUN ] SimInitTest.InitDecomSched
[ OK ] SimInitTest.InitDecomSched (50 ms)
[ RUN ] SimInitTest.InitProtos
[ OK ] SimInitTest.InitProtos (54 ms)
[ RUN ] SimInitTest.InitAgentState
[ OK ] SimInitTest.InitAgentState (54 ms)
[ RUN ] SimInitTest.InitAgentInventories
[ OK ] SimInitTest.InitAgentInventories (49 ms)
[ RUN ] SimInitTest.RestartSimInfo
Experimental Warning: restart capability is not finalized and fully tested. Its behavior may change in future releases.
[ OK ] SimInitTest.RestartSimInfo (57 ms)
[----------] 10 tests from SimInitTest (524 ms total)
[----------] 4 tests from SolverFactoryTests
[ RUN ] SolverFactoryTests.Clp
[ OK ] SolverFactoryTests.Clp (0 ms)
[ RUN ] SolverFactoryTests.ClpRedundant
[ OK ] SolverFactoryTests.ClpRedundant (0 ms)
[ RUN ] SolverFactoryTests.Cbc
Warning: Use of OsiCbc is deprecated.
To enjoy the full performance of Cbc, use the CbcSolver interface.
[ OK ] SolverFactoryTests.Cbc (1 ms)
[ RUN ] SolverFactoryTests.CbcRedundant
Integer solution of 1 found after 0 iterations and 1 nodes
Search took 0 iterations and 1 nodes
[ OK ] SolverFactoryTests.CbcRedundant (0 ms)
[----------] 4 tests from SolverFactoryTests (1 ms total)
[----------] 2 tests from ExchangeSolverTest/0, where TypeParam = cyclus::Case0
[ RUN ] ExchangeSolverTest/0.GreedySolver
[ OK ] ExchangeSolverTest/0.GreedySolver (0 ms)
[ RUN ] ExchangeSolverTest/0.ExclusiveGreedySolver
[ OK ] ExchangeSolverTest/0.ExclusiveGreedySolver (0 ms)
[----------] 2 tests from ExchangeSolverTest/0 (1 ms total)
[----------] 2 tests from ExchangeSolverTest/1, where TypeParam = cyclus::Case1a
[ RUN ] ExchangeSolverTest/1.GreedySolver
[ OK ] ExchangeSolverTest/1.GreedySolver (0 ms)
[ RUN ] ExchangeSolverTest/1.ExclusiveGreedySolver
[ OK ] ExchangeSolverTest/1.ExclusiveGreedySolver (0 ms)
[----------] 2 tests from ExchangeSolverTest/1 (0 ms total)
[----------] 2 tests from ExchangeSolverTest/2, where TypeParam = cyclus::Case1b
[ RUN ] ExchangeSolverTest/2.GreedySolver
[ OK ] ExchangeSolverTest/2.GreedySolver (0 ms)
[ RUN ] ExchangeSolverTest/2.ExclusiveGreedySolver
[ OK ] ExchangeSolverTest/2.ExclusiveGreedySolver (0 ms)
[----------] 2 tests from ExchangeSolverTest/2 (0 ms total)
[----------] 2 tests from ExchangeSolverTest/3, where TypeParam = cyclus::Case2a
[ RUN ] ExchangeSolverTest/3.GreedySolver
[ OK ] ExchangeSolverTest/3.GreedySolver (0 ms)
[ RUN ] ExchangeSolverTest/3.ExclusiveGreedySolver
[ OK ] ExchangeSolverTest/3.ExclusiveGreedySolver (0 ms)
[----------] 2 tests from ExchangeSolverTest/3 (0 ms total)
[----------] 2 tests from ExchangeSolverTest/4, where TypeParam = cyclus::Case2b
[ RUN ] ExchangeSolverTest/4.GreedySolver
[ OK ] ExchangeSolverTest/4.GreedySolver (0 ms)
[ RUN ] ExchangeSolverTest/4.ExclusiveGreedySolver
[ OK ] ExchangeSolverTest/4.ExclusiveGreedySolver (0 ms)
[----------] 2 tests from ExchangeSolverTest/4 (0 ms total)
[----------] 2 tests from ExchangeSolverTest/5, where TypeParam = cyclus::Case2c
[ RUN ] ExchangeSolverTest/5.GreedySolver
[ OK ] ExchangeSolverTest/5.GreedySolver (0 ms)
[ RUN ] ExchangeSolverTest/5.ExclusiveGreedySolver
[ OK ] ExchangeSolverTest/5.ExclusiveGreedySolver (0 ms)
[----------] 2 tests from ExchangeSolverTest/5 (0 ms total)
[----------] 2 tests from ExchangeSolverTest/6, where TypeParam = cyclus::Case2d
[ RUN ] ExchangeSolverTest/6.GreedySolver
[ OK ] ExchangeSolverTest/6.GreedySolver (0 ms)
[ RUN ] ExchangeSolverTest/6.ExclusiveGreedySolver
[ OK ] ExchangeSolverTest/6.ExclusiveGreedySolver (0 ms)
[----------] 2 tests from ExchangeSolverTest/6 (0 ms total)
[----------] 2 tests from ExchangeSolverTest/7, where TypeParam = cyclus::Case2e
[ RUN ] ExchangeSolverTest/7.GreedySolver
[ OK ] ExchangeSolverTest/7.GreedySolver (0 ms)
[ RUN ] ExchangeSolverTest/7.ExclusiveGreedySolver
[ OK ] ExchangeSolverTest/7.ExclusiveGreedySolver (0 ms)
[----------] 2 tests from ExchangeSolverTest/7 (0 ms total)
[----------] 2 tests from ExchangeSolverTest/8, where TypeParam = cyclus::Case2f
[ RUN ] ExchangeSolverTest/8.GreedySolver
[ OK ] ExchangeSolverTest/8.GreedySolver (0 ms)
[ RUN ] ExchangeSolverTest/8.ExclusiveGreedySolver
[ OK ] ExchangeSolverTest/8.ExclusiveGreedySolver (0 ms)
[----------] 2 tests from ExchangeSolverTest/8 (0 ms total)
[----------] 2 tests from ExchangeSolverTest/9, where TypeParam = cyclus::Case2g
[ RUN ] ExchangeSolverTest/9.GreedySolver
[ OK ] ExchangeSolverTest/9.GreedySolver (0 ms)
[ RUN ] ExchangeSolverTest/9.ExclusiveGreedySolver
[ OK ] ExchangeSolverTest/9.ExclusiveGreedySolver (0 ms)
[----------] 2 tests from ExchangeSolverTest/9 (0 ms total)
[----------] 2 tests from ExchangeSolverTest/10, where TypeParam = cyclus::Case2h
[ RUN ] ExchangeSolverTest/10.GreedySolver
[ OK ] ExchangeSolverTest/10.GreedySolver (0 ms)
[ RUN ] ExchangeSolverTest/10.ExclusiveGreedySolver
[ OK ] ExchangeSolverTest/10.ExclusiveGreedySolver (0 ms)
[----------] 2 tests from ExchangeSolverTest/10 (0 ms total)
[----------] 2 tests from ExchangeSolverTest/11, where TypeParam = cyclus::Case3a
[ RUN ] ExchangeSolverTest/11.GreedySolver
[ OK ] ExchangeSolverTest/11.GreedySolver (0 ms)
[ RUN ] ExchangeSolverTest/11.ExclusiveGreedySolver
[ OK ] ExchangeSolverTest/11.ExclusiveGreedySolver (0 ms)
[----------] 2 tests from ExchangeSolverTest/11 (0 ms total)
[----------] 2 tests from ExchangeSolverTest/12, where TypeParam = cyclus::Case3b
[ RUN ] ExchangeSolverTest/12.GreedySolver
[ OK ] ExchangeSolverTest/12.GreedySolver (0 ms)
[ RUN ] ExchangeSolverTest/12.ExclusiveGreedySolver
[ OK ] ExchangeSolverTest/12.ExclusiveGreedySolver (0 ms)
[----------] 2 tests from ExchangeSolverTest/12 (0 ms total)
[----------] 2 tests from ExchangeSolverTest/13, where TypeParam = cyclus::Case3c
[ RUN ] ExchangeSolverTest/13.GreedySolver
[ OK ] ExchangeSolverTest/13.GreedySolver (0 ms)
[ RUN ] ExchangeSolverTest/13.ExclusiveGreedySolver
[ OK ] ExchangeSolverTest/13.ExclusiveGreedySolver (0 ms)
[----------] 2 tests from ExchangeSolverTest/13 (0 ms total)
[----------] 2 tests from ExchangeSolverTest/14, where TypeParam = cyclus::Case3d
[ RUN ] ExchangeSolverTest/14.GreedySolver
[ OK ] ExchangeSolverTest/14.GreedySolver (0 ms)
[ RUN ] ExchangeSolverTest/14.ExclusiveGreedySolver
[ OK ] ExchangeSolverTest/14.ExclusiveGreedySolver (0 ms)
[----------] 2 tests from ExchangeSolverTest/14 (0 ms total)
[----------] 2 tests from ExchangeSolverTest/15, where TypeParam = cyclus::Case3e
[ RUN ] ExchangeSolverTest/15.GreedySolver
[ OK ] ExchangeSolverTest/15.GreedySolver (0 ms)
[ RUN ] ExchangeSolverTest/15.ExclusiveGreedySolver
[ OK ] ExchangeSolverTest/15.ExclusiveGreedySolver (0 ms)
[----------] 2 tests from ExchangeSolverTest/15 (1 ms total)
[----------] 2 tests from ExchangeSolverTest/16, where TypeParam = cyclus::Case3f
[ RUN ] ExchangeSolverTest/16.GreedySolver
[ OK ] ExchangeSolverTest/16.GreedySolver (0 ms)
[ RUN ] ExchangeSolverTest/16.ExclusiveGreedySolver
[ OK ] ExchangeSolverTest/16.ExclusiveGreedySolver (0 ms)
[----------] 2 tests from ExchangeSolverTest/16 (0 ms total)
[----------] 2 tests from ExchangeSolverTest/17, where TypeParam = cyclus::Case4a
[ RUN ] ExchangeSolverTest/17.GreedySolver
[ OK ] ExchangeSolverTest/17.GreedySolver (0 ms)
[ RUN ] ExchangeSolverTest/17.ExclusiveGreedySolver
[ OK ] ExchangeSolverTest/17.ExclusiveGreedySolver (0 ms)
[----------] 2 tests from ExchangeSolverTest/17 (0 ms total)
[----------] 2 tests from ExchangeSolverTest/18, where TypeParam = cyclus::Case4b
[ RUN ] ExchangeSolverTest/18.GreedySolver
[ OK ] ExchangeSolverTest/18.GreedySolver (0 ms)
[ RUN ] ExchangeSolverTest/18.ExclusiveGreedySolver
[ OK ] ExchangeSolverTest/18.ExclusiveGreedySolver (0 ms)
[----------] 2 tests from ExchangeSolverTest/18 (0 ms total)
[----------] 2 tests from ExchangeSolverTest/19, where TypeParam = cyclus::Case4c
[ RUN ] ExchangeSolverTest/19.GreedySolver
[ OK ] ExchangeSolverTest/19.GreedySolver (0 ms)
[ RUN ] ExchangeSolverTest/19.ExclusiveGreedySolver
[ OK ] ExchangeSolverTest/19.ExclusiveGreedySolver (0 ms)
[----------] 2 tests from ExchangeSolverTest/19 (0 ms total)
[----------] 2 tests from ExchangeSolverTest/20, where TypeParam = cyclus::Case4d
[ RUN ] ExchangeSolverTest/20.GreedySolver
[ OK ] ExchangeSolverTest/20.GreedySolver (0 ms)
[ RUN ] ExchangeSolverTest/20.ExclusiveGreedySolver
[ OK ] ExchangeSolverTest/20.ExclusiveGreedySolver (0 ms)
[----------] 2 tests from ExchangeSolverTest/20 (0 ms total)
[----------] 2 tests from ExchangeSolverTest/21, where TypeParam = cyclus::Case4e
[ RUN ] ExchangeSolverTest/21.GreedySolver
[ OK ] ExchangeSolverTest/21.GreedySolver (0 ms)
[ RUN ] ExchangeSolverTest/21.ExclusiveGreedySolver
[ OK ] ExchangeSolverTest/21.ExclusiveGreedySolver (0 ms)
[----------] 2 tests from ExchangeSolverTest/21 (1 ms total)
[----------] 2 tests from ExchangeSolverTest/22, where TypeParam = cyclus::Case5a
[ RUN ] ExchangeSolverTest/22.GreedySolver
[ OK ] ExchangeSolverTest/22.GreedySolver (0 ms)
[ RUN ] ExchangeSolverTest/22.ExclusiveGreedySolver
[ OK ] ExchangeSolverTest/22.ExclusiveGreedySolver (0 ms)
[----------] 2 tests from ExchangeSolverTest/22 (0 ms total)
[----------] 2 tests from ExchangeSolverTest/23, where TypeParam = cyclus::Case5b
[ RUN ] ExchangeSolverTest/23.GreedySolver
[ OK ] ExchangeSolverTest/23.GreedySolver (0 ms)
[ RUN ] ExchangeSolverTest/23.ExclusiveGreedySolver
[ OK ] ExchangeSolverTest/23.ExclusiveGreedySolver (0 ms)
[----------] 2 tests from ExchangeSolverTest/23 (0 ms total)
[----------] 2 tests from ExchangeSolverTest/24, where TypeParam = cyclus::Case5c
[ RUN ] ExchangeSolverTest/24.GreedySolver
[ OK ] ExchangeSolverTest/24.GreedySolver (0 ms)
[ RUN ] ExchangeSolverTest/24.ExclusiveGreedySolver
[ OK ] ExchangeSolverTest/24.ExclusiveGreedySolver (0 ms)
[----------] 2 tests from ExchangeSolverTest/24 (0 ms total)
[----------] 2 tests from ExchangeSolverTest/25, where TypeParam = cyclus::Case5d
[ RUN ] ExchangeSolverTest/25.GreedySolver
[ OK ] ExchangeSolverTest/25.GreedySolver (0 ms)
[ RUN ] ExchangeSolverTest/25.ExclusiveGreedySolver
[ OK ] ExchangeSolverTest/25.ExclusiveGreedySolver (0 ms)
[----------] 2 tests from ExchangeSolverTest/25 (0 ms total)
[----------] 2 tests from ExchangeSolverTest/26, where TypeParam = cyclus::Case5e
[ RUN ] ExchangeSolverTest/26.GreedySolver
[ OK ] ExchangeSolverTest/26.GreedySolver (0 ms)
[ RUN ] ExchangeSolverTest/26.ExclusiveGreedySolver
[ OK ] ExchangeSolverTest/26.ExclusiveGreedySolver (0 ms)
[----------] 2 tests from ExchangeSolverTest/26 (0 ms total)
[----------] 2 tests from ExchangeSolverTest/27, where TypeParam = cyclus::Case6a
[ RUN ] ExchangeSolverTest/27.GreedySolver
[ OK ] ExchangeSolverTest/27.GreedySolver (1 ms)
[ RUN ] ExchangeSolverTest/27.ExclusiveGreedySolver
[ OK ] ExchangeSolverTest/27.ExclusiveGreedySolver (0 ms)
[----------] 2 tests from ExchangeSolverTest/27 (1 ms total)
[----------] 2 tests from ExchangeSolverTest/28, where TypeParam = cyclus::Case6b
[ RUN ] ExchangeSolverTest/28.GreedySolver
[ OK ] ExchangeSolverTest/28.GreedySolver (0 ms)
[ RUN ] ExchangeSolverTest/28.ExclusiveGreedySolver
[ OK ] ExchangeSolverTest/28.ExclusiveGreedySolver (0 ms)
[----------] 2 tests from ExchangeSolverTest/28 (0 ms total)
[----------] 2 tests from ExchangeSolverTest/29, where TypeParam = cyclus::Case7
[ RUN ] ExchangeSolverTest/29.GreedySolver
[ OK ] ExchangeSolverTest/29.GreedySolver (0 ms)
[ RUN ] ExchangeSolverTest/29.ExclusiveGreedySolver
[ OK ] ExchangeSolverTest/29.ExclusiveGreedySolver (1 ms)
[----------] 2 tests from ExchangeSolverTest/29 (1 ms total)
[----------] 14 tests from SqliteBackTests
[ RUN ] SqliteBackTests.MapStrDouble
[ OK ] SqliteBackTests.MapStrDouble (34 ms)
[ RUN ] SqliteBackTests.MapStrInt
[ OK ] SqliteBackTests.MapStrInt (35 ms)
[ RUN ] SqliteBackTests.MapStrStr
[ OK ] SqliteBackTests.MapStrStr (34 ms)
[ RUN ] SqliteBackTests.MapIntDouble
[ OK ] SqliteBackTests.MapIntDouble (38 ms)
[ RUN ] SqliteBackTests.MapIntInt
[ OK ] SqliteBackTests.MapIntInt (43 ms)
[ RUN ] SqliteBackTests.MapIntStr
[ OK ] SqliteBackTests.MapIntStr (41 ms)
[ RUN ] SqliteBackTests.SetInt
[ OK ] SqliteBackTests.SetInt (34 ms)
[ RUN ] SqliteBackTests.SetString
[ OK ] SqliteBackTests.SetString (36 ms)
[ RUN ] SqliteBackTests.ListInt
[ OK ] SqliteBackTests.ListInt (36 ms)
[ RUN ] SqliteBackTests.ListString
[ OK ] SqliteBackTests.ListString (32 ms)
[ RUN ] SqliteBackTests.VectorInt
[ OK ] SqliteBackTests.VectorInt (36 ms)
[ RUN ] SqliteBackTests.VectorDouble
[ OK ] SqliteBackTests.VectorDouble (57 ms)
[ RUN ] SqliteBackTests.VectorString
[ OK ] SqliteBackTests.VectorString (38 ms)
[ RUN ] SqliteBackTests.AllTogether
[ OK ] SqliteBackTests.AllTogether (33 ms)
[----------] 14 tests from SqliteBackTests (527 ms total)
[----------] 3 tests from SqliteDbTests
[ RUN ] SqliteDbTests.OpenExistingAndRetrieve
[ OK ] SqliteDbTests.OpenExistingAndRetrieve (3 ms)
[ RUN ] SqliteDbTests.Overwrite
[ OK ] SqliteDbTests.Overwrite (2 ms)
[ RUN ] SqliteDbTests.CreateAndInsert
[ OK ] SqliteDbTests.CreateAndInsert (4 ms)
[----------] 3 tests from SqliteDbTests (10 ms total)
[----------] 3 tests from TimerTests
[ RUN ] TimerTests.BareSim
[ OK ] TimerTests.BareSim (23 ms)
[ RUN ] TimerTests.EarlyTermination
[ OK ] TimerTests.EarlyTermination (34 ms)
[ RUN ] TimerTests.NullParentDecomSegfault
[ OK ] TimerTests.NullParentDecomSegfault (27 ms)
[----------] 3 tests from TimerTests (85 ms total)
[----------] 4 tests from TradeExecutorTests
[ RUN ] TradeExecutorTests.SupplierGrouping
[ OK ] TradeExecutorTests.SupplierGrouping (19 ms)
[ RUN ] TradeExecutorTests.SupplierResponses
[ OK ] TradeExecutorTests.SupplierResponses (27 ms)
[ RUN ] TradeExecutorTests.WholeShebang
[ OK ] TradeExecutorTests.WholeShebang (20 ms)
[ RUN ] TradeExecutorTests.NoThrowWriting
[ OK ] TradeExecutorTests.NoThrowWriting (20 ms)
[----------] 4 tests from TradeExecutorTests (86 ms total)
[----------] 2 tests from XMLFileLoaderTests
[ RUN ] XMLFileLoaderTests.openfile
ERROR(core ):Error in Recorder destructor: SQL error: INSERT INTO FieldTypes VALUES ('InputFiles','SimId','7'); disk I/O error
[ OK ] XMLFileLoaderTests.openfile (42 ms)
[ RUN ] XMLFileLoaderTests.throws
[ OK ] XMLFileLoaderTests.throws (34 ms)
[----------] 2 tests from XMLFileLoaderTests (76 ms total)
[----------] 4 tests from XMLParserTests
[ RUN ] XMLParserTests.WithoutSchema
[ OK ] XMLParserTests.WithoutSchema (1 ms)
[ RUN ] XMLParserTests.WithSchema
[ OK ] XMLParserTests.WithSchema (0 ms)
[ RUN ] XMLParserTests.WithError
Entity: line 1: element outside: Relax-NG validity error : Expecting an element , got nothing
[ OK ] XMLParserTests.WithError (0 ms)
[ RUN ] XMLParserTests.XInclude
[ OK ] XMLParserTests.XInclude (0 ms)
[----------] 4 tests from XMLParserTests (1 ms total)
[----------] 5 tests from NullInstTest
[ RUN ] NullInstTest.clone
[ OK ] NullInstTest.clone (23 ms)
[ RUN ] NullInstTest.InitialState
[ OK ] NullInstTest.InitialState (22 ms)
[ RUN ] NullInstTest.Print
[ OK ] NullInstTest.Print (23 ms)
[ RUN ] NullInstTest.Tick
[ OK ] NullInstTest.Tick (22 ms)
[ RUN ] NullInstTest.Tock
[ OK ] NullInstTest.Tock (22 ms)
[----------] 5 tests from NullInstTest (112 ms total)
[----------] 6 tests from NullRegionTest
[ RUN ] NullRegionTest.clone
[ OK ] NullRegionTest.clone (23 ms)
[ RUN ] NullRegionTest.InitialState
[ OK ] NullRegionTest.InitialState (22 ms)
[ RUN ] NullRegionTest.Print
[ OK ] NullRegionTest.Print (22 ms)
[ RUN ] NullRegionTest.ReceiveMessage
[ OK ] NullRegionTest.ReceiveMessage (23 ms)
[ RUN ] NullRegionTest.Tick
[ OK ] NullRegionTest.Tick (22 ms)
[ RUN ] NullRegionTest.Tock
[ OK ] NullRegionTest.Tock (22 ms)
[----------] 6 tests from NullRegionTest (134 ms total)
[----------] 6 tests from SinkTest
[ RUN ] SinkTest.clone
[ OK ] SinkTest.clone (24 ms)
[ RUN ] SinkTest.InitialState
[ OK ] SinkTest.InitialState (22 ms)
[ RUN ] SinkTest.Print
[ OK ] SinkTest.Print (23 ms)
[ RUN ] SinkTest.ReceiveMessage
[ OK ] SinkTest.ReceiveMessage (22 ms)
[ RUN ] SinkTest.Tick
[ OK ] SinkTest.Tick (23 ms)
[ RUN ] SinkTest.Tock
[ OK ] SinkTest.Tock (22 ms)
[----------] 6 tests from SinkTest (136 ms total)
[----------] 6 tests from SourceTest
[ RUN ] SourceTest.clone
[ OK ] SourceTest.clone (24 ms)
[ RUN ] SourceTest.InitialState
[ OK ] SourceTest.InitialState (22 ms)
[ RUN ] SourceTest.Print
[ OK ] SourceTest.Print (22 ms)
[ RUN ] SourceTest.ReceiveMessage
[ OK ] SourceTest.ReceiveMessage (27 ms)
[ RUN ] SourceTest.Tick
[ OK ] SourceTest.Tick (20 ms)
[ RUN ] SourceTest.Tock
[ OK ] SourceTest.Tock (20 ms)
[----------] 6 tests from SourceTest (135 ms total)
[----------] 1 test from KFacilityTest
[ RUN ] KFacilityTest.clone
[ OK ] KFacilityTest.clone (20 ms)
[----------] 1 test from KFacilityTest (20 ms total)
[----------] 5 tests from NullInst/AgentTests
[ RUN ] NullInst/AgentTests.Clone/0
[ OK ] NullInst/AgentTests.Clone/0 (21 ms)
[ RUN ] NullInst/AgentTests.Print/0
[ OK ] NullInst/AgentTests.Print/0 (20 ms)
[ RUN ] NullInst/AgentTests.Schema/0
[ OK ] NullInst/AgentTests.Schema/0 (20 ms)
[ RUN ] NullInst/AgentTests.Annotations/0
[ OK ] NullInst/AgentTests.Annotations/0 (21 ms)
[ RUN ] NullInst/AgentTests.GetAgentType/0
[ OK ] NullInst/AgentTests.GetAgentType/0 (20 ms)
[----------] 5 tests from NullInst/AgentTests (103 ms total)
[----------] 5 tests from NullRegion/AgentTests
[ RUN ] NullRegion/AgentTests.Clone/0
[ OK ] NullRegion/AgentTests.Clone/0 (20 ms)
[ RUN ] NullRegion/AgentTests.Print/0
[ OK ] NullRegion/AgentTests.Print/0 (21 ms)
[ RUN ] NullRegion/AgentTests.Schema/0
[ OK ] NullRegion/AgentTests.Schema/0 (21 ms)
[ RUN ] NullRegion/AgentTests.Annotations/0
[ OK ] NullRegion/AgentTests.Annotations/0 (22 ms)
[ RUN ] NullRegion/AgentTests.GetAgentType/0
[ OK ] NullRegion/AgentTests.GetAgentType/0 (20 ms)
[----------] 5 tests from NullRegion/AgentTests (104 ms total)
[----------] 5 tests from SinkFac/AgentTests
[ RUN ] SinkFac/AgentTests.Clone/0
[ OK ] SinkFac/AgentTests.Clone/0 (20 ms)
[ RUN ] SinkFac/AgentTests.Print/0
[ OK ] SinkFac/AgentTests.Print/0 (21 ms)
[ RUN ] SinkFac/AgentTests.Schema/0
[ OK ] SinkFac/AgentTests.Schema/0 (20 ms)
[ RUN ] SinkFac/AgentTests.Annotations/0
[ OK ] SinkFac/AgentTests.Annotations/0 (20 ms)
[ RUN ] SinkFac/AgentTests.GetAgentType/0
[ OK ] SinkFac/AgentTests.GetAgentType/0 (23 ms)
[----------] 5 tests from SinkFac/AgentTests (104 ms total)
[----------] 5 tests from SourceFac/AgentTests
[ RUN ] SourceFac/AgentTests.Clone/0
[ OK ] SourceFac/AgentTests.Clone/0 (26 ms)
[ RUN ] SourceFac/AgentTests.Print/0
[ OK ] SourceFac/AgentTests.Print/0 (22 ms)
[ RUN ] SourceFac/AgentTests.Schema/0
[ OK ] SourceFac/AgentTests.Schema/0 (23 ms)
[ RUN ] SourceFac/AgentTests.Annotations/0
[ OK ] SourceFac/AgentTests.Annotations/0 (27 ms)
[ RUN ] SourceFac/AgentTests.GetAgentType/0
[ OK ] SourceFac/AgentTests.GetAgentType/0 (21 ms)
[----------] 5 tests from SourceFac/AgentTests (119 ms total)
[----------] 5 tests from KFac/AgentTests
[ RUN ] KFac/AgentTests.Clone/0
[ OK ] KFac/AgentTests.Clone/0 (24 ms)
[ RUN ] KFac/AgentTests.Print/0
[ OK ] KFac/AgentTests.Print/0 (20 ms)
[ RUN ] KFac/AgentTests.Schema/0
[ OK ] KFac/AgentTests.Schema/0 (21 ms)
[ RUN ] KFac/AgentTests.Annotations/0
[ OK ] KFac/AgentTests.Annotations/0 (20 ms)
[ RUN ] KFac/AgentTests.GetAgentType/0
[ OK ] KFac/AgentTests.GetAgentType/0 (22 ms)
[----------] 5 tests from KFac/AgentTests (107 ms total)
[----------] 2 tests from SinkFac/FacilityTests
[ RUN ] SinkFac/FacilityTests.Tick/0
[ OK ] SinkFac/FacilityTests.Tick/0 (21 ms)
[ RUN ] SinkFac/FacilityTests.Tock/0
[ OK ] SinkFac/FacilityTests.Tock/0 (20 ms)
[----------] 2 tests from SinkFac/FacilityTests (41 ms total)
[----------] 2 tests from SourceFac/FacilityTests
[ RUN ] SourceFac/FacilityTests.Tick/0
[ OK ] SourceFac/FacilityTests.Tick/0 (20 ms)
[ RUN ] SourceFac/FacilityTests.Tock/0
[ OK ] SourceFac/FacilityTests.Tock/0 (20 ms)
[----------] 2 tests from SourceFac/FacilityTests (40 ms total)
[----------] 2 tests from KFac/FacilityTests
[ RUN ] KFac/FacilityTests.Tick/0
[ OK ] KFac/FacilityTests.Tick/0 (21 ms)
[ RUN ] KFac/FacilityTests.Tock/0
[ OK ] KFac/FacilityTests.Tock/0 (20 ms)
[----------] 2 tests from KFac/FacilityTests (41 ms total)
[----------] 2 tests from NullInst/InstitutionTests
[ RUN ] NullInst/InstitutionTests.Tick/0
[ OK ] NullInst/InstitutionTests.Tick/0 (26 ms)
[ RUN ] NullInst/InstitutionTests.Tock/0
[ OK ] NullInst/InstitutionTests.Tock/0 (22 ms)
[----------] 2 tests from NullInst/InstitutionTests (49 ms total)
[----------] 2 tests from NullRegion/RegionTests
[ RUN ] NullRegion/RegionTests.Print/0
[ OK ] NullRegion/RegionTests.Print/0 (23 ms)
[ RUN ] NullRegion/RegionTests.IsRegion/0
[ OK ] NullRegion/RegionTests.IsRegion/0 (22 ms)
[----------] 2 tests from NullRegion/RegionTests (45 ms total)
[----------] Global test environment tear-down
[==========] 424 tests from 95 test cases ran. (5819 ms total)
[ PASSED ] 419 tests.
[ FAILED ] 5 tests, listed below:
[ FAILED ] Hdf5BackTests.ReadWriteVLMapVLStringDouble
[ FAILED ] Hdf5BackTests.ReadWriteVLMapStringVLString
[ FAILED ] Hdf5BackTests.ReadWriteVLMapVLStringString
[ FAILED ] Hdf5BackTests.ReadWriteMapVLStringVLString
[ FAILED ] Hdf5BackTests.ReadWriteVLMapVLStringVLString
5 FAILED TESTS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment