[auto-build-break] workspace failed to compile #64

Open
opened 2026-05-19 02:38:10 +00:00 by zaelgohary · 0 comments
Member

Auto-detected build break

The hero_osis rebuild on herodev started failing on 2f0b716 (last-good: 4248ff8).

Failing crates: (workspace)

Error codes: E0425

Build error:

warning: `hero_foundry_web` (bin "hero_foundry_web") generated 2 warnings
error[E0425]: cannot find function `print_startup_banner` in module `herolib_core::base`
  --> crates/hero_foundry_server/src/main.rs:58:25
   |
58 |     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_server/src/main.rs:58:73
   |
58 |     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_server/src/main.rs:59:25
   |
59 |     herolib_core::base::prepare_sockets(BINARY_NAME, SERVICE_TOML);
   |                         ^^^^^^^^^^^^^^^ not found in `herolib_core::base`

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_server` (bin "hero_foundry_server") 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-19T02:38:10+00:00.
Re-runs will comment on this issue rather than open duplicates.

# Auto-detected build break The `hero_osis` rebuild on herodev started failing on `2f0b716` (last-good: `4248ff8`). **Failing crates:** (workspace) **Error codes:** `E0425` **Build error:** ``` warning: `hero_foundry_web` (bin "hero_foundry_web") generated 2 warnings error[E0425]: cannot find function `print_startup_banner` in module `herolib_core::base` --> crates/hero_foundry_server/src/main.rs:58:25 | 58 | 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_server/src/main.rs:58:73 | 58 | 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_server/src/main.rs:59:25 | 59 | herolib_core::base::prepare_sockets(BINARY_NAME, SERVICE_TOML); | ^^^^^^^^^^^^^^^ not found in `herolib_core::base` 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_server` (bin "hero_foundry_server") 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-19T02:38:10+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_osis#64
No description provided.