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

Remove debug logs #11

Merged
merged 1 commit into from
Jan 18, 2024

Remove debug logs

49d6f9e
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Remove debug logs #11

Remove debug logs
49d6f9e
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Results failed Jan 18, 2024 in 0s

2 fail, 64 pass in 2m 57s

66 tests   64 ✅  2m 57s ⏱️
 7 suites   0 💤
 1 files     2 ❌

Results for commit 49d6f9e.

Annotations

Check warning on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

arrow_roundtrip failed

results.xml [took 19s]
Raw output
failed ::arrow_roundtrip
---- arrow_roundtrip stderr ----
thread 'main' panicked at azure-kusto-data/tests/arrow.rs:47:10:
Failed to run query: AzureError(Error { context: Full(Custom { kind: Credential, error: Error { context: Message { kind: Credential, message: "Multiple errors were encountered while attempting to authenticate:\nenvironment credential - request token error - Other error: Server returned empty error response\nIMDS - the requested identity has not been assigned to this resource\naz-cli - 'az account get-access-token' command failed: ERROR: Please run 'az login' to setup account.\n" } } }, "non-io error occurred which will not be retried") })
stack backtrace:
   0: rust_begin_unwind
             at /rustc/6ae4cfbbb080cafea7f6be48ce47678ee057352c/library/std/src/panicking.rs:647:5
   1: core::panicking::panic_fmt
             at /rustc/6ae4cfbbb080cafea7f6be48ce47678ee057352c/library/core/src/panicking.rs:72:14
   2: core::result::unwrap_failed
             at /rustc/6ae4cfbbb080cafea7f6be48ce47678ee057352c/library/core/src/result.rs:1649:5
   3: core::result::Result<T,E>::expect
             at /rustc/6ae4cfbbb080cafea7f6be48ce47678ee057352c/library/core/src/result.rs:1030:23
   4: arrow::arrow_roundtrip::{{closure}}
             at ./tests/arrow.rs:44:20
   5: <core::pin::Pin<P> as core::future::future::Future>::poll
             at /rustc/6ae4cfbbb080cafea7f6be48ce47678ee057352c/library/core/src/future/future.rs:124:9
   6: <core::pin::Pin<P> as core::future::future::Future>::poll
             at /rustc/6ae4cfbbb080cafea7f6be48ce47678ee057352c/library/core/src/future/future.rs:124:9
   7: tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.35.1/src/runtime/scheduler/current_thread/mod.rs:665:57
   8: tokio::runtime::coop::with_budget
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.35.1/src/runtime/coop.rs:107:5
   9: tokio::runtime::coop::budget
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.35.1/src/runtime/coop.rs:73:5
  10: tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.35.1/src/runtime/scheduler/current_thread/mod.rs:665:25
  11: tokio::runtime::scheduler::current_thread::Context::enter
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.35.1/src/runtime/scheduler/current_thread/mod.rs:410:19
  12: tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.35.1/src/runtime/scheduler/current_thread/mod.rs:664:36
  13: tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.35.1/src/runtime/scheduler/current_thread/mod.rs:743:68
  14: tokio::runtime::context::scoped::Scoped<T>::set
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.35.1/src/runtime/context/scoped.rs:40:9
  15: tokio::runtime::context::set_scheduler::{{closure}}
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.35.1/src/runtime/context.rs:176:26
  16: std::thread::local::LocalKey<T>::try_with
             at /rustc/6ae4cfbbb080cafea7f6be48ce47678ee057352c/library/std/src/thread/local.rs:286:16
  17: std::thread::local::LocalKey<T>::with
             at /rustc/6ae4cfbbb080cafea7f6be48ce47678ee057352c/library/std/src/thread/local.rs:262:9
  18: tokio::runtime::context::set_scheduler
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.35.1/src/runtime/context.rs:176:9
  19: tokio::runtime::scheduler::current_thread::CoreGuard::enter
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.35.1/src/runtime/scheduler/current_thread/mod.rs:743:27
  20: tokio::runtime::scheduler::current_thread::CoreGuard::block_on
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.35.1/src/runtime/scheduler/current_thread/mod.rs:652:19
  21: tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.35.1/src/runtime/scheduler/current_thread/mod.rs:175:28
  22: tokio::runtime::context::runtime::enter_runtime
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.35.1/src/runtime/context/runtime.rs:65:16
  23: tokio::runtime::scheduler::current_thread::CurrentThread::block_on
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.35.1/src/runtime/scheduler/current_thread/mod.rs:167:9
  24: tokio::runtime::runtime::Runtime::block_on
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.35.1/src/runtime/runtime.rs:348:47
  25: arrow::arrow_roundtrip
             at ./tests/arrow.rs:86:5
  26: arrow::arrow_roundtrip::{{closure}}
             at ./tests/arrow.rs:26:27
  27: core::ops::function::FnOnce::call_once
             at /rustc/6ae4cfbbb080cafea7f6be48ce47678ee057352c/library/core/src/ops/function.rs:250:5
  28: core::ops::function::FnOnce::call_once
             at /rustc/6ae4cfbbb080cafea7f6be48ce47678ee057352c/library/core/src/ops/function.rs:250:5
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

Check warning on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

create_query_delete_table failed

results.xml [took 0s]
Raw output
failed ::create_query_delete_table
---- create_query_delete_table stderr ----
thread 'main' panicked at azure-kusto-data/tests/e2e.rs:46:10:
Failed to run query: AzureError(Error { context: Full(Custom { kind: Credential, error: Error { context: Message { kind: Credential, message: "Multiple errors were encountered while attempting to authenticate:\nenvironment credential - request token error - Other error: Server returned empty error response\nIMDS - the requested identity has not been assigned to this resource\naz-cli - 'az account get-access-token' command failed: ERROR: Please run 'az login' to setup account.\n" } } }, "non-io error occurred which will not be retried") })
stack backtrace:
   0: rust_begin_unwind
             at /rustc/6ae4cfbbb080cafea7f6be48ce47678ee057352c/library/std/src/panicking.rs:647:5
   1: core::panicking::panic_fmt
             at /rustc/6ae4cfbbb080cafea7f6be48ce47678ee057352c/library/core/src/panicking.rs:72:14
   2: core::result::unwrap_failed
             at /rustc/6ae4cfbbb080cafea7f6be48ce47678ee057352c/library/core/src/result.rs:1649:5
   3: core::result::Result<T,E>::expect
             at /rustc/6ae4cfbbb080cafea7f6be48ce47678ee057352c/library/core/src/result.rs:1030:23
   4: e2e::create_query_delete_table::{{closure}}
             at ./tests/e2e.rs:43:20
   5: <core::pin::Pin<P> as core::future::future::Future>::poll
             at /rustc/6ae4cfbbb080cafea7f6be48ce47678ee057352c/library/core/src/future/future.rs:124:9
   6: <core::pin::Pin<P> as core::future::future::Future>::poll
             at /rustc/6ae4cfbbb080cafea7f6be48ce47678ee057352c/library/core/src/future/future.rs:124:9
   7: tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.35.1/src/runtime/scheduler/current_thread/mod.rs:665:57
   8: tokio::runtime::coop::with_budget
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.35.1/src/runtime/coop.rs:107:5
   9: tokio::runtime::coop::budget
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.35.1/src/runtime/coop.rs:73:5
  10: tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.35.1/src/runtime/scheduler/current_thread/mod.rs:665:25
  11: tokio::runtime::scheduler::current_thread::Context::enter
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.35.1/src/runtime/scheduler/current_thread/mod.rs:410:19
  12: tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.35.1/src/runtime/scheduler/current_thread/mod.rs:664:36
  13: tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.35.1/src/runtime/scheduler/current_thread/mod.rs:743:68
  14: tokio::runtime::context::scoped::Scoped<T>::set
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.35.1/src/runtime/context/scoped.rs:40:9
  15: tokio::runtime::context::set_scheduler::{{closure}}
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.35.1/src/runtime/context.rs:176:26
  16: std::thread::local::LocalKey<T>::try_with
             at /rustc/6ae4cfbbb080cafea7f6be48ce47678ee057352c/library/std/src/thread/local.rs:286:16
  17: std::thread::local::LocalKey<T>::with
             at /rustc/6ae4cfbbb080cafea7f6be48ce47678ee057352c/library/std/src/thread/local.rs:262:9
  18: tokio::runtime::context::set_scheduler
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.35.1/src/runtime/context.rs:176:9
  19: tokio::runtime::scheduler::current_thread::CoreGuard::enter
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.35.1/src/runtime/scheduler/current_thread/mod.rs:743:27
  20: tokio::runtime::scheduler::current_thread::CoreGuard::block_on
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.35.1/src/runtime/scheduler/current_thread/mod.rs:652:19
  21: tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.35.1/src/runtime/scheduler/current_thread/mod.rs:175:28
  22: tokio::runtime::context::runtime::enter_runtime
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.35.1/src/runtime/context/runtime.rs:65:16
  23: tokio::runtime::scheduler::current_thread::CurrentThread::block_on
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.35.1/src/runtime/scheduler/current_thread/mod.rs:167:9
  24: tokio::runtime::runtime::Runtime::block_on
             at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.35.1/src/runtime/runtime.rs:348:47
  25: e2e::create_query_delete_table
             at ./tests/e2e.rs:133:5
  26: e2e::create_query_delete_table::{{closure}}
             at ./tests/e2e.rs:27:37
  27: core::ops::function::FnOnce::call_once
             at /rustc/6ae4cfbbb080cafea7f6be48ce47678ee057352c/library/core/src/ops/function.rs:250:5
  28: core::ops::function::FnOnce::call_once
             at /rustc/6ae4cfbbb080cafea7f6be48ce47678ee057352c/library/core/src/ops/function.rs:250:5
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.