archetype_ecs 1.1.6

Archetype ECS - High-performance Entity Component System with parallel execution
Documentation
��cargo :    Compiling archetype_ecs v1.1.5 

(C:\Users\tilok\Downloads\Archetype ECS)

At line:1 char:1

+ cargo test test_attach_detach --lib -- 

--nocapture > full_test.log 2> ...

+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

~~~~~~~~~~~~~~~~~~~~~

    + CategoryInfo          : NotSpecified: (   C 

   ompiling ar...\Archetype ECS):String) [], Rem  

  oteException

    + FullyQualifiedErrorId : NativeCommandError

 

    Finished `test` profile [unoptimized + 

debuginfo] target(s) in 2.39s

     Running unittests src\lib.rs (target\debug\de

ps\archetype_ecs-bdc9c511449d83dd.exe)



running 1 test

DEBUG: Calling add_component(Parent) for child EntityId(2v1)

DEBUG: Component new, moving entity

DEBUG: move_entity result: Ok(())

DEBUG: Successfully added Parent to child

DEBUG: Calling add_component(Children) for parent EntityId(1v1)

DEBUG: Component new, moving entity

DEBUG: move_entity result: Ok(())

DEBUG: Successfully added Children to parent



thread 

'hierarchy_system::tests::test_attach_detach' 

panicked at src\hierarchy_system.rs:268:61:

called `Result::unwrap()` on an `Err` value: 

EntityNotFound

stack backtrace:

   0: std::panicking::begin_panic_handler

             at /rustc/6b00bc3880198600130e1cf62b8

f8a93494488cc/library\std\src\panicking.rs:697

   1: core::panicking::panic_fmt

             at /rustc/6b00bc3880198600130e1cf62b8

f8a93494488cc/library\core\src\panicking.rs:75

   2: core::result::unwrap_failed

             at /rustc/6b00bc3880198600130e1cf62b8

f8a93494488cc/library\core\src\result.rs:1732

   3: enum2$<core::result::Result<tuple$<>,enum2$<

archetype_ecs::error::EcsError> > >::unwrap

             at C:\Users\tilok\.rustup\toolchains\

stable-x86_64-pc-windows-msvc\lib\rustlib\src\rust

\library\core\src\result.rs:1137

   4: archetype_ecs::hierarchy_system::tests::test

_attach_detach

             at .\src\hierarchy_system.rs:268

   5: archetype_ecs::hierarchy_system::tests::test

_attach_detach::closure$0

             at .\src\hierarchy_system.rs:262

   6: core::ops::function::FnOnce::call_once<arche

type_ecs::hierarchy_system::tests::test_attach_det

ach::closure_env$0,tuple$<> >

             at C:\Users\tilok\.rustup\toolchains\

stable-x86_64-pc-windows-msvc\lib\rustlib\src\rust

\library\core\src\ops\function.rs:250

   7: core::ops::function::FnOnce::call_once

             at /rustc/6b00bc3880198600130e1cf62b8

f8a93494488cc/library\core\src\ops\function.rs:250

note: Some details are omitted, run with 

`RUST_BACKTRACE=full` for a verbose backtrace.

test hierarchy_system::tests::test_attach_detach ... FAILED



failures:



failures:

    hierarchy_system::tests::test_attach_detach



test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 109 filtered out; finished in 0.06s



error: test failed, to rerun pass `--lib`