Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flaky CI macos: test_install_and_strip "Wait: Timeout of '30s' reached" #6275

Closed
cre4ture opened this issue Apr 26, 2024 · 2 comments
Closed

Comments

@cre4ture
Copy link
Contributor

cre4ture commented Apr 26, 2024


failures:

---- test_install::test_install_and_strip stdout ----
run: /Users/runner/work/coreutils/coreutils/target/x86_64-apple-darwin/debug/coreutils install -s helloworld_macos helloworld_installed
thread 'test_install::test_install_and_strip' panicked at 'called `Result::unwrap()` on an `Err` value: Custom { kind: Other, error: "wait: Timeout of '30s' reached" }', tests/common/util.rs:1708:35
stack backtrace:
   0: rust_begin_unwind
             at /rustc/90c541806f23a127002de5b4038be731ba1458ca/library/std/src/panicking.rs:578:5
   1: core::panicking::panic_fmt
             at /rustc/90c541806f23a127002de5b4038be731ba1458ca/library/core/src/panicking.rs:67:14
   2: core::result::unwrap_failed
             at /rustc/90c541806f23a127002de5b4038be731ba1458ca/library/core/src/result.rs:1687:5
   3: core::result::Result<T,E>::unwrap
             at /rustc/90c541806f23a127002de5b4038be731ba1458ca/library/core/src/result.rs:1089:23
   4: tests::common::util::UCommand::run
             at ./tests/common/util.rs:1708:9
   5: tests::common::util::UCommand::succeeds
             at ./tests/common/util.rs:1723:26
   6: tests::test_install::test_install_and_strip
             at ./tests/by-util/test_install.rs:637:5
   7: tests::test_install::test_install_and_strip::{{closure}}
             at ./tests/by-util/test_install.rs:634:29
   8: core::ops::function::FnOnce::call_once
             at /rustc/90c541806f23a127002de5b4038be731ba1458ca/library/core/src/ops/function.rs:250:5
   9: core::ops::function::FnOnce::call_once
             at /rustc/90c541806f23a127002de5b4038be731ba1458ca/library/core/src/ops/function.rs:250:5
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

---- test_install::test_install_and_strip_with_program stdout ----
run: /Users/runner/work/coreutils/coreutils/target/x86_64-apple-darwin/debug/coreutils install -s --strip-program /usr/bin/strip helloworld_macos helloworld_installed
thread 'test_install::test_install_and_strip_with_program' panicked at 'called `Result::unwrap()` on an `Err` value: Custom { kind: Other, error: "wait: Timeout of '30s' reached" }', tests/common/util.rs:1708:35
stack backtrace:
   0: rust_begin_unwind
             at /rustc/90c541806f23a127002de5b4038be731ba1458ca/library/std/src/panicking.rs:578:5
   1: core::panicking::panic_fmt
             at /rustc/90c541806f23a127002de5b4038be731ba1458ca/library/core/src/panicking.rs:67:14
   2: core::result::unwrap_failed
             at /rustc/90c541806f23a127002de5b4038be731ba1458ca/library/core/src/result.rs:1687:5
   3: core::result::Result<T,E>::unwrap
             at /rustc/90c541806f23a127002de5b4038be731ba1458ca/library/core/src/result.rs:1089:23
   4: tests::common::util::UCommand::run
             at ./tests/common/util.rs:1708:9
   5: tests::common::util::UCommand::succeeds
             at ./tests/common/util.rs:1723:26
   6: tests::test_install::test_install_and_strip_with_program
             at ./tests/by-util/test_install.rs:660:5
   7: tests::test_install::test_install_and_strip_with_program::{{closure}}
             at ./tests/by-util/test_install.rs:657:42
   8: core::ops::function::FnOnce::call_once
             at /rustc/90c541806f23a127002de5b4038be731ba1458ca/library/core/src/ops/function.rs:250:5
   9: core::ops::function::FnOnce::call_once
             at /rustc/90c541806f23a127002de5b4038be731ba1458ca/library/core/src/ops/function.rs:250:5
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.


failures:
    test_install::test_install_and_strip
    test_install::test_install_and_strip_with_program

test result: FAILED. 3163 passed; 2 failed; 42 ignored; 0 measured; 0 filtered out; finished in 163.75s

happened here:

@sylvestre
Copy link
Contributor

"Wait: Timeout of '30s' reached" => is the crux

@cre4ture cre4ture changed the title flaky CI macos: test_install_and_strip flaky CI macos: test_install_and_strip "Wait: Timeout of '30s' reached" Apr 26, 2024
@cakebaker
Copy link
Contributor

It looks like this issue disappeared, possibly thanks to #6425.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants