juliaup icon indicating copy to clipboard operation
juliaup copied to clipboard

Failing installation with default configuration on SUSE Linux Enterprise Server 15.5.0 [64-bit] (Juliainstaller Crash Report)

Open omlins opened this issue 1 year ago • 1 comments

[eiger][omlins@eiger-ln003 ~]$ curl -fsSL https://install.julialang.org | sh

info: downloading installer
Welcome to Julia!

This will download and install the official Julia Language distribution
and its version manager Juliaup.

Juliaup will be installed into the Juliaup home directory, located at:

  /users/omlins/.juliaup

The julia, juliaup and other commands will be added to
Juliaup's bin directory, located at:

  /users/omlins/.juliaup/bin

This path will then be added to your PATH environment variable by
modifying the profile files located at:

  /users/omlins/.bashrc
  /users/omlins/.profile

Julia will look for a new version of Juliaup itself every 1440 minutes when you start julia.

You can uninstall at any time with juliaup self uninstall and these
changes will be reverted.

✔ Do you want to install with these default configuration choices? · Proceed with installation

Now installing Juliaup
Juliaup configuration is locked by another process, waiting for it to unlock.
Well, this is embarrassing.

Juliainstaller had a problem and crashed. To help us diagnose the problem you can send us a crash report.

We have generated a report file at "/tmp/report-c3bf4668-cec2-43fd-b112-a362bd597d72.toml". Submit an issue or email with the subject of "Juliainstaller Crash Report" and include the report as an attachment.


To submit the crash report:

https://github.com/JuliaLang/juliaup

We take privacy seriously, and do not perform any automated error collection. In order to improve the software, we rely on people to submit reports.

Thank you kindly!
[eiger][omlins@eiger-ln003 ~]$ cat /tmp/report-c3bf4668-cec2-43fd-b112-a362bd597d72.toml
"name" = "Juliainstaller"
"operating_system" = "SUSE Linux Enterprise Server 15.5.0 [64-bit]"
"crate_version" = "1.14.9"
"explanation" = """
Panic occurred in file 'src/config_file.rs' at line 264
"""
"cause" = 'called `Result::unwrap()` on an `Err` value: Os { code: 524, kind: Uncategorized, message: "No error information" }'
"method" = "Panic"
"backtrace" = """

   0: 0x149ae6311227 - juliaup::config_file::load_mut_config_db::h9bb5e3deec2804fa
   1: 0x149ae634070a - juliaup::command_config_backgroundselfupdate::run_command_config_backgroundselfupdate::hdea4368083ce4a22
   2: 0x149ae621db21 - juliainstaller::main::hb78f2b483d6a6658
   3: 0x149ae6204133 - std::sys_common::backtrace::__rust_begin_short_backtrace::hf3d1e83cc031fd94
   4: 0x149ae6223b79 - main"""
[eiger][omlins@eiger-ln003 ~]$ 

omlins avatar Aug 16 '24 17:08 omlins

I was going to open the same issue, my crash report is

"name" = "Juliaup"
"operating_system" = "Ubuntu 22.4.0 (jammy) [64-bit]"
"crate_version" = "1.14.9"
"explanation" = """
Panic occurred in file 'src/operations.rs' at line 1348
"""
"cause" = 'called `Result::unwrap()` on an `Err` value: reqwest::Error { kind: Request, url: Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("julialangnightlies-s3.julialang.org")), port: None, path: "/bin/linux/x86_64/julia-latest-linux-x86_64.tar.gz", query: None, fragment: None }, source: TimedOut }'
"method" = "Panic"
"backtrace" = """

   0: 0x55bb413a35db - <core::iter::adapters::filter_map::FilterMap<I,F> as core::iter::traits::iterator::Iterator>::next::h78f74617b54029c4
   1: 0x55bb4136c6fb - juliaup::operations::update_version_db::h274b42a72bdd9265
   2: 0x55bb41260c8c - juliaup::main::h990f1ce64d381b81
   3: 0x55bb412575e3 - std::sys_common::backtrace::__rust_begin_short_backtrace::he7973c5422ce3954
   4: 0x55bb4126d7ef - main
   5: 0x7f1ee40cbd90 - __libc_start_call_main
                at ./csu/../sysdeps/nptl/libc_start_call_main.h:58
   6: 0x7f1ee40cbe40 - __libc_start_main_impl
                at ./csu/../csu/libc-start.c:392
   7: 0x55bb41252279 - _start
   8:        0x0 - <unresolved>"""

giordano avatar Aug 16 '24 17:08 giordano