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

Fleet crashed #62

Open
Obaidah-Jbreel opened this issue Jan 11, 2023 · 3 comments
Open

Fleet crashed #62

Obaidah-Jbreel opened this issue Jan 11, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@Obaidah-Jbreel
Copy link

Obaidah-Jbreel commented Jan 11, 2023

name = 'fleet-rs'
operating_system = 'unix:Unknown'
crate_version = '0.0.8'
explanation = '''
Panic occurred in file 'src/../src/core/commands/init.rs' at line 23
'''
cause = 'not yet implemented'
method = 'Panic'
backtrace = '''
0: 0x55d4787f9bfd - core::panicking::panic::h622b2a38bce78ff3
at /rustc/90743e7298aca107ddaa0c202a4d3604e29bfeb6/library/core/src/panicking.rs:115
1: 0x55d4788176c0 - fleet::core::commands::init::run::h6c3a514da57ed34f
2: 0x55d478842212 - fleet::cli::app::App::run::h49ea98f4f0f4c087
3: 0x55d47883ce6e - fleet::main::hc08c6bb3512e5361
4: 0x55d478812253 - std::sys_common::backtrace::__rust_begin_short_backtrace::h595095921f499da2
5: 0x55d47881ae5d - std::rt::lang_start::{{closure}}::h854582fe38983272
6: 0x55d4789dc1bb - core::ops::function::impls::<impl core::ops::function::FnOnce for &F>::call_once::h8cbb48ae40ddb046
at /rustc/90743e7298aca107ddaa0c202a4d3604e29bfeb6/library/core/src/ops/function.rs:286
- std::panicking::try::do_call::h92db802eb38b49b7
at /rustc/90743e7298aca107ddaa0c202a4d3604e29bfeb6/library/std/src/panicking.rs:483
- std::panicking::try::ha8949d2082cf3644
at /rustc/90743e7298aca107ddaa0c202a4d3604e29bfeb6/library/std/src/panicking.rs:447
- std::panic::catch_unwind::h5e34c1f8a5992ed9
at /rustc/90743e7298aca107ddaa0c202a4d3604e29bfeb6/library/std/src/panic.rs:137
- std::rt::lang_start_internal::{{closure}}::hea52a0bb3f8ff16a
at /rustc/90743e7298aca107ddaa0c202a4d3604e29bfeb6/library/std/src/rt.rs:148
- std::panicking::try::do_call::h5bc358faf3d68a8b
at /rustc/90743e7298aca107ddaa0c202a4d3604e29bfeb6/library/std/src/panicking.rs:483
- std::panicking::try::h675304212928379d
at /rustc/90743e7298aca107ddaa0c202a4d3604e29bfeb6/library/std/src/panicking.rs:447
- std::panic::catch_unwind::h7ce3ad349ed5c844
at /rustc/90743e7298aca107ddaa0c202a4d3604e29bfeb6/library/std/src/panic.rs:137
- std::rt::lang_start_internal::hcd7e45acd25ab5ab
at /rustc/90743e7298aca107ddaa0c202a4d3604e29bfeb6/library/std/src/rt.rs:148
7: 0x55d47883d1d5 - main
8: 0x7faee1829d90 -
9: 0x7faee1829e40 - __libc_start_main
10: 0x55d4787f9f75 - _start
11: 0x0 - '''

@Obaidah-Jbreel Obaidah-Jbreel added the bug Something isn't working label Jan 11, 2023
@Obaidah-Jbreel
Copy link
Author

OS is pop_os 22.10 LTS

@orhun
Copy link

orhun commented Jan 11, 2023

It looks like fleet run is not yet implemented:

pub fn run(_app: App, _args: Option<Values>) -> Result<()> {
todo!()
}

@Obaidah-Jbreel
Copy link
Author

ah ok

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants