-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
InstallerpediaFor reporting Installerpedia installation failures and IPM bugs.For reporting Installerpedia installation failures and IPM bugs.bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Description
Repo
zeroclaw-labs/zeroclaw
ipm version
v0.1.30
OS / System
Linux Mint 21.2, debian based
What happened
All attempted installation methods failed.
Installation methods tried
Cargo Install
cargo install zeroclaw
Notes
Compiling tokio-tungstenite v0.26.2
Compiling axum v0.8.8
Compiling async-wsocket v0.13.2
Compiling nostr-relay-pool v0.44.0
Compiling nostr-sdk v0.44.1
Compiling zeroclaw v0.1.7
error[E0658]: use of unstable library feature `round_char_boundary`
--> /home/lovestaco/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroclaw-0.1.7/src/tools/screenshot.rs:176:46
|
176 | encoded.truncate(encoded.floor_char_boundary(MAX_BASE64_BYTES));
| ^^^^^^^^^^^^^^^^^^^
|
= note: see issue #93743 <https://github.com/rust-lang/rust/issues/93743> for more information
error[E0658]: use of unstable library feature `round_char_boundary`
--> /home/lovestaco/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroclaw-0.1.7/src/memory/hygiene.rs:331:52
|
331 | NaiveDate::parse_from_str(&filename[..filename.floor_char_boundary(10)], "%Y-%m-%d").ok()
| ^^^^^^^^^^^^^^^^^^^
|
= note: see issue #93743 <https://github.com/rust-lang/rust/issues/93743> for more information
error[E0658]: use of unstable library feature `round_char_boundary`
--> /home/lovestaco/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroclaw-0.1.7/src/tools/shell.rs:167:44
|
167 | stdout.truncate(stdout.floor_char_boundary(MAX_OUTPUT_BYTES));
| ^^^^^^^^^^^^^^^^^^^
|
= note: see issue #93743 <https://github.com/rust-lang/rust/issues/93743> for more information
error[E0658]: use of unstable library feature `round_char_boundary`
--> /home/lovestaco/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroclaw-0.1.7/src/tools/shell.rs:171:44
|
171 | stderr.truncate(stderr.floor_char_boundary(MAX_OUTPUT_BYTES));
| ^^^^^^^^^^^^^^^^^^^
|
= note: see issue #93743 <https://github.com/rust-lang/rust/issues/93743> for more information
For more information about this error, try `rustc --explain E0658`.
error: could not compile `zeroclaw` (lib) due to 4 previous errors
error: failed to compile `zeroclaw v0.1.7`, intermediate artifacts can be found at `/tmp/cargo-installIwRjzG`.
To reuse those artifacts with a future compilation, set the environment variable `CARGO_TARGET_DIR` to that path.
✗ Command failed
Installation aborted due to error.
⚠️ Installation failed. Please try choosing another method.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
InstallerpediaFor reporting Installerpedia installation failures and IPM bugs.For reporting Installerpedia installation failures and IPM bugs.bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request