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

[Not for review] Add new TransactionPayload variant for orderless txns #15115

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

vusirikala
Copy link
Contributor

Description

How Has This Been Tested?

Key Areas to Review

Type of Change

  • New feature
  • Bug fix
  • Breaking change
  • Performance improvement
  • Refactoring
  • Dependency update
  • Documentation update
  • Tests

Which Components or Systems Does This Change Impact?

  • Validator Node
  • Full Node (API, Indexer, etc.)
  • Move/Aptos Virtual Machine
  • Aptos Framework
  • Aptos CLI/SDK
  • Developer Infrastructure
  • Move Compiler
  • Other (specify)

Checklist

  • I have read and followed the CONTRIBUTING doc
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I identified and added all stakeholders and component owners affected by this change as reviewers
  • I tested both happy and unhappy path of the functionality
  • I have made corresponding changes to the documentation

Copy link

trunk-io bot commented Oct 30, 2024

⏱️ 5h 2m total CI duration on this PR
Slowest 15 Jobs Cumulative Duration Recent Runs
forge-compat-test / forge 1h 42m 🟥
forge-e2e-test / forge 51m 🟥
rust-cargo-deny 17m 🟩🟩🟩🟩🟩 (+5 more)
forge-e2e-test / forge 15m 🟥
check-dynamic-deps 14m 🟩🟩🟩🟩🟩 (+8 more)
rust-move-tests 14m 🟩
rust-move-tests 9m 🟩
rust-move-tests 9m 🟩
rust-move-tests 9m 🟩
rust-move-tests 9m 🟩
rust-move-tests 8m 🟥
rust-move-tests 7m
cli-e2e-tests / run-cli-tests 7m 🟩
semgrep/ci 6m 🟩🟩🟩🟩🟩 (+7 more)
general-lints 5m 🟩🟩🟩🟩🟩 (+5 more)

settingsfeedbackdocs ⋅ learn more about trunk.io

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

@vusirikala vusirikala force-pushed the satya/add_orderless_to_payload branch 3 times, most recently from 9480d20 to 4716b05 Compare March 11, 2025 12:52

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

@vusirikala vusirikala force-pushed the satya/add_orderless_to_payload branch 2 times, most recently from ea6f7d2 to deb0467 Compare March 11, 2025 15:16

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

@vusirikala vusirikala force-pushed the satya/add_orderless_to_payload branch from deb0467 to 38dfa95 Compare March 11, 2025 18:43

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

@vusirikala vusirikala force-pushed the satya/add_orderless_to_payload branch from 38dfa95 to 3cec9a4 Compare March 11, 2025 20:22

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

build

.

.

tests

tests

tests

tests

tests

tests

tests

tests

tests

tests

tests

tests

tests

tests

tests

tests

tests

tests

tests

tests

tests

mempool

test
@vusirikala vusirikala force-pushed the satya/add_orderless_to_payload branch from 3cec9a4 to 0dc89bd Compare March 11, 2025 22:06

This comment has been minimized.

This comment has been minimized.

Copy link
Contributor

💭 Forge suite compat preempted on c5eef1450476a6f7eee96d0d1953b65df04fdb91 ==> 0dc89bd4c8b3b9eab2972e3fc186aa11edc091b5

Forge test runner terminated:
Trailing Log Lines:
{"level":"INFO","source":{"package":"aptos_transaction_emitter_lib","file":"crates/transaction-emitter-lib/src/emitter/submission_worker.rs:424"},"thread_name":"emitter-18","hostname":"forge-compat-pr-15115-1741731712-c5eef1450476a6f7eee96d0d1953b6","timestamp":"2025-03-11T23:15:21.922160Z","message":"num_committed: 0, num_expired: 0, sum_of_completion_timestamps_millis: 0"}
{"level":"INFO","source":{"package":"aptos_transaction_emitter_lib","file":"crates/transaction-emitter-lib/src/emitter/submission_worker.rs:593"},"thread_name":"emitter-18","hostname":"forge-compat-pr-15115-1741731712-c5eef1450476a6f7eee96d0d1953b6","timestamp":"2025-03-11T23:15:21.922165Z","message":"wait_for_account_txn_summaries took 3054.746121737s"}
{"level":"ERROR","source":{"package":"aptos_transaction_emitter_lib","file":"crates/transaction-emitter-lib/src/emitter/mod.rs:1114"},"thread_name":"emitter-18","hostname":"forge-compat-pr-15115-1741731712-c5eef1450476a6f7eee96d0d1953b6","timestamp":"2025-03-11T23:15:23.117965Z","message":"Error in get_account_txn_summmaries: Unknown(error sending request for url (http://aptos-node-1-validator.forge-compat-pr-15115.svc:8080/v1/accounts/cf3df7a2edd65b45b74f025361ced6e778c1dd71a6628379f2c58bcbc61257e0/transaction_summaries?start_version=0&limit=500): error trying to connect: dns error: failed to lookup address information: Name or service not known\n\nCaused by:\n    0: error trying to connect: dns error: failed to lookup address information: Name or service not known\n    1: dns error: failed to lookup address information: Name or service not known\n    2: failed to lookup address information: Name or service not known\n\nStack backtrace:\n   0: anyhow::error::<impl core::convert::From<E> for anyhow::Error>::from\n             at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.89/src/error.rs:564:25\n   1: <T as core::convert::Into<U>>::into\n             at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/convert/mod.rs:759:9\n   2: <aptos_rest_client::error::RestError as core::convert::From<reqwest::error::Error>>::from\n             at ./crates/aptos-rest-client/src/error.rs:203:36\n   3: <core::result::Result<T,F> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible,E>>>::from_residual\n             at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/result.rs:1964:27\n   4: aptos_rest_client::Client::get_account_transaction_summaries::{{closure}}\n             at ./crates/aptos-rest-client/src/lib.rs:1605:24\n   5: aptos_transaction_emitter_lib::emitter::get_account_txn_summmaries::{{closure}}\n             at ./crates/transaction-emitter-lib/src/emitter/mod.rs:1103:10\n   6: again::RetryPolicy::retry_if::{{closure}}\n             at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/again-0.1.2/src/lib.rs:306:31\n   7: again::RetryPolicy::retry::{{closure}}\n             at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/again-0.1.2/src/lib.rs:289:37\n   8: <F as futures_core::future::TryFuture>::try_poll\n             at /usr/local/cargo/git/checkouts/futures-rs-2e928889f587a511/1845d7d/futures-core/src/future.rs:82:9\n   9: <futures_util::future::try_future::into_future::IntoFuture<Fut> as core::future::future::Future>::poll\n             at /usr/local/cargo/git/checkouts/futures-rs-2e928889f587a511/1845d7d/futures-util/src/future/try_future/into_future.rs:34:9\n  10: <F as futures_core::future::TryFuture>::try_poll\n             at /usr/local/cargo/git/checkouts/futures-rs-2e928889f587a511/1845d7d/futures-core/src/future.rs:82:9\n  11: <futures_util::future::try_maybe_done::TryMaybeDone<Fut> as core::future::future::Future>::poll\n             at /usr/local/cargo/git/checkouts/futures-rs-2e928889f587a511/1845d7d/futures-util/src/future/try_maybe_done.rs:79:57\n  12: <F as futures_core::future::TryFuture>::try_poll\n             at /usr/local/cargo/git/checkouts/futures-rs-2e928889f587a511/1845d7d/futures-core/src/future.rs:82:9\n  13: <futures_util::future::try_join_all::TryJoinAll<F> as core::future::future::Future>::poll\n             at /usr/local/cargo/git/checkouts/futures-rs-2e928889f587a511/1845d7d/futures-util/src/future/try_join_all.rs:163:32\n  14: aptos_transaction_emitter_lib::emitter::query_txn_summaries::{{closure}}\n             at ./crates/transaction-emitter-lib/src/emitter/mod.rs:1076:10\n  15: aptos_transaction_emitter_lib::emitter::submission_worker::SubmissionWorker::wait_for_account_txn_summaries::{{closure}}\n             at ./crates/transaction-emitter-lib/src/emitter/submission_worker.rs:322:88\n  16: aptos_transaction_emitter_lib::emitter::submission_worker::SubmissionWorker::wait_and_update_stats::{{closure}}\n             at ./crates/transaction-emitter-lib/src/emitter/submission_worker.rs:592:22\n  17: aptos_transaction_emitter_lib::emitter::submission_worker::SubmissionWorker::run::{{closure}}\n             at ./crates/transaction-emitter-lib/src/emitter/submission_worker.rs:220:18\n  18: <core::pin::Pin<P> as core::future::future::Future>::poll\n             at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/future/future.rs:123:9\n  19: tokio::runtime::task::core::Core<T,S>::poll::{{closure}}\n             at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/task/core.rs:331:17\n  20: tokio::loom::std::unsafe_cell::UnsafeCell<T>::with_mut\n             at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/loom/std/unsafe_cell.rs:16:9\n  21: tokio::runtime::task::core::Core<T,S>::poll\n             at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/task/core.rs:320:30\n  22: tokio::runtime::task::harness::poll_future::{{closure}}\n             at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/task/harness.rs:500:19\n  23: <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once\n             at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/panic/unwind_safe.rs:272:9\n  24: std::panicking::try::do_call\n             at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/std/src/panicking.rs:552:40\n  25: std::panicking::try\n             at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/std/src/panicking.rs:516:19\n  26: std::panic::catch_unwind\n             at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/std/src/panic.rs:146:14\n  27: tokio::runtime::task::harness::poll_future\n             at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/task/harness.rs:488:18\n  28: tokio::runtime::task::harness::Harness<T,S>::poll_inner\n             at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/task/harness.rs:209:27\n  29: tokio::runtime::task::harness::Harness<T,S>::poll\n             at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/task/harness.rs:154:15\n  30: tokio::runtime::task::raw::RawTask::poll\n             at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/task/raw.rs:201:18\n  31: tokio::runtime::task::LocalNotified<S>::run\n             at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/task/mod.rs:436:9\n  32: tokio::runtime::scheduler::multi_thread::worker::Context::run_task::{{closure}}\n             at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/multi_thread/worker.rs:598:18\n  33: tokio::runtime::coop::with_budget\n             at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/coop.rs:107:5\n  34: tokio::runtime::coop::budget\n             at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/coop.rs:73:5\n  35: tokio::runtime::scheduler::multi_thread::worker::Context::run_task\n             at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/multi_thread/worker.rs:597:9\n  36: tokio::runtime::scheduler::multi_thread::worker::Context::run\n             at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/multi_thread/worker.rs:548:24\n  37: tokio::runtime::scheduler::multi_thread::worker::run::{{closure}}::{{closure}}\n             at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/multi_thread/worker.rs:513:21\n  38: tokio::runtime::context::scoped::Scoped<T>::set\n             at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/context/scoped.rs:40:9\n  39: tokio::runtime::context::set_scheduler::{{closure}}\n             at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/context.rs:180:26\n  40: std::thread::local::LocalKey<T>::try_with\n             at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/std/src/thread/local.rs:284:16\n  41: std::thread::local::LocalKey<T>::with\n             at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/std/src/thread/local.rs:260:9\n  42: tokio::runtime::context::set_scheduler\n             at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/context.rs:180:17\n  43: tokio::runtime::scheduler::multi_thread::worker::run::{{closure}}\n             at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/multi_thread/worker.rs:508:9\n  44: tokio::runtime::context::runtime::enter_runtime\n             at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/context/runtime.rs:65:16\n  45: tokio::runtime::scheduler::multi_thread::worker::run\n             at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/multi_thread/worker.rs:500:5\n  46: tokio::runtime::scheduler::multi_thread::worker::Launch::launch::{{closure}}\n             at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/multi_thread/worker.rs:466:45\n  47: <tokio::runtime::blocking::task::BlockingTask<T> as core::future::future::Future>::poll\n             at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/blocking/task.rs:42:21\n  48: tokio::runtime::task::core::Core<T,S>::poll::{{closure}}\n             at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/task/core.rs:331:17\n  49: tokio::loom::std::unsafe_cell::UnsafeCell<T>::with_mut\n             at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/loom/std/unsafe_cell.rs:16:9\n  50: tokio::runtime::task::core::Core<T,S>::poll\n             at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/task/core.rs:320:30\n  51: tokio::runtime::task::harness::poll_future::{{closure}}\n             at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/task/harness.rs:500:19\n  52: <core::panic::unwind_safe::AssertUnwindSafe<F> as core::op(truncated)"}
{"level":"INFO","source":{"package":"aptos_transaction_emitter_lib","file":"crates/transaction-emitter-lib/src/emitter/submission_worker.rs:419"},"thread_name":"emitter-18","hostname":"forge-compat-pr-15115-1741731712-c5eef1450476a6f7eee96d0d1953b6","timestamp":"2025-03-11T23:15:23.118121Z","message":"wait_for_account_txn_summaries took 1 cycles, 3056.079940609s"}
{"level":"INFO","source":{"package":"aptos_transaction_emitter_lib","file":"crates/transaction-emitter-lib/src/emitter/submission_worker.rs:424"},"thread_name":"emitter-18","hostname":"forge-compat-pr-15115-1741731712-c5eef1450476a6f7eee96d0d1953b6","timestamp":"2025-03-11T23:15:23.118131Z","message":"num_committed: 0, num_expired: 0, sum_of_completion_timestamps_millis: 0"}
{"level":"INFO","source":{"package":"aptos_transaction_emitter_lib","file":"crates/transaction-emitter-lib/src/emitter/submission_worker.rs:593"},"thread_name":"emitter-18","hostname":"forge-compat-pr-15115-1741731712-c5eef1450476a6f7eee96d0d1953b6","timestamp":"2025-03-11T23:15:23.118134Z","message":"wait_for_account_txn_summaries took 3056.079955429s"}
{"level":"ERROR","source":{"package":"aptos_transaction_emitter_lib","file":"crates/transaction-emitter-lib/src/emitter/mod.rs:1114"},"thread_name":"emitter-18","hostname":"forge-compat-pr-15115-1741731712-c5eef1450476a6f7eee96d0d1953b6","timestamp":"2025-03-11T23:15:28.819225Z","message":"Error in get_account_txn_summmaries: Unknown(error sending request for url (http://aptos-node-3-validator.forge-compat-pr-15115.svc:8080/v1/accounts/c79a07a7ef1e431c2225c703572568951be1ac11656cc94e8ea27fb9fa63b838/transaction_summaries?start_version=0&limit=500): error trying to connect: dns error: failed to lookup address information: Name or service not known\n\nCaused by:\n    0: error trying to connect: dns error: failed to lookup address information: Name or service not known\n    1: dns error: failed to lookup address information: Name or service not known\n    2: failed to lookup address information: Name or service not known\n\nStack backtrace:\n   0: anyhow::error::<impl core::convert::From<E> for anyhow::Error>::from\n             at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.89/src/error.rs:564:25\n   1: <T as core::convert::Into<U>>::into\n             at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/convert/mod.rs:759:9\n   2: <aptos_rest_client::error::RestError as core::convert::From<reqwest::error::Error>>::from\n             at ./crates/aptos-rest-client/src/error.rs:203:36\n   3: <core::result::Result<T,F> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible,E>>>::from_residual\n             at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/result.rs:1964:27\n   4: aptos_rest_client::Client::get_account_transaction_summaries::{{closure}}\n             at ./crates/aptos-rest-client/src/lib.rs:1605:24\n   5: aptos_transaction_emitter_lib::emitter::get_account_txn_summmaries::{{closure}}\n             at ./crates/transaction-emitter-lib/src/emitter/mod.rs:1103:10\n   6: again::RetryPolicy::retry_if::{{closure}}\n             at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/again-0.1.2/src/lib.rs:306:31\n   7: again::RetryPolicy::retry::{{closure}}\n             at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/again-0.1.2/src/lib.rs:289:37\n   8: <F as futures_core::future::TryFuture>::try_poll\n             at /usr/local/cargo/git/checkouts/futures-rs-2e928889f587a511/1845d7d/futures-core/src/future.rs:82:9\n   9: <futures_util::future::try_future::into_future::IntoFuture<Fut> as core::future::future::Future>::poll\n             at /usr/local/cargo/git/checkouts/futures-rs-2e928889f587a511/1845d7d/futures-util/src/future/try_future/into_future.rs:34:9\n  10: <F as futures_core::future::TryFuture>::try_poll\n             at /usr/local/cargo/git/checkouts/futures-rs-2e928889f587a511/1845d7d/futures-core/src/future.rs:82:9\n  11: <futures_util::future::try_maybe_done::TryMaybeDone<Fut> as core::future::future::Future>::poll\n             at /usr/local/cargo/git/checkouts/futures-rs-2e928889f587a511/1845d7d/futures-util/src/future/try_maybe_done.rs:79:57\n  12: <F as futures_core::future::TryFuture>::try_poll\n             at /usr/local/cargo/git/checkouts/futures-rs-2e928889f587a511/1845d7d/futures-core/src/future.rs:82:9\n  13: <futures_util::future::try_join_all::TryJoinAll<F> as core::future::future::Future>::poll\n             at /usr/local/cargo/git/checkouts/futures-rs-2e928889f587a511/1845d7d/futures-util/src/future/try_join_all.rs:163:32\n  14: aptos_transaction_emitter_lib::emitter::query_txn_summaries::{{closure}}\n             at ./crates/transaction-emitter-lib/src/emitter/mod.rs:1076:10\n  15: aptos_transaction_emitter_lib::emitter::submission_worker::SubmissionWorker::wait_for_account_txn_summaries::{{closure}}\n             at ./crates/transaction-emitter-lib/src/emitter/submission_worker.rs:322:88\n  16: aptos_transaction_emitter_lib::emitter::submission_worker::SubmissionWorker::wait_and_update_stats::{{closure}}\n             at ./crates/transaction-emitter-lib/src/emitter/submission_worker.rs:592:22\n  17: aptos_transaction_emitter_lib::emitter::submission_worker::SubmissionWorker::run::{{closure}}\n             at ./crates/transaction-emitter-lib/src/emitter/submission_worker.rs:220:18\n  18: <core::pin::Pin<P> as core::future::future::Future>::poll\n             at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/future/future.rs:123:9\n  19: tokio::runtime::task::core::Core<T,S>::poll::{{closure}}\n             at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/task/core.rs:331:17\n  20: tokio::loom::std::unsafe_cell::UnsafeCell<T>::with_mut\n             at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/loom/std/unsafe_cell.rs:16:9\n  21: tokio::runtime::task::core::Core<T,S>::poll\n             at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/task/core.rs:320:30\n  22: tokio::runtime::task::harness::poll_future::{{closure}}\n             at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/task/harness.rs:500:19\n  23: <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once\n             at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/panic/unwind_safe.rs:272:9\n  24: std::panicking::try::do_call\n             at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/std/src/panicking.rs:552:40\n  25: std::panicking::try\n             at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/std/src/panicking.rs:516:19\n  26: std::panic::catch_unwind\n             at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/std/src/panic.rs:146:14\n  27: tokio::runtime::task::harness::poll_future\n             at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/task/harness.rs:488:18\n  28: tokio::runtime::task::harness::Harness<T,S>::poll_inner\n             at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/task/harness.rs:209:27\n  29: tokio::runtime::task::harness::Harness<T,S>::poll\n             at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/task/harness.rs:154:15\n  30: tokio::runtime::task::raw::RawTask::poll\n             at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/task/raw.rs:201:18\n  31: tokio::runtime::task::LocalNotified<S>::run\n             at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/task/mod.rs:436:9\n  32: tokio::runtime::scheduler::multi_thread::worker::Context::run_task::{{closure}}\n             at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/multi_thread/worker.rs:598:18\n  33: tokio::runtime::coop::with_budget\n             at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/coop.rs:107:5\n  34: tokio::runtime::coop::budget\n             at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/coop.rs:73:5\n  35: tokio::runtime::scheduler::multi_thread::worker::Context::run_task\n             at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/multi_thread/worker.rs:597:9\n  36: tokio::runtime::scheduler::multi_thread::worker::Context::run\n             at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/multi_thread/worker.rs:548:24\n  37: tokio::runtime::scheduler::multi_thread::worker::run::{{closure}}::{{closure}}\n             at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/multi_thread/worker.rs:513:21\n  38: tokio::runtime::context::scoped::Scoped<T>::set\n             at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/context/scoped.rs:40:9\n  39: tokio::runtime::context::set_scheduler::{{closure}}\n             at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/context.rs:180:26\n  40: std::thread::local::LocalKey<T>::try_with\n             at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/std/src/thread/local.rs:284:16\n  41: std::thread::local::LocalKey<T>::with\n             at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/std/src/thread/local.rs:260:9\n  42: tokio::runtime::context::set_scheduler\n             at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/context.rs:180:17\n  43: tokio::runtime::scheduler::multi_thread::worker::run::{{closure}}\n             at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/multi_thread/worker.rs:508:9\n  44: tokio::runtime::context::runtime::enter_runtime\n             at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/context/runtime.rs:65:16\n  45: tokio::runtime::scheduler::multi_thread::worker::run\n             at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/multi_thread/worker.rs:500:5\n  46: tokio::runtime::scheduler::multi_thread::worker::Launch::launch::{{closure}}\n             at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/multi_thread/worker.rs:466:45\n  47: <tokio::runtime::blocking::task::BlockingTask<T> as core::future::future::Future>::poll\n             at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/blocking/task.rs:42:21\n  48: tokio::runtime::task::core::Core<T,S>::poll::{{closure}}\n             at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/task/core.rs:331:17\n  49: tokio::loom::std::unsafe_cell::UnsafeCell<T>::with_mut\n             at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/loom/std/unsafe_cell.rs:16:9\n  50: tokio::runtime::task::core::Core<T,S>::poll\n             at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/task/core.rs:320:30\n  51: tokio::runtime::task::harness::poll_future::{{closure}}\n             at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/task/harness.rs:500:19\n  52: <core::panic::unwind_safe::AssertUnwindSafe<F> as core::op(truncated)"}
{"level":"INFO","source":{"package":"aptos_transaction_emitter_lib","file":"crates/transaction-emitter-lib/src/emitter/submission_worker.rs:419"},"thread_name":"emitter-18","hostname":"forge-compat-pr-15115-1741731712-c5eef1450476a6f7eee96d0d1953b6","timestamp":"2025-03-11T23:15:28.819367Z","message":"wait_for_account_txn_summaries took 1 cycles, 3058.409837089s"}
{"level":"INFO","source":{"package":"aptos_transaction_emitter_lib","file":"crates/transaction-emitter-lib/src/emitter/submission_worker.rs:424"},"thread_name":"emitter-18","hostname":"forge-compat-pr-15115-1741731712-c5eef1450476a6f7eee96d0d1953b6","timestamp":"2025-03-11T23:15:28.819376Z","message":"num_committed: 0, num_expired: 0, sum_of_completion_timestamps_millis: 0"}
{"level":"INFO","source":{"package":"aptos_transaction_emitter_lib","file":"crates/transaction-emitter-lib/src/emitter/submission_worker.rs:593"},"thread_name":"emitter-18","hostname":"forge-compat-pr-15115-1741731712-c5eef1450476a6f7eee96d0d1953b6","timestamp":"2025-03-11T23:15:28.819380Z","message":"wait_for_account_txn_summaries took 3058.409851729s"}
Debugging output:

