Skip to content

Instantly share code, notes, and snippets.

@vincenzopalazzo
Created June 3, 2023 14:03
Show Gist options
  • Save vincenzopalazzo/94352a830977eef53cda7c1b6e8f225c to your computer and use it in GitHub Desktop.
Save vincenzopalazzo/94352a830977eef53cda7c1b6e8f225c to your computer and use it in GitHub Desktop.
✗ other error failure command cargo build
cargo clippy --all --tests
cargo fmt --all --check
cargo test --all
running 89 tests
test cob::identity::test::test_ordering ... ok
test cob::common::test::test_color ... ok
test canonical::formatter::test::ascii_control_characters ... ok
test canonical::formatter::test::securesystemslib_asserts ... ok
test cob::issue::test::test_issue_state_serde ... ok
test canonical::formatter::test::ordered_nested_object ... ok
test cob::issue::test::test_ordering ... ok
test cob::patch::test::test_json_serialization ... ok
test cob::issue::test::test_issue_create_and_get ... ok
test cob::issue::test::test_issue_multilines ... ok
test cob::issue::test::test_issue_edit_description ... ok
test cob::issue::test::test_issue_create_and_unassign ... ok
test cob::patch::test::test_patch_merge_and_archive ... ok
test cob::issue::test::test_issue_react ... ok
test cob::issue::test::test_issue_create_and_assign ... ok
test cob::issue::test::test_issue_all ... ok
test cob::issue::test::test_issue_edit ... ok
test cob::issue::test::test_issue_comment ... ok
test cob::patch::test::test_revision_merge_reinsert ... ok
test cob::issue::test::test_issue_create_and_change_state ... ok
test cob::patch::test::test_patch_create_and_get ... ok
test cob::issue::test::test_issue_create_and_reassign ... ok
test cob::patch::test::test_revision_redacted ... ok
test cob::issue::test::test_issue_tag ... ok
test cob::thread::tests::test_comment_edit_reinsert ... ok
test git::test::test_version_from_str ... ok
test git::test::test_version_ord ... ok
test cob::thread::tests::test_edit_comment ... ok
test identity::did::test::test_did_vectors ... ok
test cob::thread::tests::test_duplicate_comments ... ok
test identity::doc::id::test::prop_from_str ... ok
test cob::patch::test::test_revision_redact_reinsert ... ok
test identity::did::test::test_did_encode_decode ... ok
test identity::doc::test::test_not_found ... ok
test cob::thread::tests::test_timeline ... ok
test cob::patch::test::test_patch_discussion ... ok
test node::features::test::test_operations ... ok
test cob::thread::tests::test_redact_comment ... ok
test identity::doc::test::test_canonical_example ... ok
test identity::doc::test::test_canonical_doc ... ok
test node::routing::test::test_entries ... ok
test cob::patch::test::test_patch_merge ... ok
test node::routing::test::test_insert_and_get ... ok
test node::routing::test::test_insert_existing_updated_time ... ok
test node::routing::test::test_insert_duplicate ... ok
test node::routing::test::test_len ... ok
test node::test::test_command_name_display ... ok
test node::routing::test::test_remove_redundant ... ok
test node::tracking::store::test::test_node_policy ... ok
test node::tracking::store::test::test_node_policies ... ok
test node::tracking::store::test::test_repo_policies ... ok
test node::tracking::store::test::test_repo_policy ... ok
test node::tracking::store::test::test_track_and_untrack_repo ... ok
test cob::patch::test::test_patch_review ... ok
test cob::issue::test::test_issue_reply ... ok
test node::tracking::store::test::test_track_and_untrack_node ... ok
test profile::test::canonicalize_home ... ok
test node::tracking::store::test::test_update_alias ... ok
test node::tracking::store::test::test_update_scope ... ok
test node::routing::test::test_insert_and_get_resources ... ok
test cob::patch::test::test_patch_review_remove_fields ... ok
test node::routing::test::test_insert_and_remove ... ok
test storage::git::transport::local::url::test::test_url_parse ... ok
test storage::git::transport::local::url::test::test_url_to_string ... ok
test storage::git::transport::remote::url::test::test_url_parse ... ok
test storage::git::tests::test_sign_refs ... ok
test storage::tests::test_storage ... ok
test test::assert::test::assert_with_message ... ok
test test::assert::test::test_assert_no_move ... ok
test test::assert::test::test_assert_panic_0 - should panic ... ok
test test::assert::test::test_assert_panic_1 - should panic ... ok
test test::assert::test::test_assert_panic_2 - should panic ... ok
test test::assert::test::test_assert_succeed ... ok
test test::assert::test::test_panic_message ... ok
test cob::patch::test::test_patch_reject_to_accept ... ok
test cob::patch::test::test_patch_update ... ok
test identity::test::test_valid_identity ... ok
test storage::refs::tests::prop_canonical_roundtrip ... ok
test storage::git::tests::test_references_of ... ok
test rad::tests::test_init ... ok
test cob::patch::test::test_patch_review_edit ... ok
test rad::tests::test_checkout ... ok
test node::routing::test::test_prune ... ok
test rad::tests::test_fork ... ok
test storage::git::tests::test_remote_refs ... ok
test identity::test::prop_json_eq_str ... ok
test identity::doc::test::prop_encode_decode ... ok
test cob::patch::test::prop_invariants ... ok
test cob::thread::tests::prop_invariants ... ok
test result: ok. 89 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.69s
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 2 tests
test terminal::patch::test::test_get_message ... ok
test terminal::format::test::test_strip_comments ... ok
test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 2 tests
test test::test_is_semantic_version ... ok
test test::test_version ... ok
test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 30 tests
test rad_auth ... ok
test rad_checkout ... ok
test rad_clone_unknown ... ok
test rad_init ... ok
test rad_delegate ... ok
test rad_inspect ... ok
test rad_clone ... ok
test rad_patch_draft ... ok
test rad_fetch ... ok
test rad_rm ... ok
test rad_self ... ok
test rad_node ... ok
test rad_fork ... ok
test rad_init_sync_and_clone ... ok
test rad_remote ... ok
test rad_patch_via_push ... ok
test rad_track ... ok
test rad_merge_via_push ... ok
test rad_id ... ok
test rad_issue ... ok
test test_clone_without_seeds ... ok
test git_push_and_pull ... ok
test rad_id_rebase ... ok
test test_cob_deletion ... ok
test test_cob_replication ... ok
test rad_sync ... ok
test rad_patch ... ok
test rad_tag ... ok
test test_replication_via_seed ... ok
test rad_workflow ... ok
test result: ok. 30 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 18.87s
running 3 tests
test tests::test_parse ... ok
test tests::test_run ... ok
test tests::test_example_spaced_brackets ... ok
test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 7 tests
test type_name::test::valid_typenames ... ok
test tests::invalid_parse_refstr ... ok
test tests::parse_refstr ... ok
test tests::roundtrip ... ok
test tests::list_cobs ... ok
test tests::traverse_cobs ... ok
test tests::update_cob ... ok
test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
running 22 tests
test lwwreg::tests::prop_semilattice ... ok
test lwwmap::tests::test_insert ... ok
test lwwmap::tests::test_insert_remove ... ok
test lwwmap::tests::test_remove_insert ... ok
test lwwmap::tests::test_is_empty ... ok
test lwwreg::tests::test_merge ... ok
test lwwreg::tests::test_set_get ... ok
test lwwset::tests::test_insert ... ok
test lwwset::tests::test_insert_remove ... ok
test redactable::test::prop_invariants ... ok
test lwwset::tests::test_remove_insert ... ok
test redactable::test::test_both_present ... ok
test redactable::test::test_redacted ... ok
test tests::prop_bool_laws ... ok
test tests::prop_option_laws ... ok
test tests::test_bool ... ok
test tests::test_option ... ok
test test::test_generator ... ok
test gset::tests::prop_semilattice ... ok
test lwwmap::tests::prop_semilattice ... ok
test lwwset::tests::prop_semilattice ... ok
test gmap::tests::prop_semilattice ... ok
test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.15s
running 11 tests
test ssh::test::test_agent_encoding_sign ... ok
test ssh::test::test_agent_encoding_remove ... ok
test ssh::fmt::test::test_fingerprint ... ok
test ssh::fmt::test::test_key ... ok
test tests::test_encode_decode ... ok
test ssh::test::prop_encode_decode_sk ... ok
test tests::test_e25519_dh ... ok
test tests::prop_encode_decode ... ok
test tests::prop_key_equality ... ok
test ssh::keystore::tests::test_signer ... ok
test ssh::keystore::tests::test_init ... ok
test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.31s
running 12 tests
test tests::test_cycle ... ok
test tests::test_diamond ... ok
test tests::test_dependencies ... ok
test tests::test_fold_depth ... ok
test tests::test_fold_reject ... ok
test tests::test_is_empty ... ok
test tests::test_fold_sorting ... ok
test tests::test_get ... ok
test tests::test_len ... ok
test tests::test_merge_1 ... ok
test tests::test_merge_2 ... ok
test tests::test_complex ... ok
test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
running 29 tests
test api::v1::delegates::routes::test_delegates_projects ... ok
test api::v1::projects::routes::test_projects_commits_root ... ok
test api::v1::projects::routes::test_projects_diff ... ok
test api::v1::projects::routes::test_projects ... ok
test api::v1::projects::routes::test_projects_commits ... ok
test api::v1::projects::routes::test_projects_issues_root ... ok
test api::v1::projects::routes::test_projects_blob ... ok
test api::v1::projects::routes::test_projects_patches ... ok
test api::v1::projects::routes::test_projects_readme ... ok
test api::v1::projects::routes::test_projects_remotes_root ... ok
test api::v1::projects::routes::test_projects_remotes ... ok
test api::v1::projects::routes::test_projects_tree ... ok
test api::v1::projects::routes::test_projects_issues_create ... ok
test api::v1::projects::routes::test_projects_root ... ok
test api::v1::projects::routes::test_projects_patches_edit ... ok
test api::v1::stats::routes::test_stats ... ok
test api::v1::projects::routes::test_projects_patches_reviews ... ok
test git::routes::test_aliases ... ok
test git::routes::test_info_request ... ok
test raw::routes::test_file_handler ... ok
test api::v1::projects::routes::test_projects_patches_merges ... ok
test api::v1::projects::routes::test_projects_patches_revisions ... ok
test api::v1::projects::routes::test_projects_patches_tag ... ok
test api::v1::projects::routes::test_projects_create_patches ... ok
test routes::test_invalid_route_returns_404 ... ok
test api::v1::projects::routes::test_projects_issues_reply ... ok
test api::v1::projects::routes::test_projects_patches_discussions ... ok
test api::v1::sessions::routes::test_session ... ok
test api::v1::projects::routes::test_projects_issues_comment ... ok
test result: ok. 29 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.56s
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 96 tests
test deserializer::test::test_decode_next ... ok
test deserializer::test::test_unparsed ... ok
test service::filter::test::test_parameters ... ok
test deserializer::test::prop_decode_next ... ok
test control::tests::test_control_socket ... ok
test address::store::test::test_get_none ... ok
test tests::e2e::test_connection_crossing ... ignored, failing
test address::store::test::test_insert_and_get ... ok
test address::store::test::test_empty ... ok
test address::store::test::test_insert_duplicate ... ok
test address::store::test::test_insert_and_update ... ok
test address::store::test::test_remove_nothing ... ok
test address::store::test::test_insert_and_remove ... ok
test service::message::tests::test_node_announcement_validate ... ok
test control::tests::test_track_untrack ... ok
test address::store::test::test_entries ... ok
test service::message::tests::test_ref_remote_limit ... ok
test service::filter::test::test_sizes ... ok
test service::message::tests::test_inventory_limit ... ok
test tests::e2e::test_clone ... ok
test tests::e2e::test_inventory_sync_bridge ... ok
test tests::e2e::test_inventory_sync_star ... ok
test service::message::tests::prop_refs_announcement_signing ... ok
test tests::e2e::test_fetch_trusted_remotes ... ok
test tests::e2e::test_fetch_preserve_owned_refs ... ok
test tests::e2e::test_fetch_up_to_date ... ok
test tests::e2e::test_dont_fetch_owned_refs ... ok
test tests::test_announcement_rebroadcast ... ok
test tests::e2e::test_missing_remote ... ok
test tests::test_disconnecting_unresponsive_peer ... ok
test tests::e2e::test_migrated_clone ... ok
test tests::test_connection_kept_alive ... ok
test tests::test_inventory_decode ... ok
test tests::test_inbound_connection ... ok
test tests::e2e::test_replication ... ok
test tests::e2e::test_replication_invalid ... ok
test tests::test_inventory_relay_bad_timestamp ... ok
test tests::e2e::test_inventory_sync_basic ... ok
test tests::test_fetch_missing_inventory ... ok
test tests::test_maintain_connections ... ok
test tests::test_inventory_relay ... ok
test tests::test_persistent_peer_connect ... ok
test tests::test_maintain_connections_failed_attempt ... ok
test tests::test_inventory_sync ... ok
test tests::e2e::test_non_fastforward_sigrefs ... ok
test tests::test_outbound_connection ... ok
test tests::test_announcement_rebroadcast_duplicates ... ok
test tests::test_redundant_connect ... ok
test tests::test_ping_response ... ok
test tests::test_refs_announcement_no_subscribe ... ok
test tests::test_refs_announcement_fetch_trusted_no_inventory ... ok
test tests::test_refs_announcement_trusted ... ok
test tests::test_inventory_pruning ... ok
test tests::test_tracking ... ok
test wire::frame::test::test_stream_id ... ok
test wire::message::tests::prop_addr ... ok
test tests::test_persistent_peer_reconnect_success ... ok
test tests::test_queued_fetch ... ok
test tests::test_persistent_peer_reconnect_attempt ... ok
test wire::message::tests::test_pingpong_encode_max_size ... ok
test tests::test_refs_synced_event ... ok
test wire::message::tests::test_pingpong_encode_size_overflow ... ok
test wire::tests::prop_id ... ok
test wire::tests::prop_oid ... ok
test tests::test_track_repo_subscribe ... ok
test wire::tests::prop_refs ... ok
test wire::tests::prop_signature ... ok
test wire::tests::prop_filter ... ok
test wire::tests::prop_string ... ok
test wire::tests::prop_pubkey ... ok
test wire::tests::prop_tuple ... ok
test wire::tests::prop_u16 ... ok
test wire::tests::prop_u32 ... ok
test wire::tests::prop_u64 ... ok
test wire::tests::prop_u8 ... ok
test wire::tests::test_bounded_vec_limit ... ok
test wire::tests::test_filter_invalid ... ok
test wire::tests::test_string ... ok
test wire::varint::test::prop_encode_decode ... ok
test wire::varint::test::test_encode_overflow - should panic ... ok
test wire::varint::test::test_encoding ... ok
test tests::test_refs_announcement_relay ... ok
test wire::tests::prop_vec ... ok
test tests::test_announcement_relay ... ok
test wire::tests::prop_signed_refs ... ok
test tests::e2e::test_outdated_sigrefs ... ok
test tests::test_announcement_rebroadcast_timestamp_filtered ... ok
test tests::test_push_and_pull ... ok
test wire::message::tests::prop_zero_bytes_encode_decode ... ok
test tests::e2e::test_inventory_sync_ring ... ok
test wire::message::tests::prop_message_encode_decode ... ok
test tests::e2e::test_concurrent_fetches ... ok
test wire::message::tests::prop_message_decoder ... ok
test tests::e2e::test_large_fetch ... ok
test tests::prop_inventory_exchange_dense ... ok
test tests::e2e::test_replication_no_delegates ... FAILED
failures:
---- tests::e2e::test_replication_no_delegates stdout ----
1685800896 tests::e2e::test_replication_no_delegates storage: Setting ref: refs/heads/master -> f2de534b5e81d7c6e2dcaf58c3dd91573c0a0354
1685800896 tests::e2e::test_replication_no_delegates storage: Setting ref: HEAD -> refs/heads/master
1685800896 tests::e2e::test_replication_no_delegates storage: Setting ref: refs/rad/id -> 58cf54d36416ba0c503b9f319559bf4231c2c5ef
test: Initialized project rad:z2EuCStFz3EZjGf9WR6fWSxrCw6Hk for node z6MkhUiCm2rHnyNpuXazjwnV6Gn7PnXdy9eXUyuyqRwYW34n
1685800896 tests::e2e::test_replication_no_delegates node: Opening address book /tmp/.tmp8n9nkZ/wa7Axgzz/node/addresses.db..
1685800896 tests::e2e::test_replication_no_delegates node: Opening routing table /tmp/.tmp8n9nkZ/wa7Axgzz/node/routing.db..
1685800896 tests::e2e::test_replication_no_delegates node: Opening tracking policy table /tmp/.tmp8n9nkZ/wa7Axgzz/node/tracking.db..
1685800896 tests::e2e::test_replication_no_delegates node: Default tracking policy set to 'block'
1685800896 tests::e2e::test_replication_no_delegates node: Initializing service (Main)..
1685800896 tests::e2e::test_replication_no_delegates service: Init @1685800896000
1685800896 tests::e2e::test_replication_no_delegates node: Listening on 0.0.0.0:36567..
1685800896 tests::e2e::test_replication_no_delegates node: Opening address book /tmp/.tmp8n9nkZ/ralI2mak/node/addresses.db..
1685800896 z6MkuwFjuQJkYm5NzYEsVTgLXHNATZn3oeh4VpBsdQayaBhZ node: Running node z6MkuwFjuQJkYm5NzYEsVTgLXHNATZn3oeh4VpBsdQayaBhZ in /tmp/.tmp8n9nkZ/wa7Axgzz..
1685800896 z6MkuwFjuQJkYm5NzYEsVTgLXHNATZn3oeh4VpBsdQayaBhZ node: Binding control socket /tmp/.tmp8n9nkZ/wa7Axgzz/node/control.sock..
1685800896 z6MkuwFjuQJkYm5NzYEsVTgLXHNATZn3oeh4VpBsdQayaBhZ node: Spawning git daemon at /tmp/.tmp8n9nkZ/wa7Axgzz/storage..
1685800896 z6MkuwFjuQJkYm5NzYEsVTgLXHNATZn3oeh4VpBsdQayaBhZ control: Control thread listening on socket..
1685800896 z6MkuwFjuQJkYm5NzYEsVTgLXHNATZn3oeh4VpBsdQayaBhZ service: Received command QueryState(..)
1685800896 tests::e2e::test_replication_no_delegates node: Opening routing table /tmp/.tmp8n9nkZ/ralI2mak/node/routing.db..
1685800896 tests::e2e::test_replication_no_delegates node: Opening tracking policy table /tmp/.tmp8n9nkZ/ralI2mak/node/tracking.db..
1685800896 tests::e2e::test_replication_no_delegates node: Default tracking policy set to 'block'
1685800896 tests::e2e::test_replication_no_delegates node: Initializing service (Main)..
1685800896 tests::e2e::test_replication_no_delegates service: Init @1685800896000
1685800896 tests::e2e::test_replication_no_delegates service: Tracking local repository rad:z2EuCStFz3EZjGf9WR6fWSxrCw6Hk
1685800896 tests::e2e::test_replication_no_delegates node: Listening on 0.0.0.0:36629..
1685800896 z6MkhUiCm2rHnyNpuXazjwnV6Gn7PnXdy9eXUyuyqRwYW34n node: Running node z6MkhUiCm2rHnyNpuXazjwnV6Gn7PnXdy9eXUyuyqRwYW34n in /tmp/.tmp8n9nkZ/ralI2mak..
1685800896 z6MkhUiCm2rHnyNpuXazjwnV6Gn7PnXdy9eXUyuyqRwYW34n node: Binding control socket /tmp/.tmp8n9nkZ/ralI2mak/node/control.sock..
1685800896 z6MkuwFjuQJkYm5NzYEsVTgLXHNATZn3oeh4VpBsdQayaBhZ service: Received command Connect(z6MkhUiCm2rHnyNpuXazjwnV6Gn7PnXdy9eXUyuyqRwYW34n, 0.0.0.0:36629)
1685800896 z6MkhUiCm2rHnyNpuXazjwnV6Gn7PnXdy9eXUyuyqRwYW34n node: Spawning git daemon at /tmp/.tmp8n9nkZ/ralI2mak/storage..
1685800896 z6MkhUiCm2rHnyNpuXazjwnV6Gn7PnXdy9eXUyuyqRwYW34n control: Control thread listening on socket..
1685800896 z6MkhUiCm2rHnyNpuXazjwnV6Gn7PnXdy9eXUyuyqRwYW34n service: Received command QueryState(..)
1685800896 z6MkhUiCm2rHnyNpuXazjwnV6Gn7PnXdy9eXUyuyqRwYW34n wire: Accepting inbound peer connection from 127.0.0.1:35650..
1685800896 z6MkuwFjuQJkYm5NzYEsVTgLXHNATZn3oeh4VpBsdQayaBhZ daemon: [120310] Ready to rumble
1685800896 z6MkuwFjuQJkYm5NzYEsVTgLXHNATZn3oeh4VpBsdQayaBhZ service: Attempted connection to z6MkhUiCm2rHnyNpuXazjwnV6Gn7PnXdy9eXUyuyqRwYW34n (0.0.0.0:36629)
1685800896 z6MkhUiCm2rHnyNpuXazjwnV6Gn7PnXdy9eXUyuyqRwYW34n daemon: [120324] Could not bind to 0.0.0.0: Address already in use
1685800896 z6MkhUiCm2rHnyNpuXazjwnV6Gn7PnXdy9eXUyuyqRwYW34n daemon: [120324] unable to allocate any listen sockets for host 0.0.0.0 on port 50164
1685800896 z6MkhUiCm2rHnyNpuXazjwnV6Gn7PnXdy9eXUyuyqRwYW34n daemon: fatal: unable to allocate any listen sockets on port 50164
1685800896 z6MkuwFjuQJkYm5NzYEsVTgLXHNATZn3oeh4VpBsdQayaBhZ wire: Session established with z6MkhUiCm2rHnyNpuXazjwnV6Gn7PnXdy9eXUyuyqRwYW34n (fd=281)
1685800896 z6MkuwFjuQJkYm5NzYEsVTgLXHNATZn3oeh4VpBsdQayaBhZ service: Connected to z6MkhUiCm2rHnyNpuXazjwnV6Gn7PnXdy9eXUyuyqRwYW34n (Outbound)
1685800896 z6MkhUiCm2rHnyNpuXazjwnV6Gn7PnXdy9eXUyuyqRwYW34n wire: Session established with z6MkuwFjuQJkYm5NzYEsVTgLXHNATZn3oeh4VpBsdQayaBhZ (fd=366)
1685800896 z6MkhUiCm2rHnyNpuXazjwnV6Gn7PnXdy9eXUyuyqRwYW34n service: Connected to z6MkuwFjuQJkYm5NzYEsVTgLXHNATZn3oeh4VpBsdQayaBhZ (Inbound)
1685800896 z6MkuwFjuQJkYm5NzYEsVTgLXHNATZn3oeh4VpBsdQayaBhZ service: Sending inventory announcement of z6MkuwFjuQJkYm5NzYEsVTgLXHNATZn3oeh4VpBsdQayaBhZ with 0 item(s) to z6MkhUiCm2rHnyNpuXazjwnV6Gn7PnXdy9eXUyuyqRwYW34n
1685800896 z6MkuwFjuQJkYm5NzYEsVTgLXHNATZn3oeh4VpBsdQayaBhZ service: Sending subscription filter to z6MkhUiCm2rHnyNpuXazjwnV6Gn7PnXdy9eXUyuyqRwYW34n
test: Node z6MkhUiCm2rHnyNpuXazjwnV6Gn7PnXdy9eXUyuyqRwYW34n has converged
test: Node z6MkuwFjuQJkYm5NzYEsVTgLXHNATZn3oeh4VpBsdQayaBhZ has {}
1685800896 z6MkhUiCm2rHnyNpuXazjwnV6Gn7PnXdy9eXUyuyqRwYW34n service: Sending inventory announcement of z6MkhUiCm2rHnyNpuXazjwnV6Gn7PnXdy9eXUyuyqRwYW34n with 1 item(s) to z6MkuwFjuQJkYm5NzYEsVTgLXHNATZn3oeh4VpBsdQayaBhZ
1685800896 z6MkhUiCm2rHnyNpuXazjwnV6Gn7PnXdy9eXUyuyqRwYW34n service: Sending subscription filter to z6MkuwFjuQJkYm5NzYEsVTgLXHNATZn3oeh4VpBsdQayaBhZ
1685800896 z6MkhUiCm2rHnyNpuXazjwnV6Gn7PnXdy9eXUyuyqRwYW34n service: Received inventory announcement of z6MkuwFjuQJkYm5NzYEsVTgLXHNATZn3oeh4VpBsdQayaBhZ with 0 item(s) from z6MkuwFjuQJkYm5NzYEsVTgLXHNATZn3oeh4VpBsdQayaBhZ
1685800896 z6MkuwFjuQJkYm5NzYEsVTgLXHNATZn3oeh4VpBsdQayaBhZ service: Received inventory announcement of z6MkhUiCm2rHnyNpuXazjwnV6Gn7PnXdy9eXUyuyqRwYW34n with 1 item(s) from z6MkhUiCm2rHnyNpuXazjwnV6Gn7PnXdy9eXUyuyqRwYW34n
1685800896 z6MkhUiCm2rHnyNpuXazjwnV6Gn7PnXdy9eXUyuyqRwYW34n service: Received subscription filter from z6MkuwFjuQJkYm5NzYEsVTgLXHNATZn3oeh4VpBsdQayaBhZ
1685800896 z6MkuwFjuQJkYm5NzYEsVTgLXHNATZn3oeh4VpBsdQayaBhZ service: Routing table updated for rad:z2EuCStFz3EZjGf9WR6fWSxrCw6Hk with seed z6MkhUiCm2rHnyNpuXazjwnV6Gn7PnXdy9eXUyuyqRwYW34n
1685800896 z6MkuwFjuQJkYm5NzYEsVTgLXHNATZn3oeh4VpBsdQayaBhZ service: Received subscription filter from z6MkhUiCm2rHnyNpuXazjwnV6Gn7PnXdy9eXUyuyqRwYW34n
test: Node z6MkuwFjuQJkYm5NzYEsVTgLXHNATZn3oeh4VpBsdQayaBhZ has converged
1685800897 z6MkuwFjuQJkYm5NzYEsVTgLXHNATZn3oeh4VpBsdQayaBhZ service: Received command TrackRepo(rad:z2EuCStFz3EZjGf9WR6fWSxrCw6Hk, all)
1685800897 z6MkuwFjuQJkYm5NzYEsVTgLXHNATZn3oeh4VpBsdQayaBhZ service: Sending subscription filter to z6MkhUiCm2rHnyNpuXazjwnV6Gn7PnXdy9eXUyuyqRwYW34n
1685800897 z6MkuwFjuQJkYm5NzYEsVTgLXHNATZn3oeh4VpBsdQayaBhZ service: Received command Fetch(rad:z2EuCStFz3EZjGf9WR6fWSxrCw6Hk, z6MkhUiCm2rHnyNpuXazjwnV6Gn7PnXdy9eXUyuyqRwYW34n)
1685800897 z6MkuwFjuQJkYm5NzYEsVTgLXHNATZn3oeh4VpBsdQayaBhZ service: Fetch initiated for rad:z2EuCStFz3EZjGf9WR6fWSxrCw6Hk with z6MkhUiCm2rHnyNpuXazjwnV6Gn7PnXdy9eXUyuyqRwYW34n..
1685800897 z6MkhUiCm2rHnyNpuXazjwnV6Gn7PnXdy9eXUyuyqRwYW34n service: Received subscription filter from z6MkuwFjuQJkYm5NzYEsVTgLXHNATZn3oeh4VpBsdQayaBhZ
1685800897 z6MkuwFjuQJkYm5NzYEsVTgLXHNATZn3oeh4VpBsdQayaBhZ wire: Opened new stream with id=12 for rid=rad:z2EuCStFz3EZjGf9WR6fWSxrCw6Hk remote=z6MkhUiCm2rHnyNpuXazjwnV6Gn7PnXdy9eXUyuyqRwYW34n
1685800897 z6MkuwFjuQJkYm5NzYEsVTgLXHNATZn3oeh4VpBsdQayaBhZ worker: Worker processing outgoing fetch for rad:z2EuCStFz3EZjGf9WR6fWSxrCw6Hk
1685800897 z6MkuwFjuQJkYm5NzYEsVTgLXHNATZn3oeh4VpBsdQayaBhZ worker: Staging fetch in "/tmp/.tmpAeiNh9"
1685800897 z6MkuwFjuQJkYm5NzYEsVTgLXHNATZn3oeh4VpBsdQayaBhZ worker: Setting up clone for new repository rad:z2EuCStFz3EZjGf9WR6fWSxrCw6Hk
1685800897 z6MkhUiCm2rHnyNpuXazjwnV6Gn7PnXdy9eXUyuyqRwYW34n wire: Received stream open for id=12 from z6MkuwFjuQJkYm5NzYEsVTgLXHNATZn3oeh4VpBsdQayaBhZ
1685800897 z6MkhUiCm2rHnyNpuXazjwnV6Gn7PnXdy9eXUyuyqRwYW34n worker: Worker processing incoming fetch..
1685800897 z6MkhUiCm2rHnyNpuXazjwnV6Gn7PnXdy9eXUyuyqRwYW34n worker: Waiting for Git request pktline from z6MkuwFjuQJkYm5NzYEsVTgLXHNATZn3oeh4VpBsdQayaBhZ..
1685800897 z6MkuwFjuQJkYm5NzYEsVTgLXHNATZn3oeh4VpBsdQayaBhZ worker: Running command: "git" "-c" "protocol.version=2" "fetch" "--verbose" "--atomic" "git://0.0.0.0:42795/z2EuCStFz3EZjGf9WR6fWSxrCw6Hk" "refs/rad/id:refs/rad/id"
1685800897 z6MkuwFjuQJkYm5NzYEsVTgLXHNATZn3oeh4VpBsdQayaBhZ worker: Git: Looking up 0.0.0.0 ... done.
1685800897 z6MkuwFjuQJkYm5NzYEsVTgLXHNATZn3oeh4VpBsdQayaBhZ worker: Git: Connecting to 0.0.0.0 (port 42795) ... 0.0.0.0 done.
1685800897 z6MkhUiCm2rHnyNpuXazjwnV6Gn7PnXdy9eXUyuyqRwYW34n worker: Received Git request pktline for rad:z2EuCStFz3EZjGf9WR6fWSxrCw6Hk..
1685800897 z6MkhUiCm2rHnyNpuXazjwnV6Gn7PnXdy9eXUyuyqRwYW34n worker: Connecting to daemon..
1685800897 z6MkhUiCm2rHnyNpuXazjwnV6Gn7PnXdy9eXUyuyqRwYW34n worker: Upload process on stream 12 exited with result Err(DaemonConnectionFailed(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))
1685800897 z6MkhUiCm2rHnyNpuXazjwnV6Gn7PnXdy9eXUyuyqRwYW34n wire: Received fetch result from worker: stream=12 remote=z6MkuwFjuQJkYm5NzYEsVTgLXHNATZn3oeh4VpBsdQayaBhZ result=Responder { result: Err(DaemonConnectionFailed(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" })) }
1685800897 z6MkuwFjuQJkYm5NzYEsVTgLXHNATZn3oeh4VpBsdQayaBhZ wire: Received stream close command for id=12 from z6MkhUiCm2rHnyNpuXazjwnV6Gn7PnXdy9eXUyuyqRwYW34n
1685800906 z6MkuwFjuQJkYm5NzYEsVTgLXHNATZn3oeh4VpBsdQayaBhZ worker: Initial fetch for rad:z2EuCStFz3EZjGf9WR6fWSxrCw6Hk failed: connection reset
1685800906 z6MkuwFjuQJkYm5NzYEsVTgLXHNATZn3oeh4VpBsdQayaBhZ worker: Git: fatal: Could not read from remote repository.
1685800906 z6MkuwFjuQJkYm5NzYEsVTgLXHNATZn3oeh4VpBsdQayaBhZ worker: Git:
1685800906 z6MkuwFjuQJkYm5NzYEsVTgLXHNATZn3oeh4VpBsdQayaBhZ worker: Git: Please make sure you have the correct access rights
1685800906 z6MkuwFjuQJkYm5NzYEsVTgLXHNATZn3oeh4VpBsdQayaBhZ worker: Git: and the repository exists.
1685800906 z6MkuwFjuQJkYm5NzYEsVTgLXHNATZn3oeh4VpBsdQayaBhZ wire: Received fetch result from worker: stream=12 remote=z6MkhUiCm2rHnyNpuXazjwnV6Gn7PnXdy9eXUyuyqRwYW34n result=Initiator { rid: Id(rad:z2EuCStFz3EZjGf9WR6fWSxrCw6Hk), result: Err(Io(Kind(ConnectionReset))) }
1685800906 z6MkuwFjuQJkYm5NzYEsVTgLXHNATZn3oeh4VpBsdQayaBhZ service: Fetch failed for rad:z2EuCStFz3EZjGf9WR6fWSxrCw6Hk from z6MkhUiCm2rHnyNpuXazjwnV6Gn7PnXdy9eXUyuyqRwYW34n: connection reset
1685800906 z6MkuwFjuQJkYm5NzYEsVTgLXHNATZn3oeh4VpBsdQayaBhZ service: Found existing fetch request, sending result..
1685800906 z6MkuwFjuQJkYm5NzYEsVTgLXHNATZn3oeh4VpBsdQayaBhZ service: Sent fetch result for rad:z2EuCStFz3EZjGf9WR6fWSxrCw6Hk..
thread 'tests::e2e::test_replication_no_delegates' panicked at 'assertion failed: `Failed { reason: "connection reset" }` does not match `FetchResult::Failed { reason } if reason == "no delegates in transfer"`', radicle-node/src/tests/e2e.rs:228:5
test: Node z6MkhUiCm2rHnyNpuXazjwnV6Gn7PnXdy9eXUyuyqRwYW34n shutting down..
1685800906 z6MkhUiCm2rHnyNpuXazjwnV6Gn7PnXdy9eXUyuyqRwYW34n control: Received `{"cmd":"shutdown","args":[]}` on control socket
1685800906 z6MkhUiCm2rHnyNpuXazjwnV6Gn7PnXdy9eXUyuyqRwYW34n control: Shutdown requested..
1685800906 z6MkuwFjuQJkYm5NzYEsVTgLXHNATZn3oeh4VpBsdQayaBhZ wire: Disconnecting peer (fd=281): connection reset
1685800906 z6MkuwFjuQJkYm5NzYEsVTgLXHNATZn3oeh4VpBsdQayaBhZ wire: Received transport handover (fd=281)
1685800906 z6MkuwFjuQJkYm5NzYEsVTgLXHNATZn3oeh4VpBsdQayaBhZ service: Disconnected from z6MkhUiCm2rHnyNpuXazjwnV6Gn7PnXdy9eXUyuyqRwYW34n (connection reset)
1685800906 z6MkhUiCm2rHnyNpuXazjwnV6Gn7PnXdy9eXUyuyqRwYW34n pool: Worker pool shutting down..
1685800906 z6MkhUiCm2rHnyNpuXazjwnV6Gn7PnXdy9eXUyuyqRwYW34n node: Node shutdown completed for z6MkhUiCm2rHnyNpuXazjwnV6Gn7PnXdy9eXUyuyqRwYW34n
test: Node z6MkuwFjuQJkYm5NzYEsVTgLXHNATZn3oeh4VpBsdQayaBhZ shutting down..
1685800906 z6MkuwFjuQJkYm5NzYEsVTgLXHNATZn3oeh4VpBsdQayaBhZ control: Received `{"cmd":"shutdown","args":[]}` on control socket
1685800906 z6MkuwFjuQJkYm5NzYEsVTgLXHNATZn3oeh4VpBsdQayaBhZ control: Shutdown requested..
1685800906 z6MkuwFjuQJkYm5NzYEsVTgLXHNATZn3oeh4VpBsdQayaBhZ pool: Worker pool shutting down..
1685800906 z6MkuwFjuQJkYm5NzYEsVTgLXHNATZn3oeh4VpBsdQayaBhZ node: Node shutdown completed for z6MkuwFjuQJkYm5NzYEsVTgLXHNATZn3oeh4VpBsdQayaBhZ
failures:
tests::e2e::test_replication_no_delegates
test result: FAILED. 94 passed; 1 failed; 1 ignored; 0 measured; 0 filtered out; finished in 10.33s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment