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

Etool size buff #4139

Merged
merged 1 commit into from
Aug 9, 2023

Initial

20e5594
Select commit
Loading
Failed to load commit list.
Merged

Etool size buff #4139

Initial
20e5594
Select commit
Loading
Failed to load commit list.
MapDiffBot-2 / MapDiffBot2 failed Aug 8, 2023 in 2s

Error handling job

An unexpected error occured during processing, possibly caused by malformed maps, icons, or server catching fire.

The following stack trace may be useful:

Stack trace

Getting files modified by PR

Caused by:
0: JSON Error in .: unknown variant errors, expected data or error at line 1 column 9
Found at 0 <snafu::backtrace_shim::Backtrace as snafu::GenerateImplicitData>::generate::h1ba74f549ce42413
0: /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/src/backtrace_shim.rs:15
0: snafu::GenerateImplicitData::generate_with_source::h66045153fadc15f9
0: /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/src/lib.rs:1154
0: <octocrab::error::JsonSnafu as snafu::IntoErroroctocrab::error::Error>::into_error::h995237ee0f502a8c
0: /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/octocrab-0.28.0/src/error.rs:23
0: <core::result::Result<T,E> as snafu::ResultExt<T,E>>::context::h5e60927432aa2dfa
0: /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/src/lib.rs:699
0: ::from_response::{{closure}}::hf9216cbe028cf43d
0: /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/octocrab-0.28.0/src/from_response.rs:17
0: 1 <core::pin::Pin

as core::future::future::Future>::poll::h161c106f7372b1e1
0: /rustc/1065d876cdbc34a872b9e17c78caaa59ea0c94d4/library/core/src/future/future.rs:125
0: octocrab::Octocrab::post::{{closure}}::h905d96bac49eda0f
0: /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/octocrab-0.28.0/src/lib.rs:1074
0: octocrab::Octocrab::graphql::{{closure}}::h5d34517bfe296cd3
0: /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/octocrab-0.28.0/src/lib.rs:1048
0: diffbot_lib::github::graphql::get_pull_files::{{closure}}::h692e45edc1497528
0: /hosting/manual/kat_diffbots/crates/diffbot_lib/src/github/graphql.rs:134
0: mapdiffbot2::github_processor::process_pull::{{closure}}::h0e1db2be5e061f03
0: /hosting/manual/kat_diffbots/crates/mapdiffbot2/src/github_processor.rs:67
0: 2 mapdiffbot2::github_processor::handle_pull_request::{{closure}}::h01a442cf6b6cf864
0: /hosting/manual/kat_diffbots/crates/mapdiffbot2/src/github_processor.rs:153
0: 3 <mapdiffbot2::github_processor::process_github_payload as actix_web::service::HttpServiceFactory>::register::process_github_payload::{{closure}}::h54d04c57c0005ac7
0: /hosting/manual/kat_diffbots/crates/mapdiffbot2/src/github_processor.rs:251
0: actix_web::handler::handler_service::{{closure}}::{{closure}}::hebde4780ec91c361
0: /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/actix-web-4.3.1/src/handler.rs:106
0: 4 <core::pin::Pin

as core::future::future::Future>::poll::h1d9c1328872031f7
0: /rustc/1065d876cdbc34a872b9e17c78caaa59ea0c94d4/library/core/src/future/future.rs:125
0: <actix_web::resource::Resource as actix_web::service::HttpServiceFactory>::register::{{closure}}::{{closure}}::h5e15f7251210f973
0: /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/actix-web-4.3.1/src/resource.rs:414
0: 5 <core::pin::Pin

