ASSI via Cygwin-apps writes:
[…]

Tests were seemingly hung at

......test [run-make] tests/run-make/long-linker-command-lines has been running 
for a long time

I killed rmake and that gave me a "Build completed unsuccessfully in
3:06:06".

failures:
    [run-make] tests/run-make/checksum-freshness
    [run-make] tests/run-make/compiler-builtins
    [run-make] tests/run-make/c-dynamic-dylib
    [run-make] tests/run-make/c-dynamic-rlib
    [run-make] tests/run-make/c-static-dylib
    [run-make] tests/run-make/cdylib-dylib-linkage
    [run-make] tests/run-make/cdylib-fewer-symbols
    [run-make] tests/run-make/crate-data-smoke
    [run-make] tests/run-make/c-link-to-rust-va-list-fn
    [run-make] tests/run-make/c-link-to-rust-dylib
    [run-make] tests/run-make/cdylib
    [run-make] tests/run-make/crate-hash-rustc-version
    [run-make] tests/run-make/emit-stack-sizes
    [run-make] tests/run-make/dylib-chain
    [run-make] tests/run-make/export/extern-opt
    [run-make] tests/run-make/extern-flag-pathless
    [run-make] tests/run-make/embed-metadata
    [run-make] tests/run-make/invalid-so
    [run-make] tests/run-make/inaccessible-temp-dir
    [run-make] tests/run-make/include-all-symbols-linking
    [run-make] tests/run-make/link-cfg
    [run-make] tests/run-make/naked-symbol-visibility
    [run-make] tests/run-make/mixing-libs
    [run-make] tests/run-make/native-link-modifier-bundle
    [run-make] tests/run-make/lto-avoid-object-duplication
    [run-make] tests/run-make/obey-crate-type-flag
    [run-make] tests/run-make/output-type-permutations
    [run-make] tests/run-make/prefer-dylib
    [run-make] tests/run-make/prefer-rlib
    [run-make] tests/run-make/redundant-libs
    [run-make] tests/run-make/rustdoc-io-error
    [run-make] tests/run-make/split-debuginfo
    [run-make] tests/run-make/symbol-mangling-hashed
    [run-make] tests/run-make/static-dylib-by-default
    [run-make] tests/run-make/symbols-all-mangled
    [run-make] tests/run-make/reproducible-build
    [run-make] tests/run-make/used-proc-macro
    [run-make] tests/run-make/reproducible-build-2
    [run-make] tests/run-make/symbol-visibility
    [run-make] tests/run-make/long-linker-command-lines

test result: FAILED. 264 passed; 40 failed; 128 ignored; 0 measured; 0 filtered 
out; finished in 1497.58s

Some tests failed in compiletest suite=run-make mode=run-make 
host=x86_64-pc-cygwin target=x86_64-pc-cygwin

6 command(s) did not execute successfully:
[…]

Now, is there any way of getting a summary of the fails?  The output at
the end is pretty much unreadable to me, the only interesting bit that
stands out is:

--8<---------------cut here---------------start------------->8---
thread 'rustc' panicked at 
compiler/rustc_span/src/analyze_source_file.rs:186:13:
assertion failed: (2..=4).contains(&char_len)
stack backtrace:
   0:        0x44e4e0c7d - 
std::backtrace_rs::backtrace::libunwind::trace::h30ab61af200b5e04
                               at 
/mnt/share/packages/rust/rust.x86_64/build/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
   1:        0x44e4e0c7d - 
std::backtrace_rs::backtrace::trace_unsynchronized::h4cb2b5b4f70c8503
                               at 
/mnt/share/packages/rust/rust.x86_64/build/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
   2:        0x44e4e0c7d - std::backtrace::Backtrace::create::hfda9bd572229897c
                               at 
/mnt/share/packages/rust/rust.x86_64/build/library/std/src/backtrace.rs:331:13
   3:        0x44e4e0bba - 
std::backtrace::Backtrace::force_capture::h166ba4a65836c58d
                               at 
/mnt/share/packages/rust/rust.x86_64/build/library/std/src/backtrace.rs:312:9
   4:        0x44b7c00fa - 
