guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#64720] [PATCH] gnu: rust-analyzer: Fix build of rust-analyzer.


From: Ludovic Courtès
Subject: [bug#64720] [PATCH] gnu: rust-analyzer: Fix build of rust-analyzer.
Date: Wed, 16 Aug 2023 23:09:48 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)

Hi,

Distopico <distopico@riseup.net> skribis:

> * gnu/packages/rust-apps.scm (rust-analyzer): Update dependency 
> rust-notify-5-pre.13.
>
> This fixes the build of `rust-analyzer@2022-01-10`, which required a pinned
> version of `rust-notify` (`rust-notify-5-pre.13`) to compile.

When applied on top of 07dc3d024763f3768002e422e0d60aac0c1b94ac, I get
this on x86_64-linux:

--8<---------------cut here---------------start------------->8---
test abis::abi_1_58::rustc_server::tests::test_rustc_server_literals ... ok
test abis::abi_1_58::rustc_server::tests::test_rustc_server_to_string ... ok
test abis::abi_1_54::rustc_server::tests::test_rustc_server_from_str ... ok
test tests::test_derive_error ... FAILED
test tests::test_attr_macro ... FAILED
test tests::test_derive_empty ... FAILED
test tests::test_fn_like_macro2 ... FAILED
test tests::test_fn_like_macro ... FAILED
memory allocation of 140737312524592 bytes failed
error: test failed, to rerun pass `-p proc_macro_srv --lib`

Caused by:
  process didn't exit successfully: 
`/tmp/guix-build-rust-analyzer-2022-01-10.drv-0/source/target/release/deps/proc_macro_srv-ed08c83337741884
 '--skip=tests::test_version_check' '--skip=tests::test_loading_rust_analyzer' 
'--skip=tests::sourcegen::sourcegen_assists_docs' 
'--skip=tests::sourcegen_ast::sourcegen_ast' 
'--skip=tidy::cargo_files_are_tidy' '--skip=tidy::check_licenses' 
'--skip=tidy::check_merge_commits' '--skip=tidy::check_code_formatting' 
'--skip=tidy::generate_grammar' '--skip=tidy::generate_assists_tests'` (signal: 
6, SIGABRT: process abort signal)
error: in phase 'check': uncaught exception:
%exception #<&invoke-error program: "cargo" arguments: ("test" "--release" "--" 
"--skip=tests::test_version_check" "--skip=tests::test_loading_rust_analyzer" 
"--skip=tests::sourcegen::sourcegen_assists_docs" 
"--skip=tests::sourcegen_ast::sourcegen_ast" 
"--skip=tidy::cargo_files_are_tidy" "--skip=tidy::check_licenses" 
"--skip=tidy::check_merge_commits" "--skip=tidy::check_code_formatting" 
"--skip=tidy::generate_grammar" "--skip=tidy::generate_assists_tests") 
exit-status: 101 term-signal: #f stop-signal: #f> 
phase `check' failed after 164.4 seconds
command "cargo" "test" "--release" "--" "--skip=tests::test_version_check" 
"--skip=tests::test_loading_rust_analyzer" 
"--skip=tests::sourcegen::sourcegen_assists_docs" 
"--skip=tests::sourcegen_ast::sourcegen_ast" 
"--skip=tidy::cargo_files_are_tidy" "--skip=tidy::check_licenses" 
"--skip=tidy::check_merge_commits" "--skip=tidy::check_code_formatting" 
"--skip=tidy::generate_grammar" "--skip=tidy::generate_assists_tests" failed 
with status 101
builder for 
`/gnu/store/qjpz8f8g5x5wx3y1lviz5kyy9hza4msp-rust-analyzer-2022-01-10.drv' 
failed with exit code 1
--8<---------------cut here---------------end--------------->8---

Could you take a look?

Thanks,
Ludo’.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]