as core::future::future::Future>::poll::h1d9c1328872031f7
0: /rustc/1065d876cdbc34a872b9e17c78caaa59ea0c94d4/library/core/src/future/future.rs:125
0: <actix_service::map_err::MapErrFuture<A,Req,F,E> as core::future::future::Future>::poll::hdefa7030dc13e2e9
0: /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/actix-service-2.0.2/src/map_err.rs:99
0: 6 actix_http::h1::dispatcher::InnerDispatcher<T,S,B,X,U>::poll_response::h97169ba3354df11c
0: /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/actix-http-3.3.1/src/h1/dispatcher.rs:472
0: 7 <actix_http::h1::dispatcher::Dispatcher<T,S,B,X,U> as core::future::future::Future>::poll::he99c91571d6a3d2c
0: /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/actix-http-3.3.1/src/h1/dispatcher.rs:1145
0: 8 <actix_server::service::StreamService<S,I> as actix_service::Service<(actix_server::worker::WorkerCounterGuard,actix_server::socket::MioStream)>>::call::{{closure}}::hda7aaa3dcf73cfbf
0: /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/actix-server-2.2.0/src/service.rs:75
0: tokio::runtime::task::core::Core<T,S>::poll::{{closure}}::h15073869e7bcd011
0: /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/src/runtime/task/core.rs:311
0: tokio::loom::std::unsafe_cell::UnsafeCell::with_mut::h9d434c642c389921
0: /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/src/loom/std/unsafe_cell.rs:14
0: tokio::runtime::task::core::Core<T,S>::poll::hd736dec5e4115639
0: /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/src/runtime/task/core.rs:300
0: tokio::runtime::task::harness::poll_future::{{closure}}::hac6832cc09483da9
0: /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/src/runtime/task/harness.rs:476
0: <core::panic::unwind_safe::AssertUnwindSafe as core::ops::function::FnOnce<()>>::call_once::he846cf16d71f703e
0: /rustc/1065d876cdbc34a872b9e17c78caaa59ea0c94d4/library/core/src/panic/unwind_safe.rs:271
0: std::panicking::try::do_call::h62bf6a6635b73134
0: /rustc/1065d876cdbc34a872b9e17c78caaa59ea0c94d4/library/std/src/panicking.rs:500
0: std::panicking::try::h32722dbf016b0b00
0: /rustc/1065d876cdbc34a872b9e17c78caaa59ea0c94d4/library/std/src/panicking.rs:464
0: std::panic::catch_unwind::h95393cd8cd539c77
0: /rustc/1065d876cdbc34a872b9e17c78caaa59ea0c94d4/library/std/src/panic.rs:142
0: tokio::runtime::task::harness::poll_future::h811d4aa21abbccc9
0: /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/src/runtime/task/harness.rs:464
0: tokio::runtime::task::harness::Harness<T,S>::poll_inner::ha87e1b1560d54105
0: /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/src/runtime/task/harness.rs:198
0: tokio::runtime::task::harness::Harness<T,S>::poll::h561e6e80097949b4
0: /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/src/runtime/task/harness.rs:152
0: tokio::runtime::task::raw::poll::h58148d7ae539bffc
0: /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/src/runtime/task/raw.rs:276
0: 9 tokio::runtime::task::raw::RawTask::poll::hafe53aacd8b50201
0: /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/src/runtime/task/raw.rs:200
0: tokio::runtime::task::LocalNotified::run::hc1c9a24478019c1d
0: /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/src/runtime/task/mod.rs:400
0: tokio::task::local::LocalSet::tick::{{closure}}::ha06efd35ca87dd33
0: /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/src/task/local.rs:615
0: tokio::runtime::coop::with_budget::he8372b4a69e3097c
0: /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/src/runtime/coop.rs:107
0: tokio::runtime::coop::budget::h95d1f33ca715fcf4
0: /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/src/runtime/coop.rs:73
0: tokio::task::local::LocalSet::tick::h799de2bcd8efdb31
0: /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/src/task/local.rs:615
0: 10 <tokio::task::local::RunUntil as core::future::future::Future>::poll::{{closure}}::hbaa6be9376244fdb
0: /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/src/task/local.rs:927
0: tokio::task::local::LocalSet::with::{{closure}}::h71aacfd5022d2360
0: /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/src/task/local.rs:684
0: std::thread::local::LocalKey::try_with::h4cbab8177f513632
0: /rustc/1065d876cdbc34a872b9e17c78caaa59ea0c94d4/library/std/src/thread/local.rs:270
0: std::thread::local::LocalKey::with::h79d6b79d59555170
0: /rustc/1065d876cdbc34a872b9e17c78caaa59ea0c94d4/library/std/src/thread/local.rs:246
0: tokio::task::local::LocalSet::with::hea7ba483c1319d1a
0: /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/src/task/local.rs:667
0: <tokio::task::local::RunUntil as core::future::future::Future>::poll::h94d60b7f52da044f
0: /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/src/task/local.rs:913
0: 11 tokio::task::local::LocalSet::run_until::{{closure}}::h286cc78af6d9cb4b
0: /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/src/task/local.rs:573
0: <core::pin::Pin

as core::future::future::Future>::poll::h711e02bd78ce1b2e
0: /rustc/1065d876cdbc34a872b9e17c78caaa59ea0c94d4/library/core/src/future/future.rs:125
0: tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::hfaaf1c6a694b97ec
0: /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/src/runtime/scheduler/current_thread.rs:651
0: tokio::runtime::coop::with_budget::h17b9d1868c8011da
0: /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/src/runtime/coop.rs:107
0: tokio::runtime::coop::budget::h6137367dbc20764d
0: /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/src/runtime/coop.rs:73
0: tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h75d42b80647a0590
0: /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/src/runtime/scheduler/current_thread.rs:651
0: tokio::runtime::scheduler::current_thread::Context::enter::hd74d0196b8fec391
0: /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/src/runtime/scheduler/current_thread.rs:410
0: tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h1d4bc65cc990a0ed
0: /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/src/runtime/scheduler/current_thread.rs:650
0: tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::had03e0488432bb89
0: /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/src/runtime/scheduler/current_thread.rs:729
0: tokio::runtime::context::scoped::Scoped::set::h2025e31fc58609a8
0: /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/src/runtime/context/scoped.rs:40
0: tokio::runtime::context::set_scheduler::{{closure}}::hd1ec68a2b457a482
0: /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/src/runtime/context.rs:176
0: std::thread::local::LocalKey::try_with::ha6bb010c7086cce4
0: /rustc/1065d876cdbc34a872b9e17c78caaa59ea0c94d4/library/std/src/thread/local.rs:270
0: std::thread::local::LocalKey::with::hc221c259ab511183
0: /rustc/1065d876cdbc34a872b9e17c78caaa59ea0c94d4/library/std/src/thread/local.rs:246
0: tokio::runtime::context::set_scheduler::h531821a85b2a6af6
0: /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/src/runtime/context.rs:176
0: tokio::runtime::scheduler::current_thread::CoreGuard::enter::h68ea6fa5f0f3af1f
0: /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/src/runtime/scheduler/current_thread.rs:729
0: tokio::runtime::scheduler::current_thread::CoreGuard::block_on::hd550201e1eae3abb
0: /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/src/runtime/scheduler/current_thread.rs:638
0: tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::hdb3e71ac6b5d5bac
0: /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/src/runtime/scheduler/current_thread.rs:175
0: tokio::runtime::context::runtime::enter_runtime::hef981d997e8f652a
0: /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/src/runtime/context/runtime.rs:65
0: tokio::runtime::scheduler::current_thread::CurrentThread::block_on::heb1478b5e353def9
0: /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/src/runtime/scheduler/current_thread.rs:167
0: tokio::runtime::runtime::Runtime::block_on::h282e4c05e6c9416e
0: /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/src/runtime/runtime.rs:311
0: tokio::task::local::LocalSet::block_on::h707a2c9619e6d1f8
0: /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/src/task/local.rs:534
0: actix_rt::runtime::Runtime::block_on::he5b51005ceb7599f
0: /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/actix-rt-2.8.0/src/runtime.rs:82
0: actix_rt::arbiter::Arbiter::with_tokio_rt::{{closure}}::hef7a5574c712cf77
0: /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/actix-rt-2.8.0/src/arbiter.rs:144
0: std::sys_common::backtrace::rust_begin_short_backtrace::h4f47ff5be9214b3f
0: /rustc/1065d876cdbc34a872b9e17c78caaa59ea0c94d4/library/std/src/sys_common/backtrace.rs:135
0: 12 std::thread::Builder::spawn_unchecked
::{{closure}}::{{closure}}::hc46a2643815ea7dc
0: /rustc/1065d876cdbc34a872b9e17c78caaa59ea0c94d4/library/std/src/thread/mod.rs:529
0: <core::panic::unwind_safe::AssertUnwindSafe as core::ops::function::FnOnce<()>>::call_once::h2dabb4e995889394
0: /rustc/1065d876cdbc34a872b9e17c78caaa59ea0c94d4/library/core/src/panic/unwind_safe.rs:271
0: std::panicking::try::do_call::h730555c48c05a160
0: /rustc/1065d876cdbc34a872b9e17c78caaa59ea0c94d4/library/std/src/panicking.rs:500
0: std::panicking::try::hcdee634cd85c6668
0: /rustc/1065d876cdbc34a872b9e17c78caaa59ea0c94d4/library/std/src/panicking.rs:464
0: std::panic::catch_unwind::h30da6e9d8c7164b8
0: /rustc/1065d876cdbc34a872b9e17c78caaa59ea0c94d4/library/std/src/panic.rs:142
0: std::thread::Builder::spawn_unchecked
::{{closure}}::hcd59a849fa72282d
0: /rustc/1065d876cdbc34a872b9e17c78caaa59ea0c94d4/library/std/src/thread/mod.rs:528
0: core::ops::function::FnOnce::call_once{{vtable.shim}}::hdf12ab85ec60b24a
0: /rustc/1065d876cdbc34a872b9e17c78caaa59ea0c94d4/library/core/src/ops/function.rs:250
0: 13 <alloc::boxed::Box<F,A> as core::ops::function::FnOnce>::call_once::h5a70ca19db8e437e
0: /rustc/1065d876cdbc34a872b9e17c78caaa59ea0c94d4/library/alloc/src/boxed.rs:1993
0: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce>::call_once::hfb84820986f922cb
0: /rustc/1065d876cdbc34a872b9e17c78caaa59ea0c94d4/library/alloc/src/boxed.rs:1993
0: std::sys::unix::thread::Thread::new::thread_start::haaff69bbe5664956
0: /rustc/1065d876cdbc34a872b9e17c78caaa59ea0c94d4/library/std/src/sys/unix/thread.rs:108
0: 14 start_thread
0: /build/glibc-SzIz7B/glibc-2.31/nptl/pthread_create.c:477
0: 15 clone
0: /build/glibc-SzIz7B/glibc-2.31/misc/../sysdeps/unix/sysv/linux/x86_64/clone.S:95

1: unknown variant errors, expected data or error at line 1 column 9

Details