Copy link
Contributor

💭 Forge suite realistic_env_max_load preempted on 0dc89bd4c8b3b9eab2972e3fc186aa11edc091b5

Forge test runner terminated:
Trailing Log Lines:
{"level":"INFO","source":{"package":"aptos_transaction_emitter_lib","file":"crates/transaction-emitter-lib/src/emitter/mod.rs:1107"},"thread_name":"emitter-48","hostname":"forge-e2e-pr-15115-1741731712-0dc89bd4c8b3b9eab2972e3fc186aa11e","timestamp":"2025-03-11T22:26:22.144780Z","message":"get_account_txn_summmaries took 754.29µs"}
{"level":"INFO","source":{"package":"aptos_transaction_emitter_lib","file":"crates/transaction-emitter-lib/src/emitter/mod.rs:1080"},"thread_name":"emitter-48","hostname":"forge-e2e-pr-15115-1741731712-0dc89bd4c8b3b9eab2972e3fc186aa11e","timestamp":"2025-03-11T22:26:22.144805Z","message":"query_txn_summaries took 780.55µs"}
{"level":"INFO","source":{"package":"aptos_transaction_emitter_lib","file":"crates/transaction-emitter-lib/src/emitter/submission_worker.rs:411"},"thread_name":"emitter-48","hostname":"forge-e2e-pr-15115-1741731712-0dc89bd4c8b3b9eab2972e3fc186aa11e","timestamp":"2025-03-11T22:26:22.144815Z","message":"Sleeping for 300ms. wait_for_account_txn_summaries loop took 790.85µs"}
{"level":"INFO","source":{"package":"aptos_transaction_emitter_lib","file":"crates/transaction-emitter-lib/src/emitter/mod.rs:1080"},"thread_name":"emitter-59","hostname":"forge-e2e-pr-15115-1741731712-0dc89bd4c8b3b9eab2972e3fc186aa11e","timestamp":"2025-03-11T22:26:22.144783Z","message":"query_txn_summaries took 758.74µs"}
{"level":"INFO","source":{"package":"aptos_transaction_emitter_lib","file":"crates/transaction-emitter-lib/src/emitter/submission_worker.rs:411"},"thread_name":"emitter-59","hostname":"forge-e2e-pr-15115-1741731712-0dc89bd4c8b3b9eab2972e3fc186aa11e","timestamp":"2025-03-11T22:26:22.144836Z","message":"Sleeping for 300ms. wait_for_account_txn_summaries loop took 812.35µs"}
{"level":"INFO","source":{"package":"aptos_transaction_emitter_lib","file":"crates/transaction-emitter-lib/src/emitter/submission_worker.rs:411"},"thread_name":"emitter-41","hostname":"forge-e2e-pr-15115-1741731712-0dc89bd4c8b3b9eab2972e3fc186aa11e","timestamp":"2025-03-11T22:26:22.144774Z","message":"Sleeping for 300ms. wait_for_account_txn_summaries loop took 776.45µs"}
{"level":"INFO","source":{"package":"aptos_transaction_emitter_lib","file":"crates/transaction-emitter-lib/src/emitter/mod.rs:1107"},"thread_name":"emitter-45","hostname":"forge-e2e-pr-15115-1741731712-0dc89bd4c8b3b9eab2972e3fc186aa11e","timestamp":"2025-03-11T22:26:22.144792Z","message":"get_account_txn_summmaries took 737.9µs"}
{"level":"INFO","source":{"package":"aptos_transaction_emitter_lib","file":"crates/transaction-emitter-lib/src/emitter/mod.rs:1080"},"thread_name":"emitter-45","hostname":"forge-e2e-pr-15115-1741731712-0dc89bd4c8b3b9eab2972e3fc186aa11e","timestamp":"2025-03-11T22:26:22.144885Z","message":"query_txn_summaries took 831.7µs"}
{"level":"INFO","source":{"package":"aptos_transaction_emitter_lib","file":"crates/transaction-emitter-lib/src/emitter/submission_worker.rs:411"},"thread_name":"emitter-45","hostname":"forge-e2e-pr-15115-1741731712-0dc89bd4c8b3b9eab2972e3fc186aa11e","timestamp":"2025-03-11T22:26:22.144892Z","message":"Sleeping for 300ms. wait_for_account_txn_summaries loop took 840.08µs"}
rpc error: code = NotFound desc = an error occurred when try to find container "d8b4428769864908a7e0f8f20460684ad3fa9d68472c3ffa31428bd8c510670d": not found
Debugging output:

@vusirikala vusirikala removed the CICD:run-e2e-tests when this label is present github actions will run all land-blocking e2e tests from the PR label Mar 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants