We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
tests/command_initial_setup_from_launcher_test.rs
Hello! I installed Juliaup 1.17.9 and everything was ok. But now this test starts failing with an error:
Running tests/command_initial_setup_from_launcher_test.rs (target/release/deps/command_initial_setup_from_launcher_test-2b7d14809744a66c) running 1 test test command_initial_setup ... FAILED failures: ---- command_initial_setup stdout ---- thread 'command_initial_setup' panicked at /tmp/vsc40003/easybuild/Rust/1.75.0/GCCcore-12.3.0/rustc-1.75.0-src/library/core/src/ops/function.rs:250:5: Unexpected stderr, failed (var.starts_with("Installing Julia 1.11.1") && ((! var.contains(apple.darwin14)) || (var.contains(Checking standard library notarization) && var.ends_with("done.\n")))) var as str: Installing Julia 1.11.2+0.x64.linux.gnu var.starts_with("Installing Julia 1.11.1") var: Installing Julia 1.11.2+0.x64.linux.gnu command=`JULIAUP_DEPOT_PATH="/tmp/vsc47063/eb-om7oh7vh/.tmpGyFUli" JULIA_DEPOT_PATH="/tmp/vsc47063/eb-om7oh7vh/.tmpGyFUli" "/tmp/vsc47063/easybuild/build/juliaup/1.17.9/GCCcore-12.3.0/easybuild_vendor/juliaup-1.17.9/target/release/juliaup" "46029ef5-0b73-4a71-bff3-d0d05de42aac"` code=0 stdout="" stderr="Installing Julia 1.11.2+0.x64.linux.gnu\n" stack backtrace: 0: rust_begin_unwind 1: core::panicking::panic_fmt 2: assert_cmd::assert::AssertError::panic::panic_cold_display 3: core::ops::function::FnOnce::call_once 4: core::ops::function::FnOnce::call_once note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. failures: command_initial_setup test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.58s
Seems you change the downloaded version recently but not update this test. Source of my Juliaup is https://crates.io/ OS: RHEL 8/9 Details: https://gist.github.com/boegelbot/e017b060053cbfe8e242f51af8591f6d
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello!
I installed Juliaup 1.17.9 and everything was ok.
But now this test starts failing with an error:
Seems you change the downloaded version recently but not update this test.
Source of my Juliaup is https://crates.io/
OS: RHEL 8/9
Details: https://gist.github.com/boegelbot/e017b060053cbfe8e242f51af8591f6d
The text was updated successfully, but these errors were encountered: