cargo-outdated icon indicating copy to clipboard operation
cargo-outdated copied to clipboard

thread 'main' panicked at 'no entry found for key', src/cargo_ops/temp_project.rs:702:20

Open wolverian opened this issue 4 years ago • 1 comments

Reproduce:

$ git clone https://github.com/LukeMathWalker/tracing-actix-web
$ cd tracing-actix-web/
$ git checkout 8b3d748690a3595fa3a744f93ebdfe46f275ed0f
$ RUST_BACKTRACE=full cargo outdated --features 'opentelemetry_0_16'
thread 'main' panicked at 'no entry found for key', src/cargo_ops/temp_project.rs:702:20
stack backtrace:
   0:        0x1009fed64 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h73f755d0edc98b2d
   1:        0x10092de98 - core::fmt::write::h406388b3e90b7841
   2:        0x1009fbd44 - std::io::Write::write_fmt::h920eddc1fe86e531
   3:        0x1009fd438 - std::panicking::rust_panic_with_hook::h9238907de45bb7ca
   4:        0x1009ff0d0 - std::panicking::begin_panic_handler::{{closure}}::h35ce3ba24e6e0953
   5:        0x1009ff048 - std::sys_common::backtrace::__rust_end_short_backtrace::h3b0dd08d4c372560
   6:        0x1009fcbf4 - _rust_begin_unwind
   7:        0x100a6d070 - core::panicking::panic_fmt::he4b80e158e22dad7
   8:        0x100a6d294 - core::option::expect_failed::h9bad4792274efb75
   9:        0x1008fab04 - cargo_outdated::cargo_ops::temp_project::manifest_paths::manifest_paths_recursive::hd564e4ab091129a3
  10:        0x1008fb170 - cargo_outdated::cargo_ops::temp_project::manifest_paths::manifest_paths_recursive::hd564e4ab091129a3
  11:        0x1008f7ab8 - cargo_outdated::cargo_ops::temp_project::TempProject::from_workspace::h45569abca939eeec
  12:        0x10090c6f0 - cargo_outdated::main::hb60c37ea07e67062
  13:        0x1008eb4a8 - std::sys_common::backtrace::__rust_begin_short_backtrace::h4e719ec0931a59ca
  14:        0x100909d30 - _main

Versions:

$ cargo version
cargo 1.54.0 (5ae8d74b3 2021-06-22)
$ cargo outdated --version
cargo-outdated v0.9.17
$ rustup show
Default host: aarch64-apple-darwin
rustup home:  /Users/ii/.rustup

installed toolchains
--------------------

stable-aarch64-apple-darwin (default)
nightly-aarch64-apple-darwin

active toolchain
----------------

stable-aarch64-apple-darwin (default)
rustc 1.54.0 (a178d0322 2021-07-26)

wolverian avatar Sep 09 '21 10:09 wolverian

Same here. Still not fixed.

cargo version
cargo 1.60.0 (d1fd9fe 2022-03-01)

rustup show
Default host: x86_64-unknown-linux-gnu
rustup home:  /home/andrey/.rustup

installed toolchains
--------------------

stable-x86_64-unknown-linux-gnu (default)
nightly-x86_64-unknown-linux-gnu

active toolchain
----------------

stable-x86_64-unknown-linux-gnu (default)
rustc 1.60.0 (7737e0b5c 2022-04-04)

Antiarchitect avatar Apr 26 '22 13:04 Antiarchitect