TrueDoctor / DiscoBot

A sipmle Discord Bot, interfacing to the DSA "Heldensoftware", for a minimalistic and low labor aproach to digitalize p&p rpg's
https://kobert.dev/dsa
2 stars 0 forks source link

Ratatosk #125 failed #71

Closed TrueDoctor closed 5 years ago

TrueDoctor commented 5 years ago

Build 'Ratatosk' is failing!

Last 50 lines of build output:

[...truncated 82.56 KB...]
help: possible candidates are found in other modules, you can import them into scope
    |
1   | use rask_game_engine::math::Vec2;
    |
1   | use rask_game_engine::math::vec2::Vec2;
    |
1   | use rask_game_engine::math_simd::Vec2;
    |
1   | use rask_game_engine::math_simd::vec2::Vec2;
    |

error[E0422]: cannot find struct, variant or union type `AABox` in this scope
   --> tests/collide_test.rs:171:18
    |
171 |     let bb_box = AABox { pos: a, size: b };
    |                  ^^^^^ not found in this scope
help: possible candidate is found in another module, you can import it into scope
    |
1   | use rask_game_engine::boxes::AABox;
    |

warning: unused imports: `AABox`, `RBox`
 --> tests/collide_test.rs:1:26
  |
1 | use game_engine::boxes::{AABox, RBox};
  |                          ^^^^^  ^^^^
  |
  = note: #[warn(unused_imports)] on by default

warning: unused import: `game_engine::collide::*`
 --> tests/collide_test.rs:2:5
  |
2 | use game_engine::collide::*;
  |     ^^^^^^^^^^^^^^^^^^^^^^^

warning: unused import: `game_engine::math::Vec2`
 --> tests/collide_test.rs:3:5
  |
3 | use game_engine::math::Vec2;
  |     ^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to 73 previous errors

Some errors have detailed explanations: E0422, E0432, E0433.
For more information about an error, try `rustc --explain E0422`.
error: Could not compile `rask-game-engine`.

To learn more, run the command again with --verbose.
Build step 'Run with timeout' marked build as failure

Changes since last successful build:

View full output

TrueDoctor commented 5 years ago

Build 'Ratatosk' is failing!

Last 50 lines of build output:

[...truncated 78.97 KB...]
help: possible candidates are found in other modules, you can import them into scope
    |
1   | use rask_game_engine::math::Vec2;
    |
1   | use rask_game_engine::math::vec2::Vec2;
    |
1   | use rask_game_engine::math_simd::Vec2;
    |
1   | use rask_game_engine::math_simd::vec2::Vec2;
    |

error[E0422]: cannot find struct, variant or union type `AABox` in this scope
   --> tests/collide_test.rs:171:18
    |
171 |     let bb_box = AABox { pos: a, size: b };
    |                  ^^^^^ not found in this scope
help: possible candidate is found in another module, you can import it into scope
    |
1   | use rask_game_engine::boxes::AABox;
    |

warning: unused imports: `AABox`, `RBox`
 --> tests/collide_test.rs:1:26
  |
1 | use game_engine::boxes::{AABox, RBox};
  |                          ^^^^^  ^^^^
  |
  = note: #[warn(unused_imports)] on by default

warning: unused import: `game_engine::collide::*`
 --> tests/collide_test.rs:2:5
  |
2 | use game_engine::collide::*;
  |     ^^^^^^^^^^^^^^^^^^^^^^^

warning: unused import: `game_engine::math::Vec2`
 --> tests/collide_test.rs:3:5
  |
3 | use game_engine::math::Vec2;
  |     ^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to 73 previous errors

Some errors have detailed explanations: E0422, E0432, E0433.
For more information about an error, try `rustc --explain E0422`.
error: Could not compile `rask-game-engine`.

To learn more, run the command again with --verbose.
Build step 'Run with timeout' marked build as failure

Changes since last successful build:

View full output

TrueDoctor commented 5 years ago

Build 'Ratatosk' is failing!

Last 50 lines of build output:

[...truncated 41.76 KB...]
164 |     let aa_box = RBox {
    |                  ^^^^
help: a struct with a similar name exists
    |
164 |     let aa_box = Box {
    |                  ^^^
help: possible candidate is found in another module, you can import it into scope
    |
1   | use rask_game_engine::boxes::RBox;
    |

error[E0422]: cannot find struct, variant or union type `AABox` in this scope
   --> tests/collide_test.rs:171:18
    |
171 |     let bb_box = AABox { pos: a, size: b };
    |                  ^^^^^ not found in this scope
help: possible candidate is found in another module, you can import it into scope
    |
1   | use rask_game_engine::boxes::AABox;
    |

warning: unused imports: `AABox`, `RBox`
 --> tests/collide_test.rs:1:26
  |
1 | use game_engine::boxes::{AABox, RBox};
  |                          ^^^^^  ^^^^
  |
  = note: #[warn(unused_imports)] on by default

warning: unused import: `game_engine::collide::*`
 --> tests/collide_test.rs:2:5
  |
2 | use game_engine::collide::*;
  |     ^^^^^^^^^^^^^^^^^^^^^^^

warning: unused import: `game_engine::math::Vec2`
 --> tests/collide_test.rs:3:5
  |
3 | use game_engine::math::Vec2;
  |     ^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to 73 previous errors

Some errors have detailed explanations: E0422, E0432, E0433.
For more information about an error, try `rustc --explain E0422`.
error: Could not compile `rask-game-engine`.

To learn more, run the command again with --verbose.
Build step 'Run with timeout' marked build as failure

Changes since last successful build:

View full output

TrueDoctor commented 5 years ago

Build was fixed!