std[e0da7c55c8f2722b]::panicking::update_hook::<alloc[4af0a3f1e73907e2]::boxed::Box<rustc_driver_impl[e3c9f0eca63609ef]::install_ice_hook::{closure#1}>>::{closure#0}
   5:        0x44e501b57 - <alloc::boxed::Box<F,A> as 
core::ops::function::Fn<Args>>::call::h87e31b99334a29b5
                               at 
/mnt/share/packages/rust/rust.x86_64/build/library/alloc/src/boxed.rs:1985:9
   6:        0x44e501b57 - 
std::panicking::rust_panic_with_hook::h49849dac64e9f49f
                               at 
/mnt/share/packages/rust/rust.x86_64/build/library/std/src/panicking.rs:841:13
   7:        0x44e50172b - 
std::panicking::begin_panic_handler::{{closure}}::h5b254b413c1b3587
                               at 
/mnt/share/packages/rust/rust.x86_64/build/library/std/src/panicking.rs:699:13
   8:        0x44e4fc6df - 
std::sys::backtrace::__rust_end_short_backtrace::h75e141fdde6a8d4e
                               at 
/mnt/share/packages/rust/rust.x86_64/build/library/std/src/sys/backtrace.rs:174:18
   9:        0x44e5013fe - __rustc[5affb39ba3b5f18]::rust_begin_unwind
                               at 
/mnt/share/packages/rust/rust.x86_64/build/library/std/src/panicking.rs:697:5
  10:        0x44a6c5e11 - core::panicking::panic_fmt::h2340074cc8958fad
                               at 
/mnt/share/packages/rust/rust.x86_64/build/library/core/src/panicking.rs:75:14
  11:        0x44a6c5ead - core::panicking::panic::hb86fde1240f7d04b
                               at 
/mnt/share/packages/rust/rust.x86_64/build/library/core/src/panicking.rs:145:5
  12:        0x44dd07472 - 
rustc_span[7473e290a1f4acf]::analyze_source_file::analyze_source_file_generic
  13:        0x44dd07067 - 
rustc_span[7473e290a1f4acf]::analyze_source_file::analyze_source_file
  14:        0x44dcdfa94 - <rustc_span[7473e290a1f4acf]::SourceFile>::new
  15:        0x44dcceb7a - 
<rustc_span[7473e290a1f4acf]::source_map::SourceMap>::new_source_file
  16:        0x44dcce36c - 
<rustc_span[7473e290a1f4acf]::source_map::SourceMap>::load_file
  17:        0x44c403747 - rustc_interface[2dff1f1aa47c7301]::passes::parse
  18:        0x44b837c05 - 
rustc_interface[2dff1f1aa47c7301]::interface::run_compiler::<(), 
rustc_driver_impl[e3c9f0eca63609ef]::run_compiler::{closure#0}>::{closure#1}
  19:        0x44b83045b - 
<scoped_tls[4f28fd2c8f466c72]::ScopedKey<rustc_span[7473e290a1f4acf]::SessionGlobals>>::set::<rustc_interface[2dff1f1aa47c7301]::util::run_in_thread_with_globals<rustc_interface[2dff1f1aa47c7301]::util::run_in_thread_pool_with_globals<rustc_interface[2dff1f1aa47c7301]::interface::run_compiler<(),
 rustc_driver_impl[e3c9f0eca63609ef]::run_compiler::{closure#0}>::{closure#1}, 
()>::{closure#0}, ()>::{closure#0}::{closure#0}::{closure#0}, ()>
  20:        0x44b7e800d - 
rustc_span[7473e290a1f4acf]::create_session_globals_then::<(), 
rustc_interface[2dff1f1aa47c7301]::util::run_in_thread_with_globals<rustc_interface[2dff1f1aa47c7301]::util::run_in_thread_pool_with_globals<rustc_interface[2dff1f1aa47c7301]::interface::run_compiler<(),
 rustc_driver_impl[e3c9f0eca63609ef]::run_compiler::{closure#0}>::{closure#1}, 
()>::{closure#0}, ()>::{closure#0}::{closure#0}::{closure#0}>
  21:        0x44b836400 - 
std[e0da7c55c8f2722b]::sys::backtrace::__rust_begin_short_backtrace::<rustc_interface[2dff1f1aa47c7301]::util::run_in_thread_with_globals<rustc_interface[2dff1f1aa47c7301]::util::run_in_thread_pool_with_globals<rustc_interface[2dff1f1aa47c7301]::interface::run_compiler<(),
 rustc_driver_impl[e3c9f0eca63609ef]::run_compiler::{closure#0}>::{closure#1}, 
()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>
  22:        0x44b838cf9 - 
<<std[e0da7c55c8f2722b]::thread::Builder>::spawn_unchecked_<rustc_interface[2dff1f1aa47c7301]::util::run_in_thread_with_globals<rustc_interface[2dff1f1aa47c7301]::util::run_in_thread_pool_with_globals<rustc_interface[2dff1f1aa47c7301]::interface::run_compiler<(),
 rustc_driver_impl[e3c9f0eca63609ef]::run_compiler::{closure#0}>::{closure#1}, 
()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as 
core[c4f9f48d5571cb91]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
  23:        0x44e504137 - <alloc::boxed::Box<F,A> as 
core::ops::function::FnOnce<Args>>::call_once::h0d8d84d4c64cc643
                               at 
/mnt/share/packages/rust/rust.x86_64/build/library/alloc/src/boxed.rs:1971:9
  24:        0x44e504137 - 
std::sys::pal::unix::thread::Thread::new::thread_start::h9739ae9629a62ef0
                               at 
/mnt/share/packages/rust/rust.x86_64/build/library/std/src/sys/pal/unix/thread.rs:107:17
  25:     0x7ffedfed4438 - <unknown>
  26:     0x7ffedfe75073 - <unknown>
  27:                0x0 - <unknown>


rustc version: 1.90.0 (1159e78c4 2025-09-14) (built from a source tarball)
platform: x86_64-pc-cygwin
--8<---------------cut here---------------end--------------->8---

But there is a lot more that probably needs looking at, like many fails
about non-reproducible build results and linker errors where apparently
expected libraries aren't found.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

SD adaptations for Waldorf Q V3.00R3 and Q+ V3.54R2:
http://Synth.Stromeko.net/Downloads.html#WaldorfSDada

Reply via email to