Search Criteria
Package Details: ironclaw-git 0.16.1.r52.gab0a2e0-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/ironclaw-git.git (read-only, click to copy) |
|---|---|
| Package Base: | ironclaw-git |
| Description: | OpenClaw-inspired Rust personal AI assistant focused on privacy and security |
| Upstream URL: | https://github.com/nearai/ironclaw |
| Licenses: | Apache-2.0 OR MIT |
| Conflicts: | ironclaw |
| Provides: | ironclaw |
| Submitter: | csmantle |
| Maintainer: | csmantle |
| Last Packager: | csmantle |
| Votes: | 1 |
| Popularity: | 0.44 |
| First Submitted: | 2026-03-09 15:05 (UTC) |
| Last Updated: | 2026-03-15 03:41 (UTC) |
Dependencies (7)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- postgresql-libs (postgresql-libs-12AUR, postgresql13-libsAUR, postgresql-libs-gitAUR)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- rust (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rustup) (make)
- postgresql (postgresql-12AUR, postgresql13AUR, postgresql-gitAUR, postgresql15-docsAUR, postgresql15AUR, postgresql16-docsAUR, postgresql16AUR, postgresql17-docsAUR, postgresql17AUR, postgresql18-docsAUR, postgresql18AUR) (optional) – local PostgreSQL database
Latest Comments
1 2 Next › Last »
a937983423 commented on 2026-04-17 15:40 (UTC)
error: could not compile
tokio(lib)Caused by: process didn't exit successfully:
/home/debian/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name tokio --edition=2021 /home/debian/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=137 --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-uring", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "taskdump", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=6ffa0fb62a7dd632 -C extra-filename=-4161b7515eebe882 --out-dir /home/debian/.cache/yay/ironclaw-git/src/ironclaw/target/release/deps -C strip=symbols -L dependency=/home/debian/.cache/yay/ironclaw-git/src/ironclaw/target/release/deps --extern bytes=/home/debian/.cache/yay/ironclaw-git/src/ironclaw/target/release/deps/libbytes-9d4ecfae61fd60f3.rmeta --extern libc=/home/debian/.cache/yay/ironclaw-git/src/ironclaw/target/release/deps/liblibc-768ba89980725106.rmeta --extern mio=/home/debian/.cache/yay/ironclaw-git/src/ironclaw/target/release/deps/libmio-29c845827e117385.rmeta --extern parking_lot=/home/debian/.cache/yay/ironclaw-git/src/ironclaw/target/release/deps/libparking_lot-d7dd49d2898a9ab5.rmeta --extern pin_project_lite=/home/debian/.cache/yay/ironclaw-git/src/ironclaw/target/release/deps/libpin_project_lite-eb6b54cdeae6f4dc.rmeta --extern signal_hook_registry=/home/debian/.cache/yay/ironclaw-git/src/ironclaw/target/release/deps/libsignal_hook_registry-48f692896f4faa98.rmeta --extern socket2=/home/debian/.cache/yay/ironclaw-git/src/ironclaw/target/release/deps/libsocket2-e48d3250b441520a.rmeta --extern tokio_macros=/home/debian/.cache/yay/ironclaw-git/src/ironclaw/target/release/deps/libtokio_macros-79ab31298ccac47c.so --cap-lints allow -C force-frame-pointers=yes -C debuginfo=2 --remap-path-prefix=/home/debian/.cache/yay/ironclaw-git/src=/usr/src/debug/ironclaw-git(signal: 11, SIGSEGV: invalid memory reference) warning: build failed, waiting for other jobs to finish...csmantle commented on 2026-04-15 06:59 (UTC)
@a937983423: If you can stably reproduce the crash, please report it upstream. Also providing a pastebin link (instead of using multiple comments in reversed chrono order) would greatly benefit everyone :)
a937983423 commented on 2026-04-15 06:14 (UTC)
==> 错误: 在 build() 中发生一个错误。 正在放弃... -> 生成时出错: ironclaw-git-exit status 4
a937983423 commented on 2026-04-15 06:13 (UTC)
Caused by: process didn't exit successfully:
/home/debian/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name rig --edition=2024 /home/debian/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rig-core-0.30.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=137 --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no '--forbid=clippy::unimplemented' '--forbid=clippy::todo' '--forbid=clippy::dbg_macro' --cfg 'feature="reqwest-rustls"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "audio", "default", "derive", "discord-bot", "epub", "experimental", "getrandom", "image", "pdf", "rayon", "reqwest-middleware", "reqwest-middleware-rustls", "reqwest-rustls", "reqwest-tls", "rmcp", "socks", "wasm"))' -C metadata=e4f8f0628a9b43a1 -C extra-filename=-ce29b80f99fa6e55 --out-dir /home/debian/.cache/yay/ironclaw-git/src/ironclaw/target/release/deps -C strip=symbols -L dependency=/home/debian/.cache/yay/ironclaw-git/src/ironclaw/target/release/deps --extern as_any=/home/debian/.cache/yay/ironclaw-git/src/ironclaw/target/release/deps/libas_any-6b2a154f355cfed3.rmeta --extern async_stream=/home/debian/.cache/yay/ironclaw-git/src/ironclaw/target/release/deps/libasync_stream-7a8d61c49a345f6c.rmeta --extern base64=/home/debian/.cache/yay/ironclaw-git/src/ironclaw/target/release/deps/libbase64-bfa4acdf6468eb6c.rmeta --extern bytes=/home/debian/.cache/yay/ironclaw-git/src/ironclaw/target/release/deps/libbytes-9d4ecfae61fd60f3.rmeta --extern eventsource_stream=/home/debian/.cache/yay/ironclaw-git/src/ironclaw/target/release/deps/libeventsource_stream-6369d1cfc3411df4.rmeta --extern fastrand=/home/debian/.cache/yay/ironclaw-git/src/ironclaw/target/release/deps/libfastrand-be71da1e5d8f15a0.rmeta --extern futures=/home/debian/.cache/yay/ironclaw-git/src/ironclaw/target/release/deps/libfutures-e6b3b927e50b47ac.rmeta --extern futures_timer=/home/debian/.cache/yay/ironclaw-git/src/ironclaw/target/release/deps/libfutures_timer-2c1429349ab7ec38.rmeta --extern glob=/home/debian/.cache/yay/ironclaw-git/src/ironclaw/target/release/deps/libglob-3e4b77bcc7c75d09.rmeta --extern http=/home/debian/.cache/yay/ironclaw-git/src/ironclaw/target/release/deps/libhttp-fd840388f8fdf94c.rmeta --extern mime=/home/debian/.cache/yay/ironclaw-git/src/ironclaw/target/release/deps/libmime-e01e60f6d191828a.rmeta --extern mime_guess=/home/debian/.cache/yay/ironclaw-git/src/ironclaw/target/release/deps/libmime_guess-988333f4b71ac347.rmeta --extern nanoid=/home/debian/.cache/yay/ironclaw-git/src/ironclaw/target/release/deps/libnanoid-142ba17b85bd11f5.rmeta --extern ordered_float=/home/debian/.cache/yay/ironclaw-git/src/ironclaw/target/release/deps/libordered_float-1b71b29fb877281a.rmeta --extern pin_project_lite=/home/debian/.cache/yay/ironclaw-git/src/ironclaw/target/release/deps/libpin_project_lite-eb6b54cdeae6f4dc.rmeta --extern reqwest=/home/debian/.cache/yay/ironclaw-git/src/ironclaw/target/release/deps/libreqwest-f62740b827f00de5.rmeta --extern schemars=/home/debian/.cache/yay/ironclaw-git/src/ironclaw/target/release/deps/libschemars-0619b24790dfcc8d.rmeta --extern serde=/home/debian/.cache/yay/ironclaw-git/src/ironclaw/target/release/deps/libserde-80a1bc89a45e0ad0.rmeta --extern serde_json=/home/debian/.cache/yay/ironclaw-git/src/ironclaw/target/release/deps/libserde_json-c943965eed8a98ab.rmeta --extern thiserror=/home/debian/.cache/yay/ironclaw-git/src/ironclaw/target/release/deps/libthiserror-a97ad3688f97f627.rmeta --extern tokio=/home/debian/.cache/yay/ironclaw-git/src/ironclaw/target/release/deps/libtokio-4161b7515eebe882.rmeta --extern tracing=/home/debian/.cache/yay/ironclaw-git/src/ironclaw/target/release/deps/libtracing-fc68c3872775ab6f.rmeta --extern tracing_futures=/home/debian/.cache/yay/ironclaw-git/src/ironclaw/target/release/deps/libtracing_futures-29f322ac175f8317.rmeta --extern url=/home/debian/.cache/yay/ironclaw-git/src/ironclaw/target/release/deps/liburl-049f72f25b41ea4b.rmeta --cap-lints allow -C force-frame-pointers=yes -C debuginfo=2 --remap-path-prefix=/home/debian/.cache/yay/ironclaw-git/src=/usr/src/debug/ironclaw-git -L native=/home/debian/.cache/yay/ironclaw-git/src/ironclaw/target/release/build/ring-a73c346c0b9f507e/out(signal: 11, SIGSEGV: invalid memory reference) warning: build failed, waiting for other jobs to finish...a937983423 commented on 2026-04-15 06:13 (UTC)
note: we would appreciate a report at https://github.com/rust-lang/rust help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216 error: could not compile
rig-core(lib)a937983423 commented on 2026-04-15 06:13 (UTC)
note: we would appreciate a report at https://github.com/rust-lang/rust help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216 error: could not compile
rig-core(lib)a937983423 commented on 2026-04-15 06:13 (UTC)
or: rustc interrupted by SIGSEGV, printing backtrace
/home/debian/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/librustc_driver-83018425804cb0fc.so(+0x3c16eec) [0x7fee3a216eec] /usr/lib/libc.so.6(+0x3e2d0) [0x7fee363f82d0] /home/debian/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/libLLVM.so.21.1-rust-1.94.1-stable(ZN4llvm15LLVMContextImplD1Ev+0x252f) [0x7fee34e0baaf] /home/debian/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/libLLVM.so.21.1-rust-1.94.1-stable(LLVMContextDispose+0x1c) [0x7fee34e0951c] /home/debian/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/librustc_driver-83018425804cb0fc.so(+0x6209f6c) [0x7fee3c809f6c] /home/debian/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/librustc_driver-83018425804cb0fc.so(_RINvNtNtCsicaZO8UCM9y_3std3sys9backtrace28___rust_begin_short_backtraceNCINvXs0_Cs17yG4yyzeJN_18rustc_codegen_llvmNtB1g_18LlvmCodegenBackendNtNtNtCs4LdzbGWUye9_17rustc_codegen_ssa6traits7backend19ExtraBackendMethods18spawn_named_threadNCINvNtNtB2k_4back5write10spawn_workB1O_E0uE0uEB1g+0xa8) [0x7fee3c94c740] /home/debian/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/librustc_driver-83018425804cb0fc.so(+0x634c3d4) [0x7fee3c94c3d4] /home/debian/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/librustc_driver-83018425804cb0fc.so(+0x6346dc6) [0x7fee3c946dc6] /usr/lib/libc.so.6(+0x9697a) [0x7fee3645097a] /usr/lib/libc.so.6(+0x11a2bc) [0x7fee364d42bc]
a937983423 commented on 2026-04-15 06:05 (UTC)
make of bug
hwkiller commented on 2026-03-29 05:14 (UTC) (edited on 2026-03-29 05:59 (UTC) by hwkiller)
This may be due to the state of the git repo, so maybe choosing a release would fix this (will try next) but I'm hitting:
Edit: Ignore me. It's just an upstream issue on the latest commits. Their latest tagged release worked fine, sorry for the noise!
csmantle commented on 2026-03-15 03:42 (UTC)
@daweiy: Thanks!
1 2 Next › Last »