Skip to content

Error with git deps without #branchname #307

@aredridel

Description

@aredridel
:; RUST_BACKTRACE=1 oro apply

🔍 Resolving ░░░░░░░░░░░░░░░░░░░░ [0/125]                                                  thread 'main' panicked at 'Something is seriously wrong with hosted git deps.', crates/nassun/src/fetch/git.rs:84:25
stack backtrace:
🔍 Resolving ░░░░░░░░░░░░░░░░░░░░ [0/125]                                                     0: rust_begin_unwind
             at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/std/src/panicking.rs:593:5
   1: core::panicking::panic_fmt
             at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/core/src/panicking.rs:67:14
   2: nassun::fetch::git::GitFetcher::fetch_to_temp_dir::{{closure}}
             at /home/runner/work/orogene/orogene/crates/nassun/src/fetch/git.rs:84:25
   3: <nassun::fetch::git::GitFetcher as nassun::fetch::PackageFetcher>::corgi_packument::{{closure}}
             at /home/runner/work/orogene/orogene/crates/nassun/src/fetch/git.rs:247:50
   4: <core::pin::Pin<P> as core::future::future::Future>::poll
             at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/core/src/future/future.rs:125:9
   5: nassun::resolver::PackageResolver::resolve::{{closure}}
             at /home/runner/work/orogene/orogene/crates/nassun/src/resolver.rs:130:74
   6: nassun::client::Nassun::resolve_spec::{{closure}}
             at /home/runner/work/orogene/orogene/crates/nassun/src/client.rs:300:14
   7: <F as futures_core::future::TryFuture>::try_poll
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.28/src/future.rs:82:9
   8: <futures_util::future::try_future::into_future::IntoFuture<Fut> as core::future::future::Future>::poll
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.28/src/future/try_future/into_future.rs:34:9
   9: <futures_util::future::future::map::Map<Fut,F> as core::future::future::Future>::poll
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.28/src/future/future/map.rs:55:37
  10: <futures_util::future::future::Map<Fut,F> as core::future::future::Future>::poll
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.28/src/lib.rs:91:13
  11: <futures_util::future::try_future::MapOk<Fut,F> as core::future::future::Future>::poll
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.28/src/lib.rs:91:13
  12: <futures_util::stream::futures_unordered::FuturesUnordered<Fut> as futures_core::stream::Stream>::poll_next
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.28/src/stream/futures_unordered/mod.rs:518:17
  13: futures_util::stream::stream::StreamExt::poll_next_unpin
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-u
🔍 Resolving ░░░░░░░░░░░░░░░░░░░░ [0/125]                                                  :1632:9
  14: <futures_util::stream::stream::buffer_unordered::BufferUnordered<St> as futures_core::stream::Stream>::poll_next
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.28/src/stream/stream/buffer_unordered.rs:75:38
  15: <futures_util::stream::stream::fuse::Fuse<S> as futures_core::stream::Stream>::poll_next
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.28/src/stream/stream/fuse.rs:53:27
  16: <futures_util::stream::stream::ready_chunks::ReadyChunks<St> as futures_core::stream::Stream>::poll_next
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.28/src/stream/stream/ready_chunks.rs:40:19
  17: futures_util::stream::stream::StreamExt::poll_next_unpin
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.28/src/stream/stream/mod.rs:1632:9
  18: <futures_util::stream::stream::next::Next<St> as core::future::future::Future>::poll
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.28/src/stream/stream/next.rs:32:21
  19: node_maintainer::resolver::Resolver::run_resolver::{{closure}}
             at /home/runner/work/orogene/orogene/crates/node-maintainer/./src/resolver.rs:191:59
  20: node_maintainer::maintainer::NodeMaintainerOptions::resolve_manifest::{{closure}}
             at /home/runner/work/orogene/orogene/crates/node-maintainer/./src/maintainer.rs:359:69
  21: orogene::apply_args::ApplyArgs::resolve::{{closure}}
             at /home/runner/work/orogene/orogene/src/apply_args.rs:245:67
  22: orogene::apply_args::ApplyArgs::execute::{{closure}}
             at /home/runner/work/orogene/orogene/src/apply_args.rs:138:14
  23: <orogene::commands::apply::ApplyCmd as orogene::commands::OroCommand>::execute::{{closure}}
             at /home/runner/work/orogene/orogene/src/commands/apply.rs:37:35
  24: <core::pin::Pin<P> as core::future::future::Future>::poll
             at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/core/src/future/future.rs:125:9
  25: <orogene::Orogene as orogene::commands::OroCommand>::execute::{{closure}}
             at /home/runner/work/orogene/orogene/src/lib.rs:870:49
  26: <core::pin::Pin<P> as core::future::future::Future>::poll
             at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/core/src/future/future.rs:125:9
  27: orogene::Orogene::load::{{closure}}
             at /home/runner/work/orogene/orogene/src/lib.rs:709:14
  28: oro::main::main::{{closure}}
             at /home/runner/work/orogene/orogene/src/main.rs:6:24
  29: oro::main::{{closure}}
             at /home/runner/work/orogene/orogene/src/main.rs:4:1
  30: <async_std::task::builder::SupportTaskLocals<F> as core::future::future::Future>::poll::{{closure}}
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-std-1.12.0/src/task/builder.rs:199:17
  31: async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-std-1.12.0/src/task/task_locals_wrapper.rs:60:13
  32: std::thread::local::LocalKey<T>::try_with
             at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/std/src/thread/local.rs:270:16
  33: std::thread::local::LocalKey<T>::with
             at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/std/src/thread/local.rs:246:9
  34: async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-std-1.12.0/src/task/task_locals_wrapper.rs:55:17
  35: <async_std::task::builder::SupportTaskLocals<F> as core::future::future::Future>::poll
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-std-1.12.0/src/task/builder.rs:197:13
  36: <futures_lite::future::Or<F1,F2> as core::future::future::Future>::poll
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-lite-1.13.0/src/future.rs:526:33
  37: async_executor::Executor::run::{{closure}}::{{closure}}
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.5.4/src/lib.rs:255:40
  38: async_executor::LocalQueue::with::<impl async_executor::LocalQueue>::set::{{closure}}::{{closure}}
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.5.4/src/lib.rs:943:21
  39: <futures_lite::future::PollFn<F> as core::future::future::Future>::poll
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-lite-1.13.0/src/future.rs:246:9
  40: async_executor::LocalQueue::with::<impl async_executor::LocalQueue>::set::{{closure}}
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.5.4/src/lib.rs:945:18
  41: async_executor::Executor::run::{{closure}}
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.5.4/src/lib.rs:258:10
  42: async_executor::LocalExecutor::run::{{closure}}
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.5.4/src/lib.rs:482:34
  43: async_io::driver::block_on
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-1.13.0/src/driver.rs:146:33
  44: async_global_executor::reactor::block_on::{{closure}}
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-global-executor-2.3.1/src/reactor.rs:3:18
  45: async_global_executor::reactor::block_on
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-global-executor-2.3.1/src/reactor.rs:12:5
  46: async_global_executor::executor::block_on::{{closure}}
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-global-executor-2.3.1/src/executor.rs:26:36
  47: std::thread::local::LocalKey<T>::try_with
             at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/std/src/thread/local.rs:270:16
  48: std::thread::local::LocalKey<T>::with
             at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/std/src/thread/local.rs:246:9
  49: async_global_executor::executor::block_on
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-global-executor-2.3.1/src/executor.rs:26:20
  50: async_std::task::builder::Builder::blocking::{{closure}}::{{closure}}
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-std-1.12.0/src/task/builder.rs:171:25
  51: async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-std-1.12.0/src/task/task_locals_wrapper.rs:60:13
  52: std::thread::local::LocalKey<T>::try_with
             at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/std/src/thread/local.rs:270:16
  53: std::thread::local::LocalKey<T>::with
             at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/std/src/thread/local.rs:246:9
  54: async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-std-1.12.0/src/task/task_locals_wrapper.rs:55:17
  55: async_std::task::builder::Builder::blocking::{{closure}}
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-std-1.12.0/src/task/builder.rs:168:17
  56: std::thread::local::LocalKey<T>::try_with
             at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/std/src/thread/local.rs:270:16
  57: std::thread::local::LocalKey<T>::with
             at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/std/src/thread/local.rs:246:9
  58: async_std::task::builder::Builder::blocking
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-std-1.12.0/src/task/builder.rs:161:29
  59: async_std::task::block_on::block_on
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-std-1.12.0/src/task/block_on.rs:33:5
  60: oro::main
             at /home/runner/work/orogene/orogene/src/main.rs:4:1
  61: core::ops::function::FnOnce::call_once
             at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/core/src/ops/function.rs:250:5
🔍 Resolving ░░░░░░░░░░░░░░░░░░░░ [0/125]                                                  note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions