[auto-build-break] hero_foundry_admin failed to compile #35

Open
opened 2026-05-17 14:35:48 +00:00 by zaelgohary · 0 comments
Member

Auto-detected build break

The hero_foundry rebuild on herodev started failing on e6d17e3 (last-good: 8272eec).

Failing crates: hero_foundry_admin

Error codes: E0425

Build error:

   Compiling hero_foundry_admin v0.2.2 (/home/zainab/hero/code0/forge.ourworld.tf/lhumina_code/hero_foundry/crates/hero_foundry_web/hero_foundry_ui)
error[E0425]: cannot find function `print_startup_banner` in module `herolib_core::base`
   --> crates/hero_foundry_web/hero_foundry_ui/src/main.rs:115:25
    |
115 |     herolib_core::base::print_startup_banner(BINARY_NAME, SERVICE_TOML, BUILD_NR, &[]);
    |                         ^^^^^^^^^^^^^^^^^^^^ not found in `herolib_core::base`

error[E0425]: cannot find value `BUILD_NR` in this scope
   --> crates/hero_foundry_web/hero_foundry_ui/src/main.rs:115:73
    |
115 |     herolib_core::base::print_startup_banner(BINARY_NAME, SERVICE_TOML, BUILD_NR, &[]);
    |                                                                         ^^^^^^^^ not found in this scope

error[E0425]: cannot find function `prepare_sockets` in module `herolib_core::base`
   --> crates/hero_foundry_web/hero_foundry_ui/src/main.rs:116:25
    |
116 |     herolib_core::base::prepare_sockets(BINARY_NAME, SERVICE_TOML);
    |                         ^^^^^^^^^^^^^^^ not found in `herolib_core::base`

For more information about this error, try `rustc --explain E0425`.
error: could not compile `hero_foundry_admin` (bin "hero_foundry_admin") due to 3 previous errors
warning: build failed, waiting for other jobs to finish...

Auto-filed by hero-sync-poll on herodev at 2026-05-17T14:35:48+00:00.
Re-runs will comment on this issue rather than open duplicates.

# Auto-detected build break The `hero_foundry` rebuild on herodev started failing on `e6d17e3` (last-good: `8272eec`). **Failing crates:** hero_foundry_admin **Error codes:** `E0425` **Build error:** ``` Compiling hero_foundry_admin v0.2.2 (/home/zainab/hero/code0/forge.ourworld.tf/lhumina_code/hero_foundry/crates/hero_foundry_web/hero_foundry_ui) error[E0425]: cannot find function `print_startup_banner` in module `herolib_core::base` --> crates/hero_foundry_web/hero_foundry_ui/src/main.rs:115:25 | 115 | herolib_core::base::print_startup_banner(BINARY_NAME, SERVICE_TOML, BUILD_NR, &[]); | ^^^^^^^^^^^^^^^^^^^^ not found in `herolib_core::base` error[E0425]: cannot find value `BUILD_NR` in this scope --> crates/hero_foundry_web/hero_foundry_ui/src/main.rs:115:73 | 115 | herolib_core::base::print_startup_banner(BINARY_NAME, SERVICE_TOML, BUILD_NR, &[]); | ^^^^^^^^ not found in this scope error[E0425]: cannot find function `prepare_sockets` in module `herolib_core::base` --> crates/hero_foundry_web/hero_foundry_ui/src/main.rs:116:25 | 116 | herolib_core::base::prepare_sockets(BINARY_NAME, SERVICE_TOML); | ^^^^^^^^^^^^^^^ not found in `herolib_core::base` For more information about this error, try `rustc --explain E0425`. error: could not compile `hero_foundry_admin` (bin "hero_foundry_admin") due to 3 previous errors warning: build failed, waiting for other jobs to finish... ``` --- *Auto-filed by `hero-sync-poll` on herodev at 2026-05-17T14:35:48+00:00.* *Re-runs will comment on this issue rather than open duplicates.*
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lhumina_code/hero_foundry#35
No description provided.