-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
Closed as not planned
Labels
C-discussionCategory: Discussion or questions that doesn't represent real issues.Category: Discussion or questions that doesn't represent real issues.
Description
I tried this code:
cargo install --locked --bin jj jj-cliI expected to see a successful build of the above packages, e.g. jj and jj-cli
Instead, this happened: error: could not compile jiff (lib)
Caused by:
process didn't exit successfully: `/home/jeremiah/.rustup/toolchains/stable-aarch64-unknown-linux-gnu/bin/rustc --crate-name jiff --edition=2021 /home/jeremiah/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jiff-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=239 --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="perf-inline"' --cfg 'feature="std"' --cfg 'feature="tz-fat"' --cfg 'feature="tz-system"' --cfg 'feature="tzdb-bundle-platform"' --cfg 'feature="tzdb-concatenated"' --cfg 'feature="tzdb-zoneinfo"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "js", "logging", "perf-inline", "serde", "static", "static-tz", "std", "tz-fat", "tz-system", "tzdb-bundle-always", "tzdb-bundle-platform", "tzdb-concatenated", "tzdb-zoneinfo"))' -C metadata=4b8dd46ad729801c -C extra-filename=-519bdfa79342a211 --out-dir /tmp/cargo-installCZy1HM/release/deps -C strip=debuginfo -L dependency=/tmp/cargo-installCZy1HM/release/deps --cap-lints allow` (signal: 9, SIGKILL: kill)
warning: build failed, waiting for other jobs to finish...
error: failed to compile `jj-cli v0.28.2`, intermediate artifacts can be found at `/tmp/cargo-installCZy1HM`.
To reuse those artifacts with a future compilation, set the environment variable `CARGO_TARGET_DIR` to that path.
Meta
rustc --version --verbose:
rustc 1.86.0 (05f9846f8 2025-03-31)
binary: rustc
commit-hash: 05f9846f893b09a1be1fc8560e33fc3c815cfecb
commit-date: 2025-03-31
host: aarch64-unknown-linux-gnu
release: 1.86.0
LLVM version: 19.1.7
Backtrace
Not available
Metadata
Metadata
Assignees
Labels
C-discussionCategory: Discussion or questions that doesn't represent real issues.Category: Discussion or questions that doesn't represent real issues.