Closed TrueDoctor closed 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:
[Dennis Kobert] ccf9e6953c76778dce400d57eb40f1e80779bc40 - Implement console_log! macro
[Dennis Kobert] 1a93275c6cffae7f9cfe87aa41090b5e58ae134d - Implemaent From
[Dennis Kobert] a6e141182858153ba6442f1f1a2e6de470621732 - Add dependency on game_engine
[Dennis Kobert] b29974c579d31125ec6f318c1b5b6ed86c11edf3 - Implement WebSockets
[Dennis Kobert] f20cf07bc8b0519e6de848b4666b0dee0fe9516c - Rename game_engine
[Dennis Kobert] 64a2ac8082b1fa20551a0605b98e3ff1e891b6ac - Add player.rs
[Elias Schaut] 5c92a5d2aed4af7b9422bd3036fa4aaec6de149c - all current designs added
[Elias Schaut] f7ed557947100f1f2acd25a0a402200a863d0749 - delete unimportant stuff
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:
[Dennis Kobert] ccf9e6953c76778dce400d57eb40f1e80779bc40 - Implement console_log! macro
[Dennis Kobert] 1a93275c6cffae7f9cfe87aa41090b5e58ae134d - Implemaent From
[Dennis Kobert] a6e141182858153ba6442f1f1a2e6de470621732 - Add dependency on game_engine
[Dennis Kobert] b29974c579d31125ec6f318c1b5b6ed86c11edf3 - Implement WebSockets
[Dennis Kobert] f20cf07bc8b0519e6de848b4666b0dee0fe9516c - Rename game_engine
[Dennis Kobert] 64a2ac8082b1fa20551a0605b98e3ff1e891b6ac - Add player.rs
[Elias Schaut] 5c92a5d2aed4af7b9422bd3036fa4aaec6de149c - all current designs added
[Elias Schaut] f7ed557947100f1f2acd25a0a402200a863d0749 - delete unimportant stuff
[Dennis Kobert] 248798c1f33375957bed334d71b9ffb77aa882c6 - Satisfy rust fmt
[konsumlamm] f50e2b9cc0e7240fd5fe07d0f6d1caff542100c5 - add PartialOrd, PartialEq, Eq impl
[konsumlamm] 81d6a13b32bca823fbe4df05ed6a7c01d52a0202 - fix eq
[konsumlamm] 6f4ce04516fc038919083bdaaa0a864005d9150e - impl PartialEq
[konsumlamm] 3019ff36fa99df14fd940b51a7a07e9d6afc200d - make fmt happy
[konsumlamm] 846e5c5f57f9ce740746418f9b05ca69c1fbec40 - remove MulAssign
[konsumlamm] 25d2fbdbd9bdccfc194c6680fe6d299883d8b9e7 - refactor
[konsumlamm] 329edaaad09c6acaf1936a1a1f30f7a70c2b2c89 - impl Mul
[konsumlamm] c2117e718905ded09f0b92b227ad719d7eee3f1b - impl Mul
[konsumlamm] 8efa5db6140a32b2f6dbeaf7f092cf25d9215306 - refactor to unify the API of math_simd and math
[konsumlamm] dcbfcf74550b8fe25a98e71ec0852ddfa044dc94 - remove packed_simd dependency
[konsumlamm] 9dcd7f7791a5d6c97eed0c169792f2cfc5b57ee7 - removed pub mod math_simd
[konsumlamm] 77b32d2672a2b0fa1b10266e7205728ea18bca35 - add Clone, Copy impl
[konsumlamm] 7a7ae055ecff97f2617b8f736cb8add2a68bf9b4 - add doc comments
[konsumlamm] 1ee9ff0e7335c858c8a7194e0b7315c15e38655a - add rotation, scaling
[konsumlamm] 7419fc8d48b895fdbc8b8cac45a2467485c44dc8 - add rotation, scaling, translation
Build was fixed!
Build 'Ratatosk' is failing!
Last 50 lines of build output:
Changes since last successful build:
[Dennis Kobert] ccf9e6953c76778dce400d57eb40f1e80779bc40 - Implement console_log! macro
[Dennis Kobert] 1a93275c6cffae7f9cfe87aa41090b5e58ae134d - Implemaent From for ClientError
[Dennis Kobert] a6e141182858153ba6442f1f1a2e6de470621732 - Add dependency on game_engine
[Dennis Kobert] b29974c579d31125ec6f318c1b5b6ed86c11edf3 - Implement WebSockets
[Dennis Kobert] f20cf07bc8b0519e6de848b4666b0dee0fe9516c - Rename game_engine
View full output