-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
A deployment's installation failed on HyperError: channel closed during “create namespace”.
The namespace wasn’t created and all attempts to setting the deployment version afterward were marked as upgrade and not installation, so the namespace was not created for them as well.
2023-02-26 14:03:15
13: _start
2023-02-26 14:03:15
12: __libc_start_main
2023-02-26 14:03:15
11: main
2023-02-26 14:03:15
at /rustc/d5a82bbd26e1ad8b7401f6a718a9c57c96905483/library/std/src/rt.rs:148:20
2023-02-26 14:03:15
std::rt::lang_start_internal
2023-02-26 14:03:15
at /rustc/d5a82bbd26e1ad8b7401f6a718a9c57c96905483/library/std/src/panic.rs:137:14
2023-02-26 14:03:15
std::panic::catch_unwind
2023-02-26 14:03:15
at /rustc/d5a82bbd26e1ad8b7401f6a718a9c57c96905483/library/std/src/panicking.rs:447:19
2023-02-26 14:03:15
std::panicking::try
2023-02-26 14:03:15
at /rustc/d5a82bbd26e1ad8b7401f6a718a9c57c96905483/library/std/src/panicking.rs:483:40
2023-02-26 14:03:15
std::panicking::try::do_call
2023-02-26 14:03:15
at /rustc/d5a82bbd26e1ad8b7401f6a718a9c57c96905483/library/std/src/rt.rs:148:48
2023-02-26 14:03:15
std::rt::lang_start_internal::{{closure}}
2023-02-26 14:03:15
at /rustc/d5a82bbd26e1ad8b7401f6a718a9c57c96905483/library/std/src/panic.rs:137:14
2023-02-26 14:03:15
std::panic::catch_unwind
2023-02-26 14:03:15
at /rustc/d5a82bbd26e1ad8b7401f6a718a9c57c96905483/library/std/src/panicking.rs:447:19
2023-02-26 14:03:15
std::panicking::try
2023-02-26 14:03:15
at /rustc/d5a82bbd26e1ad8b7401f6a718a9c57c96905483/library/std/src/panicking.rs:483:40
2023-02-26 14:03:15
std::panicking::try::do_call
2023-02-26 14:03:15
at /rustc/d5a82bbd26e1ad8b7401f6a718a9c57c96905483/library/core/src/ops/function.rs:606:13
2023-02-26 14:03:15
10: core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once
2023-02-26 14:03:15
at /rustc/d5a82bbd26e1ad8b7401f6a718a9c57c96905483/library/std/src/rt.rs:166:18
2023-02-26 14:03:15
9: std::rt::lang_start::{{closure}}
2023-02-26 14:03:15
at /rustc/d5a82bbd26e1ad8b7401f6a718a9c57c96905483/library/std/src/sys_common/backtrace.rs:121:18
2023-02-26 14:03:15
std::sys_common::backtrace::__rust_begin_short_backtrace
2023-02-26 14:03:15
at /rustc/d5a82bbd26e1ad8b7401f6a718a9c57c96905483/library/core/src/ops/function.rs:507:5
2023-02-26 14:03:15
8: core::ops::function::FnOnce::call_once
2023-02-26 14:03:15
at /build/k8s-agent/src/main.rs:42:5
2023-02-26 14:03:15
platz_k8s_agent::main
2023-02-26 14:03:15
at /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.24.2/src/runtime/runtime.rs:284:45
2023-02-26 14:03:15
7: tokio::runtime::runtime::Runtime::block_on
2023-02-26 14:03:15
at /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.24.2/src/runtime/scheduler/multi_thread/mod.rs:66:9
2023-02-26 14:03:15
tokio::runtime::scheduler::multi_thread::MultiThread::block_on
2023-02-26 14:03:15
at /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.24.2/src/runtime/context.rs:315:13
2023-02-26 14:03:15
6: tokio::runtime::context::BlockingRegionGuard::block_on
2023-02-26 14:03:15
at /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.24.2/src/runtime/park.rs:283:31
2023-02-26 14:03:15
tokio::runtime::park::CachedParkThread::block_on
2023-02-26 14:03:15
at /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.24.2/src/runtime/coop.rs:68:5
2023-02-26 14:03:15
tokio::runtime::coop::budget
2023-02-26 14:03:15
at /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.24.2/src/runtime/coop.rs:102:5
2023-02-26 14:03:15
tokio::runtime::coop::with_budget
2023-02-26 14:03:15
at /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.24.2/src/runtime/park.rs:283:63
2023-02-26 14:03:15
tokio::runtime::park::CachedParkThread::block_on::{{closure}}
2023-02-26 14:03:15
at /build/k8s-agent/src/main.rs:42:12
2023-02-26 14:03:15
platz_k8s_agent::main::{{closure}}
2023-02-26 14:03:15
at /build/k8s-agent/src/main.rs:13:5
2023-02-26 14:03:15
platz_k8s_agent::_main::{{closure}}
2023-02-26 14:03:15
at /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.24.2/src/future/poll_fn.rs:58:9
2023-02-26 14:03:15
5: <tokio::future::poll_fn::PollFn<F> as core::future::future::Future>::poll
2023-02-26 14:03:15
at /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.24.2/src/macros/select.rs:517:49
2023-02-26 14:03:15
platz_k8s_agent::_main::{{closure}}::{{closure}}
2023-02-26 14:03:15
at /build/k8s-agent/src/task_runner/mod.rs:50:36
2023-02-26 14:03:15
4: platz_k8s_agent::task_runner::start::{{closure}}
2023-02-26 14:03:15
at /build/k8s-agent/src/task_runner/mod.rs:71:25
2023-02-26 14:03:15
platz_k8s_agent::task_runner::run_pending_tasks::{{closure}}
2023-02-26 14:03:15
at /rustc/d5a82bbd26e1ad8b7401f6a718a9c57c96905483/library/core/src/future/future.rs:124:9
2023-02-26 14:03:15
3: <core::pin::Pin<P> as core::future::future::Future>::poll
2023-02-26 14:03:15
at /build/k8s-agent/src/task_runner/runnable_task.rs:20:91
2023-02-26 14:03:15
<platz_db::schema::deployment_task::DeploymentTask as platz_k8s_agent::task_runner::runnable_task::RunnableDeploymentTask>::run::{{closure}}
2023-02-26 14:03:15
at /rustc/d5a82bbd26e1ad8b7401f6a718a9c57c96905483/library/core/src/future/future.rs:124:9
2023-02-26 14:03:15
2: <core::pin::Pin<P> as core::future::future::Future>::poll
2023-02-26 14:03:15
at /build/k8s-agent/src/task_runner/install_and_upgrade.rs:23:85
2023-02-26 14:03:15
1: platz_k8s_agent::task_runner::install_and_upgrade::<impl platz_k8s_agent::task_runner::runnable_task::RunnableDeploymentOperation for platz_db::schema::deployment_task::DeploymentInstallTask>::run::{{closure}}
2023-02-26 14:03:15
at /build/k8s-agent/src/task_runner/install_and_upgrade.rs:149:5
2023-02-26 14:03:15
platz_k8s_agent::task_runner::install_and_upgrade::create_namespace::{{closure}}
2023-02-26 14:03:15
at /rustc/d5a82bbd26e1ad8b7401f6a718a9c57c96905483/library/core/src/result.rs:2108:27
2023-02-26 14:03:15
0: <core::result::Result<T,F> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible,E>>>::from_residual
2023-02-26 14:03:15
Stack backtrace:
2023-02-26 14:03:15
2023-02-26 14:03:15
channel closed
2023-02-26 14:03:15
Caused by:
2023-02-26 14:03:15
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working