Skip to content

32 requirenents

32 requirenents #49

GitHub Actions / Test Results failed May 1, 2024 in 0s

8 fail, 192 pass in 0s

200 tests  ±0   192 ✅ ±0   0s ⏱️ ±0s
  2 suites ±0     0 💤 ±0 
  1 files   ±0     8 ❌ ±0 

Results for commit b7b78fb. ± Comparison against earlier commit 866197a.

Annotations

Check warning on line 0 in src/spinner/frames.rs - spinner::frames

See this annotation in the file changed.

@github-actions github-actions / Test Results

Frames (line 68) (src/spinner/frames.rs - spinner::frames) failed

results.xml [took 0s]
Raw output
failed src/spinner/frames.rs - spinner::frames::Frames (line 68)
error[E0061]: this function takes 0 arguments but 1 argument was supplied
   --> src/spinner/frames.rs:71:15
    |
6   | let spinner = MultiSpinner::new(Frames::default());
    |               ^^^^^^^^^^^^^^^^^ -----------------
    |                                 |
    |                                 unexpected argument of type `zenity::spinner::Frames`
    |                                 help: remove the extra argument
    |
note: associated function defined here
   --> /home/runner/work/zenity/zenity/src/spinner/mod.rs:107:12
    |
107 |     pub fn new() -> Self {
    |            ^^^

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0061`.
Couldn't compile the test.

Check warning on line 0 in src/spinner/frames.rs - spinner::frames::Frames

See this annotation in the file changed.

@github-actions github-actions / Test Results

default (line 53) (src/spinner/frames.rs - spinner::frames::Frames) failed

results.xml [took 0s]
Raw output
failed src/spinner/frames.rs - spinner::frames::Frames::default (line 53)
error[E0061]: this function takes 0 arguments but 1 argument was supplied
   --> src/spinner/frames.rs:56:15
    |
6   | let spinner = MultiSpinner::new(Frames::default());
    |               ^^^^^^^^^^^^^^^^^ -----------------
    |                                 |
    |                                 unexpected argument of type `zenity::spinner::Frames`
    |                                 help: remove the extra argument
    |
note: associated function defined here
   --> /home/runner/work/zenity/zenity/src/spinner/mod.rs:107:12
    |
107 |     pub fn new() -> Self {
    |            ^^^

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0061`.
Couldn't compile the test.

Check warning on line 0 in src/spinner/mod.rs - spinner

See this annotation in the file changed.

@github-actions github-actions / Test Results

MultiSpinner (line 40) (src/spinner/mod.rs - spinner) failed

results.xml [took 0s]
Raw output
failed src/spinner/mod.rs - spinner::MultiSpinner (line 40)
error[E0061]: this function takes 0 arguments but 1 argument was supplied
   --> src/spinner/mod.rs:46:15
    |
9   | let spinner = MultiSpinner::new(Frames::dot_spinner11());
    |               ^^^^^^^^^^^^^^^^^ -----------------------
    |                                 |
    |                                 unexpected argument of type `zenity::spinner::Frames`
    |                                 help: remove the extra argument
    |
note: associated function defined here
   --> /home/runner/work/zenity/zenity/src/spinner/mod.rs:107:12
    |
107 |     pub fn new() -> Self {
    |            ^^^

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0061`.
Couldn't compile the test.

Check warning on line 0 in src/spinner/mod.rs - spinner::MultiSpinner

See this annotation in the file changed.

@github-actions github-actions / Test Results

run_all (line 244) (src/spinner/mod.rs - spinner::MultiSpinner) failed

results.xml [took 0s]
Raw output
failed src/spinner/mod.rs - spinner::MultiSpinner::run_all (line 244)
error[E0061]: this function takes 0 arguments but 1 argument was supplied
   --> src/spinner/mod.rs:250:19
    |
9   | let mut spinner = MultiSpinner::new(Frames::dots_simple_big1());
    |                   ^^^^^^^^^^^^^^^^^ --------------------------
    |                                     |
    |                                     unexpected argument of type `zenity::spinner::Frames`
    |                                     help: remove the extra argument
    |
note: associated function defined here
   --> /home/runner/work/zenity/zenity/src/spinner/mod.rs:107:12
    |
107 |     pub fn new() -> Self {
    |            ^^^

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0061`.
Couldn't compile the test.

Check warning on line 0 in src/spinner/mod.rs - spinner::MultiSpinner

See this annotation in the file changed.

@github-actions github-actions / Test Results

show_line_number (line 229) (src/spinner/mod.rs - spinner::MultiSpinner) failed

results.xml [took 0s]
Raw output
failed src/spinner/mod.rs - spinner::MultiSpinner::show_line_number (line 229)
error[E0061]: this function takes 0 arguments but 1 argument was supplied
   --> src/spinner/mod.rs:234:15
    |
8   | let spinner = MultiSpinner::new(Frames::default());
    |               ^^^^^^^^^^^^^^^^^ -----------------
    |                                 |
    |                                 unexpected argument of type `zenity::spinner::Frames`
    |                                 help: remove the extra argument
    |
note: associated function defined here
   --> /home/runner/work/zenity/zenity/src/spinner/mod.rs:107:12
    |
107 |     pub fn new() -> Self {
    |            ^^^

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0061`.
Couldn't compile the test.

Check warning on line 0 in src/spinner/mod.rs - spinner::MultiSpinner

See this annotation in the file changed.

@github-actions github-actions / Test Results

stop (line 209) (src/spinner/mod.rs - spinner::MultiSpinner) failed

results.xml [took 0s]
Raw output
failed src/spinner/mod.rs - spinner::MultiSpinner::stop (line 209)
error[E0061]: this function takes 0 arguments but 1 argument was supplied
   --> src/spinner/mod.rs:214:15
    |
8   | let spinner = MultiSpinner::new(Frames::default());
    |               ^^^^^^^^^^^^^^^^^ -----------------
    |                                 |
    |                                 unexpected argument of type `zenity::spinner::Frames`
    |                                 help: remove the extra argument
    |
note: associated function defined here
   --> /home/runner/work/zenity/zenity/src/spinner/mod.rs:107:12
    |
107 |     pub fn new() -> Self {
    |            ^^^

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0061`.
Couldn't compile the test.

Check warning on line 0 in src/spinner/mod.rs - spinner::MultiSpinner

See this annotation in the file changed.

@github-actions github-actions / Test Results

set_styled_text (line 188) (src/spinner/mod.rs - spinner::MultiSpinner) failed

results.xml [took 0s]
Raw output
failed src/spinner/mod.rs - spinner::MultiSpinner::set_styled_text (line 188)
Test executable failed (signal: 6 (SIGABRT) (core dumped)).

stderr:
thread 'main' panicked at src/spinner/mod.rs:160:43:
called `Option::unwrap()` on a `None` value
stack backtrace:
   0:     0x557eac71c085 - std::backtrace_rs::backtrace::libunwind::trace::hf298bdd19a8d0c12
                               at /rustc/f705de59625bb76067a5d102edc1575ff23b8845/library/std/src/../../backtrace/src/backtrace/libunwind.rs:105:5
   1:     0x557eac71c085 - std::backtrace_rs::backtrace::trace_unsynchronized::hed15a4c31dc353e8
                               at /rustc/f705de59625bb76067a5d102edc1575ff23b8845/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
   2:     0x557eac71c085 - std::sys_common::backtrace::_print_fmt::h8252e7e44a3cb24a
                               at /rustc/f705de59625bb76067a5d102edc1575ff23b8845/library/std/src/sys_common/backtrace.rs:68:5
   3:     0x557eac71c085 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::hcf8268cee0428ee6
                               at /rustc/f705de59625bb76067a5d102edc1575ff23b8845/library/std/src/sys_common/backtrace.rs:44:22
   4:     0x557eac73924b - core::fmt::rt::Argument::fmt::hb02e3985ff2a7394
                               at /rustc/f705de59625bb76067a5d102edc1575ff23b8845/library/core/src/fmt/rt.rs:165:63
   5:     0x557eac73924b - core::fmt::write::h11d082d58cd40370
                               at /rustc/f705de59625bb76067a5d102edc1575ff23b8845/library/core/src/fmt/mod.rs:1157:21
   6:     0x557eac71a30f - std::io::Write::write_fmt::h32bae54bc40b94dd
                               at /rustc/f705de59625bb76067a5d102edc1575ff23b8845/library/std/src/io/mod.rs:1832:15
   7:     0x557eac71be5e - std::sys_common::backtrace::_print::h573e96fa3733d8f6
                               at /rustc/f705de59625bb76067a5d102edc1575ff23b8845/library/std/src/sys_common/backtrace.rs:47:5
   8:     0x557eac71be5e - std::sys_common::backtrace::print::hc9e8ab9ad750e917
                               at /rustc/f705de59625bb76067a5d102edc1575ff23b8845/library/std/src/sys_common/backtrace.rs:34:9
   9:     0x557eac71cfb9 - std::panicking::default_hook::{{closure}}::hce323fbaf06fca3a
  10:     0x557eac71ccfd - std::panicking::default_hook::h142905f11045b472
                               at /rustc/f705de59625bb76067a5d102edc1575ff23b8845/library/std/src/panicking.rs:298:9
  11:     0x557eac71d453 - std::panicking::rust_panic_with_hook::h8d58406404dd099f
                               at /rustc/f705de59625bb76067a5d102edc1575ff23b8845/library/std/src/panicking.rs:795:13
  12:     0x557eac71d2fb - std::panicking::begin_panic_handler::{{closure}}::h5641442f565d8157
                               at /rustc/f705de59625bb76067a5d102edc1575ff23b8845/library/std/src/panicking.rs:656:13
  13:     0x557eac71c549 - std::sys_common::backtrace::__rust_end_short_backtrace::haff6156eee5f4b04
                               at /rustc/f705de59625bb76067a5d102edc1575ff23b8845/library/std/src/sys_common/backtrace.rs:171:18
  14:     0x557eac71d067 - rust_begin_unwind
                               at /rustc/f705de59625bb76067a5d102edc1575ff23b8845/library/std/src/panicking.rs:652:5
  15:     0x557eac65df93 - core::panicking::panic_fmt::hf71ef3a99b8bd976
                               at /rustc/f705de59625bb76067a5d102edc1575ff23b8845/library/core/src/panicking.rs:72:14
  16:     0x557eac65e03c - core::panicking::panic::hf9c5266c617de058
                               at /rustc/f705de59625bb76067a5d102edc1575ff23b8845/library/core/src/panicking.rs:146:5
  17:     0x557eac65df39 - core::option::unwrap_failed::h80cf3bbc050ca345
                               at /rustc/f705de59625bb76067a5d102edc1575ff23b8845/library/core/src/option.rs:1984:5
  18:     0x557eac66575f - core::option::Option<T>::unwrap::ha77db63e9df7912b
                               at /rustc/f705de59625bb76067a5d102edc1575ff23b8845/library/core/src/option.rs:932:21
  19:     0x557eac66575f - zenity::spinner::MultiSpinner::get_last::h50cc37993cedd1ac
                               at /home/runner/work/zenity/zenity/src/spinner/mod.rs:160:9
  20:     0x557eac65e746 - rust_out::main::_doctest_main_src_spinner_mod_rs_188_0::h06520bdfc8dd58c0

Check warning on line 0 in src/spinner/mod.rs - spinner::MultiSpinner

See this annotation in the file changed.

@github-actions github-actions / Test Results

set_text (line 168) (src/spinner/mod.rs - spinner::MultiSpinner) failed

results.xml [took 0s]
Raw output
failed src/spinner/mod.rs - spinner::MultiSpinner::set_text (line 168)
Test executable failed (signal: 6 (SIGABRT) (core dumped)).

stderr:
thread 'main' panicked at src/spinner/mod.rs:160:43:
called `Option::unwrap()` on a `None` value
stack backtrace:
   0:     0x56092ca271d5 - std::backtrace_rs::backtrace::libunwind::trace::hf298bdd19a8d0c12
                               at /rustc/f705de59625bb76067a5d102edc1575ff23b8845/library/std/src/../../backtrace/src/backtrace/libunwind.rs:105:5
   1:     0x56092ca271d5 - std::backtrace_rs::backtrace::trace_unsynchronized::hed15a4c31dc353e8
                               at /rustc/f705de59625bb76067a5d102edc1575ff23b8845/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
   2:     0x56092ca271d5 - std::sys_common::backtrace::_print_fmt::h8252e7e44a3cb24a
                               at /rustc/f705de59625bb76067a5d102edc1575ff23b8845/library/std/src/sys_common/backtrace.rs:68:5
   3:     0x56092ca271d5 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::hcf8268cee0428ee6
                               at /rustc/f705de59625bb76067a5d102edc1575ff23b8845/library/std/src/sys_common/backtrace.rs:44:22
   4:     0x56092ca4439b - core::fmt::rt::Argument::fmt::hb02e3985ff2a7394
                               at /rustc/f705de59625bb76067a5d102edc1575ff23b8845/library/core/src/fmt/rt.rs:165:63
   5:     0x56092ca4439b - core::fmt::write::h11d082d58cd40370
                               at /rustc/f705de59625bb76067a5d102edc1575ff23b8845/library/core/src/fmt/mod.rs:1157:21
   6:     0x56092ca2545f - std::io::Write::write_fmt::h32bae54bc40b94dd
                               at /rustc/f705de59625bb76067a5d102edc1575ff23b8845/library/std/src/io/mod.rs:1832:15
   7:     0x56092ca26fae - std::sys_common::backtrace::_print::h573e96fa3733d8f6
                               at /rustc/f705de59625bb76067a5d102edc1575ff23b8845/library/std/src/sys_common/backtrace.rs:47:5
   8:     0x56092ca26fae - std::sys_common::backtrace::print::hc9e8ab9ad750e917
                               at /rustc/f705de59625bb76067a5d102edc1575ff23b8845/library/std/src/sys_common/backtrace.rs:34:9
   9:     0x56092ca28109 - std::panicking::default_hook::{{closure}}::hce323fbaf06fca3a
  10:     0x56092ca27e4d - std::panicking::default_hook::h142905f11045b472
                               at /rustc/f705de59625bb76067a5d102edc1575ff23b8845/library/std/src/panicking.rs:298:9
  11:     0x56092ca285a3 - std::panicking::rust_panic_with_hook::h8d58406404dd099f
                               at /rustc/f705de59625bb76067a5d102edc1575ff23b8845/library/std/src/panicking.rs:795:13
  12:     0x56092ca2844b - std::panicking::begin_panic_handler::{{closure}}::h5641442f565d8157
                               at /rustc/f705de59625bb76067a5d102edc1575ff23b8845/library/std/src/panicking.rs:656:13
  13:     0x56092ca27699 - std::sys_common::backtrace::__rust_end_short_backtrace::haff6156eee5f4b04
                               at /rustc/f705de59625bb76067a5d102edc1575ff23b8845/library/std/src/sys_common/backtrace.rs:171:18
  14:     0x56092ca281b7 - rust_begin_unwind
                               at /rustc/f705de59625bb76067a5d102edc1575ff23b8845/library/std/src/panicking.rs:652:5
  15:     0x56092c968f93 - core::panicking::panic_fmt::hf71ef3a99b8bd976
                               at /rustc/f705de59625bb76067a5d102edc1575ff23b8845/library/core/src/panicking.rs:72:14
  16:     0x56092c96903c - core::panicking::panic::hf9c5266c617de058
                               at /rustc/f705de59625bb76067a5d102edc1575ff23b8845/library/core/src/panicking.rs:146:5
  17:     0x56092c968f39 - core::option::unwrap_failed::h80cf3bbc050ca345
                               at /rustc/f705de59625bb76067a5d102edc1575ff23b8845/library/core/src/option.rs:1984:5
  18:     0x56092c9708df - core::option::Option<T>::unwrap::ha77db63e9df7912b
                               at /rustc/f705de59625bb76067a5d102edc1575ff23b8845/library/core/src/option.rs:932:21
  19:     0x56092c9708df - zenity::spinner::MultiSpinner::get_last::h50cc37993cedd1ac
                               at /home/runner/work/zenity/zenity/src/spinner/mod.rs:160:9
  20:     0x56092c969786 - rust_out::main::_doctest_main_src_spinner_mod_rs_168_0::hc79e2faa21c9e2bd