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

chore: Separate cache for different arch #1873

Merged
merged 3 commits into from
Oct 30, 2023

typo

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

chore: Separate cache for different arch #1873

typo
bb90af3
Select commit
Loading
Failed to load commit list.
GitHub Actions / nox report failed Oct 30, 2023 in 0s

nox report ❌

Tests failed

❌ target/nextest/ci/junit.xml

225 tests were completed in 227s with 224 passed, 1 failed and 0 skipped.

Test suite Passed Failed Skipped Time
aquamarine 5✅ NaNms
fluence-libp2p 2✅ NaNms
health 4✅ NaNms
kademlia 3✅ NaNms
nox 10✅ NaNms
nox-tests::boolean_test 1✅ NaNms
nox-tests::builtin 60✅ NaNms
nox-tests::client_api 1✅ NaNms
nox-tests::echo_particle 1✅ NaNms
nox-tests::kademlia 2✅ NaNms
nox-tests::local_vm 1✅ NaNms
nox-tests::modules 2✅ NaNms
nox-tests::services 3✅ NaNms
nox-tests::spells 37✅ NaNms
nox-tests::tests 13✅ 1❌ NaNms
nox-tests::tetraplets 1✅ NaNms
nox-tests::topology 3✅ NaNms
nox-tests::vault 4✅ NaNms
particle-args 1✅ NaNms
particle-builtins 2✅ NaNms
particle-modules 3✅ NaNms
particle-protocol 4✅ NaNms
particle-services 11✅ NaNms
server-config 23✅ NaNms
service-modules 5✅ NaNms
spell-event-bus 16✅ NaNms
spell-service-api 5✅ NaNms
waiting-queues 1✅ NaNms

✅ aquamarine

✅ health::tests::test_vm_pool_health_empty
✅ health::tests::test_vm_pool_health_full
✅ health::tests::test_vm_pool_health_partial
✅ plumber::tests::ignore_expired
✅ health::tests::test_vm_pool_health_concurrent_access

✅ fluence-libp2p

✅ serde::tests::multihash
✅ serde::tests::peerid

✅ health

✅ tests::test_health_check_registry_empty
✅ tests::test_health_check_registry_multiple_checks
✅ tests::test_health_check_registry_single_check_fail
✅ tests::test_health_check_registry_single_check_pass

✅ kademlia

✅ behaviour::tests::dont_repeat_discovery
✅ behaviour::tests::discovery
✅ behaviour::tests::ban

✅ nox

✅ health::tests::test_bootstrap_nodes_health_all_connected
✅ health::tests::test_bootstrap_nodes_health_concurrent_access
✅ health::tests::test_bootstrap_nodes_health_partial_connected
✅ http::tests::test_health_route_empty_registry
✅ http::tests::test_health_route_fail_checks
✅ http::tests::test_health_route_success_checks
✅ http::tests::test_health_route_warn_checks
✅ http::tests::test_peer_id_route
✅ http::tests::test_version_route
✅ node::tests::run_node

✅ nox-tests::boolean_test

✅ pass_boolean

✅ nox-tests::builtin

✅ add_alias_list
✅ array
✅ array_diff
✅ array_dedup
✅ array_intersect
✅ array_length
✅ array_sdiff
✅ array_slice
✅ aliases_restart
✅ base58_bytes_builtins
✅ array_slice_wrong_second_arg
✅ array_slice_wrong_args_count
✅ array_slice_wrong_third_arg
✅ array_slice_out_of_bounds
✅ array_sum
✅ base58_string_builtins
✅ concat
✅ empty_array_slice
✅ identify
✅ index_by_math
✅ insecure_sign_verify
✅ identity
✅ json_builtins
✅ kad_merge
✅ cmp_cmp
✅ math_add
✅ math_rem
✅ cmp_gt
✅ cmp_le
✅ math_log
✅ math_pow
✅ neighborhood
✅ math_fmul
✅ math_mul
✅ noop
✅ non_owner_remove_service
✅ math_sub
✅ not_array_slice
✅ math_div
✅ remove_service
✅ remove_service_by_alias
✅ resolve_alias_opt
✅ resolve_alias_not_exists
✅ resolve_alias_opt_not_exists
✅ resolve_alias
✅ resolve_alias_removed
✅ service_mem
✅ service_stats
✅ remove_service_restart
✅ service_stats_uninitialized
✅ debug_stringify_flaky
✅ sha256
✅ timeout_race
✅ subnet_resolve
✅ timestamp_ms
✅ timestamp_sec
✅ timeout_wait
✅ sig_verify_invalid_signature
✅ xor_type_error
✅ sign_invalid_tetraplets

✅ nox-tests::client_api

✅ call_custom_service

✅ nox-tests::echo_particle

✅ echo_particle

✅ nox-tests::kademlia

✅ neighborhood_with_addresses
✅ neighborhood

✅ nox-tests::local_vm

✅ make

✅ nox-tests::modules

✅ test_add_module_mounted_binaries_forbidden
✅ test_add_module_mounted_binaries

✅ nox-tests::services

✅ create_service_from_config
✅ handle_same_dir_in_preopens_and_mapped_dirs
✅ test_system_service_override

✅ nox-tests::spells

✅ get_worker_peer_id_opt
✅ create_remove_worker
✅ set_alias_by_worker_creator
✅ resolve_alias_wrong_worker
✅ spell_args_test
✅ resolve_global_alias
✅ spell_call_by_alias
✅ spell_call_by_default_alias
✅ spell_connection_pool_trigger_test
✅ spell_create_worker_twice
✅ spell_install_fail_end_sec_before_start
✅ spell_install_fail_end_sec_past
✅ spell_create_worker_same_deal_id_different_peer
✅ spell_install_fail_large_period
✅ spell_install_alias
✅ spell_install_ok_empty_config
✅ spell_error_handling_test
✅ spell_peer_id_test
✅ spell_install_root_scope
✅ spell_remove_service_as_spell
✅ spell_relay_id_test
✅ spell_remove_by_alias
✅ spell_remove
✅ spell_remove_spell_as_service
✅ spell_return_test
✅ spell_run_oneshot
✅ spell_set_u32
✅ spell_simple_test
✅ spell_store_trigger_config
✅ spell_timer_trigger_mailbox_test
✅ spell_update_config
✅ spell_update_config_stopped_spell
✅ spell_update_trigger_by_alias
✅ test_worker_list
✅ spell_trigger_connection_pool
✅ test_spell_list
✅ worker_sig_test

❌ nox-tests::tests

✅ network::loop_topology::fold_fold_fold_par_null
✅ network::loop_topology::fold_fold_fold_par_null_join
✅ network::loop_topology::fold_fold_fold_seq_two_par_null_folds_flaky
✅ network::loop_topology::fold_fold_seq_join
✅ network::loop_topology::fold_fold_pairs_seq_join
✅ network::loop_topology::fold_seq_join
✅ network::loop_topology::fold_via
✅ network::loop_topology::join_empty_stream
✅ network::network_explore::get_interfaces
✅ network::network_explore::explore_services
✅ network::network_explore::get_modules
✅ network::network_explore::list_blueprints
✅ network::network_explore::explore_services_fixed_flaky
❌ network::loop_topology::fold_par_same_node_stream

✅ nox-tests::tetraplets

✅ test_tetraplets

✅ nox-tests::topology

✅ identity
✅ init_peer_id
✅ join

✅ nox-tests::vault

✅ load_blueprint_from_vault
✅ put_cat_vault
✅ deploy_from_vault
✅ share_file

✅ particle-args

✅ args::tests::test_next_opt

✅ particle-builtins

✅ json::tests::json_parse_string
✅ builtins::prop_tests::module_config

✅ particle-modules

✅ modules::tests::test_add_blueprint
✅ modules::tests::test_add_module_get_interface
✅ modules::tests::test_add_module_max_heap_size_overflow

✅ particle-protocol

✅ libp2p_protocol::upgrade::tests::deserialize
✅ libp2p_protocol::upgrade::tests::length_prefixed
✅ libp2p_protocol::upgrade::tests::oneshot_channel_test
✅ particle::tests::test_signature

✅ particle-services

✅ app_services::tests::test_add_alias_forbidden
✅ app_services::tests::test_add_alias_no_service
✅ app_services::tests::test_add_alias
✅ app_services::tests::test_add_alias_twice
✅ app_services::tests::test_add_alias_repeated
✅ app_services::tests::test_persisted_service
✅ health::tests::persisted_service_health_concurrent_access
✅ health::tests::test_persisted_service_health_not_started
✅ health::tests::test_persisted_service_health_started_with_errors
✅ health::tests::test_persisted_service_health_started_without_errors
✅ app_services::tests::test_get_interface_cache

✅ server-config

✅ resolved_config::tests::load_allowed_binaries_with_env
✅ resolved_config::tests::load_allowed_binaries_with_file
✅ resolved_config::tests::load_base58_keypair
✅ resolved_config::tests::load_base58_secret_key
✅ resolved_config::tests::load_base64_keypair
✅ resolved_config::tests::load_base64_secret_key
✅ resolved_config::tests::load_config_simple
✅ resolved_config::tests::load_empty_config
✅ resolved_config::tests::load_empty_keypair
✅ resolved_config::tests::load_env_upgrade_timeout
✅ resolved_config::tests::load_file_upgrade_timeout
✅ resolved_config::tests::load_http_port_with_args
✅ resolved_config::tests::load_http_port_with_env
✅ resolved_config::tests::load_log_format_with_args
✅ resolved_config::tests::load_log_format_with_env
✅ resolved_config::tests::load_log_format_with_file
✅ resolved_config::tests::load_path_keypair_generate
✅ resolved_config::tests::load_tracing_disabled_with_args
✅ resolved_config::tests::load_tracing_disabled_with_env
✅ resolved_config::tests::load_tracing_disabled_with_file
✅ resolved_config::tests::load_tracing_otlp_with_env
✅ resolved_config::tests::load_tracing_otlp_with_args
✅ resolved_config::tests::load_tracing_otlp_with_file

✅ service-modules

✅ modules::blueprint::test_blueprint_hash
✅ modules::file_names::tests::is_bp
✅ modules::file_names::tests::is_srvc
✅ modules::file_names::tests::is_wasm
✅ modules::file_names::tests::module_fname

✅ spell-event-bus

✅ bus::tests::test_resubscribing_same_spell
✅ bus::tests::test_subscribe_connect
✅ bus::tests::test_double_subscribe_before_run
✅ bus::tests::test_subscribe_many_spells_with_diff_event_types
✅ bus::tests::test_subscribe_many
✅ bus::tests::test_unsubscribe
✅ config::trigger_config_tests::test_both_types_ended
✅ config::trigger_config_tests::test_both_types_ok
✅ bus::tests::test_subscribe_one
✅ config::trigger_config_tests::test_peer_events
✅ config::trigger_config_tests::test_reschedule_fail_ended
✅ config::trigger_config_tests::test_reschedule_fail_oneshot_executed
✅ config::trigger_config_tests::test_reschedule_ok_oneshot_start_future
✅ bus::tests::test_subscribe_oneshot
✅ config::trigger_config_tests::test_reschedule_ok_periodic
✅ config::trigger_config_tests::test_reschedule_ok_periodic_end_future

✅ spell-service-api

✅ tests::test_counter
✅ tests::test_kv
✅ tests::test_script
✅ tests::test_trigger_config
✅ tests::test_trigger_event

✅ waiting-queues

✅ tests::remove_with

Annotations

Check failure on line 0 in target/nextest/ci/junit.xml

See this annotation in the file changed.

@github-actions github-actions / nox report

nox-tests::tests ► network::loop_topology::fold_par_same_node_stream

Failed test found in:
  target/nextest/ci/junit.xml
Error:
  Test failed