You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rustup(rust) update last version 1.27.1 and stable-aarch64-unknown-linux-gnu - Up to date : 1.83.0 (90b35a623 2024-11-26)
Ubuntu 2404 updated
test on arm64
generation OK no errors
exec fail hereafter the error displayed
path : /target/release/zenith
thread '<unnamed>' panicked at 'range end index 432 out of range for slice of length 352', /root/.cargo/registry /src/index.crates.io-6f17d22bba15001f/linux-taskstats-0.5.0/src/model.rs:127:39
just screen blink one before error
Now same test on x86_64 Ubuntu 2404 AND on same ARM65 hardware an "old" Ubuntu 18.04
generation OK
release exec. run as expected.
Done ... similar problem with updated version of linux-taskstats
thread '' panicked at 'range end index 432 out of range for slice of length 352', /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linux-taskstats-0.7.0/src/model.rs:127:39
Philippe.
Hi,
ARM64 execute problem .
Rustup(rust) update last version 1.27.1 and stable-aarch64-unknown-linux-gnu - Up to date : 1.83.0 (90b35a623 2024-11-26)
Ubuntu 2404 updated
test on arm64
generation OK no errors
exec fail hereafter the error displayed
just screen blink one before error
Now same test on x86_64 Ubuntu 2404 AND on same ARM65 hardware an "old" Ubuntu 18.04
generation OK
release exec. run as expected.
F.Y.I. the compile trace :
cargo build --release
warning:
/opt/from_git/rust/zenith/.cargo/config
is deprecated in favor ofconfig.toml
note: if you need to support cargo 1.38 or earlier, you can symlink
config
toconfig.toml
Compiling autocfg v1.3.0
Compiling libc v0.2.156
Compiling proc-macro2 v1.0.86
Compiling unicode-ident v1.0.12
Compiling crossbeam-utils v0.8.20
Compiling pin-project-lite v0.2.14
Compiling memchr v2.3.4
Compiling futures-core v0.3.30
Compiling cfg-if v1.0.0
Compiling parking v2.2.0
Compiling futures-io v0.3.30
Compiling rustix v0.38.34
Compiling quote v1.0.36
Compiling concurrent-queue v2.5.0
Compiling syn v2.0.74
Compiling slab v0.4.9
Compiling log v0.4.22
Compiling event-listener v5.3.1
Compiling fastrand v2.1.0
Compiling event-listener-strategy v0.5.2
Compiling num-traits v0.2.19
Compiling futures-lite v2.3.0
Compiling bitflags v2.6.0
Compiling signal-hook-registry v1.4.2
Compiling io-lifetimes v1.0.11
Compiling bitflags v1.3.2
Compiling event-listener v2.5.3
Compiling polling v2.8.0
Compiling rustix v0.37.27
Compiling linux-raw-sys v0.4.14
Compiling fastrand v1.9.0
Compiling tracing-core v0.1.32
Compiling waker-fn v1.2.0
Compiling futures-lite v1.13.0
Compiling tracing v0.1.40
Compiling async-lock v2.8.0
Compiling async-io v1.13.0
Compiling async-task v4.7.1
Compiling atomic-waker v1.1.2
Compiling futures-sink v0.3.30
Compiling linux-raw-sys v0.3.8
Compiling typenum v1.17.0
Compiling futures-channel v0.3.30
Compiling piper v0.2.4
Compiling socket2 v0.4.10
Compiling async-channel v2.3.1
Compiling async-lock v3.4.0
Compiling futures-macro v0.3.30
Compiling futures-task v0.3.30
Compiling pin-utils v0.1.0
Compiling blocking v1.6.1
Compiling futures-util v0.3.30
Compiling polling v3.7.3
Compiling async-io v2.3.4
Compiling num-rational v0.3.2
Compiling async-fs v1.6.0
Compiling memoffset v0.6.5
Compiling async-signal v0.2.10
Compiling num-integer v0.1.46
Compiling event-listener v3.1.0
Compiling async-process v1.8.1
Compiling futures-executor v0.3.30
Compiling async-net v1.8.0
Compiling async-executor v1.13.0
Compiling async-channel v1.9.0
Compiling heim-common v0.1.0-rc.1 (https://github.com/bvaisvil/heim.git?branch=zenith_changes#509c858d)
Compiling once_cell v1.19.0
Compiling smol v1.3.0
Compiling uom v0.31.1
Compiling nix v0.23.2
Compiling futures v0.3.30
Compiling lazy_static v1.5.0
Compiling futures-timer v3.0.3
Compiling heim-runtime v0.1.0-rc.1 (https://github.com/bvaisvil/heim.git?branch=zenith_changes#509c858d)
Compiling glob v0.3.1
Compiling prettyplease v0.2.20
Compiling clang-sys v1.8.1
Compiling minimal-lexical v0.2.1
Compiling either v1.13.0
Compiling libloading v0.8.5
Compiling nom v7.1.3
Compiling lock_api v0.4.12
Compiling parking_lot_core v0.9.10
Compiling rustversion v1.0.17
Compiling home v0.5.9
Compiling bindgen v0.69.4
Compiling platforms v1.1.0
Compiling signal-hook v0.3.17
Compiling regex-syntax v0.7.5
Compiling regex v1.8.4
Compiling which v4.4.2
Compiling cexpr v0.6.0
Compiling itertools v0.12.1
Compiling crossbeam-epoch v0.9.18
Compiling rayon-core v1.12.1
Compiling scopeguard v1.2.0
Compiling heim-host v0.1.0-rc.1 (https://github.com/bvaisvil/heim.git?branch=zenith_changes#509c858d)
Compiling syn v1.0.109
Compiling lazycell v1.3.0
Compiling shlex v1.3.0
Compiling smallvec v1.13.2
Compiling rustc-hash v1.1.0
Compiling serde v1.0.208
Compiling crossbeam-deque v0.8.5
Compiling serde_derive v1.0.208
Compiling mio v0.8.11
Compiling doc-comment v0.3.3
Compiling thiserror v1.0.63
Compiling paste v1.0.15
Compiling macaddr v1.0.1
Compiling heck v0.4.1
Compiling strum_macros v0.25.3
Compiling heim-cpu v0.1.0-rc.1 (https://github.com/bvaisvil/heim.git?branch=zenith_changes#509c858d)
Compiling heim-net v0.1.0-rc.1 (https://github.com/bvaisvil/heim.git?branch=zenith_changes#509c858d)
Compiling signal-hook-mio v0.2.4
Compiling parking_lot v0.12.3
Compiling linux-taskstats v0.5.0
Compiling async-trait v0.1.81
Compiling thiserror-impl v1.0.63
Compiling ordered-float v2.10.1
Compiling bytes v1.7.1
Compiling adler v1.0.2
Compiling sysinfo v0.15.1 (https://github.com/bvaisvil/sysinfo.git?branch=zenith_changes_15.1#bcff3dc5)
Compiling starship-battery v0.8.3
Compiling miniz_oxide v0.7.4
Compiling netlink-sys v0.8.6
Compiling heim-process v0.1.1-rc.1 (https://github.com/bvaisvil/heim.git?branch=zenith_changes#509c858d)
Compiling rayon v1.10.0
Compiling crossterm v0.27.0
Compiling gumdrop_derive v0.8.1
Compiling strum v0.25.0
Compiling heim-virt v0.1.0-rc.1 (https://github.com/bvaisvil/heim.git?branch=zenith_changes#509c858d)
Compiling heim-disk v0.1.0-rc.1 (https://github.com/bvaisvil/heim.git?branch=zenith_changes#509c858d)
Compiling heim-memory v0.1.0-rc.1 (https://github.com/bvaisvil/heim.git?branch=zenith_changes#509c858d)
Compiling heim-sensors v0.1.0-rc.1 (https://github.com/bvaisvil/heim.git?branch=zenith_changes#509c858d)
Compiling itertools v0.11.0
Compiling uom v0.36.0
Compiling dirs-sys-next v0.1.2
Compiling crc32fast v1.4.2
Compiling indoc v2.0.5
Compiling cfg-if v0.1.10
Compiling cassowary v0.3.0
Compiling iana-time-zone v0.1.60
Compiling unicode-segmentation v1.11.0
Compiling unicode-width v0.1.13
Compiling utf8-width v0.1.7
Compiling byte-unit v4.0.19
Compiling ratatui v0.23.0
Compiling chrono v0.4.38
Compiling flate2 v1.0.31
Compiling dirs-next v2.0.0
Compiling heim v0.1.0-rc.1 (https://github.com/bvaisvil/heim.git?branch=zenith_changes#509c858d)
Compiling gumdrop v0.8.1
Compiling bincode v1.3.3
Compiling num-derive v0.4.2
Compiling uzers v0.11.3
Compiling env_logger v0.10.2
Compiling zenith v0.14.1 (/opt/from_git/rust/zenith)
Finished
release
profile [optimized] target(s) in 6m 50sPhilippe.
The text was updated successfully, but these errors were encountered: