diff --git a/mutation-testing/mutants/clarity/lock.json b/mutation-testing/mutants/clarity/lock.json deleted file mode 100644 index bbcdf17d83..0000000000 --- a/mutation-testing/mutants/clarity/lock.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "cargo_mutants_version": "23.11.1", - "start_time": "2023-11-28T14:28:05.607024Z", - "hostname": "asuciu-macbook-pro.local", - "username": "asuciu" -} diff --git a/mutation-testing/mutants/clarity/mutants.json b/mutation-testing/mutants/clarity/mutants.json deleted file mode 100644 index 783f4d084d..0000000000 --- a/mutation-testing/mutants/clarity/mutants.json +++ /dev/null @@ -1,26210 +0,0 @@ -[ - { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 265, - "function": "RollbackWrapper<'a>::commit", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/callables.rs", - "line": 376, - "function": "CallableType::get_identifier", - "return_type": "-> FunctionIdentifier", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 801, - "function": "OwnedEnvironment<'a, 'hooks>::eval_raw", - "return_type": "-> Result<(Value, AssetMap, Vec)>", - "replacement": "Ok((Default::default(), Default::default(), vec![]))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 101, - "function": "get_value_or_err", - "return_type": "-> ParseResult", - "replacement": "ParseResult::from_iter([String::new()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 1109, - "function": "parse_collect_diagnostics", - "return_type": "-> (Vec, Vec, bool)", - "replacement": "(vec![Default::default()], vec![], false)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 219, - "function": "Parser<'a>::handle_open_node", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/callables.rs", - "line": 144, - "function": "DefinedFunction::execute_apply", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 192, - "function": "inner_lex", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1038, - "function": "ClarityDatabase<'a>::get_cc_special_cases_handler", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1137, - "function": "ExecutionCost::proportion_largest_dimension", - "return_type": "-> u64", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 871, - "function": "Value::size", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 160, - "function": "Lexer<'a>::proceed_through_error", - "return_type": "-> LexResult", - "replacement": "LexResult::from_iter([\"xyzzy\".into()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 219, - "function": "Parser<'a>::handle_open_node", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from_iter([Some(Default::default())])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1766, - "function": "TupleTypeSignature::size", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 332, - "function": "::get_burn_block_height", - "return_type": "-> Option", - "replacement": "Some(0)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 78, - "function": "Lexer<'a>::read_char", - "return_type": "-> LexResult<()>", - "replacement": "LexResult::from_iter([()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 504, - "function": "special_greater", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 111, - "function": "Lexer<'a>::report_line_ending", - "return_type": "-> LexResult<()>", - "replacement": "LexResult::from_iter([()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 115, - "function": "DefinitionSorter::probe_for_dependencies", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 271, - "function": "AssetMap::get_next_stx_burn_amount", - "return_type": "-> Result", - "replacement": "Ok(0)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 1093, - "function": "parse", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from_iter([vec![Default::default()]])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 231, - "function": "::get_with_proof", - "return_type": "-> Option<(String, Vec)>", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 172, - "function": "::get_consensus_hash_for_block", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 210, - "function": "ContractContext::into_contract_analysis", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 456, - "function": "GraphWalker::get_sorted_dependencies", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from(vec![])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1346, - "function": "TypeChecker<'a, 'b>::type_check_define_variable", - "return_type": "-> CheckResult<(ClarityName, TypeSignature)>", - "replacement": "CheckResult::from_iter([(Default::default(), Default::default())])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 852, - "function": "OwnedEnvironment<'a, 'hooks>::destruct", - "return_type": "-> Option<(ClarityDatabase<'a>, LimitedCostTracker)>", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 326, - "function": "Lexer<'a>::read_integer", - "return_type": "-> LexResult", - "replacement": "LexResult::from(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 136, - "function": "ContractContext::add_variable_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1415, - "function": "::from", - "return_type": "-> Self", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 189, - "function": "AnalysisDatabase<'a>::get_defined_trait", - "return_type": "-> CheckResult>>", - "replacement": "CheckResult::new(None)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 172, - "function": "::get_burn_block_height_for_block", - "return_type": "-> Option", - "replacement": "Some(0)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 557, - "function": "native_sub", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from_iter([Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/docs/contracts.rs", - "line": 48, - "function": "make_func_ref", - "return_type": "-> FunctionRef", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 194, - "function": "::get_v2_unlock_height", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1301, - "function": "TypeSignature::list_of", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 740, - "function": "TypeChecker<'a, 'b>::type_check_define_variable", - "return_type": "-> CheckResult<(ClarityName, TypeSignature)>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 720, - "function": "parse", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 47, - "function": "I128Ops::make_value", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 145, - "function": "FunctionType::check_args_2_05", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/mod.rs", - "line": 45, - "function": "FunctionType::check_args", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 45, - "function": "rollback_edits_push", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/boolean.rs", - "line": 27, - "function": "type_force_bool", - "return_type": "-> Result", - "replacement": "Ok(true)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 288, - "function": "build_ast_precheck_size", - "return_type": "-> ParseResult", - "replacement": "ParseResult::from_iter([Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 222, - "function": "PreSymbolicExpression::cons", - "return_type": "-> PreSymbolicExpression", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/sequences.rs", - "line": 296, - "function": "check_special_as_max_len", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/traits_resolver/mod.rs", - "line": 201, - "function": "TraitsResolver::probe_for_generics", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 726, - "function": "STXBalanceSnapshot<'db, 'conn>::unlock_available_tokens_if_any", - "return_type": "-> u128", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/tests/datamaps.rs", - "line": 25, - "function": "assert_executes", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/errors.rs", - "line": 217, - "function": "CheckError::set_expressions", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 456, - "function": "GraphWalker::get_sorted_dependencies", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new(vec![])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/mod.rs", - "line": 479, - "function": "check_principal_of", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 270, - "function": "LimitedCostTracker::cost_function_references", - "return_type": "-> HashMap<&'static ClarityCostFunction, ClarityCostFunctionReference>", - "replacement": "HashMap::from_iter([(&Default::default(), Default::default())])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 455, - "function": "lex", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from_iter([vec![(Default::default(), 0, 0)]])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 947, - "function": "ClarityDatabase<'a>::get_block_vrf_seed", - "return_type": "-> VRFSeed", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 474, - "function": "Lexer<'a>::read_utf8_encoding", - "return_type": "-> LexResult>", - "replacement": "LexResult::new(Ok(String::new()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 186, - "function": "ContractContext::check_function_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/expression_identifier/mod.rs", - "line": 23, - "function": "inner_relabel", - "return_type": "-> ParseResult", - "replacement": "ParseResult::from(0)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 194, - "function": "::set_id", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 479, - "function": "AssetMap::get_fungible_tokens", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 785, - "function": "clarity2_lookup_trait", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::new(BTreeMap::from_iter([(Default::default(), Default::default())]))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 837, - "function": "STXBalance::checked_add_unlocked_amount", - "return_type": "-> Option", - "replacement": "Some(1)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/conversions.rs", - "line": 174, - "function": "native_string_to_uint", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1870, - "function": "ClarityDatabase<'a>::make_key_for_account", - "return_type": "-> String", - "replacement": "String::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 292, - "function": "ContractContext::add_used_trait", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 317, - "function": "::get_burnchain_tokens_spent_for_block", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 377, - "function": "native_bitwise_or", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/traits_resolver/mod.rs", - "line": 36, - "function": "::run_pass", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 572, - "function": "native_log2", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 323, - "function": "::get_current_block_height", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 189, - "function": "AnalysisDatabase<'a>::get_defined_trait", - "return_type": "-> CheckResult>>", - "replacement": "CheckResult::from_iter([None])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 495, - "function": "RollbackWrapper<'a>::get_metadata_manual", - "return_type": "-> InterpreterResult>", - "replacement": "InterpreterResult::new(None)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 462, - "function": "special_leq", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 145, - "function": "FunctionType::check_args_2_05", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 210, - "function": "Lexer<'a>::read_identifier", - "return_type": "-> LexResult", - "replacement": "LexResult::from_iter([Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 839, - "function": "contract_analysis_size", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from(1)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/sequences.rs", - "line": 120, - "function": "special_map", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 326, - "function": "load_state_summary", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1006, - "function": "::drop_memory", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/principals.rs", - "line": 40, - "function": "version_matches_testnet", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/sequences.rs", - "line": 39, - "function": "get_simple_native_or_user_define", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 546, - "function": "TypeChecker<'a, 'b>::type_check_define_function", - "return_type": "-> CheckResult<(ClarityName, FixedFunction)>", - "replacement": "CheckResult::from((Default::default(), Default::default()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 172, - "function": "ContractContext::add_trait", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 227, - "function": "::get", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 86, - "function": "TraitContext::add_used_trait", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 95, - "function": ">::add_cost", - "return_type": "-> std::result::Result<(), CostErrors>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 892, - "function": "STXBalance::get_available_balance_at_burn_block", - "return_type": "-> u128", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/options.rs", - "line": 220, - "function": "is_some", - "return_type": "-> Result", - "replacement": "Ok(true)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 259, - "function": "LimitedCostTracker::contract_call_circuits", - "return_type": "-> HashMap<(QualifiedContractIdentifier, ClarityName), ClarityCostFunctionReference>", - "replacement": "HashMap::from_iter([((Default::default(), Default::default()), Default::default())])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/assets.rs", - "line": 28, - "function": "check_special_get_owner", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/diagnostic.rs", - "line": 67, - "function": "::fmt", - "return_type": "-> fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 521, - "function": "Parser<'a>::read_principal", - "return_type": "-> ParseResult", - "replacement": "ParseResult::from(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 123, - "function": ">::run_pass", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1760, - "function": "ClarityDatabase<'a>::get_ft_supply", - "return_type": "-> Result", - "replacement": "Ok(1)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/traits_resolver/mod.rs", - "line": 36, - "function": "::run_pass", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 808, - "function": "TypeChecker<'a, 'b>::try_type_check_define", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::from_iter([None])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/docs/mod.rs", - "line": 2601, - "function": "make_all_api_reference", - "return_type": "-> ReferenceAPIs", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 231, - "function": "::get_with_proof", - "return_type": "-> Option<(String, Vec)>", - "replacement": "Some((String::new(), vec![1]))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 716, - "function": "TypeChecker<'a, 'b>::inner_type_check", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/callables.rs", - "line": 355, - "function": "DefinedFunction::get_arguments", - "return_type": "-> &Vec", - "replacement": "&vec![]", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/stack_depth_checker.rs", - "line": 53, - "function": "check_vary", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 343, - "function": "::get_sortition_id_from_consensus_hash", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 172, - "function": "ContractContext::add_trait", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 185, - "function": "Lexer<'a>::proceed_through_error_string", - "return_type": "-> LexResult", - "replacement": "LexResult::from(\"xyzzy\".into())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/mod.rs", - "line": 195, - "function": "check_special_tuple_cons", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 396, - "function": "TypeSignature::max_serialized_size", - "return_type": "-> Result", - "replacement": "Ok(0)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 61, - "function": "ContractContext::check_name_used", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 168, - "function": "ContractContext::check_name_used", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/tests/defines.rs", - "line": 30, - "function": "assert_eq_err", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/mod.rs", - "line": 699, - "function": "TypedNativeFunction::type_native_function", - "return_type": "-> TypedNativeFunction", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1070, - "function": "::short_circuit_contract_call", - "return_type": "-> Result", - "replacement": "Ok(true)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 999, - "function": "TypeSignature::contract_name_string_ascii_type", - "return_type": "-> TypeSignature", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1006, - "function": "ClarityDatabase<'a>::get_stx_btc_ops_processed", - "return_type": "-> u64", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1433, - "function": "::from", - "return_type": "-> Self", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/expression_identifier/mod.rs", - "line": 58, - "function": "ExpressionIdentifier::run_expression_pass", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from_iter([()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 88, - "function": "ContractContext::get_nft_type", - "return_type": "-> Option<&TypeSignature>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1951, - "function": "ClarityDatabase<'a>::get_burn_block_height", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/expression_identifier/mod.rs", - "line": 58, - "function": "ExpressionIdentifier::run_expression_pass", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 269, - "function": "ContractContext::add_nft", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 357, - "function": "DefinitionSorter::probe_for_dependencies_in_wrapped_key_value_pairs", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 281, - "function": "::get_vrf_seed_for_block", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1023, - "function": "TypeChecker<'a, 'b>::type_check_all", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::new(vec![Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/mod.rs", - "line": 169, - "function": "lookup_variable", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 137, - "function": "AnalysisDatabase<'a>::get_clarity_version", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 315, - "function": "::get_open_chain_tip", - "return_type": "-> StacksBlockId", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 112, - "function": "ReadOnlyChecker<'a, 'b>::check_top_level_expression", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 716, - "function": "ClarityDatabase<'a>::ustx_liquid_supply_key", - "return_type": "-> &'static str", - "replacement": "\"xyzzy\"", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 198, - "function": "ContractContext::get_function_type", - "return_type": "-> Option<&FunctionType>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 168, - "function": "::get_miner_address", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/coverage.rs", - "line": 196, - "function": "CoverageReporter::produce_lcov", - "return_type": "-> std::io::Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 112, - "function": ">::short_circuit_contract_call", - "return_type": "-> std::result::Result", - "replacement": "Ok(false)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/stack_depth_checker.rs", - "line": 53, - "function": "check_vary", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 472, - "function": "ClarityDatabase<'a>::get", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 192, - "function": "inner_lex", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from_iter([vec![(Default::default(), 0, 0)]])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/mod.rs", - "line": 557, - "function": "execute", - "return_type": "-> Result>", - "replacement": "Ok(None)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 210, - "function": "Lexer<'a>::read_identifier", - "return_type": "-> LexResult", - "replacement": "LexResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 104, - "function": "::get_memory_use", - "return_type": "-> u64", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/sqlite.rs", - "line": 182, - "function": "SqliteConnection::memory", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 112, - "function": "ReadOnlyChecker<'a, 'b>::check_top_level_expression", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/tuples.rs", - "line": 79, - "function": "tuple_merge", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1108, - "function": "Value::expect_optional", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 198, - "function": "::get_burn_block_height", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 368, - "function": "::get_v1_unlock_height", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/tests/contracts.rs", - "line": 890, - "function": "test_factorial_contract", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 336, - "function": "::get_burn_start_height", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 185, - "function": "Lexer<'a>::proceed_through_error_string", - "return_type": "-> LexResult", - "replacement": "LexResult::new(String::new())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1085, - "function": "ClarityDatabase<'a>::get_microblock_poison_report", - "return_type": "-> Option<(StandardPrincipalData, u16)>", - "replacement": "Some((Default::default(), 1))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 153, - "function": "build_ast_with_diagnostics", - "return_type": "-> (ContractAST, Vec, bool)", - "replacement": "(Default::default(), vec![Default::default()], false)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 808, - "function": "TypeChecker<'a, 'b>::try_type_check_define", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::from(None)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 535, - "function": "TypeSignature::admits_type_v2_0", - "return_type": "-> Result", - "replacement": "Ok(false)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 465, - "function": "AssetMap::get_stx_burned_total", - "return_type": "-> u128", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/sugar_expander/mod.rs", - "line": 66, - "function": "SugarExpander::transform", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new(vec![Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 831, - "function": "trait_type_size", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from_iter([0])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 790, - "function": "STXBalance::amount_locked", - "return_type": "-> u128", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/conversions.rs", - "line": 162, - "function": "native_string_to_int", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1414, - "function": "TypeChecker<'a, 'b>::try_type_check_define", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1398, - "function": "TypeChecker<'a, 'b>::type_check_define_trait", - "return_type": "-> CheckResult<(ClarityName, BTreeMap)>", - "replacement": "CheckResult::from_iter([(Default::default(), BTreeMap::new())])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/types.rs", - "line": 104, - "function": "ContractAnalysis::replace_contract_cost_tracker", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 441, - "function": "ClarityDatabase<'a>::commit", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 324, - "function": "DefinitionSorter::probe_for_dependencies_in_define_args", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/errors.rs", - "line": 208, - "function": "CheckError::has_expression", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 97, - "function": "::from", - "return_type": "-> StandardPrincipalData", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1814, - "function": "ContractContext::lookup_variable", - "return_type": "-> Option<&Value>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 434, - "function": "special_leq_v1", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 465, - "function": "AssetMap::get_stx_burned_total", - "return_type": "-> u128", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 65, - "function": "DefinitionSorter::run", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/tests/traits.rs", - "line": 767, - "function": "test_readwrite_violation_dynamic_dispatch", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 831, - "function": "trait_type_size", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from(0)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 194, - "function": "::get_v2_unlock_height", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 160, - "function": "Lexer<'a>::proceed_through_error", - "return_type": "-> LexResult", - "replacement": "LexResult::new(\"xyzzy\".into())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 861, - "function": "TupleTypeSignature::get_type_map", - "return_type": "-> &BTreeMap", - "replacement": "&BTreeMap::from_iter([(Default::default(), Default::default())])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/tests/contracts.rs", - "line": 1079, - "function": "test_cc_stack_depth", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1372, - "function": "TypeChecker<'a, 'b>::type_check_define_ft", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from_iter([Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/contexts.rs", - "line": 82, - "function": "TypingContext<'a>::extend", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from_iter([Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 485, - "function": "check_function_arg_signature", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/define.rs", - "line": 191, - "function": "handle_define_nonfungible_asset", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 512, - "function": "STXBalanceSnapshot<'db, 'conn>::extend_lock_v2", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/conversions.rs", - "line": 36, - "function": "check_special_from_consensus_buff", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 813, - "function": "LimitedCostTracker::set_total", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/tests/defines.rs", - "line": 191, - "function": "test_recursive_panic", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 1062, - "function": "Parser<'a>::parse_node_or_eof", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from_iter([None])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 170, - "function": "ReadOnlyChecker<'a, 'b>::check_define_function", - "return_type": "-> CheckResult<(ClarityName, bool)>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 152, - "function": "::short_circuit_contract_call", - "return_type": "-> Result", - "replacement": "Ok(true)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 561, - "function": "ClarityDatabase<'a>::insert_contract_hash", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/tests/assets.rs", - "line": 133, - "function": "execute_transaction", - "return_type": "-> Result<(Value, AssetMap, Vec), Error>", - "replacement": "Ok((Default::default(), Default::default(), vec![Default::default()]))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1023, - "function": "ClarityDatabase<'a>::make_microblock_poison_key", - "return_type": "-> String", - "replacement": "\"xyzzy\".into()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 189, - "function": "AnalysisDatabase<'a>::get_defined_trait", - "return_type": "-> CheckResult>>", - "replacement": "CheckResult::new(Some(BTreeMap::from_iter([(Default::default(), Default::default())])))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 604, - "function": "native_bitwise_right_shift", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 58, - "function": "AnalysisDatabase<'a>::begin", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/principals.rs", - "line": 34, - "function": "version_matches_mainnet", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 253, - "function": "PrincipalData::inner_consensus_serialize", - "return_type": "-> std::io::Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 141, - "function": "::get_stacks_block_header_hash_for_block", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 79, - "function": "ContractContext::check_function_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 580, - "function": "ClarityDatabase<'a>::get_contract_src", - "return_type": "-> Option", - "replacement": "Some(String::new())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1072, - "function": "ClarityDatabase<'a>::get_microblock_pubkey_hash_height", - "return_type": "-> Option", - "replacement": "Some(0)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1398, - "function": "TypeChecker<'a, 'b>::type_check_define_trait", - "return_type": "-> CheckResult<(ClarityName, BTreeMap)>", - "replacement": "CheckResult::from_iter([(Default::default(), BTreeMap::from_iter([(Default::default(), Default::default())]))])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1699, - "function": "GlobalContext<'a, 'hooks>::begin", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/tests/traits.rs", - "line": 824, - "function": "test_bad_call_with_trait", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/stack_depth_checker.rs", - "line": 28, - "function": "check", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 295, - "function": "::get_consensus_hash_for_block", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 62, - "function": "TraitContext::add_defined_trait", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/define.rs", - "line": 277, - "function": "DefineFunctions::try_parse", - "return_type": "-> Option<(DefineFunctions, &[SymbolicExpression])>", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 69, - "function": "parse_in_epoch", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new(vec![])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 766, - "function": "TypeChecker<'a, 'b>::type_check_define_ft", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 251, - "function": "::get_current_block_height", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1055, - "function": "TypeChecker<'a, 'b>::type_check_define_function", - "return_type": "-> CheckResult<(ClarityName, FixedFunction)>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 128, - "function": "Lexer<'a>::skip_whitespace", - "return_type": "-> LexResult<()>", - "replacement": "LexResult::from_iter([()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1411, - "function": "Environment<'a, 'b, 'hooks>::push_to_event_batch", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 575, - "function": "native_mod", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 88, - "function": "ReadOnlyChecker<'a, 'b>::run", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 462, - "function": "unescape_ascii_chars", - "return_type": "-> ParseResult", - "replacement": "ParseResult::from(String::new())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1385, - "function": "TypeChecker<'a, 'b>::type_check_define_nft", - "return_type": "-> CheckResult<(ClarityName, TypeSignature)>", - "replacement": "CheckResult::from_iter([(Default::default(), Default::default())])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 171, - "function": "AnalysisDatabase<'a>::get_read_only_function_type", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::from(None)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/maps.rs", - "line": 106, - "function": "check_set_or_insert_entry", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 314, - "function": "AssetMap::add_asset_transfer", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 959, - "function": "drop_memory", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 169, - "function": "::get_burn_block_time_for_block", - "return_type": "-> Option", - "replacement": "Some(0)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 433, - "function": "Graph::edges_count", - "return_type": "-> ParseResult", - "replacement": "ParseResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1870, - "function": "ClarityDatabase<'a>::make_key_for_account", - "return_type": "-> String", - "replacement": "\"xyzzy\".into()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/database.rs", - "line": 599, - "function": "special_insert_entry_v205", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1290, - "function": "ClarityDatabase<'a>::make_key_for_data_map_entry", - "return_type": "-> String", - "replacement": "String::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/sqlite.rs", - "line": 72, - "function": "sqlite_has_entry", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 819, - "function": "ClarityDatabase<'a>::get_v2_unlock_height", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/assets.rs", - "line": 108, - "function": "check_special_mint_token", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/sugar_expander/mod.rs", - "line": 40, - "function": "::run_pass", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from_iter([()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/sequences.rs", - "line": 203, - "function": "check_special_concat", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/mod.rs", - "line": 545, - "function": "execute_against_version", - "return_type": "-> Result>", - "replacement": "Ok(None)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 455, - "function": "lex", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from(vec![(Default::default(), 1, 0)])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 185, - "function": "Lexer<'a>::proceed_through_error_string", - "return_type": "-> LexResult", - "replacement": "LexResult::from(String::new())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1784, - "function": "GlobalContext<'a, 'hooks>::destruct", - "return_type": "-> Option<(ClarityDatabase<'a>, LimitedCostTracker)>", - "replacement": "Some((Default::default(), Default::default()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/mod.rs", - "line": 625, - "function": "check_secp256k1_verify", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 641, - "function": "::type_signature", - "return_type": "-> TypeSignature", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1114, - "function": "::cost_overflow_mul", - "return_type": "-> Result", - "replacement": "Ok(1)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 354, - "function": "::try_from", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1071, - "function": "Value::expect_list", - "return_type": "-> Vec", - "replacement": "vec![Default::default()]", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 926, - "function": "FunctionSignature::check_args_trait_compliance", - "return_type": "-> Result", - "replacement": "Ok(true)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1400, - "function": "::from", - "return_type": "-> PrincipalData", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/assets.rs", - "line": 777, - "function": "special_get_balance", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/callables.rs", - "line": 404, - "function": "clarity2_implicit_cast", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 879, - "function": "ClarityDatabase<'a>::get_sortition_id_for_stacks_tip", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 455, - "function": "lex", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from_iter([vec![]])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 62, - "function": "AnalysisDatabase<'a>::commit", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 626, - "function": "TypeChecker<'a, 'b>::type_check_define_map", - "return_type": "-> CheckResult<(ClarityName, (TypeSignature, TypeSignature))>", - "replacement": "CheckResult::new((Default::default(), (Default::default(), Default::default())))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/errors.rs", - "line": 242, - "function": "::from", - "return_type": "-> Self", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 373, - "function": "native_bitwise_and", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 186, - "function": "ContractContext::get_map_type", - "return_type": "-> Option<&(TypeSignature, TypeSignature)>", - "replacement": "Some(&(Default::default(), Default::default()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/error.rs", - "line": 67, - "function": "::suggestion", - "return_type": "-> Option", - "replacement": "Some(\"xyzzy\".into())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1560, - "function": "Environment<'a, 'b, 'hooks>::register_ft_burn_event", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 575, - "function": "native_mod", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from_iter([Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 843, - "function": "parse_cost", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 317, - "function": "::get_burnchain_tokens_spent_for_block", - "return_type": "-> Option", - "replacement": "Some(1)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 323, - "function": "::get_burnchain_tokens_spent_for_winning_block", - "return_type": "-> Option", - "replacement": "Some(0)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/maps.rs", - "line": 74, - "function": "check_special_delete_entry", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1694, - "function": "GlobalContext<'a, 'hooks>::is_read_only", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/clarity.rs", - "line": 42, - "function": "::cause", - "return_type": "-> Option<&dyn std::error::Error>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/contract_interface_builder/mod.rs", - "line": 333, - "function": "ContractInterfaceVariable::from_map", - "return_type": "-> Vec", - "replacement": "vec![Default::default()]", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1714, - "function": "GlobalContext<'a, 'hooks>::commit", - "return_type": "-> Result<(Option, Option)>", - "replacement": "Ok((None, None))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 263, - "function": "::get_pox_payout_addrs", - "return_type": "-> Option<(Vec, u128)>", - "replacement": "Some((vec![Default::default()], 0))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1085, - "function": "ClarityDatabase<'a>::get_microblock_poison_report", - "return_type": "-> Option<(StandardPrincipalData, u16)>", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1023, - "function": "ClarityDatabase<'a>::make_microblock_poison_key", - "return_type": "-> String", - "replacement": "String::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 899, - "function": "TypeChecker<'a, 'b>::track_return_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1829, - "function": "ContractContext::is_explicitly_implementing_trait", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/conversions.rs", - "line": 96, - "function": "native_buff_to_uint_le", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 516, - "function": "TypeChecker<'a, 'b>::type_check_all", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 266, - "function": "PrincipalData::inner_consensus_deserialize", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1274, - "function": "Environment<'a, 'b, 'hooks>::initialize_contract", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1230, - "function": "ExecutionCost::exceeds", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 297, - "function": "trait_type_size", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from_iter([1])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/errors.rs", - "line": 132, - "function": "::fmt", - "return_type": "-> fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/stack_depth_checker.rs", - "line": 48, - "function": "::run_pass", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from_iter([()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/errors.rs", - "line": 157, - "function": "::source", - "return_type": "-> Option<&(dyn error::Error +'static)>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 979, - "function": "STXBalance::was_locked_by_v3", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 163, - "function": "::get_consensus_hash_for_block", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/types.rs", - "line": 118, - "function": "ContractAnalysis::add_variable_type", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 1083, - "function": "Parser<'a>::parse", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from_iter([vec![]])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 240, - "function": "::get_stacks_epoch_by_epoch_id", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 728, - "function": "parse_no_stack_limit", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from_iter([vec![Default::default()]])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 160, - "function": "::get_burn_block_height_for_block", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 80, - "function": "is_err_code", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 839, - "function": "contract_analysis_size", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 624, - "function": "TypeSignature::admits_type_v2_1", - "return_type": "-> Result", - "replacement": "Ok(true)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 186, - "function": "::get_burnchain_tokens_spent_for_winning_block", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/mod.rs", - "line": 234, - "function": "apply", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 230, - "function": "PreSymbolicExpression::cons", - "return_type": "-> PreSymbolicExpression", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 156, - "function": "FunctionType::check_args_2_1", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from_iter([Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 160, - "function": "::get_burn_header_hash_for_block", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 345, - "function": "DefinitionSorter::probe_for_dependencies_in_list_of_wrapped_key_value_pairs", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1889, - "function": "LocalContext<'a>::extend", - "return_type": "-> Result>", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 227, - "function": "ReadOnlyChecker<'a, 'b>::check_read_only", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new(false)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 758, - "function": "ClarityDatabase<'a>::increment_ustx_liquid_supply", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 115, - "function": "DefinitionSorter::probe_for_dependencies", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1114, - "function": "::cost_overflow_mul", - "return_type": "-> Result", - "replacement": "Ok(0)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/mod.rs", - "line": 50, - "function": "mem_type_check", - "return_type": "-> CheckResult<(Option, ContractAnalysis)>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 266, - "function": "PreSymbolicExpression::span", - "return_type": "-> &Span", - "replacement": "&Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/options.rs", - "line": 343, - "function": "check_special_match_resp", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 372, - "function": "PreSymbolicExpression::match_list", - "return_type": "-> Option<&[PreSymbolicExpression]>", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 893, - "function": ">::short_circuit_contract_call", - "return_type": "-> std::result::Result", - "replacement": "Ok(false)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/mod.rs", - "line": 287, - "function": "check_special_set_var", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 546, - "function": "special_less", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 476, - "function": "ListTypeData::get_max_len", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/errors.rs", - "line": 117, - "function": "ParseError::set_pre_expression", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1023, - "function": "TypeChecker<'a, 'b>::type_check_all", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::new(vec![])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 899, - "function": "TypeChecker<'a, 'b>::track_return_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/mod.rs", - "line": 513, - "function": "execute_with_parameters", - "return_type": "-> Result>", - "replacement": "Ok(None)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/callables.rs", - "line": 105, - "function": "cost_input_sized_vararg", - "return_type": "-> Result", - "replacement": "Ok(0)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/errors.rs", - "line": 175, - "function": "::from", - "return_type": "-> Self", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 479, - "function": "AssetMap::get_fungible_tokens", - "return_type": "-> Option", - "replacement": "Some(0)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 785, - "function": "clarity2_lookup_trait", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::from_iter([BTreeMap::from_iter([(Default::default(), Default::default())])])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 369, - "function": "native_bitwise_xor", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/define.rs", - "line": 114, - "function": "check_legal_define", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 70, - "function": "AnalysisDatabase<'a>::storage_key", - "return_type": "-> &'static str", - "replacement": "\"\"", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 865, - "function": "TupleTypeSignature::admits", - "return_type": "-> Result", - "replacement": "Ok(false)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/types.rs", - "line": 98, - "function": "ContractAnalysis::take_contract_cost_tracker", - "return_type": "-> LimitedCostTracker", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 515, - "function": "TypeSignature::is_no_type", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/contexts.rs", - "line": 57, - "function": "TypeMap::set_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 227, - "function": "ReadOnlyChecker<'a, 'b>::check_read_only", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from(false)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 990, - "function": "Environment<'a, 'b, 'hooks>::eval_read_only_with_rules", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/events.rs", - "line": 172, - "function": "STXMintEventData::json_serialize", - "return_type": "-> serde_json::Value", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/types.rs", - "line": 183, - "function": "ContractAnalysis::get_persisted_variable_type", - "return_type": "-> Option<&TypeSignature>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 291, - "function": "::set_block_hash", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from_iter([Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 751, - "function": "TypeChecker<'a, 'b>::type_check_define_persisted_variable", - "return_type": "-> CheckResult<(ClarityName, TypeSignature)>", - "replacement": "CheckResult::from_iter([(Default::default(), Default::default())])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/errors.rs", - "line": 268, - "function": "::source", - "return_type": "-> Option<&(dyn error::Error +'static)>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1230, - "function": "ExecutionCost::exceeds", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 231, - "function": "::get_with_proof", - "return_type": "-> Option<(String, Vec)>", - "replacement": "Some((\"xyzzy\".into(), vec![0]))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 1062, - "function": "Parser<'a>::parse_node_or_eof", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new(None)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1026, - "function": "Value::expect_ascii", - "return_type": "-> String", - "replacement": "String::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 984, - "function": "ClarityDatabase<'a>::get_block_reward", - "return_type": "-> Option", - "replacement": "Some(0)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 860, - "function": "ClarityDatabase<'a>::get_block_time", - "return_type": "-> u64", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 949, - "function": "STXBalance::get_total_balance", - "return_type": "-> u128", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/events.rs", - "line": 189, - "function": "STXLockEventData::json_serialize", - "return_type": "-> serde_json::Value", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 292, - "function": "ContractContext::add_used_trait", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 912, - "function": ">::add_memory", - "return_type": "-> std::result::Result<(), CostErrors>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 369, - "function": "DefinitionSorter::probe_for_dependencies_in_key_value_pair", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1627, - "function": "TypeSignature::depth", - "return_type": "-> u8", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/sequences.rs", - "line": 367, - "function": "check_special_element_at", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 164, - "function": "ContractContext::is_contract", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 466, - "function": "RollbackWrapper<'a>::get_metadata", - "return_type": "-> InterpreterResult>", - "replacement": "InterpreterResult::from_iter([Some(\"xyzzy\".into())])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 177, - "function": "make_contract_hash_key", - "return_type": "-> String", - "replacement": "\"xyzzy\".into()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 1175, - "function": "Value::serialize_to_vec", - "return_type": "-> Vec", - "replacement": "vec![1]", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/mod.rs", - "line": 369, - "function": "eval_all", - "return_type": "-> Result>", - "replacement": "Ok(None)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 732, - "function": "ClarityDatabase<'a>::set_clarity_epoch_version", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 395, - "function": "::get_pox_payout_addrs", - "return_type": "-> Option<(Vec, u128)>", - "replacement": "Some((vec![], 1))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1595, - "function": "GlobalContext<'a, 'hooks>::is_top_level", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 436, - "function": "ClarityDatabase<'a>::begin", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 320, - "function": "ContractContext::get_function_type", - "return_type": "-> Option<&FunctionType>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 937, - "function": "ClarityDatabase<'a>::get_pox_payout_addrs_for_burnchain_height", - "return_type": "-> Option<(Vec, u128)>", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 171, - "function": "AnalysisDatabase<'a>::get_read_only_function_type", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::new(Some(Default::default()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 330, - "function": "no_type", - "return_type": "-> TypeSignature", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 315, - "function": "RollbackWrapper<'a>::put", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 153, - "function": "build_ast_with_diagnostics", - "return_type": "-> (ContractAST, Vec, bool)", - "replacement": "(Default::default(), vec![], true)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1878, - "function": "LocalContext<'a>::depth", - "return_type": "-> u16", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1446, - "function": "TypeSignature::parse_string_ascii_type_repr", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 59, - "function": ">::run_pass", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/mod.rs", - "line": 539, - "function": "check_contract_of", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 488, - "function": "GraphWalker::get_cycling_dependencies", - "return_type": "-> Option>", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 516, - "function": "SymbolicExpression::span", - "return_type": "-> &Span", - "replacement": "&Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1408, - "function": "ClarityDatabase<'a>::set_entry", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 290, - "function": "::consensus_serialize", - "return_type": "-> Result<(), codec_error>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 66, - "function": "Lexer<'a>::add_diagnostic", - "return_type": "-> LexResult<()>", - "replacement": "LexResult::from_iter([()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 870, - "function": "STXBalance::canonical_repr_at_block", - "return_type": "-> (STXBalance, u128)", - "replacement": "(Default::default(), 0)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/database.rs", - "line": 512, - "function": "special_set_entry_v205", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 191, - "function": "::get_tokens_earned_for_block", - "return_type": "-> Option", - "replacement": "Some(0)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 172, - "function": "::get_burn_block_height_for_block", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1053, - "function": "::add_cost", - "return_type": "-> std::result::Result<(), CostErrors>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 189, - "function": "AnalysisDatabase<'a>::get_defined_trait", - "return_type": "-> CheckResult>>", - "replacement": "CheckResult::from_iter([Some(BTreeMap::new())])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 419, - "function": "special_geq", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from_iter([Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/mod.rs", - "line": 353, - "function": "is_reserved", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 433, - "function": "Graph::edges_count", - "return_type": "-> ParseResult", - "replacement": "ParseResult::from_iter([0])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 246, - "function": "Lexer<'a>::read_trait_identifier", - "return_type": "-> LexResult", - "replacement": "LexResult::new(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 490, - "function": "special_greater_v2", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 96, - "function": "rollback_check_pre_bottom_commit", - "return_type": "-> Vec<(T, String)>", - "replacement": "vec![(Default::default(), \"xyzzy\".into())]", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1627, - "function": "TypeSignature::depth", - "return_type": "-> u8", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 355, - "function": "::get_stacks_epoch", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 875, - "function": "Value::depth", - "return_type": "-> u8", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/tests/traits.rs", - "line": 1744, - "function": "test_pass_embedded_trait_to_subtrait_list", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 456, - "function": "GraphWalker::get_sorted_dependencies", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from_iter([vec![]])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 202, - "function": "TraitIdentifier::parse", - "return_type": "-> Result<(Option, ContractName, ClarityName)>", - "replacement": "Ok((Some(Default::default()), Default::default(), Default::default()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1818, - "function": "ContractContext::lookup_function", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 652, - "function": "OwnedEnvironment<'a, 'hooks>::execute_in_env", - "return_type": "-> std::result::Result<(A, AssetMap, Vec), E>", - "replacement": "Ok((Default::default(), Default::default(), vec![]))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 119, - "function": "Parser<'a>::add_diagnostic", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 837, - "function": "STXBalance::checked_add_unlocked_amount", - "return_type": "-> Option", - "replacement": "Some(0)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 706, - "function": "Lexer<'a>::read_token", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 421, - "function": "Graph::get_node_descendants", - "return_type": "-> Vec", - "replacement": "vec![0]", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 153, - "function": "AnalysisDatabase<'a>::get_public_function_type", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::from_iter([None])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1095, - "function": "Environment<'a, 'b, 'hooks>::epoch", - "return_type": "-> &StacksEpochId", - "replacement": "&Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/sugar_expander/mod.rs", - "line": 56, - "function": "SugarExpander::run", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 41, - "function": "U128Ops::make_value", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 223, - "function": "ContractContext::add_private_function_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1357, - "function": "TypeChecker<'a, 'b>::type_check_define_persisted_variable", - "return_type": "-> CheckResult<(ClarityName, TypeSignature)>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1829, - "function": "ContractContext::is_explicitly_implementing_trait", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 240, - "function": "::get_stacks_epoch_by_epoch_id", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/mod.rs", - "line": 120, - "function": "inner_handle_tuple_get", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1053, - "function": "Value::expect_buff", - "return_type": "-> Vec", - "replacement": "vec![1]", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1525, - "function": "Environment<'a, 'b, 'hooks>::register_ft_transfer_event", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 519, - "function": "TypeSignature::admits", - "return_type": "-> Result", - "replacement": "Ok(false)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 962, - "function": "ClarityDatabase<'a>::get_miner_spend_winner", - "return_type": "-> u128", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1625, - "function": "ClarityDatabase<'a>::load_ft", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 119, - "function": "Parser<'a>::add_diagnostic", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 433, - "function": "Graph::edges_count", - "return_type": "-> ParseResult", - "replacement": "ParseResult::from(1)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 65, - "function": "DefinitionSorter::run", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from_iter([()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 244, - "function": "::get_ast_rules", - "return_type": "-> ASTRules", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 288, - "function": "Lexer<'a>::read_principal", - "return_type": "-> LexResult", - "replacement": "LexResult::from(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 227, - "function": "ReadOnlyChecker<'a, 'b>::check_read_only", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new(true)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1201, - "function": "ExecutionCost::add", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 284, - "function": "AssetMap::get_next_amount", - "return_type": "-> Result", - "replacement": "Ok(0)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/errors.rs", - "line": 173, - "function": "::message", - "return_type": "-> String", - "replacement": "String::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/types.rs", - "line": 179, - "function": "ContractAnalysis::get_variable_type", - "return_type": "-> Option<&TypeSignature>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/mod.rs", - "line": 50, - "function": "mem_type_check", - "return_type": "-> CheckResult<(Option, ContractAnalysis)>", - "replacement": "CheckResult::from_iter([(Some(Default::default()), Default::default())])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 345, - "function": "Lexer<'a>::read_hex", - "return_type": "-> LexResult", - "replacement": "LexResult::new(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/options.rs", - "line": 73, - "function": "native_unwrap_err", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 532, - "function": "special_less_v2", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from_iter([Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1722, - "function": "ListTypeData::inner_size", - "return_type": "-> Option", - "replacement": "Some(0)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 792, - "function": "TypeChecker<'a, 'b>::type_check_define_trait", - "return_type": "-> CheckResult<(ClarityName, BTreeMap)>", - "replacement": "CheckResult::from_iter([(Default::default(), BTreeMap::from_iter([(Default::default(), Default::default())]))])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/mod.rs", - "line": 582, - "function": "check_principal_construct", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/tests/mod.rs", - "line": 131, - "function": "tl_env_factory", - "return_type": "-> TopLevelMemoryEnvironmentGenerator", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 985, - "function": "TypeSignature::max_string_utf8", - "return_type": "-> TypeSignature", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 381, - "function": "native_bitwise_not", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 1109, - "function": "STXBalance::can_transfer_at_burn_block", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/callables.rs", - "line": 359, - "function": "DefinedFunction::get_arg_types", - "return_type": "-> &Vec", - "replacement": "&vec![Default::default()]", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 1329, - "function": "::consensus_deserialize", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/mod.rs", - "line": 314, - "function": "eval", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/events.rs", - "line": 315, - "function": "FTMintEventData::json_serialize", - "return_type": "-> serde_json::Value", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/assets.rs", - "line": 82, - "function": "check_special_mint_asset", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/tests/contracts.rs", - "line": 160, - "function": "test_contract_caller", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/assets.rs", - "line": 172, - "function": "check_special_transfer_token", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 153, - "function": "build_ast_with_diagnostics", - "return_type": "-> (ContractAST, Vec, bool)", - "replacement": "(Default::default(), vec![Default::default()], true)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 647, - "function": "ClarityDatabase<'a>::load_contract_analysis", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/assets.rs", - "line": 113, - "function": "check_special_mint_token", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 126, - "function": "::from", - "return_type": "-> Self", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/principals.rs", - "line": 60, - "function": "special_is_standard", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 508, - "function": "parse_lexed", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 920, - "function": "STXBalance::get_locked_balance_at_burn_block", - "return_type": "-> (u128, u64)", - "replacement": "(1, 1)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/define.rs", - "line": 126, - "function": "handle_define_variable", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 59, - "function": "rollback_check_pre_bottom_commit", - "return_type": "-> Vec<(T, String)>", - "replacement": "vec![(Default::default(), \"xyzzy\".into())]", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 571, - "function": "clarity2_trait_check_trait_compliance", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 171, - "function": "AnalysisDatabase<'a>::get_read_only_function_type", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 91, - "function": ">::compute_cost", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/assets.rs", - "line": 1061, - "function": "special_burn_asset_v205", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 748, - "function": "ClarityDatabase<'a>::set_ustx_liquid_supply", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 213, - "function": "ContractContext::add_read_only_function_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 140, - "function": "Lexer<'a>::read_line", - "return_type": "-> LexResult", - "replacement": "LexResult::from(\"xyzzy\".into())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 96, - "function": "rollback_check_pre_bottom_commit", - "return_type": "-> Vec<(T, String)>", - "replacement": "vec![(Default::default(), String::new())]", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/mod.rs", - "line": 260, - "function": "check_special_fetch_var", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1938, - "function": "ClarityDatabase<'a>::get_account_nonce", - "return_type": "-> u64", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 297, - "function": "trait_type_size", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1818, - "function": "ContractContext::lookup_function", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/coverage.rs", - "line": 104, - "function": "CoverageReporter::executable_lines", - "return_type": "-> Vec", - "replacement": "vec![1]", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 172, - "function": "ContractContext::add_trait", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1414, - "function": "TypeChecker<'a, 'b>::try_type_check_define", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::from_iter([Some(())])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 579, - "function": "native_bitwise_left_shift", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/docs/mod.rs", - "line": 809, - "function": "get_signature", - "return_type": "-> Option", - "replacement": "Some(\"xyzzy\".into())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 263, - "function": "::get_pox_payout_addrs", - "return_type": "-> Option<(Vec, u128)>", - "replacement": "Some((vec![Default::default()], 1))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 920, - "function": "STXBalance::get_locked_balance_at_burn_block", - "return_type": "-> (u128, u64)", - "replacement": "(0, 0)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1372, - "function": "TypeSignature::parse_atom_type", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 203, - "function": "ContractContext::add_public_function_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 448, - "function": "special_leq_v2", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from_iter([Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 192, - "function": "inner_lex", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from(vec![(Default::default(), 0, 1)])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 142, - "function": "::add_memory", - "return_type": "-> std::result::Result<(), CostErrors>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/options.rs", - "line": 49, - "function": "check_special_some", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 171, - "function": "AnalysisDatabase<'a>::get_read_only_function_type", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::from_iter([Some(Default::default())])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 307, - "function": "::get_block_at_height", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 244, - "function": "ReadOnlyChecker<'a, 'b>::check_each_expression_is_read_only", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 474, - "function": "Lexer<'a>::read_utf8_encoding", - "return_type": "-> LexResult>", - "replacement": "LexResult::from(Ok(String::new()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/mod.rs", - "line": 325, - "function": "check_special_equals", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/arithmetic_checker/mod.rs", - "line": 92, - "function": "ArithmeticOnlyChecker<'a>::check_define_function", - "return_type": "-> Result<(), Error>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 160, - "function": "::get_burn_block_height_for_block", - "return_type": "-> Option", - "replacement": "Some(0)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 831, - "function": "Value::err_uint", - "return_type": "-> Value", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 419, - "function": "special_geq", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/mod.rs", - "line": 50, - "function": "mem_type_check", - "return_type": "-> CheckResult<(Option, ContractAnalysis)>", - "replacement": "CheckResult::from((None, Default::default()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 396, - "function": "STXBalanceSnapshot<'db, 'conn>::can_transfer", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1210, - "function": "ExecutionCost::sub", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 208, - "function": "::from", - "return_type": "-> CostStateSummary", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 356, - "function": "PreSymbolicExpression::match_atom_value", - "return_type": "-> Option<&Value>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 223, - "function": "::set_block_hash", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 409, - "function": "STXBalanceSnapshot<'db, 'conn>::credit", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 93, - "function": "AnalysisDatabase<'a>::load_contract_non_canonical", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 54, - "function": "DefinitionSorter::run_pass", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 807, - "function": "Parser<'a>::parse_node", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new(None)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 831, - "function": "trait_type_size", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1445, - "function": "::from", - "return_type": "-> Self", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1263, - "function": "ClarityDatabase<'a>::create_map", - "return_type": "-> DataMapMetadata", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 168, - "function": "::get_miner_address", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/options.rs", - "line": 28, - "function": "inner_unwrap", - "return_type": "-> Result>", - "replacement": "Ok(None)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 970, - "function": "Value::string_utf8_from_string_utf8_literal", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 522, - "function": "Value::deserialize_read", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 96, - "function": ">::drop_memory", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 140, - "function": "Lexer<'a>::read_line", - "return_type": "-> LexResult", - "replacement": "LexResult::new(\"xyzzy\".into())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/database.rs", - "line": 229, - "function": "special_fetch_variable_v200", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 508, - "function": "parse_lexed", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new(vec![Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 305, - "function": "inner_put", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 520, - "function": "SymbolicExpression::atom_value", - "return_type": "-> SymbolicExpression", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 476, - "function": "ListTypeData::get_max_len", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/contexts.rs", - "line": 97, - "function": "TypingContext<'a>::lookup_variable_type", - "return_type": "-> Option<&TypeSignature>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1694, - "function": "GlobalContext<'a, 'hooks>::is_read_only", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 164, - "function": "::fmt", - "return_type": "-> ::std::fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 118, - "function": ">::run_pass", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/docs/contracts.rs", - "line": 178, - "function": "produce_docs_refs", - "return_type": "-> BTreeMap", - "replacement": "BTreeMap::from_iter([(\"xyzzy\".into(), Default::default())])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 283, - "function": "Parser<'a>::handle_open_tuple", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from(None)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 358, - "function": "STXBalanceSnapshot<'db, 'conn>::get_available_balance", - "return_type": "-> u128", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 54, - "function": "DefinitionSorter::run_pass", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/tests/contracts.rs", - "line": 742, - "function": "test_aborts", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 369, - "function": "native_bitwise_xor", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from_iter([Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 691, - "function": "STXBalanceSnapshot<'db, 'conn>::accelerate_unlock", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1023, - "function": "TypeChecker<'a, 'b>::type_check_all", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::from_iter([vec![Default::default()]])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/errors.rs", - "line": 279, - "function": "check_argument_count", - "return_type": "-> Result<(), CheckErrors>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/sequences.rs", - "line": 62, - "function": "check_special_map", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/docs/mod.rs", - "line": 2626, - "function": "make_json_api_reference", - "return_type": "-> String", - "replacement": "String::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/docs/mod.rs", - "line": 2532, - "function": "make_keyword_reference", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 227, - "function": "ReadOnlyChecker<'a, 'b>::check_read_only", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from(true)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1427, - "function": "::from", - "return_type": "-> Self", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1527, - "function": "TupleData::get_owned", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 455, - "function": "lex", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from(vec![(Default::default(), 0, 1)])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/options.rs", - "line": 60, - "function": "check_special_error", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 728, - "function": "parse_no_stack_limit", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from(vec![Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/options.rs", - "line": 112, - "function": "eval_with_new_binding", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 178, - "function": "::get_burnchain_tokens_spent_for_block", - "return_type": "-> Option", - "replacement": "Some(0)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 324, - "function": "DefinitionSorter::probe_for_dependencies_in_define_args", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from_iter([()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 724, - "function": "ClarityDatabase<'a>::get_clarity_epoch_version", - "return_type": "-> StacksEpochId", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 192, - "function": "inner_lex", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new(vec![])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1361, - "function": "ClarityDatabase<'a>::fetch_entry_with_size", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 156, - "function": "FunctionType::check_args_2_1", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/options.rs", - "line": 134, - "function": "check_special_asserts", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/docs/mod.rs", - "line": 728, - "function": "get_input_type_string", - "return_type": "-> String", - "replacement": "\"xyzzy\".into()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 343, - "function": "::get_sortition_id_from_consensus_hash", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 1062, - "function": "Parser<'a>::parse_node_or_eof", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from_iter([Some(Default::default())])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1760, - "function": "GlobalContext<'a, 'hooks>::handle_tx_result", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 942, - "function": "Value::buff_from", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 634, - "function": "ClarityDatabase<'a>::fetch_metadata_manual", - "return_type": "-> Result>", - "replacement": "Ok(Some(Default::default()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/conversions.rs", - "line": 88, - "function": "native_buff_to_int_le", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 312, - "function": "ContractContext::get_variable_type", - "return_type": "-> Option<&TypeSignature>", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1626, - "function": "GlobalContext<'a, 'hooks>::log_token_transfer", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/sqlite.rs", - "line": 81, - "function": "SqliteConnection::get", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 194, - "function": "ContractContext::get_persisted_variable_type", - "return_type": "-> Option<&TypeSignature>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 376, - "function": "::get_pox_3_activation_height", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1983, - "function": "CallStack::make_stack_trace", - "return_type": "-> StackTrace", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 1083, - "function": "Parser<'a>::parse", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/mod.rs", - "line": 265, - "function": "check_special_fetch_var", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/contract_interface_builder/mod.rs", - "line": 318, - "function": "ContractInterfaceNonFungibleTokens::from_map", - "return_type": "-> Vec", - "replacement": "vec![]", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/sequences.rs", - "line": 409, - "function": "special_replace_at", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/arithmetic_checker/mod.rs", - "line": 66, - "function": "::fmt", - "return_type": "-> std::fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 748, - "function": "STXBalance::initial", - "return_type": "-> STXBalance", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/expression_identifier/mod.rs", - "line": 40, - "function": "update_expression_id", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 533, - "function": "SequenceData::is_list", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 699, - "function": "ClarityDatabase<'a>::has_contract", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 263, - "function": "AssetMap::get_next_stx_amount", - "return_type": "-> Result", - "replacement": "Ok(0)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1253, - "function": "::fmt", - "return_type": "-> fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1714, - "function": "GlobalContext<'a, 'hooks>::commit", - "return_type": "-> Result<(Option, Option)>", - "replacement": "Ok((Some(Default::default()), None))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1023, - "function": "TypeChecker<'a, 'b>::type_check_all", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1115, - "function": "map_no_contract_as_none", - "return_type": "-> Result>", - "replacement": "Ok(None)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 579, - "function": "native_bitwise_left_shift", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from_iter([Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 66, - "function": "Lexer<'a>::add_diagnostic", - "return_type": "-> LexResult<()>", - "replacement": "LexResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 466, - "function": "RollbackWrapper<'a>::get_metadata", - "return_type": "-> InterpreterResult>", - "replacement": "InterpreterResult::from(None)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1490, - "function": "Environment<'a, 'b, 'hooks>::register_nft_mint_event", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1246, - "function": "Environment<'a, 'b, 'hooks>::evaluate_at_block", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/conversions.rs", - "line": 242, - "function": "from_consensus_buff", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/version.rs", - "line": 27, - "function": "ClarityVersion::default_for_epoch", - "return_type": "-> ClarityVersion", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 269, - "function": "ContractContext::add_nft", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/arithmetic_checker/mod.rs", - "line": 274, - "function": "ArithmeticOnlyChecker<'a>::check_function_application", - "return_type": "-> Result<(), Error>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1070, - "function": "::short_circuit_contract_call", - "return_type": "-> Result", - "replacement": "Ok(false)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 327, - "function": "::get_cc_special_cases_handler", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 319, - "function": "::get_open_chain_tip_height", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 281, - "function": "ReadOnlyChecker<'a, 'b>::check_native_function_is_read_only", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from_iter([true])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 490, - "function": "AssetMap::get_nonfungible_tokens", - "return_type": "-> Option<&Vec>", - "replacement": "Some(&vec![])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/callables.rs", - "line": 355, - "function": "DefinedFunction::get_arguments", - "return_type": "-> &Vec", - "replacement": "&vec![Default::default()]", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/arithmetic_checker/mod.rs", - "line": 60, - "function": "::source", - "return_type": "-> Option<&(dyn std::error::Error +'static)>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 937, - "function": "ClarityDatabase<'a>::get_pox_payout_addrs_for_burnchain_height", - "return_type": "-> Option<(Vec, u128)>", - "replacement": "Some((vec![Default::default()], 1))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 557, - "function": "native_sub", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/errors.rs", - "line": 199, - "function": "::from", - "return_type": "-> Self", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1939, - "function": "CallStack::depth", - "return_type": "-> usize", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 1133, - "function": "Value::try_deserialize_hex_untyped", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/types.rs", - "line": 190, - "function": "ContractAnalysis::get_defined_trait", - "return_type": "-> Option<&BTreeMap>", - "replacement": "Some(&BTreeMap::from_iter([(Default::default(), Default::default())]))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 47, - "function": "I128Ops::make_value", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 728, - "function": "parse_no_stack_limit", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/assets.rs", - "line": 250, - "function": "check_special_get_token_supply", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/options.rs", - "line": 306, - "function": "check_special_match_opt", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 1109, - "function": "parse_collect_diagnostics", - "return_type": "-> (Vec, Vec, bool)", - "replacement": "(vec![Default::default()], vec![], true)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 125, - "function": "::get_burn_header_hash_for_block", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1069, - "function": "Environment<'a, 'b, 'hooks>::eval_raw", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1302, - "function": "ClarityDatabase<'a>::make_key_for_data_map_entry_serialized", - "return_type": "-> String", - "replacement": "String::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 462, - "function": "unescape_ascii_chars", - "return_type": "-> ParseResult", - "replacement": "ParseResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/tests/traits.rs", - "line": 1462, - "function": "test_embedded_trait", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/tests/defines.rs", - "line": 58, - "function": "test_accept_options", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 79, - "function": "ContractContext::check_function_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1917, - "function": "::fmt", - "return_type": "-> fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 1109, - "function": "parse_collect_diagnostics", - "return_type": "-> (Vec, Vec, bool)", - "replacement": "(vec![], vec![], false)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1878, - "function": "ClarityDatabase<'a>::make_key_for_account_nonce", - "return_type": "-> String", - "replacement": "\"xyzzy\".into()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 420, - "function": "RollbackWrapper<'a>::get_current_block_height", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/docs/mod.rs", - "line": 2557, - "function": "make_for_special", - "return_type": "-> FunctionAPI", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 247, - "function": "SequenceData::atom_values", - "return_type": "-> Vec", - "replacement": "vec![Default::default()]", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 376, - "function": "::get_pox_3_activation_height", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 232, - "function": "::get_pox_3_activation_height", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 785, - "function": "clarity2_lookup_trait", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 808, - "function": "TypeChecker<'a, 'b>::try_type_check_define", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::new(Some(()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 172, - "function": "ContractContext::add_trait", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 208, - "function": "AnalysisDatabase<'a>::get_implemented_traits", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::from_iter([BTreeSet::from_iter([Default::default()])])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 490, - "function": "special_greater_v2", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from_iter([Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1635, - "function": "GlobalContext<'a, 'hooks>::log_stx_transfer", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 358, - "function": "TypeChecker<'a, 'b>::track_return_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 130, - "function": "build_ast_typical", - "return_type": "-> ParseResult", - "replacement": "ParseResult::new(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/docs/mod.rs", - "line": 2532, - "function": "make_keyword_reference", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 653, - "function": "::items", - "return_type": "-> &Vec", - "replacement": "&vec![1]", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 96, - "function": "rollback_check_pre_bottom_commit", - "return_type": "-> Vec<(T, String)>", - "replacement": "vec![]", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/expression_identifier/mod.rs", - "line": 40, - "function": "update_expression_id", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from_iter([()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 430, - "function": "ReadOnlyChecker<'a, 'b>::check_expression_application_is_read_only", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new(true)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1346, - "function": "TypeChecker<'a, 'b>::type_check_define_variable", - "return_type": "-> CheckResult<(ClarityName, TypeSignature)>", - "replacement": "CheckResult::from((Default::default(), Default::default()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 647, - "function": "ClarityDatabase<'a>::load_contract_analysis", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 202, - "function": "::get_burn_block_height", - "return_type": "-> Option", - "replacement": "Some(0)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/version.rs", - "line": 24, - "function": "ClarityVersion::latest", - "return_type": "-> ClarityVersion", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 47, - "function": "I128Ops::make_value", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from_iter([Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 306, - "function": "::get_burn_block_height_for_block", - "return_type": "-> Option", - "replacement": "Some(1)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 357, - "function": "DefinitionSorter::probe_for_dependencies_in_wrapped_key_value_pairs", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 299, - "function": "SequenceData::replace_at", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 189, - "function": "AnalysisDatabase<'a>::get_defined_trait", - "return_type": "-> CheckResult>>", - "replacement": "CheckResult::from(Some(BTreeMap::from_iter([(Default::default(), Default::default())])))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 395, - "function": "::get_pox_payout_addrs", - "return_type": "-> Option<(Vec, u128)>", - "replacement": "Some((vec![Default::default()], 1))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/arithmetic_checker/mod.rs", - "line": 165, - "function": "ArithmeticOnlyChecker<'a>::try_native_function_check", - "return_type": "-> Option>", - "replacement": "Some(Ok(()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/boolean.rs", - "line": 58, - "function": "special_and", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/docs/mod.rs", - "line": 828, - "function": "make_for_simple_native", - "return_type": "-> FunctionAPI", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/tests/traits.rs", - "line": 204, - "function": "test_dynamic_dispatch_intra_contract_call", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 244, - "function": "::get_pox_rejection_fraction", - "return_type": "-> u64", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/tests/traits.rs", - "line": 710, - "function": "test_readwrite_dynamic_dispatch", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/database.rs", - "line": 642, - "function": "special_delete_entry_v200", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/define.rs", - "line": 411, - "function": "evaluate_define", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1054, - "function": "TypeSignature::least_supertype", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 466, - "function": "RollbackWrapper<'a>::get_metadata", - "return_type": "-> InterpreterResult>", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1047, - "function": "ClarityDatabase<'a>::insert_microblock_poison", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/crypto.rs", - "line": 102, - "function": "special_principal_of", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 345, - "function": "DefinitionSorter::probe_for_dependencies_in_list_of_wrapped_key_value_pairs", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1072, - "function": "ClarityDatabase<'a>::get_microblock_pubkey_hash_height", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 694, - "function": "ClarityDatabase<'a>::insert_contract", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 926, - "function": "ClarityDatabase<'a>::get_burnchain_block_header_hash_for_burnchain_height", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 326, - "function": "Lexer<'a>::read_integer", - "return_type": "-> LexResult", - "replacement": "LexResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1928, - "function": "ClarityDatabase<'a>::get_account_stx_balance", - "return_type": "-> STXBalance", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 152, - "function": "::short_circuit_contract_call", - "return_type": "-> Result", - "replacement": "Ok(false)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 283, - "function": "Parser<'a>::handle_open_tuple", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 43, - "function": "is_string_terminator", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 456, - "function": "GraphWalker::get_sorted_dependencies", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from(vec![1])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 800, - "function": "::eq", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 524, - "function": "TypeSignature::admits_type", - "return_type": "-> Result", - "replacement": "Ok(true)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/docs/contracts.rs", - "line": 69, - "function": "doc_execute", - "return_type": "-> Result, vm::Error>", - "replacement": "Ok(Some(Default::default()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 135, - "function": "::get_vrf_seed_for_block", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 751, - "function": "TypeChecker<'a, 'b>::type_check_define_persisted_variable", - "return_type": "-> CheckResult<(ClarityName, TypeSignature)>", - "replacement": "CheckResult::from((Default::default(), Default::default()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 430, - "function": "ReadOnlyChecker<'a, 'b>::check_expression_application_is_read_only", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new(false)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 101, - "function": "get_value_or_err", - "return_type": "-> ParseResult", - "replacement": "ParseResult::from(\"xyzzy\".into())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contracts.rs", - "line": 44, - "function": "Contract::initialize_from_ast", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 189, - "function": "AnalysisDatabase<'a>::get_defined_trait", - "return_type": "-> CheckResult>>", - "replacement": "CheckResult::new(Some(BTreeMap::new()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 905, - "function": ">::compute_cost", - "return_type": "-> std::result::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 192, - "function": "inner_lex", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new(vec![(Default::default(), 1, 1)])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 88, - "function": "ContractContext::get_nft_type", - "return_type": "-> Option<&TypeSignature>", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/types.rs", - "line": 171, - "function": "ContractAnalysis::get_private_function", - "return_type": "-> Option<&FunctionType>", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/expression_identifier/mod.rs", - "line": 23, - "function": "inner_relabel", - "return_type": "-> ParseResult", - "replacement": "ParseResult::new(0)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/options.rs", - "line": 74, - "function": "check_special_is_response", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 516, - "function": "TypeChecker<'a, 'b>::type_check_all", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::new(vec![Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 926, - "function": "FunctionSignature::check_args_trait_compliance", - "return_type": "-> Result", - "replacement": "Ok(false)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 108, - "function": "get_lines_at", - "return_type": "-> Vec", - "replacement": "vec![0]", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/token.rs", - "line": 47, - "function": "::fmt", - "return_type": "-> std::fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/token.rs", - "line": 82, - "function": "Token::reproduce", - "return_type": "-> String", - "replacement": "\"xyzzy\".into()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 259, - "function": "ContractContext::add_ft", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 429, - "function": "TypeChecker<'a, 'b>::type_check_expects", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/sequences.rs", - "line": 39, - "function": "get_simple_native_or_user_define", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 818, - "function": "STXBalance::debit_unlocked_amount", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1719, - "function": "ClarityDatabase<'a>::get_ft_balance", - "return_type": "-> Result", - "replacement": "Ok(1)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 571, - "function": "clarity2_trait_check_trait_compliance", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 462, - "function": "special_leq", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 871, - "function": ">::compute_cost", - "return_type": "-> std::result::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 677, - "function": "LimitedCostTracker::new_mid_block", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 42, - "function": "::serialize", - "return_type": "-> String", - "replacement": "String::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 570, - "function": "SymbolicExpression::match_list", - "return_type": "-> Option<&[SymbolicExpression]>", - "replacement": "Some(Vec::leak(Vec::new()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1913, - "function": "LocalContext<'a>::lookup_callable_contract", - "return_type": "-> Option<&CallableData>", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 475, - "function": "SymbolicExpression::cons", - "return_type": "-> SymbolicExpression", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/arithmetic_checker/mod.rs", - "line": 267, - "function": "ArithmeticOnlyChecker<'a>::check_all", - "return_type": "-> Result<(), Error>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/types.rs", - "line": 139, - "function": "ContractAnalysis::add_private_function", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 172, - "function": "::get_burn_block_height_for_block", - "return_type": "-> Option", - "replacement": "Some(1)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 229, - "function": "::get_pox_prepare_length", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 211, - "function": "::match_list_mut", - "return_type": "-> Option<&mut[SymbolicExpression]>", - "replacement": "Some(Vec::leak(vec![Default::default()]))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 557, - "function": "native_sub", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 253, - "function": "::get_sortition_id_from_consensus_hash", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1361, - "function": "::fmt", - "return_type": "-> fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 973, - "function": "ClarityDatabase<'a>::get_miner_spend_total", - "return_type": "-> u128", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 405, - "function": "special_geq_v2", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from_iter([Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 721, - "function": "TypeSignature::canonicalize", - "return_type": "-> TypeSignature", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 913, - "function": "FunctionSignature::total_type_size", - "return_type": "-> Result", - "replacement": "Ok(0)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/sequences.rs", - "line": 38, - "function": "list_cons", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1451, - "function": "::from", - "return_type": "-> Self", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1825, - "function": "ContractContext::lookup_trait_definition", - "return_type": "-> Option>", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 281, - "function": "ReadOnlyChecker<'a, 'b>::check_native_function_is_read_only", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from_iter([false])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/types.rs", - "line": 67, - "function": "ContractAST::get_referenced_trait", - "return_type": "-> Option<&TraitDefinition>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 532, - "function": "special_less_v2", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 389, - "function": "Lexer<'a>::read_ascii_string", - "return_type": "-> LexResult", - "replacement": "LexResult::from_iter([Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 213, - "function": "ContractContext::add_read_only_function_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1420, - "function": "Environment<'a, 'b, 'hooks>::construct_print_transaction_event", - "return_type": "-> StacksTransactionEvent", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 208, - "function": "AnalysisDatabase<'a>::get_implemented_traits", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::from(BTreeSet::new())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 1153, - "function": "::write", - "return_type": "-> std::io::Result", - "replacement": "Ok(0)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 78, - "function": "Lexer<'a>::read_char", - "return_type": "-> LexResult<()>", - "replacement": "LexResult::new(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 174, - "function": "inner_build_ast", - "return_type": "-> ParseResult<(ContractAST, Vec, bool)>", - "replacement": "ParseResult::from_iter([(Default::default(), vec![], false)])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 223, - "function": "ContractContext::add_private_function_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/tests/traits.rs", - "line": 1963, - "function": "test_let_trait", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/mod.rs", - "line": 228, - "function": "check_special_let", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 463, - "function": "Parser<'a>::open_tuple", - "return_type": "-> ParseResult", - "replacement": "ParseResult::new(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 334, - "function": "PreSymbolicExpression::placeholder", - "return_type": "-> PreSymbolicExpression", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1062, - "function": "::reset_memory", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/mod.rs", - "line": 573, - "function": "native_eq", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 111, - "function": "Lexer<'a>::report_line_ending", - "return_type": "-> LexResult<()>", - "replacement": "LexResult::new(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 486, - "function": "TypeSignature::new_option", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 949, - "function": "STXBalance::get_total_balance", - "return_type": "-> u128", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1385, - "function": "TypeChecker<'a, 'b>::type_check_define_nft", - "return_type": "-> CheckResult<(ClarityName, TypeSignature)>", - "replacement": "CheckResult::from((Default::default(), Default::default()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 829, - "function": "OwnedEnvironment<'a, 'hooks>::eval_read_only", - "return_type": "-> Result<(Value, AssetMap, Vec)>", - "replacement": "Ok((Default::default(), Default::default(), vec![Default::default()]))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1406, - "function": "::from", - "return_type": "-> StacksAddress", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1209, - "function": "Environment<'a, 'b, 'hooks>::execute_function_as_transaction", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/events.rs", - "line": 206, - "function": "STXBurnEventData::json_serialize", - "return_type": "-> serde_json::Value", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 446, - "function": "ClarityDatabase<'a>::roll_back", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 728, - "function": "parse_no_stack_limit", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from_iter([vec![]])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 602, - "function": "SymbolicExpression::match_trait_reference", - "return_type": "-> Option<&ClarityName>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 716, - "function": "OptionalData::type_signature", - "return_type": "-> TypeSignature", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1782, - "function": "TupleTypeSignature::inner_size", - "return_type": "-> Option", - "replacement": "Some(1)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 391, - "function": "special_geq_v1", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from_iter([Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 807, - "function": "Parser<'a>::parse_node", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new(Some(Default::default()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/errors.rs", - "line": 296, - "function": "::suggestion", - "return_type": "-> Option", - "replacement": "Some(String::new())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 237, - "function": "::get_pox_rejection_fraction", - "return_type": "-> u64", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 454, - "function": "ClarityDatabase<'a>::set_block_hash", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 902, - "function": "FixedFunction::total_type_size", - "return_type": "-> Result", - "replacement": "Ok(1)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 101, - "function": "get_value_or_err", - "return_type": "-> ParseResult", - "replacement": "ParseResult::from_iter([\"xyzzy\".into()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 794, - "function": "::eq", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1595, - "function": "GlobalContext<'a, 'hooks>::is_top_level", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 516, - "function": "TypeChecker<'a, 'b>::type_check_all", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::new(vec![])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 502, - "function": "::fmt", - "return_type": "-> fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 430, - "function": "ReadOnlyChecker<'a, 'b>::check_expression_application_is_read_only", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 943, - "function": "ClarityDatabase<'a>::get_burnchain_block_height", - "return_type": "-> Option", - "replacement": "Some(0)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 306, - "function": "::get_burn_block_height_for_block", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 128, - "function": "Lexer<'a>::skip_whitespace", - "return_type": "-> LexResult<()>", - "replacement": "LexResult::new(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1748, - "function": "TupleTypeSignature::type_size", - "return_type": "-> Option", - "replacement": "Some(0)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/options.rs", - "line": 217, - "function": "check_special_try_ret", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/tests/traits.rs", - "line": 1346, - "function": "test_return_trait_with_contract_of", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 338, - "function": "RollbackWrapper<'a>::set_block_hash", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from_iter([Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/assets.rs", - "line": 299, - "function": "check_special_burn_token", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 808, - "function": "Value::some", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 168, - "function": "ContractContext::check_name_used", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/traits_resolver/mod.rs", - "line": 36, - "function": "::run_pass", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from_iter([()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1059, - "function": "::drop_memory", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 239, - "function": "::get_block_at_height", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/tests/contracts.rs", - "line": 91, - "function": "get_principal_as_principal_data", - "return_type": "-> PrincipalData", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/tests/contracts.rs", - "line": 99, - "function": "test_get_block_info_eval", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 298, - "function": "::get_burn_block_time_for_block", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/errors.rs", - "line": 114, - "function": ">::eq", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1372, - "function": "TypeChecker<'a, 'b>::type_check_define_ft", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1735, - "function": "ListTypeData::type_size", - "return_type": "-> Option", - "replacement": "Some(1)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 253, - "function": "ContractContext::add_persisted_variable_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 421, - "function": "Graph::get_node_descendants", - "return_type": "-> Vec", - "replacement": "vec![1]", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 192, - "function": "inner_lex", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new(vec![(Default::default(), 0, 0)])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 363, - "function": "RollbackWrapper<'a>::get", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 737, - "function": "ClarityDatabase<'a>::get_total_liquid_ustx", - "return_type": "-> u128", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 243, - "function": "RollbackWrapper<'a>::rollback", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/conversions.rs", - "line": 106, - "function": "native_buff_to_int_be::convert_to_int_be", - "return_type": "-> Value", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/types.rs", - "line": 67, - "function": "ContractAST::get_referenced_trait", - "return_type": "-> Option<&TraitDefinition>", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 456, - "function": "GraphWalker::get_sorted_dependencies", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new(vec![1])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/assets.rs", - "line": 305, - "function": "special_mint_token", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/mod.rs", - "line": 606, - "function": "special_print", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 163, - "function": "::get_consensus_hash_for_block", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 307, - "function": "DefinitionSorter::probe_for_dependencies_in_tuple", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from_iter([()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 177, - "function": "ContractContext::add_implemented_trait", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 332, - "function": "ContractContext::into_contract_analysis", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1044, - "function": "Environment<'a, 'b, 'hooks>::eval_raw_with_rules", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/tests/sequences.rs", - "line": 1160, - "function": "test_construct_bad_list", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 455, - "function": "lex", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from(vec![])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 234, - "function": "::deserialize", - "return_type": "-> Self", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/errors.rs", - "line": 163, - "function": "::source", - "return_type": "-> Option<&(dyn error::Error +'static)>", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 291, - "function": "::set_block_hash", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/sugar_expander/mod.rs", - "line": 56, - "function": "SugarExpander::run", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 782, - "function": "ClarityDatabase<'a>::is_in_regtest", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/mod.rs", - "line": 685, - "function": "TypedNativeFunction::type_check_application", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1874, - "function": "ClarityDatabase<'a>::make_key_for_account_balance", - "return_type": "-> String", - "replacement": "\"xyzzy\".into()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1372, - "function": "TypeChecker<'a, 'b>::type_check_define_ft", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 223, - "function": "ContractContext::add_private_function_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 476, - "function": "special_greater_v1", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 182, - "function": "ReadOnlyChecker<'a, 'b>::check_reads_only_valid", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 261, - "function": "RollbackWrapper<'a>::depth", - "return_type": "-> usize", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 626, - "function": "TypeChecker<'a, 'b>::type_check_define_map", - "return_type": "-> CheckResult<(ClarityName, (TypeSignature, TypeSignature))>", - "replacement": "CheckResult::from_iter([(Default::default(), (Default::default(), Default::default()))])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 274, - "function": "SequenceData::is_empty", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 386, - "function": "STXBalanceSnapshot<'db, 'conn>::has_unlockable_tokens", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 341, - "function": "::from", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 101, - "function": "get_value_or_err", - "return_type": "-> ParseResult", - "replacement": "ParseResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/docs/mod.rs", - "line": 2626, - "function": "make_json_api_reference", - "return_type": "-> String", - "replacement": "\"xyzzy\".into()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 84, - "function": "AnalysisDatabase<'a>::has_contract", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/stack_depth_checker.rs", - "line": 48, - "function": "::run_pass", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 943, - "function": "ClarityDatabase<'a>::get_burnchain_block_height", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 146, - "function": "ContractContext::add_persisted_variable_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 639, - "function": "native_to_int", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 236, - "function": "::get_pox_prepare_length", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1213, - "function": "ClarityDatabase<'a>::lookup_variable", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 391, - "function": "special_geq_v1", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 792, - "function": "TypeChecker<'a, 'b>::type_check_define_trait", - "return_type": "-> CheckResult<(ClarityName, BTreeMap)>", - "replacement": "CheckResult::from((Default::default(), BTreeMap::new()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 182, - "function": "ReadOnlyChecker<'a, 'b>::check_reads_only_valid", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 246, - "function": "Lexer<'a>::read_trait_identifier", - "return_type": "-> LexResult", - "replacement": "LexResult::from_iter([Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/tests/contracts.rs", - "line": 458, - "function": "test_simple_naming_system", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 521, - "function": "Parser<'a>::read_principal", - "return_type": "-> ParseResult", - "replacement": "ParseResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/trait_checker/mod.rs", - "line": 55, - "function": "TraitChecker::run", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 554, - "function": "native_add", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from_iter([Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/mod.rs", - "line": 359, - "function": "check_contract_call", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 65, - "function": "symbols_from_values", - "return_type": "-> Vec", - "replacement": "vec![Default::default()]", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 389, - "function": "Lexer<'a>::read_ascii_string", - "return_type": "-> LexResult", - "replacement": "LexResult::new(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 820, - "function": "LimitedCostTracker::get_limit", - "return_type": "-> ExecutionCost", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 579, - "function": "native_bitwise_left_shift", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 329, - "function": "::from", - "return_type": "-> Self", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/assets.rs", - "line": 195, - "function": "check_special_get_token_supply", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/types.rs", - "line": 179, - "function": "ContractAnalysis::get_variable_type", - "return_type": "-> Option<&TypeSignature>", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 202, - "function": "TraitIdentifier::parse", - "return_type": "-> Result<(Option, ContractName, ClarityName)>", - "replacement": "Ok((None, Default::default(), Default::default()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 182, - "function": "ContractContext::get_trait", - "return_type": "-> Option<&BTreeMap>", - "replacement": "Some(&BTreeMap::from_iter([(Default::default(), Default::default())]))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 1183, - "function": "Value::serialize_to_hex", - "return_type": "-> String", - "replacement": "\"xyzzy\".into()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 448, - "function": "special_leq_v2", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 299, - "function": "::get_with_proof", - "return_type": "-> Option<(String, Vec)>", - "replacement": "Some((String::new(), vec![1]))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/tests/assets.rs", - "line": 521, - "function": "test_simple_token_system", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 316, - "function": "ContractContext::get_persisted_variable_type", - "return_type": "-> Option<&TypeSignature>", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 233, - "function": "ContractContext::add_map_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 84, - "function": "ContractContext::ft_exists", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/tests/mod.rs", - "line": 147, - "function": "TopLevelMemoryEnvironmentGenerator::get_env", - "return_type": "-> OwnedEnvironment", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1559, - "function": "byte_len_of_serialization", - "return_type": "-> u64", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 532, - "function": "special_less_v2", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 128, - "function": "SequenceSubtype::unit_type", - "return_type": "-> TypeSignature", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1072, - "function": "ClarityDatabase<'a>::get_microblock_pubkey_hash_height", - "return_type": "-> Option", - "replacement": "Some(1)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 511, - "function": "SymbolicExpression::span", - "return_type": "-> &Span", - "replacement": "&Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 111, - "function": "Lexer<'a>::report_line_ending", - "return_type": "-> LexResult<()>", - "replacement": "LexResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 377, - "function": "native_bitwise_or", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 1083, - "function": "Parser<'a>::parse", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new(vec![Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 852, - "function": "OwnedEnvironment<'a, 'hooks>::destruct", - "return_type": "-> Option<(ClarityDatabase<'a>, LimitedCostTracker)>", - "replacement": "Some((Default::default(), Default::default()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 156, - "function": "FunctionType::check_args_2_1", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 181, - "function": "::get_burnchain_tokens_spent_for_winning_block", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 1093, - "function": "parse", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new(vec![])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 227, - "function": "::get", - "return_type": "-> Option", - "replacement": "Some(String::new())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1301, - "function": "PrincipalData::version", - "return_type": "-> u8", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/tests/contracts.rs", - "line": 295, - "function": "test_tx_sponsor", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 832, - "function": "ClarityDatabase<'a>::get_current_burnchain_block_height", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 1017, - "function": "Value::serialize_write", - "return_type": "-> std::io::Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 563, - "function": "native_div", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 839, - "function": "contract_analysis_size", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from_iter([1])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/mod.rs", - "line": 197, - "function": "NativeFunctions::lookup_by_name_at_version", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 283, - "function": "Parser<'a>::handle_open_tuple", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new(Some(Default::default()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 189, - "function": "AnalysisDatabase<'a>::get_defined_trait", - "return_type": "-> CheckResult>>", - "replacement": "CheckResult::from_iter([Some(BTreeMap::from_iter([(Default::default(), Default::default())]))])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/options.rs", - "line": 227, - "function": "is_okay", - "return_type": "-> Result", - "replacement": "Ok(false)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 103, - "function": "build_ast_with_rules", - "return_type": "-> ParseResult", - "replacement": "ParseResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/mod.rs", - "line": 221, - "function": "add_stack_trace", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 490, - "function": "special_greater_v2", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 268, - "function": "ReadOnlyChecker<'a, 'b>::try_check_native_function_is_read_only", - "return_type": "-> Option>", - "replacement": "Some(CheckResult::new(true))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 174, - "function": "RollbackWrapperPersistedLog::nest", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1044, - "function": "Value::expect_i128", - "return_type": "-> i128", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1229, - "function": "TypeChecker<'a, 'b>::clarity1_type_check_expects", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 391, - "function": "special_geq_v1", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 415, - "function": "FunctionType::check_args_by_allowing_trait_cast_2_1", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 464, - "function": "ListTypeData::destruct", - "return_type": "-> (TypeSignature, u32)", - "replacement": "(Default::default(), 0)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 86, - "function": "TraitContext::add_used_trait", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 466, - "function": "RollbackWrapper<'a>::get_metadata", - "return_type": "-> InterpreterResult>", - "replacement": "InterpreterResult::from(Some(\"xyzzy\".into()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 572, - "function": "native_log2", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1317, - "function": "ClarityDatabase<'a>::fetch_entry_unknown_descriptor", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 1139, - "function": "Value::serialized_size", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1186, - "function": "ExecutionCost::runtime", - "return_type": "-> ExecutionCost", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 384, - "function": "::get_pox_reward_cycle_length", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/options.rs", - "line": 77, - "function": "check_special_is_response", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 192, - "function": "inner_lex", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from(vec![])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 190, - "function": "ContractContext::get_variable_type", - "return_type": "-> Option<&TypeSignature>", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/trait_checker/mod.rs", - "line": 55, - "function": "TraitChecker::run", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 388, - "function": "::get_pox_rejection_fraction", - "return_type": "-> u64", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 456, - "function": "GraphWalker::get_sorted_dependencies", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new(vec![0])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 586, - "function": "SymbolicExpression::match_atom_value", - "return_type": "-> Option<&Value>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/contexts.rs", - "line": 57, - "function": "TypeMap::set_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 274, - "function": "SequenceData::is_empty", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 423, - "function": "SequenceData::filter", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 309, - "function": "build_ast", - "return_type": "-> ParseResult", - "replacement": "ParseResult::new(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 408, - "function": "AssetMap::to_table", - "return_type": "-> HashMap>", - "replacement": "HashMap::from_iter([(Default::default(), HashMap::new())])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 680, - "function": "::drained_items", - "return_type": "-> Vec>", - "replacement": "vec![vec![0]]", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 405, - "function": "special_geq_v2", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 319, - "function": "::get_open_chain_tip_height", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/mod.rs", - "line": 512, - "function": "check_get_block_info", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 476, - "function": "ClarityDatabase<'a>::put_value", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 348, - "function": "DeserializeStackItem::next_expected_type", - "return_type": "-> Result, SerializationError>", - "replacement": "Ok(None)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 236, - "function": "::get_pox_prepare_length", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/errors.rs", - "line": 248, - "function": "::from", - "return_type": "-> Self", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/traits_resolver/mod.rs", - "line": 182, - "function": "TraitsResolver::try_parse_pre_expr", - "return_type": "-> Option<(DefineFunctions, Vec<&'a PreSymbolicExpression>)>", - "replacement": "Some((Default::default(), vec![&Default::default()]))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 792, - "function": "TypeChecker<'a, 'b>::type_check_define_trait", - "return_type": "-> CheckResult<(ClarityName, BTreeMap)>", - "replacement": "CheckResult::new((Default::default(), BTreeMap::from_iter([(Default::default(), Default::default())])))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/events.rs", - "line": 155, - "function": "STXTransferEventData::json_serialize", - "return_type": "-> serde_json::Value", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 256, - "function": "SequenceData::element_size", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 546, - "function": "special_less", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from_iter([Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 123, - "function": ">::run_pass", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/coverage.rs", - "line": 237, - "function": "::will_begin_eval", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 253, - "function": "ContractContext::add_persisted_variable_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1722, - "function": "ListTypeData::inner_size", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 233, - "function": "::get_pox_reward_cycle_length", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 1093, - "function": "parse", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from(vec![Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 153, - "function": "AnalysisDatabase<'a>::get_public_function_type", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 302, - "function": "AssetMap::add_stx_burn", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 347, - "function": "::from", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 119, - "function": "Parser<'a>::add_diagnostic", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 815, - "function": "OwnedEnvironment<'a, 'hooks>::eval_read_only_with_rules", - "return_type": "-> Result<(Value, AssetMap, Vec)>", - "replacement": "Ok((Default::default(), Default::default(), vec![Default::default()]))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 657, - "function": "::drained_items", - "return_type": "-> Vec", - "replacement": "vec![]", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1115, - "function": "map_no_contract_as_none", - "return_type": "-> Result>", - "replacement": "Ok(Some(Default::default()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 123, - "function": "AnalysisDatabase<'a>::insert_contract", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/contract_interface_builder/mod.rs", - "line": 266, - "function": "ContractInterfaceFunction::from_map", - "return_type": "-> Vec", - "replacement": "vec![]", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 110, - "function": "::from", - "return_type": "-> PrincipalData", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/errors.rs", - "line": 230, - "function": "::fmt", - "return_type": "-> fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 192, - "function": "inner_lex", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from_iter([vec![]])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1696, - "function": "TypeSignature::inner_type_size", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1903, - "function": "LocalContext<'a>::lookup_variable", - "return_type": "-> Option<&Value>", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/sqlite.rs", - "line": 153, - "function": "SqliteConnection::has_entry", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/sqlite.rs", - "line": 187, - "function": "SqliteConnection::open", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/mod.rs", - "line": 489, - "function": "check_secp256k1_recover", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 826, - "function": "LimitedCostTracker::get_memory", - "return_type": "-> u64", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 119, - "function": "Parser<'a>::add_diagnostic", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from_iter([()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 926, - "function": ">::short_circuit_contract_call", - "return_type": "-> std::result::Result", - "replacement": "Ok(false)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 550, - "function": "ClarityDatabase<'a>::make_key_for_quad", - "return_type": "-> String", - "replacement": "\"xyzzy\".into()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/tests/traits.rs", - "line": 2024, - "function": "test_let3_trait", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/callables.rs", - "line": 331, - "function": "DefinedFunction::is_read_only", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 299, - "function": "::get_with_proof", - "return_type": "-> Option<(String, Vec)>", - "replacement": "Some((\"xyzzy\".into(), vec![0]))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1244, - "function": "::fmt", - "return_type": "-> fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 433, - "function": "RollbackWrapper<'a>::prepare_for_contract_metadata", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 101, - "function": "get_value_or_err", - "return_type": "-> ParseResult", - "replacement": "ParseResult::new(\"xyzzy\".into())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 766, - "function": "TypeChecker<'a, 'b>::type_check_define_ft", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 979, - "function": "STXBalance::was_locked_by_v3", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 326, - "function": "::get_tokens_earned_for_block", - "return_type": "-> Option", - "replacement": "Some(1)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 50, - "function": "TraitContext::is_name_used", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 831, - "function": "trait_type_size", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from_iter([1])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 243, - "function": "::get_open_chain_tip", - "return_type": "-> StacksBlockId", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 87, - "function": "ast_check_size", - "return_type": "-> ParseResult", - "replacement": "ParseResult::from(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1421, - "function": "::from", - "return_type": "-> Self", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/database.rs", - "line": 333, - "function": "special_set_variable_v205", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 779, - "function": "TypeChecker<'a, 'b>::type_check_define_nft", - "return_type": "-> CheckResult<(ClarityName, TypeSignature)>", - "replacement": "CheckResult::from_iter([(Default::default(), Default::default())])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 169, - "function": "::to_account_principal", - "return_type": "-> PrincipalData", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 283, - "function": "Parser<'a>::handle_open_tuple", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from_iter([Some(Default::default())])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/mod.rs", - "line": 45, - "function": "FunctionType::check_args", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from_iter([Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 415, - "function": "FunctionType::check_args_by_allowing_trait_cast_2_1", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/crypto.rs", - "line": 139, - "function": "special_secp256k1_recover", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 1153, - "function": "::write", - "return_type": "-> std::io::Result", - "replacement": "Ok(1)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/expression_identifier/mod.rs", - "line": 51, - "function": "ExpressionIdentifier::run_pre_expression_pass", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/errors.rs", - "line": 151, - "function": "::fmt", - "return_type": "-> std::fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/errors.rs", - "line": 296, - "function": "::suggestion", - "return_type": "-> Option", - "replacement": "Some(\"xyzzy\".into())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 455, - "function": "lex", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from_iter([vec![(Default::default(), 1, 0)]])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 578, - "function": "STXBalanceSnapshot<'db, 'conn>::lock_tokens_v3", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/trait_checker/mod.rs", - "line": 55, - "function": "TraitChecker::run", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 929, - "function": "TypeChecker<'a, 'b>::run", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 807, - "function": "Parser<'a>::parse_node", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 837, - "function": "OwnedEnvironment<'a, 'hooks>::commit", - "return_type": "-> Result<(AssetMap, EventBatch)>", - "replacement": "Ok((Default::default(), Default::default()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 705, - "function": "OwnedEnvironment<'a, 'hooks>::initialize_versioned_contract", - "return_type": "-> Result<((), AssetMap, Vec)>", - "replacement": "Ok(((), Default::default(), vec![Default::default()]))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 123, - "function": ">::run_pass", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 1093, - "function": "parse", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from(vec![])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1414, - "function": "TypeChecker<'a, 'b>::try_type_check_define", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::from_iter([None])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/errors.rs", - "line": 163, - "function": "::source", - "return_type": "-> Option<&(dyn error::Error +'static)>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 123, - "function": "AnalysisDatabase<'a>::insert_contract", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1167, - "function": "TypeSignature::least_supertype_v2_1", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/types.rs", - "line": 171, - "function": "ContractAnalysis::get_private_function", - "return_type": "-> Option<&FunctionType>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 192, - "function": "inner_lex", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new(vec![(Default::default(), 0, 1)])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 566, - "function": "native_pow", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 233, - "function": "ContractContext::add_map_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 369, - "function": "native_bitwise_xor", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 247, - "function": "::get_burn_start_height", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 380, - "function": "PreSymbolicExpression::match_field_identifier", - "return_type": "-> Option<&TraitIdentifier>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 676, - "function": "::items", - "return_type": "-> &Vec>", - "replacement": "&vec![]", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 217, - "function": "NullBackingStore::as_analysis_db", - "return_type": "-> AnalysisDatabase", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/contract_interface_builder/mod.rs", - "line": 28, - "function": "build_contract_interface", - "return_type": "-> ContractInterface", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 152, - "function": "ContractContext::add_ft", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/sqlite.rs", - "line": 77, - "function": "SqliteConnection::put", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 288, - "function": "build_ast_precheck_size", - "return_type": "-> ParseResult", - "replacement": "ParseResult::new(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 720, - "function": "parse", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from_iter([vec![]])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 162, - "function": "ContractContext::add_nft", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 116, - "function": "ContractContext::add_private_function_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 288, - "function": "Lexer<'a>::read_principal", - "return_type": "-> LexResult", - "replacement": "LexResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/mod.rs", - "line": 221, - "function": "check_special_let", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/tests/traits.rs", - "line": 452, - "function": "test_dynamic_dispatch_including_nested_trait", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 720, - "function": "parse", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from(vec![])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/error.rs", - "line": 67, - "function": "::suggestion", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 345, - "function": "Lexer<'a>::read_hex", - "return_type": "-> LexResult", - "replacement": "LexResult::from_iter([Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 466, - "function": "RollbackWrapper<'a>::get_metadata", - "return_type": "-> InterpreterResult>", - "replacement": "InterpreterResult::new(Some(String::new()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 295, - "function": "::get", - "return_type": "-> Option", - "replacement": "Some(\"xyzzy\".into())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 345, - "function": "Lexer<'a>::read_hex", - "return_type": "-> LexResult", - "replacement": "LexResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 336, - "function": "::get_burn_start_height", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 848, - "function": "TupleTypeSignature::len", - "return_type": "-> u64", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/options.rs", - "line": 255, - "function": "check_special_unwrap", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 136, - "function": "ContractContext::add_variable_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/errors.rs", - "line": 181, - "function": "::from", - "return_type": "-> Self", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 516, - "function": "TypeChecker<'a, 'b>::type_check_all", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::from_iter([vec![Default::default()]])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/mod.rs", - "line": 45, - "function": "FunctionType::check_args", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/callables.rs", - "line": 394, - "function": "FunctionIdentifier::new_user_function", - "return_type": "-> FunctionIdentifier", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 59, - "function": "AssetIdentifier::STX_burned", - "return_type": "-> AssetIdentifier", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 580, - "function": "ClarityDatabase<'a>::get_contract_src", - "return_type": "-> Option", - "replacement": "Some(\"xyzzy\".into())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 892, - "function": "TypeChecker<'a, 'b>::into_contract_analysis", - "return_type": "-> LimitedCostTracker", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 395, - "function": "load_cost_functions", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/errors.rs", - "line": 205, - "function": "::from", - "return_type": "-> Self", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/errors.rs", - "line": 208, - "function": "CheckError::has_expression", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 219, - "function": "Parser<'a>::handle_open_node", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from(Some(Default::default()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/mod.rs", - "line": 64, - "function": "check_special_list_cons", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1487, - "function": "TupleData::from_data", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 629, - "function": "native_to_uint", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 429, - "function": "Graph::nodes_count", - "return_type": "-> usize", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 190, - "function": "ContractContext::get_variable_type", - "return_type": "-> Option<&TypeSignature>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 243, - "function": "FunctionArgSignature::canonicalize", - "return_type": "-> FunctionArgSignature", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 629, - "function": "native_to_uint", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from_iter([Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/mod.rs", - "line": 141, - "function": "check_special_get", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1374, - "function": "::fmt", - "return_type": "-> fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/assets.rs", - "line": 499, - "function": "special_transfer_asset_v200", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 807, - "function": "LimitedCostTracker::get_total", - "return_type": "-> ExecutionCost", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 615, - "function": "::items", - "return_type": "-> &Vec", - "replacement": "&vec![]", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 926, - "function": "ClarityDatabase<'a>::get_burnchain_block_header_hash_for_burnchain_height", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 130, - "function": "build_ast_typical", - "return_type": "-> ParseResult", - "replacement": "ParseResult::from(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/maps.rs", - "line": 153, - "function": "check_special_set_entry", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 320, - "function": "ContractContext::get_function_type", - "return_type": "-> Option<&FunctionType>", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/database.rs", - "line": 555, - "function": "special_insert_entry_v200", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1483, - "function": "TupleData::is_empty", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 929, - "function": "TypeChecker<'a, 'b>::run", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/mod.rs", - "line": 481, - "function": "execute_on_network", - "return_type": "-> Result>", - "replacement": "Ok(None)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 583, - "function": "OwnedEnvironment<'a, 'hooks>::new_max_limit", - "return_type": "-> OwnedEnvironment<'a, '_>", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 41, - "function": "AnalysisDatabase<'a>::new_with_rollback_wrapper", - "return_type": "-> AnalysisDatabase<'a>", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 448, - "function": "special_leq_v2", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 1169, - "function": "::flush", - "return_type": "-> std::io::Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 1109, - "function": "parse_collect_diagnostics", - "return_type": "-> (Vec, Vec, bool)", - "replacement": "(vec![Default::default()], vec![Default::default()], true)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 495, - "function": "RollbackWrapper<'a>::get_metadata_manual", - "return_type": "-> InterpreterResult>", - "replacement": "InterpreterResult::from_iter([Some(\"xyzzy\".into())])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 853, - "function": "ClarityDatabase<'a>::get_block_header_hash", - "return_type": "-> BlockHeaderHash", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1171, - "function": "TypeChecker<'a, 'b>::type_check_function_application", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 160, - "function": "::get_burn_header_hash_for_block", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1943, - "function": "CallStack::contains", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 488, - "function": "GraphWalker::get_cycling_dependencies", - "return_type": "-> Option>", - "replacement": "Some(vec![0])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1735, - "function": "ListTypeData::type_size", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/mod.rs", - "line": 545, - "function": "execute_against_version", - "return_type": "-> Result>", - "replacement": "Ok(Some(Default::default()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 348, - "function": "PreSymbolicExpression::match_trait_reference", - "return_type": "-> Option<&ClarityName>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 915, - "function": ">::drop_memory", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 858, - "function": "Value::error", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1141, - "function": "ClarityDatabase<'a>::load_variable", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 288, - "function": "Lexer<'a>::read_principal", - "return_type": "-> LexResult", - "replacement": "LexResult::new(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 306, - "function": "::get_burn_block_height_for_block", - "return_type": "-> Option", - "replacement": "Some(0)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 136, - "function": "::consensus_deserialize", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 170, - "function": "ReadOnlyChecker<'a, 'b>::check_define_function", - "return_type": "-> CheckResult<(ClarityName, bool)>", - "replacement": "CheckResult::from((Default::default(), true))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 43, - "function": "is_string_terminator", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 125, - "function": "::fmt", - "return_type": "-> fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1023, - "function": "TypeChecker<'a, 'b>::type_check_all", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::from_iter([vec![]])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 802, - "function": "ClarityDatabase<'a>::get_current_block_height", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 720, - "function": "parse", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from(vec![Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1485, - "function": "ClarityDatabase<'a>::data_map_entry_exists", - "return_type": "-> Result", - "replacement": "Ok(true)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 314, - "function": "::get_miner_address", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/tests/traits.rs", - "line": 1816, - "function": "test_pass_embedded_trait_to_subtrait_list_option", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1693, - "function": "ClarityDatabase<'a>::checked_decrease_token_supply", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 90, - "function": ">::add_cost", - "return_type": "-> std::result::Result<(), CostErrors>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 42, - "function": "::serialize", - "return_type": "-> String", - "replacement": "\"xyzzy\".into()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/options.rs", - "line": 234, - "function": "native_is_some", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1099, - "function": "::column_result", - "return_type": "-> FromSqlResult", - "replacement": "FromSqlResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 391, - "function": "special_geq_v1", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/errors.rs", - "line": 173, - "function": "::message", - "return_type": "-> String", - "replacement": "\"xyzzy\".into()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 419, - "function": "special_geq", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 251, - "function": "::get_current_block_height", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 71, - "function": "is_committed", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 271, - "function": "AssetMap::get_next_stx_burn_amount", - "return_type": "-> Result", - "replacement": "Ok(1)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/options.rs", - "line": 202, - "function": "special_match", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 297, - "function": "trait_type_size", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from(1)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 396, - "function": "PreSymbolicExpression::match_comment", - "return_type": "-> Option<&str>", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 778, - "function": "ClarityDatabase<'a>::destroy", - "return_type": "-> RollbackWrapper<'a>", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 59, - "function": ">::run_pass", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1312, - "function": "TypeSignature::type_of", - "return_type": "-> TypeSignature", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 808, - "function": "TypeChecker<'a, 'b>::try_type_check_define", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 808, - "function": "TypeChecker<'a, 'b>::try_type_check_define", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::from(Some(()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 1109, - "function": "STXBalance::can_transfer_at_burn_block", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 243, - "function": "ContractContext::add_variable_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1533, - "function": "TupleData::shallow_merge", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/principals.rs", - "line": 47, - "function": "version_matches_current_network", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/maps.rs", - "line": 73, - "function": "check_special_delete_entry", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 190, - "function": "::get_v1_unlock_height", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/sequences.rs", - "line": 422, - "function": "check_special_slice", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 323, - "function": "::get_burnchain_tokens_spent_for_winning_block", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 213, - "function": "::get_burn_start_height", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1988, - "function": "CallStack::make_stack_trace", - "return_type": "-> StackTrace", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/variables.rs", - "line": 63, - "function": "lookup_reserved_variable", - "return_type": "-> Result>", - "replacement": "Ok(None)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 533, - "function": "ClarityDatabase<'a>::make_key_for_trip", - "return_type": "-> String", - "replacement": "String::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 69, - "function": "AssetIdentifier::sugared", - "return_type": "-> String", - "replacement": "\"xyzzy\".into()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 415, - "function": "FunctionType::check_args_by_allowing_trait_cast_2_1", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from_iter([Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 508, - "function": "parse_lexed", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from_iter([vec![Default::default()]])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 296, - "function": "ContractContext::add_implemented_trait", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 676, - "function": "::items", - "return_type": "-> &Vec>", - "replacement": "&vec![vec![1]]", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/options.rs", - "line": 165, - "function": "inner_unwrap_err", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 311, - "function": "Lexer<'a>::read_unsigned", - "return_type": "-> LexResult", - "replacement": "LexResult::from_iter([Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 486, - "function": "ClarityDatabase<'a>::put_value_with_size", - "return_type": "-> Result", - "replacement": "Ok(1)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 657, - "function": "::drained_items", - "return_type": "-> Vec", - "replacement": "vec![1]", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1903, - "function": "LocalContext<'a>::lookup_variable", - "return_type": "-> Option<&Value>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 586, - "function": "SymbolicExpression::match_atom_value", - "return_type": "-> Option<&Value>", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 288, - "function": "Lexer<'a>::read_principal", - "return_type": "-> LexResult", - "replacement": "LexResult::from_iter([Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 837, - "function": "STXBalance::checked_add_unlocked_amount", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/contract_interface_builder/mod.rs", - "line": 170, - "function": "ContractInterfaceAtomType::vec_from_tuple_type", - "return_type": "-> Vec", - "replacement": "vec![]", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/sequences.rs", - "line": 118, - "function": "check_special_filter", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 626, - "function": "TypeChecker<'a, 'b>::type_check_define_map", - "return_type": "-> CheckResult<(ClarityName, (TypeSignature, TypeSignature))>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1099, - "function": "::column_result", - "return_type": "-> FromSqlResult", - "replacement": "FromSqlResult::from_iter([Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/define.rs", - "line": 277, - "function": "DefineFunctions::try_parse", - "return_type": "-> Option<(DefineFunctions, &[SymbolicExpression])>", - "replacement": "Some((Default::default(), Vec::leak(vec![Default::default()])))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 433, - "function": "Graph::edges_count", - "return_type": "-> ParseResult", - "replacement": "ParseResult::from_iter([1])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 458, - "function": "ClarityDatabase<'a>::put", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 516, - "function": "TypeChecker<'a, 'b>::type_check_all", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::from(vec![])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 295, - "function": "::consensus_deserialize", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/options.rs", - "line": 250, - "function": "native_okay", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 149, - "function": "::get_burn_block_time_for_block", - "return_type": "-> Option", - "replacement": "Some(1)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 128, - "function": "Lexer<'a>::skip_whitespace", - "return_type": "-> LexResult<()>", - "replacement": "LexResult::from(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/mod.rs", - "line": 292, - "function": "check_special_set_var", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1156, - "function": "TypeChecker<'a, 'b>::try_native_function_check", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 243, - "function": "ContractContext::add_variable_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/crypto.rs", - "line": 181, - "function": "special_secp256k1_verify", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 929, - "function": "TypeChecker<'a, 'b>::run", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 740, - "function": "TypeChecker<'a, 'b>::type_check_define_variable", - "return_type": "-> CheckResult<(ClarityName, TypeSignature)>", - "replacement": "CheckResult::new((Default::default(), Default::default()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 972, - "function": "TypeSignature::min_string_utf8", - "return_type": "-> TypeSignature", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 259, - "function": "LimitedCostTracker::contract_call_circuits", - "return_type": "-> HashMap<(QualifiedContractIdentifier, ClarityName), ClarityCostFunctionReference>", - "replacement": "HashMap::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 461, - "function": "AssetMap::get_stx_burned", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 535, - "function": "TypeChecker<'a, 'b>::get_function_type", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/mod.rs", - "line": 452, - "function": "check_contract_of", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 185, - "function": "Lexer<'a>::proceed_through_error_string", - "return_type": "-> LexResult", - "replacement": "LexResult::from_iter([\"xyzzy\".into()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 268, - "function": "ReadOnlyChecker<'a, 'b>::try_check_native_function_is_read_only", - "return_type": "-> Option>", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 162, - "function": "ContractContext::add_nft", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1714, - "function": "GlobalContext<'a, 'hooks>::commit", - "return_type": "-> Result<(Option, Option)>", - "replacement": "Ok((Some(Default::default()), Some(Default::default())))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 388, - "function": "TypeChecker<'a, 'b>::run", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 537, - "function": "ClarityDatabase<'a>::make_metadata_key", - "return_type": "-> String", - "replacement": "\"xyzzy\".into()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/mod.rs", - "line": 136, - "function": "CostSynthesis::from_cost_tracker", - "return_type": "-> CostSynthesis", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/options.rs", - "line": 267, - "function": "check_special_unwrap_err", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1652, - "function": "TypeSignature::size", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 839, - "function": "contract_analysis_size", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from(0)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 661, - "function": "::type_signature", - "return_type": "-> TypeSignature", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 659, - "function": "ClarityDatabase<'a>::get_contract_size", - "return_type": "-> Result", - "replacement": "Ok(0)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 373, - "function": "native_bitwise_and", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 364, - "function": "native_xor", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 228, - "function": "::get_v2_unlock_height", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 210, - "function": "Lexer<'a>::read_identifier", - "return_type": "-> LexResult", - "replacement": "LexResult::new(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/contexts.rs", - "line": 57, - "function": "TypeMap::set_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 633, - "function": "::items", - "return_type": "-> &Vec", - "replacement": "&vec![1]", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 913, - "function": "FunctionSignature::total_type_size", - "return_type": "-> Result", - "replacement": "Ok(1)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1862, - "function": "::fmt", - "return_type": "-> fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 307, - "function": "DefinitionSorter::probe_for_dependencies_in_tuple", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/mod.rs", - "line": 538, - "function": "TypedNativeFunction::type_check_application", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/tests/principals.rs", - "line": 138, - "function": "test_simple_is_standard_mainnet_cases", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 333, - "function": "AssetMap::add_token_transfer", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/principals.rs", - "line": 34, - "function": "version_matches_mainnet", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1414, - "function": "TypeChecker<'a, 'b>::try_type_check_define", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::new(None)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 720, - "function": "parse", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from_iter([vec![Default::default()]])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1782, - "function": "TupleTypeSignature::inner_size", - "return_type": "-> Option", - "replacement": "Some(0)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/types.rs", - "line": 114, - "function": "ContractAnalysis::add_map_type", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 279, - "function": "ContractContext::add_defined_trait", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 402, - "function": "RollbackWrapper<'a>::get_value", - "return_type": "-> Result, SerializationError>", - "replacement": "Ok(Some(Default::default()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 261, - "function": "RollbackWrapper<'a>::depth", - "return_type": "-> usize", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 221, - "function": "::get_burn_header_hash", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/errors.rs", - "line": 212, - "function": "CheckError::set_expression", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 146, - "function": "ContractContext::add_persisted_variable_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 175, - "function": "::get_miner_address", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/errors.rs", - "line": 216, - "function": "::from", - "return_type": "-> Self", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/docs/mod.rs", - "line": 779, - "function": "get_output_type_string", - "return_type": "-> String", - "replacement": "\"xyzzy\".into()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 246, - "function": "Lexer<'a>::read_trait_identifier", - "return_type": "-> LexResult", - "replacement": "LexResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 304, - "function": "ContractContext::get_trait", - "return_type": "-> Option<&BTreeMap>", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/sequences.rs", - "line": 118, - "function": "check_special_filter", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 311, - "function": "Lexer<'a>::read_unsigned", - "return_type": "-> LexResult", - "replacement": "LexResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 178, - "function": "::get_burnchain_tokens_spent_for_block", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 163, - "function": "::serialize", - "return_type": "-> String", - "replacement": "\"xyzzy\".into()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/boolean.rs", - "line": 74, - "function": "native_not", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1874, - "function": "ClarityDatabase<'a>::make_key_for_account_balance", - "return_type": "-> String", - "replacement": "String::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/types.rs", - "line": 190, - "function": "ContractAnalysis::get_defined_trait", - "return_type": "-> Option<&BTreeMap>", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 308, - "function": "ContractContext::get_map_type", - "return_type": "-> Option<&(TypeSignature, TypeSignature)>", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 1175, - "function": "Value::serialize_to_vec", - "return_type": "-> Vec", - "replacement": "vec![]", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 152, - "function": "ContractContext::add_ft", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/mod.rs", - "line": 167, - "function": "check_special_merge", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 243, - "function": "ContractContext::add_variable_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/mod.rs", - "line": 122, - "function": "run_analysis", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/docs/contracts.rs", - "line": 62, - "function": "get_constant_value", - "return_type": "-> Value", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 86, - "function": ">::compute_cost", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 99, - "function": ">::reset_memory", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 457, - "function": "AssetMap::get_stx", - "return_type": "-> Option", - "replacement": "Some(1)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/tests/traits.rs", - "line": 1232, - "function": "test_return_trait_with_contract_of_wrapped_in_begin", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/sequences.rs", - "line": 264, - "function": "check_special_append", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 735, - "function": "TrackerData::load_costs", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 495, - "function": "RollbackWrapper<'a>::get_metadata_manual", - "return_type": "-> InterpreterResult>", - "replacement": "InterpreterResult::new(Some(\"xyzzy\".into()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 569, - "function": "native_sqrti", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/conversions.rs", - "line": 128, - "function": "native_string_to_int_generic", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 415, - "function": "FunctionType::check_args_by_allowing_trait_cast_2_1", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 198, - "function": "ContractContext::get_function_type", - "return_type": "-> Option<&FunctionType>", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 516, - "function": "TypeChecker<'a, 'b>::type_check_all", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::from_iter([vec![]])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 1083, - "function": "Parser<'a>::parse", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from_iter([vec![Default::default()]])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 259, - "function": "ContractContext::add_ft", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 962, - "function": "TypeSignature::min_buffer", - "return_type": "-> TypeSignature", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1283, - "function": "TypeChecker<'a, 'b>::clarity2_type_check_expects", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 337, - "function": "STXBalanceSnapshot<'db, 'conn>::transfer_to", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 106, - "function": "ContractContext::add_read_only_function_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/errors.rs", - "line": 287, - "function": "check_arguments_at_least", - "return_type": "-> Result<(), CheckErrors>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 405, - "function": "special_geq_v2", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/define.rs", - "line": 263, - "function": "handle_use_trait", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/options.rs", - "line": 238, - "function": "native_is_none", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 78, - "function": "Lexer<'a>::read_char", - "return_type": "-> LexResult<()>", - "replacement": "LexResult::from(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/maps.rs", - "line": 34, - "function": "check_special_fetch_entry", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 839, - "function": "contract_analysis_size", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new(0)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1872, - "function": "::fmt", - "return_type": "-> fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 137, - "function": "AnalysisDatabase<'a>::get_clarity_version", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/contract_interface_builder/mod.rs", - "line": 170, - "function": "ContractInterfaceAtomType::vec_from_tuple_type", - "return_type": "-> Vec", - "replacement": "vec![Default::default()]", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 395, - "function": "::get_pox_payout_addrs", - "return_type": "-> Option<(Vec, u128)>", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/errors.rs", - "line": 129, - "function": "::fmt", - "return_type": "-> fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/crypto.rs", - "line": 83, - "function": "pubkey_to_address_v2", - "return_type": "-> StacksAddress", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/errors.rs", - "line": 120, - "function": "::eq", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/tests/mod.rs", - "line": 137, - "function": "MemoryEnvironmentGenerator::get_env", - "return_type": "-> OwnedEnvironment", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 358, - "function": "TypeChecker<'a, 'b>::track_return_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 742, - "function": "BlockInfoProperty::type_result", - "return_type": "-> TypeSignature", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 69, - "function": "parse_in_epoch", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from(vec![Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 511, - "function": "TypeSignature::is_response_type", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1120, - "function": "::cost_overflow_sub", - "return_type": "-> Result", - "replacement": "Ok(1)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1135, - "function": "Value::expect_result", - "return_type": "-> std::result::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1136, - "function": "TypeChecker<'a, 'b>::type_check_define_map", - "return_type": "-> CheckResult<(ClarityName, (TypeSignature, TypeSignature))>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 676, - "function": "::items", - "return_type": "-> &Vec>", - "replacement": "&vec![vec![0]]", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 845, - "function": "OwnedEnvironment<'a, 'hooks>::get_cost_total", - "return_type": "-> ExecutionCost", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 59, - "function": "UTF8Ops::make_value", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from_iter([Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 88, - "function": "ReadOnlyChecker<'a, 'b>::run", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 962, - "function": "ClarityDatabase<'a>::get_miner_spend_winner", - "return_type": "-> u128", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/traits_resolver/mod.rs", - "line": 182, - "function": "TraitsResolver::try_parse_pre_expr", - "return_type": "-> Option<(DefineFunctions, Vec<&'a PreSymbolicExpression>)>", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/errors.rs", - "line": 113, - "function": "ParseError::has_pre_expression", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 988, - "function": "STXBalance::has_locked_tokens_at_burn_block", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/stack_depth_checker.rs", - "line": 74, - "function": "::run_pass", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 503, - "function": "SymbolicExpression::copy_span", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/traits_resolver/mod.rs", - "line": 48, - "function": "TraitsResolver::run", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from_iter([()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 88, - "function": "is_err_code_i128", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/mod.rs", - "line": 513, - "function": "execute_with_parameters", - "return_type": "-> Result>", - "replacement": "Ok(Some(Default::default()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/conversions.rs", - "line": 97, - "function": "native_buff_to_uint_le::convert_to_uint_le", - "return_type": "-> Value", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 220, - "function": "::get_stacks_epoch_by_epoch_id", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 466, - "function": "RollbackWrapper<'a>::get_metadata", - "return_type": "-> InterpreterResult>", - "replacement": "InterpreterResult::from_iter([Some(String::new())])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1825, - "function": "ContractContext::lookup_trait_definition", - "return_type": "-> Option>", - "replacement": "Some(BTreeMap::new())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 295, - "function": "::get", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 910, - "function": "Value::cons_list_unsanitized", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1341, - "function": "StandardPrincipalData::to_address", - "return_type": "-> String", - "replacement": "String::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 229, - "function": "::get_pox_prepare_length", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 59, - "function": "rollback_check_pre_bottom_commit", - "return_type": "-> Vec<(T, String)>", - "replacement": "vec![(Default::default(), String::new())]", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1398, - "function": "TypeChecker<'a, 'b>::type_check_define_trait", - "return_type": "-> CheckResult<(ClarityName, BTreeMap)>", - "replacement": "CheckResult::from((Default::default(), BTreeMap::from_iter([(Default::default(), Default::default())])))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1031, - "function": "ClarityDatabase<'a>::insert_microblock_pubkey_hash_height", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 579, - "function": "native_bitwise_left_shift", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 115, - "function": "DefinitionSorter::probe_for_dependencies", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 1109, - "function": "parse_collect_diagnostics", - "return_type": "-> (Vec, Vec, bool)", - "replacement": "(vec![Default::default()], vec![Default::default()], false)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 189, - "function": "AnalysisDatabase<'a>::get_defined_trait", - "return_type": "-> CheckResult>>", - "replacement": "CheckResult::from(Some(BTreeMap::new()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 219, - "function": "Parser<'a>::handle_open_node", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from_iter([None])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 594, - "function": "SymbolicExpression::match_literal_value", - "return_type": "-> Option<&Value>", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 373, - "function": "native_bitwise_and", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1943, - "function": "CallStack::contains", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1044, - "function": "TypeChecker<'a, 'b>::get_function_type", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 712, - "function": "LimitedCostTracker::new_free", - "return_type": "-> LimitedCostTracker", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 751, - "function": "TypeChecker<'a, 'b>::type_check_define_persisted_variable", - "return_type": "-> CheckResult<(ClarityName, TypeSignature)>", - "replacement": "CheckResult::new((Default::default(), Default::default()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1782, - "function": "TupleTypeSignature::inner_size", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/coverage.rs", - "line": 104, - "function": "CoverageReporter::executable_lines", - "return_type": "-> Vec", - "replacement": "vec![0]", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 48, - "function": "::deserialize", - "return_type": "-> String", - "replacement": "String::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/assets.rs", - "line": 590, - "function": "special_transfer_asset_v205", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/define.rs", - "line": 230, - "function": "handle_define_map", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/clarity.rs", - "line": 84, - "function": "::from", - "return_type": "-> Self", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1233, - "function": "UTF8Data::append", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1357, - "function": "TypeChecker<'a, 'b>::type_check_define_persisted_variable", - "return_type": "-> CheckResult<(ClarityName, TypeSignature)>", - "replacement": "CheckResult::from((Default::default(), Default::default()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1238, - "function": "UTF8Data::len", - "return_type": "-> BufferLength", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/errors.rs", - "line": 187, - "function": "::from", - "return_type": "-> Self", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 463, - "function": "ClarityDatabase<'a>::put_with_size", - "return_type": "-> u64", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/assets.rs", - "line": 135, - "function": "check_special_transfer_asset", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1201, - "function": "ListData::is_empty", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 627, - "function": "::to_value", - "return_type": "-> Value", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/assets.rs", - "line": 61, - "function": "check_special_get_balance", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/assets.rs", - "line": 77, - "function": "check_special_mint_asset", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 70, - "function": "runtime_cost", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/options.rs", - "line": 278, - "function": "eval_with_new_binding", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 716, - "function": "LimitedCostTracker::default_cost_contract_for_epoch", - "return_type": "-> String", - "replacement": "String::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 69, - "function": "parse_in_epoch", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from(vec![])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/options.rs", - "line": 66, - "function": "native_unwrap_or_ret", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 508, - "function": "parse_lexed", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from_iter([vec![]])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 474, - "function": "Lexer<'a>::read_utf8_encoding", - "return_type": "-> LexResult>", - "replacement": "LexResult::from(Ok(\"xyzzy\".into()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 298, - "function": "::get_burn_block_time_for_block", - "return_type": "-> Option", - "replacement": "Some(0)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 455, - "function": "lex", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new(vec![])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/stack_depth_checker.rs", - "line": 28, - "function": "check", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 425, - "function": "RollbackWrapper<'a>::get_block_header_hash", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 231, - "function": "::get_with_proof", - "return_type": "-> Option<(String, Vec)>", - "replacement": "Some((\"xyzzy\".into(), vec![1]))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 474, - "function": "Lexer<'a>::read_utf8_encoding", - "return_type": "-> LexResult>", - "replacement": "LexResult::from_iter([Ok(String::new())])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 537, - "function": "ClarityDatabase<'a>::make_metadata_key", - "return_type": "-> String", - "replacement": "String::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/tests/traits.rs", - "line": 1165, - "function": "test_contract_of_no_impl", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/types.rs", - "line": 175, - "function": "ContractAnalysis::get_map_type", - "return_type": "-> Option<&(TypeSignature, TypeSignature)>", - "replacement": "Some(&(Default::default(), Default::default()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1388, - "function": "TypeSignature::parse_list_type_repr", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 358, - "function": "store_state_summary", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/docs/mod.rs", - "line": 2419, - "function": "make_api_reference", - "return_type": "-> FunctionAPI", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 571, - "function": "clarity2_trait_check_trait_compliance", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/tests/traits.rs", - "line": 390, - "function": "test_dynamic_dispatch_by_importing_trait", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 563, - "function": "native_div", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 939, - "function": "FunctionSignature::canonicalize", - "return_type": "-> FunctionSignature", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 974, - "function": "Environment<'a, 'b, 'hooks>::nest_with_caller", - "return_type": "-> Environment<'c, 'b, 'hooks>", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contracts.rs", - "line": 57, - "function": "Contract::canonicalize_types", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 186, - "function": "::get_burnchain_tokens_spent_for_winning_block", - "return_type": "-> Option", - "replacement": "Some(1)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/options.rs", - "line": 202, - "function": "check_special_unwrap_err_or_ret", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/mod.rs", - "line": 692, - "function": "parse_eval_bindings", - "return_type": "-> Result>", - "replacement": "Ok(vec![])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 479, - "function": "AssetMap::get_fungible_tokens", - "return_type": "-> Option", - "replacement": "Some(1)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/options.rs", - "line": 214, - "function": "check_special_try_ret", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 793, - "function": "ClarityDatabase<'a>::get_index_block_header_hash", - "return_type": "-> StacksBlockId", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1385, - "function": "TypeChecker<'a, 'b>::type_check_define_nft", - "return_type": "-> CheckResult<(ClarityName, TypeSignature)>", - "replacement": "CheckResult::new((Default::default(), Default::default()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/callables.rs", - "line": 335, - "function": "DefinedFunction::apply", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 309, - "function": "build_ast", - "return_type": "-> ParseResult", - "replacement": "ParseResult::from_iter([Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/tests/contracts.rs", - "line": 685, - "function": "test_simple_contract_call", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 372, - "function": "PreSymbolicExpression::match_list", - "return_type": "-> Option<&[PreSymbolicExpression]>", - "replacement": "Some(Vec::leak(vec![Default::default()]))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/options.rs", - "line": 199, - "function": "check_special_unwrap_err_or_ret", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 369, - "function": "DefinitionSorter::probe_for_dependencies_in_key_value_pair", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from_iter([()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 247, - "function": "FunctionType::check_args_by_allowing_trait_cast_2_05", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 223, - "function": "ContractContext::add_private_function_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 231, - "function": "::get_with_proof", - "return_type": "-> Option<(String, Vec)>", - "replacement": "Some((String::new(), vec![0]))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 77, - "function": "rollback_value_check", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1507, - "function": "TupleData::from_data_typed", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 171, - "function": "AnalysisDatabase<'a>::get_read_only_function_type", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::new(None)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 474, - "function": "Lexer<'a>::read_utf8_encoding", - "return_type": "-> LexResult>", - "replacement": "LexResult::from_iter([Ok(\"xyzzy\".into())])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 297, - "function": "trait_type_size", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from_iter([0])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/expression_identifier/mod.rs", - "line": 23, - "function": "inner_relabel", - "return_type": "-> ParseResult", - "replacement": "ParseResult::from_iter([1])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1813, - "function": "ClarityDatabase<'a>::get_nft_key_type", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 106, - "function": "AnalysisDatabase<'a>::load_contract", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 41, - "function": "U128Ops::make_value", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from_iter([Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 145, - "function": "FunctionType::check_args_2_05", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1186, - "function": "BuffData::append", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 299, - "function": "::get_with_proof", - "return_type": "-> Option<(String, Vec)>", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 247, - "function": "::get_open_chain_tip_height", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 203, - "function": "ContractContext::add_public_function_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 388, - "function": "::get_pox_rejection_fraction", - "return_type": "-> u64", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 578, - "function": "SymbolicExpression::match_atom", - "return_type": "-> Option<&ClarityName>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/sugar_expander/mod.rs", - "line": 40, - "function": "::run_pass", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 88, - "function": "ReadOnlyChecker<'a, 'b>::run", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 323, - "function": "::get_current_block_height", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 102, - "function": "TraitContext::get_trait", - "return_type": "-> Option<&BTreeMap>", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 401, - "function": "::try_from", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/mod.rs", - "line": 353, - "function": "is_reserved", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/sqlite.rs", - "line": 50, - "function": "sqlite_get", - "return_type": "-> Option", - "replacement": "Some(\"xyzzy\".into())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 532, - "function": "RollbackWrapper<'a>::has_metadata_entry", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 338, - "function": "RollbackWrapper<'a>::set_block_hash", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 402, - "function": "RollbackWrapper<'a>::get_value", - "return_type": "-> Result, SerializationError>", - "replacement": "Ok(None)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 785, - "function": "clarity2_lookup_trait", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::new(BTreeMap::new())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 327, - "function": "PreSymbolicExpression::tuple", - "return_type": "-> PreSymbolicExpression", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 767, - "function": "STXBalance::effective_unlock_height", - "return_type": "-> u64", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/mod.rs", - "line": 637, - "function": "check_get_block_info", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 229, - "function": "RollbackWrapper<'a>::get_cc_special_cases_handler", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1035, - "function": "Value::expect_u128", - "return_type": "-> u128", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 831, - "function": "trait_type_size", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new(0)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 140, - "function": "Lexer<'a>::read_line", - "return_type": "-> LexResult", - "replacement": "LexResult::from(String::new())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1198, - "function": "TypeChecker<'a, 'b>::lookup_variable", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 298, - "function": "::get_burn_block_time_for_block", - "return_type": "-> Option", - "replacement": "Some(1)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 345, - "function": "Lexer<'a>::read_hex", - "return_type": "-> LexResult", - "replacement": "LexResult::from(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 525, - "function": "clarity2_check_functions_compatible", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/sequences.rs", - "line": 296, - "function": "check_special_as_max_len", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 252, - "function": "::get_pox_payout_addrs", - "return_type": "-> Option<(Vec, u128)>", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 633, - "function": "::items", - "return_type": "-> &Vec", - "replacement": "&vec![0]", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 867, - "function": "ClarityDatabase<'a>::get_burnchain_block_header_hash", - "return_type": "-> BurnchainHeaderHash", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 316, - "function": "ContractContext::get_persisted_variable_type", - "return_type": "-> Option<&TypeSignature>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 303, - "function": "::get_side_store", - "return_type": "-> &Connection", - "replacement": "&Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 123, - "function": ">::run_pass", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 160, - "function": "::from", - "return_type": "-> TypePrefix", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1637, - "function": "ClarityDatabase<'a>::create_non_fungible_token", - "return_type": "-> NonFungibleTokenMetadata", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 121, - "function": "::consensus_serialize", - "return_type": "-> Result<(), codec_error>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 195, - "function": "ContractContext::get_nft_type", - "return_type": "-> Option<&TypeSignature>", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 504, - "function": "special_greater", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/principals.rs", - "line": 188, - "function": "special_principal_construct", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 431, - "function": "ClarityDatabase<'a>::is_stack_empty", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 594, - "function": "SymbolicExpression::match_literal_value", - "return_type": "-> Option<&Value>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/contract_interface_builder/mod.rs", - "line": 307, - "function": "ContractInterfaceFungibleTokens::from_set", - "return_type": "-> Vec", - "replacement": "vec![]", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 779, - "function": "TypeChecker<'a, 'b>::type_check_define_nft", - "return_type": "-> CheckResult<(ClarityName, TypeSignature)>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 893, - "function": ">::short_circuit_contract_call", - "return_type": "-> std::result::Result", - "replacement": "Ok(true)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1357, - "function": "TypeChecker<'a, 'b>::type_check_define_persisted_variable", - "return_type": "-> CheckResult<(ClarityName, TypeSignature)>", - "replacement": "CheckResult::from_iter([(Default::default(), Default::default())])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 845, - "function": "Value::okay", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 255, - "function": "::put_all", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/types.rs", - "line": 55, - "function": "ContractAST::pre_expressions_drain", - "return_type": "-> PreExpressionsDrain", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 232, - "function": "::get_pox_3_activation_height", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 955, - "function": "Value::string_ascii_from_bytes", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 345, - "function": "DefinitionSorter::probe_for_dependencies_in_list_of_wrapped_key_value_pairs", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 326, - "function": "::get_tokens_earned_for_block", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 167, - "function": "Parser<'a>::skip_to_end", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 71, - "function": "is_committed", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 466, - "function": "RollbackWrapper<'a>::get_metadata", - "return_type": "-> InterpreterResult>", - "replacement": "InterpreterResult::new(None)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 463, - "function": "STXBalanceSnapshot<'db, 'conn>::is_v2_locked", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 943, - "function": "ClarityDatabase<'a>::get_burnchain_block_height", - "return_type": "-> Option", - "replacement": "Some(1)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 525, - "function": "clarity2_check_functions_compatible", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 170, - "function": "ReadOnlyChecker<'a, 'b>::check_define_function", - "return_type": "-> CheckResult<(ClarityName, bool)>", - "replacement": "CheckResult::new((Default::default(), true))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 615, - "function": "::items", - "return_type": "-> &Vec", - "replacement": "&vec![Default::default()]", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 335, - "function": "::from", - "return_type": "-> Self", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 195, - "function": "TraitIdentifier::parse_sugared_syntax", - "return_type": "-> Result<(ContractName, ClarityName)>", - "replacement": "Ok((Default::default(), Default::default()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/tests/contracts.rs", - "line": 992, - "function": "test_at_unknown_block", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/mod.rs", - "line": 57, - "function": "check_special_list_cons", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 86, - "function": "TraitContext::add_used_trait", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 189, - "function": "AnalysisDatabase<'a>::get_defined_trait", - "return_type": "-> CheckResult>>", - "replacement": "CheckResult::from(None)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 619, - "function": "::drained_items", - "return_type": "-> Vec", - "replacement": "vec![Default::default()]", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/contract_interface_builder/mod.rs", - "line": 236, - "function": "ContractInterfaceFunctionArg::from_function_args", - "return_type": "-> Vec", - "replacement": "vec![]", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/coverage.rs", - "line": 104, - "function": "CoverageReporter::executable_lines", - "return_type": "-> Vec", - "replacement": "vec![]", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 118, - "function": ">::run_pass", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 281, - "function": "ReadOnlyChecker<'a, 'b>::check_native_function_is_read_only", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new(false)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 50, - "function": "TraitContext::is_name_used", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1044, - "function": "TypeChecker<'a, 'b>::get_function_type", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 516, - "function": "TypeChecker<'a, 'b>::type_check_all", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::from(vec![Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 102, - "function": "::source", - "return_type": "-> Option<&(dyn error::Error +'static)>", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 81, - "function": "::consensus_serialize", - "return_type": "-> Result<(), codec_error>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/expression_identifier/mod.rs", - "line": 40, - "function": "update_expression_id", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/assets.rs", - "line": 200, - "function": "check_special_stx_transfer", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1431, - "function": "TypeSignature::parse_string_utf8_type_repr", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 546, - "function": "TypeChecker<'a, 'b>::type_check_define_function", - "return_type": "-> CheckResult<(ClarityName, FixedFunction)>", - "replacement": "CheckResult::from_iter([(Default::default(), Default::default())])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1951, - "function": "ClarityDatabase<'a>::get_burn_block_height", - "return_type": "-> Option", - "replacement": "Some(0)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 354, - "function": "RollbackWrapper<'a>::get_with_proof", - "return_type": "-> Option<(T, Vec)>", - "replacement": "Some((Default::default(), vec![0]))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/types.rs", - "line": 230, - "function": "ContractAnalysis::check_trait_compliance", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/errors.rs", - "line": 141, - "function": "::source", - "return_type": "-> Option<&(dyn error::Error +'static)>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 740, - "function": "TypeChecker<'a, 'b>::type_check_define_variable", - "return_type": "-> CheckResult<(ClarityName, TypeSignature)>", - "replacement": "CheckResult::from_iter([(Default::default(), Default::default())])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 204, - "function": "::serialize_write", - "return_type": "-> std::io::Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/maps.rs", - "line": 33, - "function": "check_special_fetch_entry", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 263, - "function": "::get_pox_payout_addrs", - "return_type": "-> Option<(Vec, u128)>", - "replacement": "Some((vec![], 1))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 338, - "function": "RollbackWrapper<'a>::set_block_hash", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/diagnostic.rs", - "line": 47, - "function": "Diagnostic::err", - "return_type": "-> Diagnostic", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1154, - "function": "ClarityDatabase<'a>::set_variable_unknown_descriptor", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 227, - "function": "::get", - "return_type": "-> Option", - "replacement": "Some(\"xyzzy\".into())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 518, - "function": "special_less_v1", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/assets.rs", - "line": 166, - "function": "special_stx_transfer", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/contexts.rs", - "line": 57, - "function": "TypeMap::set_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 228, - "function": "::get_v2_unlock_height", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 246, - "function": "Lexer<'a>::read_trait_identifier", - "return_type": "-> LexResult", - "replacement": "LexResult::from(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 887, - "function": "TupleTypeSignature::parse_name_type_pair_list", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 384, - "function": "::get_pox_reward_cycle_length", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/errors.rs", - "line": 114, - "function": ">::eq", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 820, - "function": "Value::none", - "return_type": "-> Value", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/tests/traits.rs", - "line": 89, - "function": "test_dynamic_dispatch_pass_trait_nested_in_let", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/expression_identifier/mod.rs", - "line": 23, - "function": "inner_relabel", - "return_type": "-> ParseResult", - "replacement": "ParseResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1669, - "function": "GlobalContext<'a, 'hooks>::special_cc_handler_execute_read_only", - "return_type": "-> std::result::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1456, - "function": "::from", - "return_type": "-> Self", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1651, - "function": "ClarityDatabase<'a>::load_nft", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/callables.rs", - "line": 370, - "function": "DefinedFunction::get_span", - "return_type": "-> Span", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/database.rs", - "line": 682, - "function": "special_delete_entry_v205", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 281, - "function": "ReadOnlyChecker<'a, 'b>::check_native_function_is_read_only", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/mod.rs", - "line": 785, - "function": "special_contract_of", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 93, - "function": "AnalysisDatabase<'a>::load_contract_non_canonical", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1118, - "function": "Environment<'a, 'b, 'hooks>::execute_contract_allow_private", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 177, - "function": "make_contract_hash_key", - "return_type": "-> String", - "replacement": "String::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/docs/mod.rs", - "line": 728, - "function": "get_input_type_string", - "return_type": "-> String", - "replacement": "String::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 233, - "function": "ContractContext::add_map_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 899, - "function": "TypeChecker<'a, 'b>::track_return_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 188, - "function": "Parser<'a>::ignore_whitespace_and_comments", - "return_type": "-> Vec", - "replacement": "vec![Default::default()]", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/options.rs", - "line": 110, - "function": "check_special_default_to", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 456, - "function": "GraphWalker::get_sorted_dependencies", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from_iter([vec![1]])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 130, - "function": "build_ast_typical", - "return_type": "-> ParseResult", - "replacement": "ParseResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/options.rs", - "line": 264, - "function": "check_special_unwrap_err", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1507, - "function": "Environment<'a, 'b, 'hooks>::register_nft_burn_event", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 768, - "function": "ClarityDatabase<'a>::decrement_ustx_liquid_supply", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1913, - "function": "LocalContext<'a>::lookup_callable_contract", - "return_type": "-> Option<&CallableData>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/tuples.rs", - "line": 47, - "function": "tuple_get", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 247, - "function": "FunctionType::check_args_by_allowing_trait_cast_2_05", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/conversions.rs", - "line": 89, - "function": "native_buff_to_int_le::convert_to_int_le", - "return_type": "-> Value", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 326, - "function": "Lexer<'a>::read_integer", - "return_type": "-> LexResult", - "replacement": "LexResult::new(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/database.rs", - "line": 293, - "function": "special_set_variable_v200", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 379, - "function": "DefinitionSorter::find_expression_definition", - "return_type": "-> Option<(ClarityName, u64, &'b PreSymbolicExpression)>", - "replacement": "Some((Default::default(), 1, &Default::default()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 680, - "function": "STXBalanceSnapshot<'db, 'conn>::is_v3_locked", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 285, - "function": "PreSymbolicExpression::sugared_field_identifier", - "return_type": "-> PreSymbolicExpression", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1485, - "function": "ClarityDatabase<'a>::data_map_entry_exists", - "return_type": "-> Result", - "replacement": "Ok(false)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 815, - "function": "OwnedEnvironment<'a, 'hooks>::eval_read_only_with_rules", - "return_type": "-> Result<(Value, AssetMap, Vec)>", - "replacement": "Ok((Default::default(), Default::default(), vec![]))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/conversions.rs", - "line": 205, - "function": "native_int_to_ascii", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 592, - "function": "ClarityDatabase<'a>::set_metadata", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 158, - "function": "Parser<'a>::peek_last_token", - "return_type": "-> ParseResult<&PlacedToken>", - "replacement": "ParseResult::new(&Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 455, - "function": "lex", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new(vec![(Default::default(), 1, 0)])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 213, - "function": "::get_burn_start_height", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/assets.rs", - "line": 368, - "function": "special_mint_asset_v200", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/errors.rs", - "line": 443, - "function": "::suggestion", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1882, - "function": "LocalContext<'a>::function_context", - "return_type": "-> &LocalContext", - "replacement": "&Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 282, - "function": "::fmt", - "return_type": "-> fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1268, - "function": "::fmt", - "return_type": "-> fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 463, - "function": "ClarityDatabase<'a>::put_with_size", - "return_type": "-> u64", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 108, - "function": "get_lines_at", - "return_type": "-> Vec", - "replacement": "vec![]", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 87, - "function": "ast_check_size", - "return_type": "-> ParseResult", - "replacement": "ParseResult::new(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 388, - "function": "PreSymbolicExpression::match_placeholder", - "return_type": "-> Option<&str>", - "replacement": "Some(\"xyzzy\")", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 247, - "function": "FunctionType::check_args_by_allowing_trait_cast_2_05", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1080, - "function": "Value::expect_buff_padded", - "return_type": "-> Vec", - "replacement": "vec![1]", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 174, - "function": "inner_build_ast", - "return_type": "-> ParseResult<(ContractAST, Vec, bool)>", - "replacement": "ParseResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1356, - "function": "TypeSignature::parent_list_type", - "return_type": "-> std::result::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/sequences.rs", - "line": 359, - "function": "special_slice", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 1301, - "function": "::serialize", - "return_type": "-> String", - "replacement": "\"xyzzy\".into()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/mod.rs", - "line": 645, - "function": "special_asserts", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 323, - "function": "::get_burnchain_tokens_spent_for_winning_block", - "return_type": "-> Option", - "replacement": "Some(1)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 433, - "function": "Graph::edges_count", - "return_type": "-> ParseResult", - "replacement": "ParseResult::new(1)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 184, - "function": "::get_tokens_earned_for_block", - "return_type": "-> Option", - "replacement": "Some(0)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 348, - "function": "DeserializeStackItem::next_expected_type", - "return_type": "-> Result, SerializationError>", - "replacement": "Ok(Some(Default::default()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/options.rs", - "line": 131, - "function": "check_special_asserts", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 36, - "function": "is_separator", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 971, - "function": "STXBalance::was_locked_by_v1", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 341, - "function": "::from", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 929, - "function": "TypeChecker<'a, 'b>::run", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 474, - "function": "Lexer<'a>::read_utf8_encoding", - "return_type": "-> LexResult>", - "replacement": "LexResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1878, - "function": "ClarityDatabase<'a>::make_key_for_account_nonce", - "return_type": "-> String", - "replacement": "String::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/tests/traits.rs", - "line": 1036, - "function": "test_dynamic_dispatch_pass_literal_principal_as_trait_in_user_defined_functions", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 934, - "function": "add_cost", - "return_type": "-> std::result::Result<(), CostErrors>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 521, - "function": "Parser<'a>::read_principal", - "return_type": "-> ParseResult", - "replacement": "ParseResult::new(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 219, - "function": "RollbackWrapper<'a>::from_persisted_log", - "return_type": "-> RollbackWrapper", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 661, - "function": "TypeChecker<'a, 'b>::type_check_function_application", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 125, - "function": "::get_burn_header_hash_for_block", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1429, - "function": "Environment<'a, 'b, 'hooks>::register_print_event", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 331, - "function": "::put_all", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 1062, - "function": "Parser<'a>::parse_node_or_eof", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/expression_identifier/mod.rs", - "line": 51, - "function": "ExpressionIdentifier::run_pre_expression_pass", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1445, - "function": "Environment<'a, 'b, 'hooks>::register_stx_transfer_event", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 259, - "function": "ContractContext::add_ft", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 309, - "function": "build_ast", - "return_type": "-> ParseResult", - "replacement": "ParseResult::from(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 93, - "function": ">::add_memory", - "return_type": "-> std::result::Result<(), CostErrors>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/options.rs", - "line": 44, - "function": "inner_unwrap_err", - "return_type": "-> Result>", - "replacement": "Ok(Some(Default::default()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 1062, - "function": "Parser<'a>::parse_node_or_eof", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from(None)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/coverage.rs", - "line": 54, - "function": "CoverageReporter::report_eval", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 95, - "function": "::consensus_deserialize", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 1109, - "function": "parse_collect_diagnostics", - "return_type": "-> (Vec, Vec, bool)", - "replacement": "(vec![], vec![Default::default()], false)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/tests/mod.rs", - "line": 164, - "function": "test_only_mainnet_to_chain_id", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 227, - "function": "ReadOnlyChecker<'a, 'b>::check_read_only", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1347, - "function": "::fmt", - "return_type": "-> fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 247, - "function": "SequenceData::atom_values", - "return_type": "-> Vec", - "replacement": "vec![]", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 1083, - "function": "Parser<'a>::parse", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new(vec![])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1611, - "function": "GlobalContext<'a, 'hooks>::log_asset_transfer", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 495, - "function": "RollbackWrapper<'a>::get_metadata_manual", - "return_type": "-> InterpreterResult>", - "replacement": "InterpreterResult::from(Some(String::new()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1035, - "function": "Value::expect_u128", - "return_type": "-> u128", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1026, - "function": "Value::expect_ascii", - "return_type": "-> String", - "replacement": "\"xyzzy\".into()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1722, - "function": "ListTypeData::inner_size", - "return_type": "-> Option", - "replacement": "Some(1)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/errors.rs", - "line": 300, - "function": "::level", - "return_type": "-> crate::vm::diagnostic::Level", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/events.rs", - "line": 272, - "function": "NFTBurnEventData::json_serialize", - "return_type": "-> serde_json::Value", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 369, - "function": "DefinitionSorter::probe_for_dependencies_in_key_value_pair", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 600, - "function": "OwnedEnvironment<'a, 'hooks>::new_free", - "return_type": "-> OwnedEnvironment<'a, '_>", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 244, - "function": "::get_pox_rejection_fraction", - "return_type": "-> u64", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 550, - "function": "ClarityDatabase<'a>::make_key_for_quad", - "return_type": "-> String", - "replacement": "String::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/sequences.rs", - "line": 401, - "function": "check_special_index_of", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/expression_identifier/mod.rs", - "line": 51, - "function": "ExpressionIdentifier::run_pre_expression_pass", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1136, - "function": "TypeChecker<'a, 'b>::type_check_define_map", - "return_type": "-> CheckResult<(ClarityName, (TypeSignature, TypeSignature))>", - "replacement": "CheckResult::from((Default::default(), (Default::default(), Default::default())))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/options.rs", - "line": 148, - "function": "special_match_opt", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 208, - "function": "::set_id", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 1062, - "function": "Parser<'a>::parse_node_or_eof", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new(Some(Default::default()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 174, - "function": "inner_build_ast", - "return_type": "-> ParseResult<(ContractAST, Vec, bool)>", - "replacement": "ParseResult::new((Default::default(), vec![Default::default()], true))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/boolean.rs", - "line": 27, - "function": "type_force_bool", - "return_type": "-> Result", - "replacement": "Ok(false)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 619, - "function": "::drained_items", - "return_type": "-> Vec", - "replacement": "vec![]", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 485, - "function": "check_function_arg_signature", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 646, - "function": "TypeChecker<'a, 'b>::try_native_function_check", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 620, - "function": "::fmt", - "return_type": "-> fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 637, - "function": "::drained_items", - "return_type": "-> Vec", - "replacement": "vec![1]", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 508, - "function": "parse_lexed", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from(vec![])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 626, - "function": "TypeChecker<'a, 'b>::type_check_define_map", - "return_type": "-> CheckResult<(ClarityName, (TypeSignature, TypeSignature))>", - "replacement": "CheckResult::from((Default::default(), (Default::default(), Default::default())))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1744, - "function": "ClarityDatabase<'a>::set_ft_balance", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/arithmetic_checker/mod.rs", - "line": 144, - "function": "ArithmeticOnlyChecker<'a>::check_variables_allowed", - "return_type": "-> Result<(), Error>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 516, - "function": "ClarityDatabase<'a>::get_value", - "return_type": "-> Result>", - "replacement": "Ok(Some(Default::default()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 271, - "function": "PreSymbolicExpression::span", - "return_type": "-> &Span", - "replacement": "&Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 153, - "function": "AnalysisDatabase<'a>::get_public_function_type", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::new(Some(Default::default()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 824, - "function": "Value::okay_true", - "return_type": "-> Value", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1044, - "function": "Value::expect_i128", - "return_type": "-> i128", - "replacement": "-1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 639, - "function": "native_to_int", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 657, - "function": "::drained_items", - "return_type": "-> Vec", - "replacement": "vec![0]", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 684, - "function": "::type_signature", - "return_type": "-> TypeSignature", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/tests/traits.rs", - "line": 1397, - "function": "test_pass_trait_to_subtrait", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 444, - "function": "RollbackWrapper<'a>::insert_metadata", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 457, - "function": "AssetMap::get_stx", - "return_type": "-> Option", - "replacement": "Some(0)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/trait_checker/mod.rs", - "line": 39, - "function": "::run_pass", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1354, - "function": "::fmt", - "return_type": "-> fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 396, - "function": "STXBalanceSnapshot<'db, 'conn>::can_transfer", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 807, - "function": "Parser<'a>::parse_node", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from(Some(Default::default()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 937, - "function": "ClarityDatabase<'a>::get_pox_payout_addrs_for_burnchain_height", - "return_type": "-> Option<(Vec, u128)>", - "replacement": "Some((vec![], 0))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 819, - "function": "ClarityDatabase<'a>::get_v2_unlock_height", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1883, - "function": "::fmt", - "return_type": "-> fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 297, - "function": "trait_type_size", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new(1)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 296, - "function": "ContractContext::add_implemented_trait", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 268, - "function": "ReadOnlyChecker<'a, 'b>::try_check_native_function_is_read_only", - "return_type": "-> Option>", - "replacement": "Some(CheckResult::from(true))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 1047, - "function": "STXBalance::has_unlockable_tokens_at_burn_block", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 838, - "function": "Value::err_none", - "return_type": "-> Value", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/sequences.rs", - "line": 39, - "function": "get_simple_native_or_user_define", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/define.rs", - "line": 172, - "function": "handle_define_persisted_variable", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1664, - "function": "ClarityDatabase<'a>::checked_increase_token_supply", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/tests/traits.rs", - "line": 650, - "function": "test_reentrant_dynamic_dispatch", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/options.rs", - "line": 87, - "function": "native_try_ret", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 716, - "function": "ClarityDatabase<'a>::ustx_liquid_supply_key", - "return_type": "-> &'static str", - "replacement": "\"\"", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 1109, - "function": "parse_collect_diagnostics", - "return_type": "-> (Vec, Vec, bool)", - "replacement": "(vec![], vec![], true)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 288, - "function": "build_ast_precheck_size", - "return_type": "-> ParseResult", - "replacement": "ParseResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 857, - "function": "TupleTypeSignature::field_type", - "return_type": "-> Option<&TypeSignature>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/stack_depth_checker.rs", - "line": 53, - "function": "check_vary", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from_iter([()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 358, - "function": "TypeChecker<'a, 'b>::track_return_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/database.rs", - "line": 442, - "function": "special_at_block", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 128, - "function": "Lexer<'a>::skip_whitespace", - "return_type": "-> LexResult<()>", - "replacement": "LexResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1414, - "function": "TypeChecker<'a, 'b>::try_type_check_define", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::from(Some(()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 560, - "function": "native_mul", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from_iter([Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1236, - "function": "ClarityDatabase<'a>::lookup_variable_with_size", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/docs/contracts.rs", - "line": 178, - "function": "produce_docs_refs", - "return_type": "-> BTreeMap", - "replacement": "BTreeMap::from_iter([(String::new(), Default::default())])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 110, - "function": "TraitContext::into_contract_analysis", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/tests/traits.rs", - "line": 262, - "function": "test_dynamic_dispatch_by_implementing_imported_trait", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1339, - "function": "TypeSignature::literal_type_of", - "return_type": "-> TypeSignature", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 575, - "function": "Lexer<'a>::read_utf8_string", - "return_type": "-> LexResult", - "replacement": "LexResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 825, - "function": "::try_from", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 208, - "function": "AnalysisDatabase<'a>::get_implemented_traits", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::from(BTreeSet::from_iter([Default::default()]))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1690, - "function": "TypeSignature::type_size", - "return_type": "-> Result", - "replacement": "Ok(1)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1182, - "function": "BuffData::as_slice", - "return_type": "-> &[u8]", - "replacement": "Vec::leak(vec![0])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/types.rs", - "line": 163, - "function": "ContractAnalysis::get_public_function_type", - "return_type": "-> Option<&FunctionType>", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 354, - "function": "RollbackWrapper<'a>::get_with_proof", - "return_type": "-> Option<(T, Vec)>", - "replacement": "Some((Default::default(), vec![1]))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/maps.rs", - "line": 160, - "function": "check_special_insert_entry", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 136, - "function": "ContractContext::add_variable_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 363, - "function": "RollbackWrapper<'a>::get", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/contract_interface_builder/mod.rs", - "line": 181, - "function": "ContractInterfaceAtomType::from_type_signature", - "return_type": "-> ContractInterfaceAtomType", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 96, - "function": "ContractContext::add_public_function_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 66, - "function": "Lexer<'a>::add_diagnostic", - "return_type": "-> LexResult<()>", - "replacement": "LexResult::from(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 185, - "function": "Lexer<'a>::proceed_through_error_string", - "return_type": "-> LexResult", - "replacement": "LexResult::new(\"xyzzy\".into())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1658, - "function": "TypeSignature::inner_size", - "return_type": "-> Option", - "replacement": "Some(0)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/arithmetic_checker/mod.rs", - "line": 77, - "function": "ArithmeticOnlyChecker<'a>::run", - "return_type": "-> Result<(), Error>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 265, - "function": "SequenceData::len", - "return_type": "-> usize", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/principals.rs", - "line": 40, - "function": "version_matches_testnet", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/sugar_expander/mod.rs", - "line": 66, - "function": "SugarExpander::transform", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from_iter([vec![]])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 238, - "function": "PreSymbolicExpression::set_span", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 312, - "function": "ContractContext::get_variable_type", - "return_type": "-> Option<&TypeSignature>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 88, - "function": "ReadOnlyChecker<'a, 'b>::run", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 153, - "function": "AnalysisDatabase<'a>::get_public_function_type", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::from(Some(Default::default()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 707, - "function": "ClarityDatabase<'a>::get_contract", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 98, - "function": ">::add_memory", - "return_type": "-> std::result::Result<(), CostErrors>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 111, - "function": "Lexer<'a>::report_line_ending", - "return_type": "-> LexResult<()>", - "replacement": "LexResult::from(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/mod.rs", - "line": 50, - "function": "mem_type_check", - "return_type": "-> CheckResult<(Option, ContractAnalysis)>", - "replacement": "CheckResult::from_iter([(None, Default::default())])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 189, - "function": "rollback_lookup_map", - "return_type": "-> String", - "replacement": "String::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 270, - "function": "LimitedCostTracker::cost_function_references", - "return_type": "-> HashMap<&'static ClarityCostFunction, ClarityCostFunctionReference>", - "replacement": "HashMap::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/callables.rs", - "line": 119, - "function": "::fmt", - "return_type": "-> fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 516, - "function": "ClarityDatabase<'a>::get_value", - "return_type": "-> Result>", - "replacement": "Ok(None)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1394, - "function": "::from", - "return_type": "-> StandardPrincipalData", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/options.rs", - "line": 28, - "function": "inner_unwrap", - "return_type": "-> Result>", - "replacement": "Ok(Some(Default::default()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 975, - "function": "STXBalance::was_locked_by_v2", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 992, - "function": "TypeSignature::max_buffer", - "return_type": "-> TypeSignature", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 485, - "function": "check_function_arg_signature", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 396, - "function": "TypeSignature::max_serialized_size", - "return_type": "-> Result", - "replacement": "Ok(1)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 86, - "function": "TraitContext::add_used_trait", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 463, - "function": "Parser<'a>::open_tuple", - "return_type": "-> ParseResult", - "replacement": "ParseResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 733, - "function": "TypeSignature::canonicalize_v2_1", - "return_type": "-> TypeSignature", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/callables.rs", - "line": 308, - "function": "DefinedFunction::check_trait_expectations", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 191, - "function": "ContractContext::ft_exists", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 485, - "function": "check_function_arg_signature", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 984, - "function": "ClarityDatabase<'a>::get_block_reward", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 178, - "function": "::get_burnchain_tokens_spent_for_block", - "return_type": "-> Option", - "replacement": "Some(1)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 792, - "function": "TypeChecker<'a, 'b>::type_check_define_trait", - "return_type": "-> CheckResult<(ClarityName, BTreeMap)>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/mod.rs", - "line": 339, - "function": "check_special_if", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 782, - "function": "ClarityDatabase<'a>::is_in_regtest", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/options.rs", - "line": 168, - "function": "inner_unwrap_err", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 213, - "function": "ContractContext::add_read_only_function_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1202, - "function": "ClarityDatabase<'a>::lookup_variable_unknown_descriptor", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 158, - "function": "Parser<'a>::peek_last_token", - "return_type": "-> ParseResult<&PlacedToken>", - "replacement": "ParseResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1341, - "function": "StandardPrincipalData::to_address", - "return_type": "-> String", - "replacement": "\"xyzzy\".into()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1841, - "function": "ContractContext::get_clarity_version", - "return_type": "-> &ClarityVersion", - "replacement": "&Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/mod.rs", - "line": 91, - "function": "check_special_as_contract", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 146, - "function": "ContractContext::add_persisted_variable_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 130, - "function": "build_ast_typical", - "return_type": "-> ParseResult", - "replacement": "ParseResult::from_iter([Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/assets.rs", - "line": 912, - "function": "special_burn_token", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1427, - "function": "ClarityDatabase<'a>::set_entry_unknown_descriptor", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 278, - "function": "SequenceData::element_at", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/mod.rs", - "line": 212, - "function": "lookup_reserved_functions", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/errors.rs", - "line": 274, - "function": "::from", - "return_type": "-> Self", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 476, - "function": "special_greater_v1", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from_iter([Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 106, - "function": "ContractContext::add_read_only_function_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 720, - "function": "parse", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new(vec![])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1639, - "function": "GlobalContext<'a, 'hooks>::log_stx_burn", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 296, - "function": "ContractContext::add_implemented_trait", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 434, - "function": "special_leq_v1", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from_iter([Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1760, - "function": "ClarityDatabase<'a>::get_ft_supply", - "return_type": "-> Result", - "replacement": "Ok(0)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 115, - "function": "DefinitionSorter::probe_for_dependencies", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from_iter([()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/sequences.rs", - "line": 319, - "function": "native_index_of", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/version.rs", - "line": 15, - "function": "::fmt", - "return_type": "-> fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1197, - "function": "ListData::len", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 572, - "function": "native_log2", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 324, - "function": "DefinitionSorter::probe_for_dependencies_in_define_args", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/tests/traits.rs", - "line": 1528, - "function": "test_pass_embedded_trait_to_subtrait_optional", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 754, - "function": "STXBalance::unlock_height", - "return_type": "-> u64", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 197, - "function": "::match_list_mut", - "return_type": "-> Option<&mut[PreSymbolicExpression]>", - "replacement": "Some(Vec::leak(vec![Default::default()]))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/errors.rs", - "line": 262, - "function": "::source", - "return_type": "-> Option<&(dyn error::Error +'static)>", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 480, - "function": "ListTypeData::get_list_item_type", - "return_type": "-> &TypeSignature", - "replacement": "&Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 357, - "function": "DefinitionSorter::probe_for_dependencies_in_wrapped_key_value_pairs", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from_iter([()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1080, - "function": "Value::expect_buff_padded", - "return_type": "-> Vec", - "replacement": "vec![]", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1559, - "function": "byte_len_of_serialization", - "return_type": "-> u64", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1388, - "function": "::fmt", - "return_type": "-> fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 388, - "function": "::from", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 754, - "function": "BlockInfoProperty::lookup_by_name_at_version", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 313, - "function": "PreSymbolicExpression::field_identifier", - "return_type": "-> PreSymbolicExpression", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/principals.rs", - "line": 118, - "function": "create_principal_true_error_response", - "return_type": "-> Value", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 876, - "function": ">::add_cost", - "return_type": "-> std::result::Result<(), CostErrors>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 839, - "function": "contract_analysis_size", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from_iter([0])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 295, - "function": "AssetMap::add_stx_transfer", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 174, - "function": "inner_build_ast", - "return_type": "-> ParseResult<(ContractAST, Vec, bool)>", - "replacement": "ParseResult::new((Default::default(), vec![], false))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 659, - "function": "ClarityDatabase<'a>::get_contract_size", - "return_type": "-> Result", - "replacement": "Ok(1)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/arithmetic_checker/mod.rs", - "line": 72, - "function": "ArithmeticOnlyChecker<'a>::check_contract_cost_eligible", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1308, - "function": "PrincipalData::parse", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1222, - "function": "ASCIIData::append", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 209, - "function": "::deserialize_read", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 281, - "function": "ReadOnlyChecker<'a, 'b>::check_native_function_is_read_only", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from(true)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 39, - "function": "generate_test_burn_state_db", - "return_type": "-> UnitTestBurnStateDB", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/callables.rs", - "line": 105, - "function": "cost_input_sized_vararg", - "return_type": "-> Result", - "replacement": "Ok(1)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1938, - "function": "ClarityDatabase<'a>::get_account_nonce", - "return_type": "-> u64", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 380, - "function": "PreSymbolicExpression::match_field_identifier", - "return_type": "-> Option<&TraitIdentifier>", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 455, - "function": "lex", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1176, - "function": "ExecutionCost::max_value", - "return_type": "-> ExecutionCost", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1658, - "function": "TypeSignature::inner_size", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/sqlite.rs", - "line": 121, - "function": "SqliteConnection::drop_metadata", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 752, - "function": "OwnedEnvironment<'a, 'hooks>::execute_transaction", - "return_type": "-> Result<(Value, AssetMap, Vec)>", - "replacement": "Ok((Default::default(), Default::default(), vec![]))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 395, - "function": "::get_pox_payout_addrs", - "return_type": "-> Option<(Vec, u128)>", - "replacement": "Some((vec![Default::default()], 0))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1078, - "function": "Environment<'a, 'b, 'hooks>::run_free", - "return_type": "-> A", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 455, - "function": "lex", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from(vec![(Default::default(), 0, 0)])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 317, - "function": "::get_burnchain_tokens_spent_for_block", - "return_type": "-> Option", - "replacement": "Some(0)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 699, - "function": "LimitedCostTracker::new_max_limit", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 455, - "function": "lex", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from_iter([vec![(Default::default(), 0, 1)]])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/errors.rs", - "line": 153, - "function": "::from", - "return_type": "-> Self", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 328, - "function": "STXBalanceSnapshot<'db, 'conn>::balance", - "return_type": "-> &STXBalance", - "replacement": "&Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 158, - "function": "Parser<'a>::peek_last_token", - "return_type": "-> ParseResult<&PlacedToken>", - "replacement": "ParseResult::from_iter([&Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 455, - "function": "lex", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new(vec![(Default::default(), 0, 0)])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 515, - "function": "TypeSignature::is_no_type", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 271, - "function": "::get_burn_header_hash_for_block", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 252, - "function": "::get_pox_payout_addrs", - "return_type": "-> Option<(Vec, u128)>", - "replacement": "Some((vec![Default::default()], 0))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 629, - "function": "native_to_uint", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 102, - "function": "AssetMap::to_json", - "return_type": "-> serde_json::Value", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1290, - "function": "ClarityDatabase<'a>::make_key_for_data_map_entry", - "return_type": "-> String", - "replacement": "\"xyzzy\".into()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/mod.rs", - "line": 84, - "function": "check_special_as_contract", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/assets.rs", - "line": 128, - "function": "stx_transfer_consolidated", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/contract_interface_builder/mod.rs", - "line": 307, - "function": "ContractInterfaceFungibleTokens::from_set", - "return_type": "-> Vec", - "replacement": "vec![Default::default()]", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1468, - "function": "ClarityDatabase<'a>::insert_entry", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 191, - "function": "::get_tokens_earned_for_block", - "return_type": "-> Option", - "replacement": "Some(1)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/types.rs", - "line": 159, - "function": "ContractAnalysis::add_implemented_trait", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 185, - "function": "Lexer<'a>::proceed_through_error_string", - "return_type": "-> LexResult", - "replacement": "LexResult::from_iter([String::new()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1136, - "function": "TypeChecker<'a, 'b>::type_check_define_map", - "return_type": "-> CheckResult<(ClarityName, (TypeSignature, TypeSignature))>", - "replacement": "CheckResult::from_iter([(Default::default(), (Default::default(), Default::default()))])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 131, - "function": "Parser<'a>::next_token", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 279, - "function": "ContractContext::add_defined_trait", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 364, - "function": "native_xor", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from_iter([Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1478, - "function": "TupleData::len", - "return_type": "-> u64", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 960, - "function": "Environment<'a, 'b, 'hooks>::nest_as_principal", - "return_type": "-> Environment<'c, 'b, 'hooks>", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 252, - "function": "::get_pox_payout_addrs", - "return_type": "-> Option<(Vec, u128)>", - "replacement": "Some((vec![], 0))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/options.rs", - "line": 145, - "function": "inner_unwrap", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 351, - "function": "SequenceData::contains", - "return_type": "-> Result>", - "replacement": "Ok(Some(0))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 163, - "function": "::serialize", - "return_type": "-> String", - "replacement": "String::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 1301, - "function": "::serialize", - "return_type": "-> String", - "replacement": "String::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 314, - "function": "::get_miner_address", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 1114, - "function": "Value::try_deserialize_bytes_exact", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 96, - "function": "ContractContext::add_public_function_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/traits_resolver/mod.rs", - "line": 201, - "function": "TraitsResolver::probe_for_generics", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from_iter([()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/define.rs", - "line": 270, - "function": "handle_impl_trait", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/sqlite.rs", - "line": 110, - "function": "SqliteConnection::commit_metadata_to", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 566, - "function": "native_pow", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/errors.rs", - "line": 319, - "function": "::message", - "return_type": "-> String", - "replacement": "String::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/clarity.rs", - "line": 42, - "function": "::cause", - "return_type": "-> Option<&dyn std::error::Error>", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 376, - "function": "STXBalanceSnapshot<'db, 'conn>::has_locked_tokens", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/mod.rs", - "line": 205, - "function": "lookup_function", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/events.rs", - "line": 332, - "function": "FTBurnEventData::json_serialize", - "return_type": "-> serde_json::Value", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 408, - "function": "AssetMap::to_table", - "return_type": "-> HashMap>", - "replacement": "HashMap::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 574, - "function": "Value::inner_deserialize_read", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 364, - "function": "native_xor", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 244, - "function": "ReadOnlyChecker<'a, 'b>::check_each_expression_is_read_only", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from(true)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/mod.rs", - "line": 96, - "function": "version_string", - "return_type": "-> String", - "replacement": "String::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 292, - "function": "ContractContext::add_used_trait", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 488, - "function": "GraphWalker::get_cycling_dependencies", - "return_type": "-> Option>", - "replacement": "Some(vec![1])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/options.rs", - "line": 80, - "function": "native_unwrap_err_or_ret", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/sqlite.rs", - "line": 192, - "function": "SqliteConnection::check_schema", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1551, - "function": "TypeSignature::parse_trait_type_repr", - "return_type": "-> Result>", - "replacement": "Ok(BTreeMap::from_iter([(Default::default(), Default::default())]))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 434, - "function": "special_leq_v1", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 181, - "function": "::get_burnchain_tokens_spent_for_block", - "return_type": "-> Option", - "replacement": "Some(0)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 740, - "function": "TypeChecker<'a, 'b>::type_check_define_variable", - "return_type": "-> CheckResult<(ClarityName, TypeSignature)>", - "replacement": "CheckResult::from((Default::default(), Default::default()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 527, - "function": "SymbolicExpression::atom", - "return_type": "-> SymbolicExpression", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/contract_interface_builder/mod.rs", - "line": 164, - "function": "ContractInterfaceAtomType::from_tuple_type", - "return_type": "-> ContractInterfaceAtomType", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/database.rs", - "line": 723, - "function": "special_get_block_info", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 227, - "function": "ReadOnlyChecker<'a, 'b>::check_read_only", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from_iter([true])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 400, - "function": "STXBalanceSnapshot<'db, 'conn>::debit", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 369, - "function": "DefinitionSorter::probe_for_dependencies_in_key_value_pair", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 1085, - "function": "Value::try_deserialize_bytes", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 175, - "function": "::get_miner_address", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 462, - "function": "unescape_ascii_chars", - "return_type": "-> ParseResult", - "replacement": "ParseResult::from_iter([String::new()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/assets.rs", - "line": 219, - "function": "special_stx_account", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 430, - "function": "ReadOnlyChecker<'a, 'b>::check_expression_application_is_read_only", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from_iter([true])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 623, - "function": "::type_signature", - "return_type": "-> TypeSignature", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1011, - "function": "ClarityDatabase<'a>::set_stx_btc_ops_processed", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 171, - "function": "Parser<'a>::ignore_whitespace", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1882, - "function": "ClarityDatabase<'a>::make_key_for_account_stx_locked", - "return_type": "-> String", - "replacement": "\"xyzzy\".into()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/sqlite.rs", - "line": 72, - "function": "sqlite_has_entry", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1929, - "function": "::fmt", - "return_type": "-> fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/tests/traits.rs", - "line": 895, - "function": "test_good_call_with_trait", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 831, - "function": "trait_type_size", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from(1)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/contexts.rs", - "line": 82, - "function": "TypingContext<'a>::extend", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1555, - "function": "ClarityDatabase<'a>::delete_entry", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 461, - "function": "AssetMap::get_stx_burned", - "return_type": "-> Option", - "replacement": "Some(1)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 570, - "function": "SymbolicExpression::match_list", - "return_type": "-> Option<&[SymbolicExpression]>", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 209, - "function": "::get_sortition_id_from_consensus_hash", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/docs/mod.rs", - "line": 779, - "function": "get_output_type_string", - "return_type": "-> String", - "replacement": "String::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/sugar_expander/mod.rs", - "line": 56, - "function": "SugarExpander::run", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 388, - "function": "TypeChecker<'a, 'b>::run", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/expression_identifier/mod.rs", - "line": 58, - "function": "ExpressionIdentifier::run_expression_pass", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/options.rs", - "line": 184, - "function": "check_special_unwrap_or_ret", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 687, - "function": "Parser<'a>::read_sugared_principal", - "return_type": "-> ParseResult", - "replacement": "ParseResult::new(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 419, - "function": "special_geq", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/clarity.rs", - "line": 27, - "function": "::fmt", - "return_type": "-> fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 792, - "function": "TypeChecker<'a, 'b>::type_check_define_trait", - "return_type": "-> CheckResult<(ClarityName, BTreeMap)>", - "replacement": "CheckResult::from((Default::default(), BTreeMap::from_iter([(Default::default(), Default::default())])))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/sequences.rs", - "line": 39, - "function": "get_simple_native_or_user_define", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 253, - "function": "ContractContext::add_persisted_variable_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 421, - "function": "ClarityDatabase<'a>::new_with_rollback_wrapper", - "return_type": "-> ClarityDatabase<'a>", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 575, - "function": "native_mod", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/maps.rs", - "line": 161, - "function": "check_special_insert_entry", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1117, - "function": "Value::expect_principal", - "return_type": "-> PrincipalData", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 1083, - "function": "Parser<'a>::parse", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from(vec![Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 203, - "function": "ContractContext::add_public_function_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1004, - "function": "TypeChecker<'a, 'b>::type_check_consecutive_statements", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 59, - "function": "UTF8Ops::make_value", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 244, - "function": "ReadOnlyChecker<'a, 'b>::check_each_expression_is_read_only", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new(true)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 96, - "function": "ContractContext::add_public_function_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 351, - "function": "::get_burn_header_hash", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 462, - "function": "special_leq", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from_iter([Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 140, - "function": "Lexer<'a>::read_line", - "return_type": "-> LexResult", - "replacement": "LexResult::new(String::new())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/callables.rs", - "line": 359, - "function": "DefinedFunction::get_arg_types", - "return_type": "-> &Vec", - "replacement": "&vec![]", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 476, - "function": "special_greater_v1", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 495, - "function": "RollbackWrapper<'a>::get_metadata_manual", - "return_type": "-> InterpreterResult>", - "replacement": "InterpreterResult::from_iter([Some(String::new())])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 84, - "function": "rollback_edits_push", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 219, - "function": "Parser<'a>::handle_open_node", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from(None)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 832, - "function": "LimitedCostTracker::get_memory_limit", - "return_type": "-> u64", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 206, - "function": "::get_burn_header_hash", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 332, - "function": "::get_burn_block_height", - "return_type": "-> Option", - "replacement": "Some(1)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 221, - "function": "::get_burn_header_hash", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 101, - "function": "get_value_or_err", - "return_type": "-> ParseResult", - "replacement": "ParseResult::new(String::new())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/tests/traits.rs", - "line": 2092, - "function": "test_pass_principal_literal_to_trait", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/types.rs", - "line": 131, - "function": "ContractAnalysis::add_read_only_function", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 140, - "function": "Parser<'a>::peek_next_token", - "return_type": "-> PlacedToken", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/assets.rs", - "line": 223, - "function": "check_special_stx_transfer_memo", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/define.rs", - "line": 277, - "function": "DefineFunctions::try_parse", - "return_type": "-> Option<(DefineFunctions, &[SymbolicExpression])>", - "replacement": "Some((Default::default(), Vec::leak(Vec::new())))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1085, - "function": "::fmt", - "return_type": "-> fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 299, - "function": "::get_with_proof", - "return_type": "-> Option<(String, Vec)>", - "replacement": "Some((\"xyzzy\".into(), vec![1]))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 182, - "function": "ReadOnlyChecker<'a, 'b>::check_reads_only_valid", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 687, - "function": "OwnedEnvironment<'a, 'hooks>::initialize_contract", - "return_type": "-> Result<((), AssetMap, Vec)>", - "replacement": "Ok(((), Default::default(), vec![]))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 421, - "function": "Graph::get_node_descendants", - "return_type": "-> Vec", - "replacement": "vec![]", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 146, - "function": "ContractContext::add_persisted_variable_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/boolean.rs", - "line": 38, - "function": "special_or", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/define.rs", - "line": 247, - "function": "handle_define_trait", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 192, - "function": "inner_lex", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from_iter([vec![(Default::default(), 1, 0)]])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 601, - "function": "ClarityDatabase<'a>::insert_metadata", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 875, - "function": "Value::depth", - "return_type": "-> u8", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 399, - "function": "::get_ast_rules", - "return_type": "-> ASTRules", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 533, - "function": "SequenceData::is_list", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/types.rs", - "line": 195, - "function": "ContractAnalysis::canonicalize_types", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 59, - "function": ">::run_pass", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 971, - "function": "::compute_cost", - "return_type": "-> std::result::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1090, - "function": "Value::expect_bool", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 283, - "function": "Parser<'a>::handle_open_tuple", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new(None)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1396, - "function": "Environment<'a, 'b, 'hooks>::run_as_transaction", - "return_type": "-> std::result::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 794, - "function": "::eq", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 462, - "function": "unescape_ascii_chars", - "return_type": "-> ParseResult", - "replacement": "ParseResult::from(\"xyzzy\".into())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 754, - "function": "BlockInfoProperty::lookup_by_name_at_version", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 244, - "function": "ReadOnlyChecker<'a, 'b>::check_each_expression_is_read_only", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from_iter([true])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 865, - "function": "TupleTypeSignature::admits", - "return_type": "-> Result", - "replacement": "Ok(true)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 490, - "function": "SequenceData::slice", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 306, - "function": "PreSymbolicExpression::trait_reference", - "return_type": "-> PreSymbolicExpression", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/options.rs", - "line": 63, - "function": "check_special_error", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 425, - "function": "Graph::has_node_descendants", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1923, - "function": "::fmt", - "return_type": "-> fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 169, - "function": "::get_burn_block_time_for_block", - "return_type": "-> Option", - "replacement": "Some(1)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 1311, - "function": "::deserialize", - "return_type": "-> Self", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1055, - "function": "TypeChecker<'a, 'b>::type_check_define_function", - "return_type": "-> CheckResult<(ClarityName, FixedFunction)>", - "replacement": "CheckResult::from_iter([(Default::default(), Default::default())])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 372, - "function": "::get_v2_unlock_height", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 388, - "function": "PreSymbolicExpression::match_placeholder", - "return_type": "-> Option<&str>", - "replacement": "Some(\"\")", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 273, - "function": "FunctionType::canonicalize", - "return_type": "-> FunctionType", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 909, - "function": ">::add_cost", - "return_type": "-> std::result::Result<(), CostErrors>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/stack_depth_checker.rs", - "line": 74, - "function": "::run_pass", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from_iter([()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/stack_depth_checker.rs", - "line": 28, - "function": "check", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 726, - "function": "OwnedEnvironment<'a, 'hooks>::initialize_contract_from_ast", - "return_type": "-> Result<((), AssetMap, Vec)>", - "replacement": "Ok(((), Default::default(), vec![]))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 67, - "function": "BuffOps::make_value", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 954, - "function": "ClarityDatabase<'a>::get_miner_address", - "return_type": "-> StandardPrincipalData", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 279, - "function": "ContractContext::add_defined_trait", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 358, - "function": "TypeChecker<'a, 'b>::track_return_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/options.rs", - "line": 59, - "function": "native_unwrap", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/arithmetic_checker/mod.rs", - "line": 60, - "function": "::source", - "return_type": "-> Option<&(dyn std::error::Error +'static)>", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/tests/principals.rs", - "line": 846, - "function": "create_principal_from_strings", - "return_type": "-> Value", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 244, - "function": "ReadOnlyChecker<'a, 'b>::check_each_expression_is_read_only", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new(false)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 281, - "function": "MemoryBackingStore::as_clarity_db", - "return_type": "-> ClarityDatabase", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 462, - "function": "special_leq", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 728, - "function": "parse_no_stack_limit", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from(vec![])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 364, - "function": "PreSymbolicExpression::match_atom", - "return_type": "-> Option<&ClarityName>", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/sqlite.rs", - "line": 133, - "function": "SqliteConnection::get_metadata", - "return_type": "-> Option", - "replacement": "Some(String::new())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 297, - "function": "trait_type_size", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new(0)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/mod.rs", - "line": 320, - "function": "check_special_equals", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/tests/contracts.rs", - "line": 87, - "function": "get_principal", - "return_type": "-> Value", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 191, - "function": "ContractContext::ft_exists", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 566, - "function": "native_pow", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from_iter([Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/callables.rs", - "line": 343, - "function": "DefinedFunction::is_public", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 279, - "function": "ContractContext::add_defined_trait", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 532, - "function": "RollbackWrapper<'a>::has_metadata_entry", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/define.rs", - "line": 291, - "function": "DefineFunctionsParsed<'a>::try_parse", - "return_type": "-> std::result::Result>, CheckErrors>", - "replacement": "Ok(None)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1023, - "function": "TypeChecker<'a, 'b>::type_check_all", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::from(vec![Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/conversions.rs", - "line": 18, - "function": "check_special_to_consensus_buff", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 676, - "function": "::items", - "return_type": "-> &Vec>", - "replacement": "&vec![vec![]]", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/error.rs", - "line": 36, - "function": "::message", - "return_type": "-> String", - "replacement": "\"xyzzy\".into()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1085, - "function": "ClarityDatabase<'a>::get_microblock_poison_report", - "return_type": "-> Option<(StandardPrincipalData, u16)>", - "replacement": "Some((Default::default(), 0))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/conversions.rs", - "line": 105, - "function": "native_buff_to_int_be", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 456, - "function": "GraphWalker::get_sorted_dependencies", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from(vec![0])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1126, - "function": "ExecutionCost::zero", - "return_type": "-> ExecutionCost", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 365, - "function": "::try_from", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 870, - "function": "STXBalance::canonical_repr_at_block", - "return_type": "-> (STXBalance, u128)", - "replacement": "(Default::default(), 1)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 283, - "function": "Parser<'a>::handle_open_tuple", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from_iter([None])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 647, - "function": "::to_value", - "return_type": "-> Value", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/options.rs", - "line": 254, - "function": "native_error", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 101, - "function": "get_value_or_err", - "return_type": "-> ParseResult", - "replacement": "ParseResult::from(String::new())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1696, - "function": "TypeSignature::inner_type_size", - "return_type": "-> Option", - "replacement": "Some(1)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 380, - "function": "::get_pox_prepare_length", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 839, - "function": "contract_analysis_size", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new(1)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 1198, - "function": "Value::sanitize_value", - "return_type": "-> Option<(Value, bool)>", - "replacement": "Some((Default::default(), false))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1019, - "function": "TypeSignature::factor_out_no_type", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 388, - "function": "::from", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1238, - "function": "ExecutionCost::max_cost", - "return_type": "-> ExecutionCost", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 373, - "function": "native_bitwise_and", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from_iter([Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 669, - "function": "::to_value", - "return_type": "-> Value", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 726, - "function": "STXBalanceSnapshot<'db, 'conn>::unlock_available_tokens_if_any", - "return_type": "-> u128", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/sequences.rs", - "line": 62, - "function": "check_special_map", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/callables.rs", - "line": 389, - "function": "FunctionIdentifier::new_native_function", - "return_type": "-> FunctionIdentifier", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/types.rs", - "line": 155, - "function": "ContractAnalysis::add_defined_trait", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 1338, - "function": "::hash", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 225, - "function": "::get_stacks_epoch", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/tests/assets.rs", - "line": 133, - "function": "execute_transaction", - "return_type": "-> Result<(Value, AssetMap, Vec), Error>", - "replacement": "Ok((Default::default(), Default::default(), vec![]))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 96, - "function": "ContractContext::add_public_function_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/tests/traits.rs", - "line": 963, - "function": "test_good_call_2_with_trait", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/types.rs", - "line": 102, - "function": "::next", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1274, - "function": "::fmt", - "return_type": "-> fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/mod.rs", - "line": 569, - "function": "execute_v2", - "return_type": "-> Result>", - "replacement": "Ok(Some(Default::default()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 688, - "function": "TypeChecker<'a, 'b>::lookup_variable", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1301, - "function": "PrincipalData::version", - "return_type": "-> u8", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 488, - "function": "GraphWalker::get_cycling_dependencies", - "return_type": "-> Option>", - "replacement": "Some(vec![])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 192, - "function": "inner_lex", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from_iter([vec![(Default::default(), 1, 1)]])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 610, - "function": "SymbolicExpression::match_field", - "return_type": "-> Option<&TraitIdentifier>", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/errors.rs", - "line": 443, - "function": "::suggestion", - "return_type": "-> Option", - "replacement": "Some(String::new())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 208, - "function": "AnalysisDatabase<'a>::get_implemented_traits", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::from_iter([BTreeSet::new()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 499, - "function": "handle_expression", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 541, - "function": "ClarityDatabase<'a>::clarity_state_epoch_key", - "return_type": "-> &'static str", - "replacement": "\"\"", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 139, - "function": "::add_cost", - "return_type": "-> std::result::Result<(), CostErrors>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 431, - "function": "ClarityDatabase<'a>::is_stack_empty", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 633, - "function": "::items", - "return_type": "-> &Vec", - "replacement": "&vec![]", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 123, - "function": "AnalysisDatabase<'a>::insert_contract", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1105, - "function": "Environment<'a, 'b, 'hooks>::execute_contract", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/sequences.rs", - "line": 312, - "function": "native_len", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 171, - "function": "Parser<'a>::ignore_whitespace", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1108, - "function": "Value::expect_optional", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 602, - "function": "SymbolicExpression::match_trait_reference", - "return_type": "-> Option<&ClarityName>", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 61, - "function": "ContractContext::check_name_used", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 463, - "function": "Parser<'a>::open_tuple", - "return_type": "-> ParseResult", - "replacement": "ParseResult::from_iter([Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/database.rs", - "line": 407, - "function": "special_fetch_entry_v205", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 566, - "function": "native_pow", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/assets.rs", - "line": 854, - "function": "special_get_owner_v205", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/errors.rs", - "line": 113, - "function": "ParseError::has_pre_expression", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 174, - "function": "inner_build_ast", - "return_type": "-> ParseResult<(ContractAST, Vec, bool)>", - "replacement": "ParseResult::from((Default::default(), vec![Default::default()], false))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1173, - "function": "ClarityDatabase<'a>::set_variable", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 174, - "function": "inner_build_ast", - "return_type": "-> ParseResult<(ContractAST, Vec, bool)>", - "replacement": "ParseResult::new((Default::default(), vec![Default::default()], false))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 461, - "function": "AssetMap::get_stx_burned", - "return_type": "-> Option", - "replacement": "Some(0)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/traits_resolver/mod.rs", - "line": 48, - "function": "TraitsResolver::run", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 420, - "function": "RollbackWrapper<'a>::get_current_block_height", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 69, - "function": "AssetIdentifier::sugared", - "return_type": "-> String", - "replacement": "String::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 541, - "function": "ClarityDatabase<'a>::clarity_state_epoch_key", - "return_type": "-> &'static str", - "replacement": "\"xyzzy\"", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/mod.rs", - "line": 758, - "function": "special_as_contract", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1439, - "function": "::from", - "return_type": "-> Self", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1748, - "function": "TupleTypeSignature::type_size", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 211, - "function": "::match_list_mut", - "return_type": "-> Option<&mut[SymbolicExpression]>", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/tests/traits.rs", - "line": 147, - "function": "test_dynamic_dispatch_pass_trait", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/types.rs", - "line": 102, - "function": "::next", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/mod.rs", - "line": 692, - "function": "parse_eval_bindings", - "return_type": "-> Result>", - "replacement": "Ok(vec![(Default::default(), Default::default())])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 429, - "function": "::try_from", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 415, - "function": "::try_from", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/sequences.rs", - "line": 39, - "function": "get_simple_native_or_user_define", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 380, - "function": "::get_pox_prepare_length", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1735, - "function": "ListTypeData::type_size", - "return_type": "-> Option", - "replacement": "Some(0)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 206, - "function": "::get_burn_header_hash", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 231, - "function": "::get_with_proof", - "return_type": "-> Option<(String, Vec)>", - "replacement": "Some((\"xyzzy\".into(), vec![]))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 580, - "function": "ClarityDatabase<'a>::get_contract_src", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 470, - "function": "GraphWalker::sort_dependencies_recursion", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 164, - "function": "ContractContext::is_contract", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 240, - "function": "::get_pox_reward_cycle_length", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/mod.rs", - "line": 481, - "function": "execute_on_network", - "return_type": "-> Result>", - "replacement": "Ok(Some(Default::default()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1006, - "function": "ClarityDatabase<'a>::get_stx_btc_ops_processed", - "return_type": "-> u64", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 369, - "function": "native_bitwise_xor", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 433, - "function": "Graph::edges_count", - "return_type": "-> ParseResult", - "replacement": "ParseResult::from(0)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1346, - "function": "TypeChecker<'a, 'b>::type_check_define_variable", - "return_type": "-> CheckResult<(ClarityName, TypeSignature)>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 918, - "function": ">::reset_memory", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/mod.rs", - "line": 705, - "function": "special_let", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1023, - "function": "TypeChecker<'a, 'b>::type_check_all", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::from(vec![])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 288, - "function": "build_ast_precheck_size", - "return_type": "-> ParseResult", - "replacement": "ParseResult::from(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1912, - "function": "ClarityDatabase<'a>::get_stx_balance_snapshot_genesis", - "return_type": "-> STXBalanceSnapshot<'a, 'conn>", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 984, - "function": "ClarityDatabase<'a>::get_block_reward", - "return_type": "-> Option", - "replacement": "Some(1)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/mod.rs", - "line": 64, - "function": "FunctionType::check_args_by_allowing_trait_cast", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 969, - "function": "TypeChecker<'a, 'b>::type_check_expects", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1055, - "function": "TypeChecker<'a, 'b>::type_check_define_function", - "return_type": "-> CheckResult<(ClarityName, FixedFunction)>", - "replacement": "CheckResult::new((Default::default(), Default::default()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/stack_depth_checker.rs", - "line": 48, - "function": "::run_pass", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 307, - "function": "DefinitionSorter::probe_for_dependencies_in_tuple", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 170, - "function": "ReadOnlyChecker<'a, 'b>::check_define_function", - "return_type": "-> CheckResult<(ClarityName, bool)>", - "replacement": "CheckResult::from((Default::default(), false))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 726, - "function": "ResponseData::type_signature", - "return_type": "-> TypeSignature", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 517, - "function": "RollbackWrapper<'a>::has_entry", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/error.rs", - "line": 67, - "function": "::suggestion", - "return_type": "-> Option", - "replacement": "Some(String::new())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/maps.rs", - "line": 152, - "function": "check_special_set_entry", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1882, - "function": "ClarityDatabase<'a>::make_key_for_account_stx_locked", - "return_type": "-> String", - "replacement": "String::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 52, - "function": "ASCIIOps::make_value", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 372, - "function": "::get_v2_unlock_height", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 902, - "function": "FixedFunction::total_type_size", - "return_type": "-> Result", - "replacement": "Ok(0)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/options.rs", - "line": 340, - "function": "check_special_match_resp", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/contexts.rs", - "line": 129, - "function": "TypingContext<'a>::lookup_trait_reference_type", - "return_type": "-> Option<&TraitIdentifier>", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 112, - "function": ">::short_circuit_contract_call", - "return_type": "-> std::result::Result", - "replacement": "Ok(true)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1893, - "function": "ClarityDatabase<'a>::get_stx_balance_snapshot", - "return_type": "-> STXBalanceSnapshot<'a, 'conn>", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 751, - "function": "TypeChecker<'a, 'b>::type_check_define_persisted_variable", - "return_type": "-> CheckResult<(ClarityName, TypeSignature)>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 764, - "function": "OwnedEnvironment<'a, 'hooks>::stx_transfer", - "return_type": "-> Result<(Value, AssetMap, Vec)>", - "replacement": "Ok((Default::default(), Default::default(), vec![Default::default()]))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 364, - "function": "PreSymbolicExpression::match_atom", - "return_type": "-> Option<&ClarityName>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/arithmetic_checker/mod.rs", - "line": 165, - "function": "ArithmeticOnlyChecker<'a>::try_native_function_check", - "return_type": "-> Option>", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/mod.rs", - "line": 344, - "function": "check_special_if", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 560, - "function": "native_mul", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/options.rs", - "line": 44, - "function": "inner_unwrap_err", - "return_type": "-> Result>", - "replacement": "Ok(None)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/errors.rs", - "line": 443, - "function": "::suggestion", - "return_type": "-> Option", - "replacement": "Some(\"xyzzy\".into())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 187, - "function": "::serialize", - "return_type": "-> String", - "replacement": "String::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 490, - "function": "special_greater_v2", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/sugar_expander/mod.rs", - "line": 66, - "function": "SugarExpander::transform", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from(vec![Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/assets.rs", - "line": 268, - "function": "check_special_burn_asset", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 291, - "function": "::set_block_hash", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/options.rs", - "line": 187, - "function": "check_special_unwrap_or_ret", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 174, - "function": "inner_build_ast", - "return_type": "-> ParseResult<(ContractAST, Vec, bool)>", - "replacement": "ParseResult::from((Default::default(), vec![], false))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 629, - "function": "native_to_uint", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/principals.rs", - "line": 137, - "function": "create_principal_value_error_response", - "return_type": "-> Value", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 198, - "function": "::get_pox_3_activation_height", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 252, - "function": "::get_pox_payout_addrs", - "return_type": "-> Option<(Vec, u128)>", - "replacement": "Some((vec![Default::default()], 1))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 296, - "function": "ContractContext::add_implemented_trait", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 160, - "function": "Lexer<'a>::proceed_through_error", - "return_type": "-> LexResult", - "replacement": "LexResult::from_iter([String::new()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 66, - "function": "AnalysisDatabase<'a>::roll_back", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/conversions.rs", - "line": 154, - "function": "safe_convert_string_to_int", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/conversions.rs", - "line": 210, - "function": "native_int_to_utf8", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 368, - "function": "::get_v1_unlock_height", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/mod.rs", - "line": 212, - "function": "lookup_reserved_functions", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 879, - "function": ">::add_memory", - "return_type": "-> std::result::Result<(), CostErrors>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 754, - "function": "STXBalance::unlock_height", - "return_type": "-> u64", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 243, - "function": "ContractContext::add_variable_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 771, - "function": "OwnedEnvironment<'a, 'hooks>::stx_faucet", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 848, - "function": "TupleTypeSignature::len", - "return_type": "-> u64", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 351, - "function": "SequenceData::contains", - "return_type": "-> Result>", - "replacement": "Ok(Some(1))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 78, - "function": "Lexer<'a>::read_char", - "return_type": "-> LexResult<()>", - "replacement": "LexResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 224, - "function": "::get_v1_unlock_height", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 899, - "function": "TypeChecker<'a, 'b>::track_return_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 604, - "function": "native_bitwise_right_shift", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 610, - "function": "SymbolicExpression::match_field", - "return_type": "-> Option<&TraitIdentifier>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1262, - "function": "::fmt", - "return_type": "-> fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/mod.rs", - "line": 81, - "function": "boot_util::boot_code_addr", - "return_type": "-> StacksAddress", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/stack_depth_checker.rs", - "line": 74, - "function": "::run_pass", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 639, - "function": "native_to_int", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from_iter([Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/clarity.rs", - "line": 70, - "function": "::from", - "return_type": "-> Self", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 190, - "function": "::get_v1_unlock_height", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/mod.rs", - "line": 369, - "function": "eval_all", - "return_type": "-> Result>", - "replacement": "Ok(Some(Default::default()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/mod.rs", - "line": 595, - "function": "native_begin", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 311, - "function": "Lexer<'a>::read_unsigned", - "return_type": "-> LexResult", - "replacement": "LexResult::from(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 80, - "function": "is_err_code", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/assets.rs", - "line": 56, - "function": "check_special_get_balance", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 153, - "function": "AnalysisDatabase<'a>::get_public_function_type", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::from_iter([Some(Default::default())])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 1062, - "function": "Parser<'a>::parse_node_or_eof", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from(Some(Default::default()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 253, - "function": "ContractContext::add_persisted_variable_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 104, - "function": "::get_memory_use", - "return_type": "-> u64", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 174, - "function": "inner_build_ast", - "return_type": "-> ParseResult<(ContractAST, Vec, bool)>", - "replacement": "ParseResult::new((Default::default(), vec![], true))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/tuples.rs", - "line": 30, - "function": "tuple_cons", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/contract_interface_builder/mod.rs", - "line": 318, - "function": "ContractInterfaceNonFungibleTokens::from_map", - "return_type": "-> Vec", - "replacement": "vec![Default::default()]", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/events.rs", - "line": 41, - "function": "StacksTransactionEvent::json_serialize", - "return_type": "-> serde_json::Value", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 975, - "function": "STXBalance::was_locked_by_v2", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 62, - "function": "TraitContext::add_defined_trait", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 388, - "function": "PreSymbolicExpression::match_placeholder", - "return_type": "-> Option<&str>", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/docs/mod.rs", - "line": 809, - "function": "get_signature", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 388, - "function": "TypeChecker<'a, 'b>::run", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/mod.rs", - "line": 100, - "function": "check_special_at_block", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 123, - "function": "AnalysisDatabase<'a>::insert_contract", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 394, - "function": "::from", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 162, - "function": "ContractContext::add_nft", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 198, - "function": "::get_burn_block_height", - "return_type": "-> Option", - "replacement": "Some(1)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 535, - "function": "TypeChecker<'a, 'b>::get_function_type", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 186, - "function": "ContractContext::check_function_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 744, - "function": "STXBalance::zero", - "return_type": "-> STXBalance", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 619, - "function": "OwnedEnvironment<'a, 'hooks>::new_cost_limited", - "return_type": "-> OwnedEnvironment<'a, '_>", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 504, - "function": "special_greater", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from_iter([Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 572, - "function": "native_log2", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from_iter([Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 101, - "function": "QualifiedContractIdentifier::transient", - "return_type": "-> QualifiedContractIdentifier", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 263, - "function": "::get_pox_payout_addrs", - "return_type": "-> Option<(Vec, u128)>", - "replacement": "Some((vec![], 0))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/types.rs", - "line": 147, - "function": "ContractAnalysis::add_fungible_token", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 986, - "function": "TypeChecker<'a, 'b>::type_check", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/errors.rs", - "line": 268, - "function": "::source", - "return_type": "-> Option<&(dyn error::Error +'static)>", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 126, - "function": "ContractContext::add_map_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1483, - "function": "TupleData::is_empty", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/mod.rs", - "line": 82, - "function": "check_special_print", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1129, - "function": "ClarityDatabase<'a>::create_variable", - "return_type": "-> DataVariableMetadata", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1182, - "function": "BuffData::as_slice", - "return_type": "-> &[u8]", - "replacement": "Vec::leak(Vec::new())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/assets.rs", - "line": 436, - "function": "special_mint_asset_v205", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 263, - "function": "AssetMap::get_next_stx_amount", - "return_type": "-> Result", - "replacement": "Ok(1)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 456, - "function": "GraphWalker::get_sorted_dependencies", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 351, - "function": "TypeChecker<'a, 'b>::into_contract_analysis", - "return_type": "-> LimitedCostTracker", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 386, - "function": "STXBalanceSnapshot<'db, 'conn>::has_unlockable_tokens", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 233, - "function": "::get_pox_reward_cycle_length", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/types.rs", - "line": 230, - "function": "ContractAnalysis::check_trait_compliance", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 497, - "function": "TypeChecker<'a, 'b>::type_check_consecutive_statements", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 126, - "function": "ContractContext::add_map_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 182, - "function": "ContractContext::get_trait", - "return_type": "-> Option<&BTreeMap>", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 271, - "function": "::get_burn_header_hash_for_block", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 160, - "function": "Lexer<'a>::proceed_through_error", - "return_type": "-> LexResult", - "replacement": "LexResult::new(String::new())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 181, - "function": "::get_burnchain_tokens_spent_for_block", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/mod.rs", - "line": 500, - "function": "check_secp256k1_verify", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 219, - "function": "Parser<'a>::handle_open_node", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new(None)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 145, - "function": "FunctionType::check_args_2_05", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from_iter([Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 109, - "function": "QualifiedContractIdentifier::parse", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/types.rs", - "line": 167, - "function": "ContractAnalysis::get_read_only_function_type", - "return_type": "-> Option<&FunctionType>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/types.rs", - "line": 230, - "function": "ContractAnalysis::check_trait_compliance", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 59, - "function": "rollback_check_pre_bottom_commit", - "return_type": "-> Vec<(T, String)>", - "replacement": "vec![]", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 470, - "function": "ListTypeData::reduce_max_len", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 958, - "function": "TypeSignature::empty_buffer", - "return_type": "-> TypeSignature", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 168, - "function": "ContractContext::check_name_used", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/contract_interface_builder/mod.rs", - "line": 266, - "function": "ContractInterfaceFunction::from_map", - "return_type": "-> Vec", - "replacement": "vec![Default::default()]", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 571, - "function": "clarity2_trait_check_trait_compliance", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1372, - "function": "TypeChecker<'a, 'b>::type_check_define_ft", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 118, - "function": ">::run_pass", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 937, - "function": "ClarityDatabase<'a>::get_pox_payout_addrs_for_burnchain_height", - "return_type": "-> Option<(Vec, u128)>", - "replacement": "Some((vec![], 1))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/sugar_expander/mod.rs", - "line": 40, - "function": "::run_pass", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/assets.rs", - "line": 260, - "function": "special_stx_burn", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1478, - "function": "TupleData::len", - "return_type": "-> u64", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 466, - "function": "RollbackWrapper<'a>::get_metadata", - "return_type": "-> InterpreterResult>", - "replacement": "InterpreterResult::from(Some(String::new()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1050, - "function": "::compute_cost", - "return_type": "-> std::result::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/tests/assets.rs", - "line": 821, - "function": "test_total_supply", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/assets.rs", - "line": 33, - "function": "check_special_get_owner", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 495, - "function": "RollbackWrapper<'a>::get_metadata_manual", - "return_type": "-> InterpreterResult>", - "replacement": "InterpreterResult::from(None)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/tests/assets.rs", - "line": 985, - "function": "test_simple_naming_system", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/sequences.rs", - "line": 87, - "function": "special_fold", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/traits_resolver/mod.rs", - "line": 36, - "function": "::run_pass", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/mod.rs", - "line": 623, - "function": "special_if", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1153, - "function": "ExecutionCost::proportion_dot_product", - "return_type": "-> u64", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/tests/traits.rs", - "line": 1672, - "function": "test_pass_embedded_trait_to_subtrait_err", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 120, - "function": "::from", - "return_type": "-> Self", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 303, - "function": "::eq", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 680, - "function": "::drained_items", - "return_type": "-> Vec>", - "replacement": "vec![]", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 641, - "function": "STXBalanceSnapshot<'db, 'conn>::increase_lock_v3", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 620, - "function": "ClarityDatabase<'a>::fetch_metadata", - "return_type": "-> Result>", - "replacement": "Ok(None)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 295, - "function": "::get_consensus_hash_for_block", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 664, - "function": "Span::zero", - "return_type": "-> Span", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 48, - "function": "::deserialize", - "return_type": "-> String", - "replacement": "\"xyzzy\".into()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 1093, - "function": "parse", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1135, - "function": "Environment<'a, 'b, 'hooks>::inner_execute_contract", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/options.rs", - "line": 113, - "function": "check_special_default_to", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 210, - "function": "::get_stacks_epoch", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 920, - "function": "STXBalance::get_locked_balance_at_burn_block", - "return_type": "-> (u128, u64)", - "replacement": "(1, 0)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/errors.rs", - "line": 303, - "function": "formatted_expected_types", - "return_type": "-> String", - "replacement": "\"xyzzy\".into()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 554, - "function": "native_add", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/options.rs", - "line": 173, - "function": "special_match_resp", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 160, - "function": "Lexer<'a>::proceed_through_error", - "return_type": "-> LexResult", - "replacement": "LexResult::from(String::new())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 182, - "function": "ReadOnlyChecker<'a, 'b>::check_reads_only_valid", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 525, - "function": "ClarityDatabase<'a>::get_with_proof", - "return_type": "-> Option<(T, Vec)>", - "replacement": "Some((Default::default(), vec![]))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 879, - "function": "ClarityDatabase<'a>::get_sortition_id_for_stacks_tip", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1385, - "function": "TypeChecker<'a, 'b>::type_check_define_nft", - "return_type": "-> CheckResult<(ClarityName, TypeSignature)>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/mod.rs", - "line": 662, - "function": "check_get_burn_block_info", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 737, - "function": "ClarityDatabase<'a>::get_total_liquid_ustx", - "return_type": "-> u128", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1602, - "function": "ClarityDatabase<'a>::create_fungible_token", - "return_type": "-> FungibleTokenMetadata", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1778, - "function": "ClarityDatabase<'a>::get_nft_owner", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/tests/traits.rs", - "line": 325, - "function": "test_dynamic_dispatch_by_implementing_imported_trait_mul_funcs", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 389, - "function": "Lexer<'a>::read_ascii_string", - "return_type": "-> LexResult", - "replacement": "LexResult::from(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 69, - "function": "parse_in_epoch", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from_iter([vec![Default::default()]])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/mod.rs", - "line": 103, - "function": "check_special_begin", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 104, - "function": ">::reset_memory", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 185, - "function": "Lexer<'a>::proceed_through_error_string", - "return_type": "-> LexResult", - "replacement": "LexResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/options.rs", - "line": 227, - "function": "is_okay", - "return_type": "-> Result", - "replacement": "Ok(true)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 69, - "function": "parse_in_epoch", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new(vec![Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/sqlite.rs", - "line": 159, - "function": "SqliteConnection::initialize_conn", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 62, - "function": "TraitContext::add_defined_trait", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1833, - "function": "ContractContext::is_name_used", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 184, - "function": "::get_tokens_earned_for_block", - "return_type": "-> Option", - "replacement": "Some(1)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 169, - "function": "::get_burn_block_time_for_block", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1324, - "function": "PrincipalData::parse_standard_principal", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 634, - "function": "ClarityDatabase<'a>::fetch_metadata_manual", - "return_type": "-> Result>", - "replacement": "Ok(None)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 530, - "function": "TypeChecker<'a, 'b>::type_check_function_type", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 102, - "function": "TraitContext::get_trait", - "return_type": "-> Option<&BTreeMap>", - "replacement": "Some(&BTreeMap::new())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 219, - "function": "Parser<'a>::handle_open_node", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new(Some(Default::default()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 281, - "function": "ReadOnlyChecker<'a, 'b>::check_native_function_is_read_only", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new(true)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1826, - "function": "ClarityDatabase<'a>::set_nft_owner", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 84, - "function": "AnalysisDatabase<'a>::has_contract", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/types.rs", - "line": 183, - "function": "ContractAnalysis::get_persisted_variable_type", - "return_type": "-> Option<&TypeSignature>", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 495, - "function": "RollbackWrapper<'a>::get_metadata_manual", - "return_type": "-> InterpreterResult>", - "replacement": "InterpreterResult::from(Some(\"xyzzy\".into()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 813, - "function": "ClarityDatabase<'a>::get_pox_3_activation_height", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/diagnostic.rs", - "line": 56, - "function": "Diagnostic::add_span", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/types.rs", - "line": 126, - "function": "ContractAnalysis::add_persisted_variable_type", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1099, - "function": "::column_result", - "return_type": "-> FromSqlResult", - "replacement": "FromSqlResult::from(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1658, - "function": "TypeSignature::inner_size", - "return_type": "-> Option", - "replacement": "Some(1)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 581, - "function": "::fmt", - "return_type": "-> fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/sequences.rs", - "line": 203, - "function": "check_special_concat", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/options.rs", - "line": 258, - "function": "native_default_to", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1153, - "function": "ExecutionCost::proportion_dot_product", - "return_type": "-> u64", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 381, - "function": "native_bitwise_not", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from_iter([Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 106, - "function": "AnalysisDatabase<'a>::load_contract", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1178, - "function": "BuffData::len", - "return_type": "-> BufferLength", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 160, - "function": "Lexer<'a>::proceed_through_error", - "return_type": "-> LexResult", - "replacement": "LexResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 53, - "function": "parse", - "return_type": "-> Result, Error>", - "replacement": "Ok(vec![])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 103, - "function": "build_ast_with_rules", - "return_type": "-> ParseResult", - "replacement": "ParseResult::from(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 653, - "function": "::items", - "return_type": "-> &Vec", - "replacement": "&vec![0]", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 224, - "function": "::get_v1_unlock_height", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 518, - "function": "special_less_v1", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1414, - "function": "TypeChecker<'a, 'b>::try_type_check_define", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::new(Some(()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 785, - "function": "clarity2_lookup_trait", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::from_iter([BTreeMap::new()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 256, - "function": "::get_ast_rules", - "return_type": "-> ASTRules", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/sqlite.rs", - "line": 153, - "function": "SqliteConnection::has_entry", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1814, - "function": "ContractContext::lookup_variable", - "return_type": "-> Option<&Value>", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 1093, - "function": "parse", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new(vec![Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 926, - "function": ">::short_circuit_contract_call", - "return_type": "-> std::result::Result", - "replacement": "Ok(true)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 332, - "function": "::get_burn_block_height", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 182, - "function": "ContractContext::get_trait", - "return_type": "-> Option<&BTreeMap>", - "replacement": "Some(&BTreeMap::new())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/conversions.rs", - "line": 166, - "function": "safe_convert_string_to_uint", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 61, - "function": "ContractContext::check_name_used", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1502, - "function": "ClarityDatabase<'a>::inner_set_entry", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1749, - "function": "GlobalContext<'a, 'hooks>::roll_back", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 192, - "function": "inner_lex", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from(vec![(Default::default(), 1, 1)])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/error.rs", - "line": 36, - "function": "::message", - "return_type": "-> String", - "replacement": "String::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 430, - "function": "ReadOnlyChecker<'a, 'b>::check_expression_application_is_read_only", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from(false)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1878, - "function": "LocalContext<'a>::depth", - "return_type": "-> u16", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/expression_identifier/mod.rs", - "line": 40, - "function": "update_expression_id", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 139, - "function": "SequenceSubtype::is_list_type", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 1183, - "function": "Value::serialize_to_hex", - "return_type": "-> String", - "replacement": "String::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 61, - "function": "execute_on_network", - "return_type": "-> Value", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 457, - "function": "AssetMap::get_stx", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 135, - "function": "::get_vrf_seed_for_block", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 807, - "function": "Parser<'a>::parse_node", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from_iter([None])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 52, - "function": "ASCIIOps::make_value", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1136, - "function": "TypeChecker<'a, 'b>::type_check_define_map", - "return_type": "-> CheckResult<(ClarityName, (TypeSignature, TypeSignature))>", - "replacement": "CheckResult::new((Default::default(), (Default::default(), Default::default())))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/assets.rs", - "line": 979, - "function": "special_burn_asset_v200", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 211, - "function": "::match_list_mut", - "return_type": "-> Option<&mut[SymbolicExpression]>", - "replacement": "Some(Vec::leak(Vec::new()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 48, - "function": "AnalysisDatabase<'a>::execute", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/sequences.rs", - "line": 401, - "function": "check_special_index_of", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1117, - "function": "::cost_overflow_add", - "return_type": "-> Result", - "replacement": "Ok(0)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 348, - "function": "PreSymbolicExpression::match_trait_reference", - "return_type": "-> Option<&ClarityName>", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1398, - "function": "TypeChecker<'a, 'b>::type_check_define_trait", - "return_type": "-> CheckResult<(ClarityName, BTreeMap)>", - "replacement": "CheckResult::from((Default::default(), BTreeMap::new()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1690, - "function": "TypeSignature::type_size", - "return_type": "-> Result", - "replacement": "Ok(0)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1852, - "function": "::fmt", - "return_type": "-> fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1551, - "function": "TypeSignature::parse_trait_type_repr", - "return_type": "-> Result>", - "replacement": "Ok(BTreeMap::new())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1476, - "function": "TypeSignature::parse_response_type_repr", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 67, - "function": "BuffOps::make_value", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 462, - "function": "unescape_ascii_chars", - "return_type": "-> ParseResult", - "replacement": "ParseResult::new(String::new())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 973, - "function": "ClarityDatabase<'a>::get_miner_spend_total", - "return_type": "-> u128", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/mod.rs", - "line": 93, - "function": "check_special_at_block", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 826, - "function": "LimitedCostTracker::get_memory", - "return_type": "-> u64", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 396, - "function": "PreSymbolicExpression::match_comment", - "return_type": "-> Option<&str>", - "replacement": "Some(\"xyzzy\")", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/errors.rs", - "line": 262, - "function": "::source", - "return_type": "-> Option<&(dyn error::Error +'static)>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/variables.rs", - "line": 44, - "function": "NativeVariables::lookup_by_name_at_version", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 327, - "function": "::get_cc_special_cases_handler", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 535, - "function": "Value::deserialize_read_count", - "return_type": "-> Result<(Value, u64), SerializationError>", - "replacement": "Ok((Default::default(), 0))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 157, - "function": "::get_stacks_block_header_hash_for_block", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/options.rs", - "line": 35, - "function": "check_special_okay", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1947, - "function": "CallStack::insert", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/mod.rs", - "line": 672, - "function": "handle_binding_list", - "return_type": "-> std::result::Result<(), E>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 177, - "function": "ContractContext::add_implemented_trait", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 853, - "function": "TupleTypeSignature::is_empty", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 845, - "function": "type_reserved_variable", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 106, - "function": "ContractContext::add_read_only_function_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 354, - "function": "RollbackWrapper<'a>::get_with_proof", - "return_type": "-> Option<(T, Vec)>", - "replacement": "Some((Default::default(), vec![]))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 311, - "function": "Lexer<'a>::read_unsigned", - "return_type": "-> LexResult", - "replacement": "LexResult::new(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 140, - "function": "Lexer<'a>::read_line", - "return_type": "-> LexResult", - "replacement": "LexResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 108, - "function": "get_lines_at", - "return_type": "-> Vec", - "replacement": "vec![1]", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/version.rs", - "line": 46, - "function": "::from_str", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/mod.rs", - "line": 64, - "function": "FunctionType::check_args_by_allowing_trait_cast", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/options.rs", - "line": 46, - "function": "check_special_some", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 535, - "function": "TypeSignature::admits_type_v2_0", - "return_type": "-> Result", - "replacement": "Ok(true)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 988, - "function": "STXBalance::has_locked_tokens_at_burn_block", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 462, - "function": "unescape_ascii_chars", - "return_type": "-> ParseResult", - "replacement": "ParseResult::new(\"xyzzy\".into())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 203, - "function": "ContractContext::add_public_function_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 285, - "function": "MemoryBackingStore::as_analysis_db", - "return_type": "-> AnalysisDatabase", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/options.rs", - "line": 95, - "function": "check_special_is_optional", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 59, - "function": "UTF8Ops::make_value", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 918, - "function": "Value::cons_list", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 434, - "function": "special_leq_v1", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1447, - "function": "ClarityDatabase<'a>::insert_entry_unknown_descriptor", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 518, - "function": "special_less_v1", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 388, - "function": "TypeChecker<'a, 'b>::run", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/tests/datamaps.rs", - "line": 689, - "function": "make_tuple", - "return_type": "-> Value", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 187, - "function": "::serialize", - "return_type": "-> String", - "replacement": "\"xyzzy\".into()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1766, - "function": "TupleTypeSignature::size", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 268, - "function": "ReadOnlyChecker<'a, 'b>::try_check_native_function_is_read_only", - "return_type": "-> Option>", - "replacement": "Some(CheckResult::new())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 1325, - "function": "::consensus_serialize", - "return_type": "-> Result<(), codec_error>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 569, - "function": "native_sqrti", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 792, - "function": "TypeChecker<'a, 'b>::type_check_define_trait", - "return_type": "-> CheckResult<(ClarityName, BTreeMap)>", - "replacement": "CheckResult::from_iter([(Default::default(), BTreeMap::new())])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 88, - "function": "is_err_code_i128", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 856, - "function": "OwnedEnvironment<'a, 'hooks>::add_eval_hook", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 261, - "function": "FunctionReturnsSignature::canonicalize", - "return_type": "-> FunctionReturnsSignature", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/variables.rs", - "line": 44, - "function": "NativeVariables::lookup_by_name_at_version", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 208, - "function": "AnalysisDatabase<'a>::get_implemented_traits", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/errors.rs", - "line": 193, - "function": "::from", - "return_type": "-> Self", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1748, - "function": "TupleTypeSignature::type_size", - "return_type": "-> Option", - "replacement": "Some(1)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 396, - "function": "PreSymbolicExpression::match_comment", - "return_type": "-> Option<&str>", - "replacement": "Some(\"\")", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/errors.rs", - "line": 147, - "function": "::from", - "return_type": "-> Self", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1646, - "function": "GlobalContext<'a, 'hooks>::execute", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 268, - "function": "ReadOnlyChecker<'a, 'b>::try_check_native_function_is_read_only", - "return_type": "-> Option>", - "replacement": "Some(CheckResult::from_iter([true]))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 181, - "function": "::get_burnchain_tokens_spent_for_winning_block", - "return_type": "-> Option", - "replacement": "Some(1)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 184, - "function": "::get_tokens_earned_for_block", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1472, - "function": "Environment<'a, 'b, 'hooks>::register_nft_transfer_event", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 466, - "function": "RollbackWrapper<'a>::get_metadata", - "return_type": "-> InterpreterResult>", - "replacement": "InterpreterResult::from_iter([None])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/docs/mod.rs", - "line": 2583, - "function": "make_define_reference", - "return_type": "-> FunctionAPI", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1007, - "function": "TypeSignature::bound_string_ascii_type", - "return_type": "-> TypeSignature", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/stack_depth_checker.rs", - "line": 28, - "function": "check", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from_iter([()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 511, - "function": "TypeSignature::is_response_type", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/arithmetic_checker/mod.rs", - "line": 96, - "function": "ArithmeticOnlyChecker<'a>::check_top_levels", - "return_type": "-> Result<(), Error>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 524, - "function": "TypeSignature::admits_type", - "return_type": "-> Result", - "replacement": "Ok(false)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 476, - "function": "special_greater_v1", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 767, - "function": "STXBalance::effective_unlock_height", - "return_type": "-> u64", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/trait_checker/mod.rs", - "line": 39, - "function": "::run_pass", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 116, - "function": "::from", - "return_type": "-> Value", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/docs/contracts.rs", - "line": 178, - "function": "produce_docs_refs", - "return_type": "-> BTreeMap", - "replacement": "BTreeMap::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/database.rs", - "line": 840, - "function": "special_get_burn_block_info", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 534, - "function": "SymbolicExpression::literal_value", - "return_type": "-> SymbolicExpression", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 455, - "function": "lex", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from_iter([vec![(Default::default(), 1, 1)]])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 462, - "function": "unescape_ascii_chars", - "return_type": "-> ParseResult", - "replacement": "ParseResult::from_iter([\"xyzzy\".into()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1299, - "function": "Environment<'a, 'b, 'hooks>::initialize_contract_from_ast", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/contexts.rs", - "line": 65, - "function": "TypeMap::get_type", - "return_type": "-> Option<&TypeSignature>", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 575, - "function": "native_mod", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 346, - "function": "FunctionType::clarity2_principal_to_callable_type", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 102, - "function": "TraitContext::get_trait", - "return_type": "-> Option<&BTreeMap>", - "replacement": "Some(&BTreeMap::from_iter([(Default::default(), Default::default())]))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 896, - "function": "TupleTypeSignature::shallow_merge", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 305, - "function": "type_reserved_variable", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 192, - "function": "inner_lex", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from(vec![(Default::default(), 0, 0)])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 785, - "function": "clarity2_lookup_trait", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::from(BTreeMap::new())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 495, - "function": "RollbackWrapper<'a>::get_metadata_manual", - "return_type": "-> InterpreterResult>", - "replacement": "InterpreterResult::new(Some(String::new()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/errors.rs", - "line": 296, - "function": "::suggestion", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 569, - "function": "native_sqrti", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from_iter([Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1346, - "function": "TypeChecker<'a, 'b>::type_check_define_variable", - "return_type": "-> CheckResult<(ClarityName, TypeSignature)>", - "replacement": "CheckResult::new((Default::default(), Default::default()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1398, - "function": "TypeChecker<'a, 'b>::type_check_define_trait", - "return_type": "-> CheckResult<(ClarityName, BTreeMap)>", - "replacement": "CheckResult::new((Default::default(), BTreeMap::from_iter([(Default::default(), Default::default())])))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 233, - "function": "RollbackWrapper<'a>::nest", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 790, - "function": "STXBalance::amount_locked", - "return_type": "-> u128", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/callables.rs", - "line": 343, - "function": "DefinedFunction::is_public", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 886, - "function": "Value::list_with_type", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1040, - "function": "Environment<'a, 'b, 'hooks>::eval_read_only", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/mod.rs", - "line": 566, - "function": "check_principal_of", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 70, - "function": "AnalysisDatabase<'a>::storage_key", - "return_type": "-> &'static str", - "replacement": "\"xyzzy\"", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1825, - "function": "ContractContext::lookup_trait_definition", - "return_type": "-> Option>", - "replacement": "Some(BTreeMap::from_iter([(Default::default(), Default::default())]))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/errors.rs", - "line": 303, - "function": "formatted_expected_types", - "return_type": "-> String", - "replacement": "String::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1833, - "function": "ContractContext::is_name_used", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1489, - "function": "TypeSignature::parse_type_repr", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/errors.rs", - "line": 141, - "function": "::source", - "return_type": "-> Option<&(dyn error::Error +'static)>", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1044, - "function": "Value::expect_i128", - "return_type": "-> i128", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 53, - "function": "parse", - "return_type": "-> Result, Error>", - "replacement": "Ok(vec![Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 833, - "function": "OwnedEnvironment<'a, 'hooks>::begin", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 166, - "function": "::get_vrf_seed_for_block", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1851, - "function": "ClarityDatabase<'a>::burn_nft", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 518, - "function": "special_less_v1", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from_iter([Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 304, - "function": "ContractContext::get_trait", - "return_type": "-> Option<&BTreeMap>", - "replacement": "Some(&BTreeMap::new())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 1093, - "function": "parse", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from_iter([vec![]])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1012, - "function": "::reset_memory", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 227, - "function": "ReadOnlyChecker<'a, 'b>::check_read_only", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from_iter([false])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 49, - "function": "AssetIdentifier::STX", - "return_type": "-> AssetIdentifier", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 560, - "function": "native_mul", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 525, - "function": "ClarityDatabase<'a>::get_with_proof", - "return_type": "-> Option<(T, Vec)>", - "replacement": "Some((Default::default(), vec![1]))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 213, - "function": "ContractContext::add_read_only_function_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 483, - "function": "SymbolicExpression::set_span", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 307, - "function": "::get_block_at_height", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/stack_depth_checker.rs", - "line": 53, - "function": "check_vary", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 156, - "function": "FunctionType::check_args_2_1", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 208, - "function": "AnalysisDatabase<'a>::get_implemented_traits", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::new(BTreeSet::from_iter([Default::default()]))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 281, - "function": "::get_vrf_seed_for_block", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 197, - "function": "::match_list_mut", - "return_type": "-> Option<&mut[PreSymbolicExpression]>", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 950, - "function": "add_memory", - "return_type": "-> std::result::Result<(), CostErrors>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 971, - "function": "STXBalance::was_locked_by_v1", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/mod.rs", - "line": 113, - "function": "inner_handle_tuple_get", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/mod.rs", - "line": 864, - "function": "TypedNativeFunction::type_native_function::parse_principal_basic_type", - "return_type": "-> TypeSignature", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 291, - "function": "::set_block_hash", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/contract_interface_builder/mod.rs", - "line": 333, - "function": "ContractInterfaceVariable::from_map", - "return_type": "-> Vec", - "replacement": "vec![]", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 126, - "function": "ContractContext::add_map_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/tests/traits.rs", - "line": 1891, - "function": "test_pass_embedded_trait_to_subtrait_option_list", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 160, - "function": "::get_burn_block_height_for_block", - "return_type": "-> Option", - "replacement": "Some(1)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/variables.rs", - "line": 55, - "function": "is_reserved_name", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/tests/contracts.rs", - "line": 247, - "function": "tx_sponsor_contract_asserts", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 569, - "function": "native_sqrti", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1357, - "function": "TypeChecker<'a, 'b>::type_check_define_persisted_variable", - "return_type": "-> CheckResult<(ClarityName, TypeSignature)>", - "replacement": "CheckResult::new((Default::default(), Default::default()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/types.rs", - "line": 167, - "function": "ContractAnalysis::get_read_only_function_type", - "return_type": "-> Option<&FunctionType>", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/contexts.rs", - "line": 129, - "function": "TypingContext<'a>::lookup_trait_reference_type", - "return_type": "-> Option<&TraitIdentifier>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 47, - "function": "I128Ops::make_value", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1848, - "function": "ContractContext::canonicalize_types", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 237, - "function": "::get_pox_rejection_fraction", - "return_type": "-> u64", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/types.rs", - "line": 175, - "function": "ContractAnalysis::get_map_type", - "return_type": "-> Option<&(TypeSignature, TypeSignature)>", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/tests/traits.rs", - "line": 536, - "function": "test_dynamic_dispatch_mismatched_args", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1409, - "function": "TypeSignature::parse_tuple_type_repr", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/database.rs", - "line": 69, - "function": "special_contract_call", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/tests/mod.rs", - "line": 164, - "function": "test_only_mainnet_to_chain_id", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 87, - "function": "ast_check_size", - "return_type": "-> ParseResult", - "replacement": "ParseResult::from_iter([Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 546, - "function": "TypeChecker<'a, 'b>::type_check_define_function", - "return_type": "-> CheckResult<(ClarityName, FixedFunction)>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 408, - "function": "AssetMap::to_table", - "return_type": "-> HashMap>", - "replacement": "HashMap::from_iter([(Default::default(), HashMap::from_iter([(Default::default(), Default::default())]))])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/contexts.rs", - "line": 65, - "function": "TypeMap::get_type", - "return_type": "-> Option<&TypeSignature>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 554, - "function": "native_add", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 637, - "function": "::drained_items", - "return_type": "-> Vec", - "replacement": "vec![]", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 299, - "function": "::get_with_proof", - "return_type": "-> Option<(String, Vec)>", - "replacement": "Some((String::new(), vec![0]))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 532, - "function": "special_less_v2", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 239, - "function": "::get_block_at_height", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 295, - "function": "::get", - "return_type": "-> Option", - "replacement": "Some(String::new())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 1175, - "function": "Value::serialize_to_vec", - "return_type": "-> Vec", - "replacement": "vec![0]", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 303, - "function": "::eq", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 832, - "function": "ClarityDatabase<'a>::get_current_burnchain_block_height", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1219, - "function": "ExecutionCost::multiply", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/clarity.rs", - "line": 55, - "function": "::from", - "return_type": "-> Self", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 67, - "function": "BuffOps::make_value", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/contract_interface_builder/mod.rs", - "line": 354, - "function": "ContractInterfaceMap::from_map", - "return_type": "-> Vec", - "replacement": "vec![Default::default()]", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 116, - "function": "ContractContext::add_private_function_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1250, - "function": "int_log2", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/define.rs", - "line": 139, - "function": "handle_define_function", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 631, - "function": "OwnedEnvironment<'a, 'hooks>::get_exec_environment", - "return_type": "-> Environment<'b, 'a, 'hooks>", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 680, - "function": "::drained_items", - "return_type": "-> Vec>", - "replacement": "vec![vec![1]]", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 332, - "function": "STXBalanceSnapshot<'db, 'conn>::save", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/mod.rs", - "line": 50, - "function": "mem_type_check", - "return_type": "-> CheckResult<(Option, ContractAnalysis)>", - "replacement": "CheckResult::new((None, Default::default()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 275, - "function": "PreSymbolicExpression::sugared_contract_identifier", - "return_type": "-> PreSymbolicExpression", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1182, - "function": "BuffData::as_slice", - "return_type": "-> &[u8]", - "replacement": "Vec::leak(vec![1])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 189, - "function": "AnalysisDatabase<'a>::get_defined_trait", - "return_type": "-> CheckResult>>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 653, - "function": "::items", - "return_type": "-> &Vec", - "replacement": "&vec![]", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 292, - "function": "PreSymbolicExpression::atom_value", - "return_type": "-> PreSymbolicExpression", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 233, - "function": "ContractContext::add_map_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1019, - "function": "ClarityDatabase<'a>::make_microblock_pubkey_height_key", - "return_type": "-> String", - "replacement": "String::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 433, - "function": "Graph::edges_count", - "return_type": "-> ParseResult", - "replacement": "ParseResult::new(0)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 170, - "function": "ReadOnlyChecker<'a, 'b>::check_define_function", - "return_type": "-> CheckResult<(ClarityName, bool)>", - "replacement": "CheckResult::from_iter([(Default::default(), true)])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 377, - "function": "native_bitwise_or", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from_iter([Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 215, - "function": "AnalysisDatabase<'a>::destroy", - "return_type": "-> RollbackWrapper<'a>", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 351, - "function": "::get_burn_header_hash", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 504, - "function": "special_greater", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/sugar_expander/mod.rs", - "line": 66, - "function": "SugarExpander::transform", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 546, - "function": "TypeChecker<'a, 'b>::type_check_define_function", - "return_type": "-> CheckResult<(ClarityName, FixedFunction)>", - "replacement": "CheckResult::new((Default::default(), Default::default()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/mod.rs", - "line": 64, - "function": "FunctionType::check_args_by_allowing_trait_cast", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from_iter([Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 231, - "function": "::get_with_proof", - "return_type": "-> Option<(String, Vec)>", - "replacement": "Some((String::new(), vec![]))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 720, - "function": "parse", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new(vec![Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/callables.rs", - "line": 363, - "function": "DefinedFunction::canonicalize_types", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 186, - "function": "ContractContext::check_function_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 299, - "function": "PreSymbolicExpression::atom", - "return_type": "-> PreSymbolicExpression", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/errors.rs", - "line": 224, - "function": "::fmt", - "return_type": "-> fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 637, - "function": "::drained_items", - "return_type": "-> Vec", - "replacement": "vec![0]", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/assets.rs", - "line": 140, - "function": "check_special_transfer_asset", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/types.rs", - "line": 63, - "function": "ContractAST::add_implemented_trait", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 170, - "function": "ReadOnlyChecker<'a, 'b>::check_define_function", - "return_type": "-> CheckResult<(ClarityName, bool)>", - "replacement": "CheckResult::from_iter([(Default::default(), false)])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 153, - "function": "build_ast_with_diagnostics", - "return_type": "-> (ContractAST, Vec, bool)", - "replacement": "(Default::default(), vec![], false)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/contexts.rs", - "line": 82, - "function": "TypingContext<'a>::extend", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 84, - "function": "ContractContext::ft_exists", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 141, - "function": "::get_stacks_block_header_hash_for_block", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 920, - "function": "STXBalance::get_locked_balance_at_burn_block", - "return_type": "-> (u128, u64)", - "replacement": "(0, 1)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 779, - "function": "TypeChecker<'a, 'b>::type_check_define_nft", - "return_type": "-> CheckResult<(ClarityName, TypeSignature)>", - "replacement": "CheckResult::new((Default::default(), Default::default()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 802, - "function": "ClarityDatabase<'a>::get_current_block_height", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 420, - "function": "STXBalanceSnapshot<'db, 'conn>::set_balance", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 194, - "function": "ContractContext::get_persisted_variable_type", - "return_type": "-> Option<&TypeSignature>", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 162, - "function": "ContractContext::add_nft", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/errors.rs", - "line": 122, - "function": "ParseError::set_pre_expressions", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/mod.rs", - "line": 365, - "function": "check_contract_call", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 813, - "function": "ClarityDatabase<'a>::get_pox_3_activation_height", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/mod.rs", - "line": 75, - "function": "check_special_print", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 831, - "function": "trait_type_size", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new(1)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1414, - "function": "TypeChecker<'a, 'b>::try_type_check_define", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::from(None)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/trait_checker/mod.rs", - "line": 55, - "function": "TraitChecker::run", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 412, - "function": "Graph::add_node", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 620, - "function": "ClarityDatabase<'a>::fetch_metadata", - "return_type": "-> Result>", - "replacement": "Ok(Some(Default::default()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/mod.rs", - "line": 64, - "function": "FunctionType::check_args_by_allowing_trait_cast", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/tests/traits.rs", - "line": 34, - "function": "test_dynamic_dispatch_by_defining_trait", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 54, - "function": "DefinitionSorter::run_pass", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/sugar_expander/mod.rs", - "line": 66, - "function": "SugarExpander::transform", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from_iter([vec![Default::default()]])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 690, - "function": "::to_value", - "return_type": "-> Value", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/expression_identifier/mod.rs", - "line": 51, - "function": "ExpressionIdentifier::run_pre_expression_pass", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from_iter([()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 455, - "function": "lex", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from(vec![(Default::default(), 1, 1)])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/sqlite.rs", - "line": 203, - "function": "SqliteConnection::inner_open", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/types.rs", - "line": 143, - "function": "ContractAnalysis::add_non_fungible_token", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 171, - "function": "AnalysisDatabase<'a>::get_read_only_function_type", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::from_iter([None])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1521, - "function": "TupleData::get", - "return_type": "-> Result<&Value>", - "replacement": "Ok(&Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 240, - "function": "::get_pox_reward_cycle_length", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 868, - "function": "no_type", - "return_type": "-> TypeSignature", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/options.rs", - "line": 142, - "function": "inner_unwrap", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 372, - "function": "PreSymbolicExpression::match_list", - "return_type": "-> Option<&[PreSymbolicExpression]>", - "replacement": "Some(Vec::leak(Vec::new()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/contract_interface_builder/mod.rs", - "line": 389, - "function": "ContractInterface::serialize", - "return_type": "-> String", - "replacement": "String::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/errors.rs", - "line": 157, - "function": "::source", - "return_type": "-> Option<&(dyn error::Error +'static)>", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 892, - "function": "STXBalance::get_available_balance_at_burn_block", - "return_type": "-> u128", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 808, - "function": "ClarityDatabase<'a>::get_v1_unlock_height", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/maps.rs", - "line": 107, - "function": "check_set_or_insert_entry", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 861, - "function": "TupleTypeSignature::get_type_map", - "return_type": "-> &BTreeMap", - "replacement": "&BTreeMap::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1330, - "function": "ClarityDatabase<'a>::fetch_entry", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 177, - "function": "ContractContext::add_implemented_trait", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/contract_interface_builder/mod.rs", - "line": 236, - "function": "ContractInterfaceFunctionArg::from_function_args", - "return_type": "-> Vec", - "replacement": "vec![Default::default()]", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1951, - "function": "ClarityDatabase<'a>::get_burn_block_height", - "return_type": "-> Option", - "replacement": "Some(1)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/docs/mod.rs", - "line": 809, - "function": "get_signature", - "return_type": "-> Option", - "replacement": "Some(String::new())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 150, - "function": "::from", - "return_type": "-> RollbackWrapperPersistedLog", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 726, - "function": "OwnedEnvironment<'a, 'hooks>::initialize_contract_from_ast", - "return_type": "-> Result<((), AssetMap, Vec)>", - "replacement": "Ok(((), Default::default(), vec![Default::default()]))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 785, - "function": "clarity2_lookup_trait", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::from(BTreeMap::from_iter([(Default::default(), Default::default())]))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1120, - "function": "::cost_overflow_sub", - "return_type": "-> Result", - "replacement": "Ok(0)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 1047, - "function": "STXBalance::has_unlockable_tokens_at_burn_block", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/sugar_expander/mod.rs", - "line": 66, - "function": "SugarExpander::transform", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new(vec![])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/sqlite.rs", - "line": 50, - "function": "sqlite_get", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/mod.rs", - "line": 557, - "function": "execute", - "return_type": "-> Result>", - "replacement": "Ok(Some(Default::default()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1065, - "function": "TypeSignature::least_supertype_v2_0", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 389, - "function": "Lexer<'a>::read_ascii_string", - "return_type": "-> LexResult", - "replacement": "LexResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/sequences.rs", - "line": 252, - "function": "special_concat_v205", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1080, - "function": "Value::expect_buff_padded", - "return_type": "-> Vec", - "replacement": "vec![0]", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 150, - "function": "::from", - "return_type": "-> TypePrefix", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/variables.rs", - "line": 55, - "function": "is_reserved_name", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1652, - "function": "TypeSignature::size", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 174, - "function": "inner_build_ast", - "return_type": "-> ParseResult<(ContractAST, Vec, bool)>", - "replacement": "ParseResult::from_iter([(Default::default(), vec![Default::default()], true)])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 341, - "function": "PreSymbolicExpression::comment", - "return_type": "-> PreSymbolicExpression", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 495, - "function": "RollbackWrapper<'a>::get_metadata_manual", - "return_type": "-> InterpreterResult>", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 570, - "function": "SymbolicExpression::match_list", - "return_type": "-> Option<&[SymbolicExpression]>", - "replacement": "Some(Vec::leak(vec![Default::default()]))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 424, - "function": "depth_traverse", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 287, - "function": "::get_stacks_block_header_hash_for_block", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 210, - "function": "::get_stacks_epoch", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 36, - "function": "is_separator", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 160, - "function": "Lexer<'a>::proceed_through_error", - "return_type": "-> LexResult", - "replacement": "LexResult::from(\"xyzzy\".into())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1056, - "function": "::add_memory", - "return_type": "-> std::result::Result<(), CostErrors>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1707, - "function": "GlobalContext<'a, 'hooks>::begin_read_only", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/sequences.rs", - "line": 330, - "function": "native_element_at", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1321, - "function": "TypeChecker<'a, 'b>::inner_type_check", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 326, - "function": "Lexer<'a>::read_integer", - "return_type": "-> LexResult", - "replacement": "LexResult::from_iter([Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 405, - "function": "special_geq_v2", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1148, - "function": "Value::expect_result_ok", - "return_type": "-> Value", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 764, - "function": "OwnedEnvironment<'a, 'hooks>::stx_transfer", - "return_type": "-> Result<(Value, AssetMap, Vec)>", - "replacement": "Ok((Default::default(), Default::default(), vec![]))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/options.rs", - "line": 252, - "function": "check_special_unwrap", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 189, - "function": "TraitIdentifier::parse_fully_qualified", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 354, - "function": "RollbackWrapper<'a>::get_with_proof", - "return_type": "-> Option<(T, Vec)>", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 575, - "function": "Lexer<'a>::read_utf8_string", - "return_type": "-> LexResult", - "replacement": "LexResult::from(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/sequences.rs", - "line": 349, - "function": "check_special_len", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 604, - "function": "native_bitwise_right_shift", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from_iter([Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/callables.rs", - "line": 351, - "function": "DefinedFunction::get_identifier", - "return_type": "-> FunctionIdentifier", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/tests/traits.rs", - "line": 593, - "function": "test_dynamic_dispatch_mismatched_returned", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 67, - "function": "BuffOps::make_value", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from_iter([Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/mod.rs", - "line": 548, - "function": "TypedNativeFunction::type_native_function", - "return_type": "-> TypedNativeFunction", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/error.rs", - "line": 71, - "function": "::level", - "return_type": "-> crate::vm::diagnostic::Level", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 198, - "function": "::get_pox_3_activation_height", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 172, - "function": "::get_consensus_hash_for_block", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1771, - "function": "TupleTypeSignature::max_depth", - "return_type": "-> u8", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1071, - "function": "Value::expect_list", - "return_type": "-> Vec", - "replacement": "vec![]", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 54, - "function": "DefinitionSorter::run_pass", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from_iter([()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1156, - "function": "TypeChecker<'a, 'b>::try_native_function_check", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/docs/mod.rs", - "line": 2570, - "function": "make_for_define", - "return_type": "-> FunctionAPI", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 766, - "function": "TypeChecker<'a, 'b>::type_check_define_ft", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/options.rs", - "line": 92, - "function": "check_special_is_optional", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/assets.rs", - "line": 244, - "function": "check_special_burn_token", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 258, - "function": "PreSymbolicExpression::copy_span", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 801, - "function": "STXBalance::amount_unlocked", - "return_type": "-> u128", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/mod.rs", - "line": 50, - "function": "mem_type_check", - "return_type": "-> CheckResult<(Option, ContractAnalysis)>", - "replacement": "CheckResult::new((Some(Default::default()), Default::default()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1812, - "function": "parse_name_type_pairs", - "return_type": "-> Result>", - "replacement": "Ok(vec![(Default::default(), Default::default())])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 752, - "function": "OwnedEnvironment<'a, 'hooks>::execute_transaction", - "return_type": "-> Result<(Value, AssetMap, Vec)>", - "replacement": "Ok((Default::default(), Default::default(), vec![Default::default()]))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/events.rs", - "line": 223, - "function": "NFTTransferEventData::json_serialize", - "return_type": "-> serde_json::Value", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1053, - "function": "Value::expect_buff", - "return_type": "-> Vec", - "replacement": "vec![]", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/tests/contracts.rs", - "line": 369, - "function": "test_fully_qualified_contract_call", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 101, - "function": ">::drop_memory", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 463, - "function": "STXBalanceSnapshot<'db, 'conn>::is_v2_locked", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/docs/contracts.rs", - "line": 95, - "function": "make_docs", - "return_type": "-> ContractRef", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 604, - "function": "native_bitwise_right_shift", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/define.rs", - "line": 206, - "function": "handle_define_fungible_token", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/trait_checker/mod.rs", - "line": 39, - "function": "::run_pass", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/contract_interface_builder/mod.rs", - "line": 389, - "function": "ContractInterface::serialize", - "return_type": "-> String", - "replacement": "\"xyzzy\".into()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 801, - "function": "STXBalance::amount_unlocked", - "return_type": "-> u128", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 556, - "function": "OwnedEnvironment<'a, 'hooks>::new_toplevel", - "return_type": "-> OwnedEnvironment<'a, '_>", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/sqlite.rs", - "line": 133, - "function": "SqliteConnection::get_metadata", - "return_type": "-> Option", - "replacement": "Some(\"xyzzy\".into())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 832, - "function": "LimitedCostTracker::get_memory_limit", - "return_type": "-> u64", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/principals.rs", - "line": 155, - "function": "special_principal_destruct", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1771, - "function": "TupleTypeSignature::max_depth", - "return_type": "-> u8", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/options.rs", - "line": 246, - "function": "native_is_err", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 792, - "function": "TypeChecker<'a, 'b>::type_check_define_trait", - "return_type": "-> CheckResult<(ClarityName, BTreeMap)>", - "replacement": "CheckResult::new((Default::default(), BTreeMap::new()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/traits_resolver/mod.rs", - "line": 201, - "function": "TraitsResolver::probe_for_generics", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 225, - "function": "::get_stacks_epoch", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 687, - "function": "Parser<'a>::read_sugared_principal", - "return_type": "-> ParseResult", - "replacement": "ParseResult::from_iter([Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/sqlite.rs", - "line": 133, - "function": "SqliteConnection::get_metadata", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 384, - "function": "RollbackWrapper<'a>::deserialize_value", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1053, - "function": "Value::expect_buff", - "return_type": "-> Vec", - "replacement": "vec![0]", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 116, - "function": "ContractContext::add_private_function_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 112, - "function": "ReadOnlyChecker<'a, 'b>::check_top_level_expression", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 560, - "function": "native_mul", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 304, - "function": "ContractContext::get_trait", - "return_type": "-> Option<&BTreeMap>", - "replacement": "Some(&BTreeMap::from_iter([(Default::default(), Default::default())]))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/mod.rs", - "line": 569, - "function": "execute_v2", - "return_type": "-> Result>", - "replacement": "Ok(None)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 78, - "function": "::fmt", - "return_type": "-> std::fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/traits_resolver/mod.rs", - "line": 48, - "function": "TraitsResolver::run", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/tests/assets.rs", - "line": 935, - "function": "test_overlapping_nfts", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/sequences.rs", - "line": 56, - "function": "special_filter", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/database.rs", - "line": 469, - "function": "special_set_entry_v200", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 379, - "function": "DefinitionSorter::find_expression_definition", - "return_type": "-> Option<(ClarityName, u64, &'b PreSymbolicExpression)>", - "replacement": "Some((Default::default(), 0, &Default::default()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 107, - "function": ">::short_circuit_contract_call", - "return_type": "-> std::result::Result", - "replacement": "Ok(false)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 538, - "function": "STXBalanceSnapshot<'db, 'conn>::lock_tokens_v2", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1191, - "function": "BuffData::empty", - "return_type": "-> Self", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/conversions.rs", - "line": 218, - "function": "to_consensus_buff", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 464, - "function": "ListTypeData::destruct", - "return_type": "-> (TypeSignature, u32)", - "replacement": "(Default::default(), 1)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1197, - "function": "ListData::len", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 1083, - "function": "Parser<'a>::parse", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from(vec![])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/events.rs", - "line": 348, - "function": "SmartContractEventData::json_serialize", - "return_type": "-> serde_json::Value", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/sqlite.rs", - "line": 50, - "function": "sqlite_get", - "return_type": "-> Option", - "replacement": "Some(String::new())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 189, - "function": "rollback_lookup_map", - "return_type": "-> String", - "replacement": "\"xyzzy\".into()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 244, - "function": "ReadOnlyChecker<'a, 'b>::check_each_expression_is_read_only", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from_iter([false])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 137, - "function": "AnalysisDatabase<'a>::get_clarity_version", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 364, - "function": "::get_stacks_epoch_by_epoch_id", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 65, - "function": "DefinitionSorter::run", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1126, - "function": "Value::expect_callable", - "return_type": "-> CallableData", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 444, - "function": "ListTypeData::new_list", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 170, - "function": "ReadOnlyChecker<'a, 'b>::check_define_function", - "return_type": "-> CheckResult<(ClarityName, bool)>", - "replacement": "CheckResult::new((Default::default(), false))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 829, - "function": "OwnedEnvironment<'a, 'hooks>::eval_read_only", - "return_type": "-> Result<(Value, AssetMap, Vec)>", - "replacement": "Ok((Default::default(), Default::default(), vec![]))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/arithmetic_checker/mod.rs", - "line": 174, - "function": "ArithmeticOnlyChecker<'a>::check_native_function", - "return_type": "-> Result<(), Error>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/sugar_expander/mod.rs", - "line": 66, - "function": "SugarExpander::transform", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from(vec![])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 114, - "function": "::from", - "return_type": "-> Self", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 563, - "function": "native_div", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from_iter([Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 716, - "function": "LimitedCostTracker::default_cost_contract_for_epoch", - "return_type": "-> String", - "replacement": "\"xyzzy\".into()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 69, - "function": "parse_in_epoch", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from_iter([vec![]])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1007, - "function": "Value::string_utf8_from_bytes", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 466, - "function": "RollbackWrapper<'a>::get_metadata", - "return_type": "-> InterpreterResult>", - "replacement": "InterpreterResult::new(Some(\"xyzzy\".into()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/tests/traits.rs", - "line": 1600, - "function": "test_pass_embedded_trait_to_subtrait_ok", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 425, - "function": "RollbackWrapper<'a>::get_block_header_hash", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 41, - "function": "U128Ops::make_value", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 891, - "function": "compute_cost", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 563, - "function": "native_div", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/callables.rs", - "line": 331, - "function": "DefinedFunction::is_read_only", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 168, - "function": "ContractContext::check_name_used", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 174, - "function": "inner_build_ast", - "return_type": "-> ParseResult<(ContractAST, Vec, bool)>", - "replacement": "ParseResult::from((Default::default(), vec![Default::default()], true))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 139, - "function": "SequenceSubtype::is_list_type", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 678, - "function": "ClarityDatabase<'a>::set_contract_data_size", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 763, - "function": "TypeSignature::concretize", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/sequences.rs", - "line": 281, - "function": "special_as_max_len", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 357, - "function": "DefinitionSorter::probe_for_dependencies_in_wrapped_key_value_pairs", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 328, - "function": "FunctionType::principal_to_callable_type", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 166, - "function": "::get_vrf_seed_for_block", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1812, - "function": "parse_name_type_pairs", - "return_type": "-> Result>", - "replacement": "Ok(vec![])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/tests/principals.rs", - "line": 306, - "function": "create_principal_destruct_tuple_from_strings", - "return_type": "-> Value", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 247, - "function": "::get_open_chain_tip_height", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1099, - "function": "Value::expect_tuple", - "return_type": "-> TupleData", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 191, - "function": "::get_tokens_earned_for_block", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 646, - "function": "TypeChecker<'a, 'b>::try_native_function_check", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1886, - "function": "ClarityDatabase<'a>::make_key_for_account_unlock_height", - "return_type": "-> String", - "replacement": "String::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 349, - "function": "AssetMap::commit_other", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/contexts.rs", - "line": 112, - "function": "TypingContext<'a>::add_variable_type", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 65, - "function": "symbols_from_values", - "return_type": "-> Vec", - "replacement": "vec![]", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/sequences.rs", - "line": 178, - "function": "special_append", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/types.rs", - "line": 230, - "function": "ContractAnalysis::check_trait_compliance", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 519, - "function": "TypeSignature::admits", - "return_type": "-> Result", - "replacement": "Ok(true)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/trait_checker/mod.rs", - "line": 39, - "function": "::run_pass", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/options.rs", - "line": 303, - "function": "check_special_match_opt", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/sequences.rs", - "line": 264, - "function": "check_special_append", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 525, - "function": "ClarityDatabase<'a>::get_with_proof", - "return_type": "-> Option<(T, Vec)>", - "replacement": "Some((Default::default(), vec![0]))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 351, - "function": "SequenceData::contains", - "return_type": "-> Result>", - "replacement": "Ok(None)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/coverage.rs", - "line": 78, - "function": "CoverageReporter::to_file", - "return_type": "-> std::io::Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/sqlite.rs", - "line": 91, - "function": "SqliteConnection::insert_metadata", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1038, - "function": "ClarityDatabase<'a>::get_cc_special_cases_handler", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 1198, - "function": "Value::sanitize_value", - "return_type": "-> Option<(Value, bool)>", - "replacement": "Some((Default::default(), true))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/sequences.rs", - "line": 39, - "function": "get_simple_native_or_user_define", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from_iter([Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/tests/traits.rs", - "line": 1100, - "function": "test_contract_of_value", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 766, - "function": "TypeChecker<'a, 'b>::type_check_define_ft", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from_iter([Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 186, - "function": "ContractContext::check_function_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 126, - "function": "ContractContext::add_map_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/principals.rs", - "line": 88, - "function": "create_principal_destruct_tuple", - "return_type": "-> Value", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1319, - "function": "PrincipalData::parse_qualified_contract_principal", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 616, - "function": "STXBalanceSnapshot<'db, 'conn>::extend_lock_v3", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/expression_identifier/mod.rs", - "line": 23, - "function": "inner_relabel", - "return_type": "-> ParseResult", - "replacement": "ParseResult::from_iter([0])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 253, - "function": "::get_sortition_id_from_consensus_hash", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 181, - "function": "::get_burnchain_tokens_spent_for_winning_block", - "return_type": "-> Option", - "replacement": "Some(0)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/sugar_expander/mod.rs", - "line": 40, - "function": "::run_pass", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1463, - "function": "TypeSignature::parse_optional_type_repr", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 287, - "function": "::get_stacks_block_header_hash_for_block", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1714, - "function": "GlobalContext<'a, 'hooks>::commit", - "return_type": "-> Result<(Option, Option)>", - "replacement": "Ok((None, Some(Default::default())))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 456, - "function": "GraphWalker::get_sorted_dependencies", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from_iter([vec![0]])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 551, - "function": "SymbolicExpression::trait_reference", - "return_type": "-> SymbolicExpression", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 687, - "function": "Parser<'a>::read_sugared_principal", - "return_type": "-> ParseResult", - "replacement": "ParseResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 575, - "function": "Lexer<'a>::read_utf8_string", - "return_type": "-> LexResult", - "replacement": "LexResult::new(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 479, - "function": "TypeChecker<'a, 'b>::type_check", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 345, - "function": "DefinitionSorter::probe_for_dependencies_in_list_of_wrapped_key_value_pairs", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from_iter([()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 882, - "function": ">::drop_memory", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 102, - "function": "::source", - "return_type": "-> Option<&(dyn error::Error +'static)>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 464, - "function": "SymbolicExpression::cons", - "return_type": "-> SymbolicExpression", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/crypto.rs", - "line": 71, - "function": "pubkey_to_address_v1", - "return_type": "-> StacksAddress", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 463, - "function": "Parser<'a>::open_tuple", - "return_type": "-> ParseResult", - "replacement": "ParseResult::from(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/database.rs", - "line": 260, - "function": "special_fetch_variable_v205", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 687, - "function": "OwnedEnvironment<'a, 'hooks>::initialize_contract", - "return_type": "-> Result<((), AssetMap, Vec)>", - "replacement": "Ok(((), Default::default(), vec![Default::default()]))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/mod.rs", - "line": 188, - "function": "check_special_tuple_cons", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1305, - "function": "TypeSignature::empty_list", - "return_type": "-> ListTypeData", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 557, - "function": "native_sub", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 779, - "function": "TypeChecker<'a, 'b>::type_check_define_nft", - "return_type": "-> CheckResult<(ClarityName, TypeSignature)>", - "replacement": "CheckResult::from((Default::default(), Default::default()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/stack_depth_checker.rs", - "line": 48, - "function": "::run_pass", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1719, - "function": "ClarityDatabase<'a>::get_ft_balance", - "return_type": "-> Result", - "replacement": "Ok(0)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 263, - "function": "::get_pox_payout_addrs", - "return_type": "-> Option<(Vec, u128)>", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/sugar_expander/mod.rs", - "line": 56, - "function": "SugarExpander::run", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from_iter([()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/define.rs", - "line": 291, - "function": "DefineFunctionsParsed<'a>::try_parse", - "return_type": "-> std::result::Result>, CheckErrors>", - "replacement": "Ok(Some(Default::default()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 806, - "function": "::try_from", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/sequences.rs", - "line": 156, - "function": "check_special_fold", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 558, - "function": "SymbolicExpression::field", - "return_type": "-> SymbolicExpression", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/sequences.rs", - "line": 226, - "function": "special_concat_v200", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 495, - "function": "RollbackWrapper<'a>::get_metadata_manual", - "return_type": "-> InterpreterResult>", - "replacement": "InterpreterResult::from_iter([None])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 639, - "function": "native_to_int", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 699, - "function": "ClarityDatabase<'a>::has_contract", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 624, - "function": "TypeSignature::admits_type_v2_1", - "return_type": "-> Result", - "replacement": "Ok(false)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 181, - "function": "::get_burnchain_tokens_spent_for_block", - "return_type": "-> Option", - "replacement": "Some(1)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1599, - "function": "GlobalContext<'a, 'hooks>::get_asset_map", - "return_type": "-> &mut AssetMap", - "replacement": "Box::leak(Box::new(Default::default()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 186, - "function": "::get_burnchain_tokens_spent_for_winning_block", - "return_type": "-> Option", - "replacement": "Some(0)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 1097, - "function": "Value::try_deserialize_hex", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 800, - "function": "::eq", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1025, - "function": "::short_circuit_contract_call", - "return_type": "-> Result", - "replacement": "Ok(true)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/options.rs", - "line": 242, - "function": "native_is_okay", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/sequences.rs", - "line": 39, - "function": "get_simple_native_or_user_define", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from_iter([Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1962, - "function": "CallStack::remove", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 61, - "function": "ContractContext::check_name_used", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/events.rs", - "line": 297, - "function": "FTTransferEventData::json_serialize", - "return_type": "-> serde_json::Value", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 853, - "function": "TupleTypeSignature::is_empty", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/mod.rs", - "line": 110, - "function": "check_special_begin", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/options.rs", - "line": 216, - "function": "native_some", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 192, - "function": "inner_lex", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from(vec![(Default::default(), 1, 0)])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/contract_interface_builder/mod.rs", - "line": 354, - "function": "ContractInterfaceMap::from_map", - "return_type": "-> Vec", - "replacement": "vec![]", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 79, - "function": "ContractContext::check_function_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 103, - "function": "build_ast_with_rules", - "return_type": "-> ParseResult", - "replacement": "ParseResult::from_iter([Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/tests/assets.rs", - "line": 138, - "function": "test_native_stx_ops", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1398, - "function": "TypeChecker<'a, 'b>::type_check_define_trait", - "return_type": "-> CheckResult<(ClarityName, BTreeMap)>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 59, - "function": ">::run_pass", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/callables.rs", - "line": 87, - "function": "NativeHandle::apply", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/expression_identifier/mod.rs", - "line": 58, - "function": "ExpressionIdentifier::run_expression_pass", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/contexts.rs", - "line": 82, - "function": "TypingContext<'a>::extend", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 174, - "function": "inner_build_ast", - "return_type": "-> ParseResult<(ContractAST, Vec, bool)>", - "replacement": "ParseResult::from((Default::default(), vec![], true))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 324, - "function": "DefinitionSorter::probe_for_dependencies_in_define_args", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 177, - "function": "ContractContext::add_implemented_trait", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/assets.rs", - "line": 213, - "function": "check_special_burn_asset", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 808, - "function": "ClarityDatabase<'a>::get_v1_unlock_height", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/principals.rs", - "line": 47, - "function": "version_matches_current_network", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 186, - "function": "ContractContext::get_map_type", - "return_type": "-> Option<&(TypeSignature, TypeSignature)>", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 174, - "function": "inner_build_ast", - "return_type": "-> ParseResult<(ContractAST, Vec, bool)>", - "replacement": "ParseResult::from_iter([(Default::default(), vec![Default::default()], false)])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 195, - "function": "ContractContext::get_nft_type", - "return_type": "-> Option<&TypeSignature>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 269, - "function": "ContractContext::add_nft", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/expression_identifier/mod.rs", - "line": 23, - "function": "inner_relabel", - "return_type": "-> ParseResult", - "replacement": "ParseResult::new(1)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/options.rs", - "line": 220, - "function": "is_some", - "return_type": "-> Result", - "replacement": "Ok(false)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 766, - "function": "BurnBlockInfoProperty::type_result", - "return_type": "-> TypeSignature", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 202, - "function": "::get_burn_block_height", - "return_type": "-> Option", - "replacement": "Some(1)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 885, - "function": ">::reset_memory", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 197, - "function": "::match_list_mut", - "return_type": "-> Option<&mut[PreSymbolicExpression]>", - "replacement": "Some(Vec::leak(Vec::new()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1092, - "function": "::to_sql", - "return_type": "-> rusqlite::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/conversions.rs", - "line": 53, - "function": "buff_to_int_generic", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 355, - "function": "::get_stacks_epoch", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 259, - "function": "ContractContext::add_ft", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 89, - "function": "analysis_typecheck_cost", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/conversions.rs", - "line": 114, - "function": "native_buff_to_uint_be::convert_to_uint_be", - "return_type": "-> Value", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 297, - "function": "trait_type_size", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from(0)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 131, - "function": "Parser<'a>::next_token", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 65, - "function": "DefinitionSorter::run", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 252, - "function": "::get_pox_payout_addrs", - "return_type": "-> Option<(Vec, u128)>", - "replacement": "Some((vec![], 1))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 486, - "function": "ClarityDatabase<'a>::put_value_with_size", - "return_type": "-> Result", - "replacement": "Ok(0)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 612, - "function": "clarity2_inner_type_check_type", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 268, - "function": "ReadOnlyChecker<'a, 'b>::try_check_native_function_is_read_only", - "return_type": "-> Option>", - "replacement": "Some(CheckResult::from(false))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 213, - "function": "NullBackingStore::as_clarity_db", - "return_type": "-> ClarityDatabase", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/sequences.rs", - "line": 349, - "function": "check_special_len", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 229, - "function": "RollbackWrapper<'a>::get_cc_special_cases_handler", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1025, - "function": "::short_circuit_contract_call", - "return_type": "-> Result", - "replacement": "Ok(false)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 554, - "function": "::fmt", - "return_type": "-> fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/sequences.rs", - "line": 367, - "function": "check_special_element_at", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 728, - "function": "parse_no_stack_limit", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new(vec![Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 472, - "function": "STXBalanceSnapshot<'db, 'conn>::increase_lock_v2", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 284, - "function": "AssetMap::get_next_amount", - "return_type": "-> Result", - "replacement": "Ok(1)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1099, - "function": "::column_result", - "return_type": "-> FromSqlResult", - "replacement": "FromSqlResult::new(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 79, - "function": "ContractContext::check_function_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 221, - "function": "CostStateSummary::empty", - "return_type": "-> CostStateSummary", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 376, - "function": "::try_from", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 508, - "function": "parse_lexed", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from(vec![Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 220, - "function": "::get_stacks_epoch_by_epoch_id", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1196, - "function": "ExecutionCost::add_runtime", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 381, - "function": "native_bitwise_not", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1162, - "function": "Value::expect_result_err", - "return_type": "-> Value", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1205, - "function": "ListData::append", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 41, - "function": "U128Ops::make_value", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 118, - "function": ">::run_pass", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/errors.rs", - "line": 319, - "function": "::message", - "return_type": "-> String", - "replacement": "\"xyzzy\".into()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 429, - "function": "Graph::nodes_count", - "return_type": "-> usize", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/sqlite.rs", - "line": 36, - "function": "sqlite_put", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/tests/contracts.rs", - "line": 1116, - "function": "test_cc_trait_stack_depth", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/types.rs", - "line": 135, - "function": "ContractAnalysis::add_public_function", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 307, - "function": "DefinitionSorter::probe_for_dependencies_in_tuple", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 448, - "function": "special_leq_v2", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 281, - "function": "ReadOnlyChecker<'a, 'b>::check_native_function_is_read_only", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from(false)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/options.rs", - "line": 378, - "function": "check_special_match", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/sqlite.rs", - "line": 81, - "function": "SqliteConnection::get", - "return_type": "-> Option", - "replacement": "Some(String::new())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/types.rs", - "line": 163, - "function": "ContractAnalysis::get_public_function_type", - "return_type": "-> Option<&FunctionType>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/docs/contracts.rs", - "line": 69, - "function": "doc_execute", - "return_type": "-> Result, vm::Error>", - "replacement": "Ok(None)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 195, - "function": "::from", - "return_type": "-> SerializedCostStateSummary", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 321, - "function": "::from", - "return_type": "-> FunctionSignature", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 157, - "function": "::get_stacks_block_header_hash_for_block", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 801, - "function": "OwnedEnvironment<'a, 'hooks>::eval_raw", - "return_type": "-> Result<(Value, AssetMap, Vec)>", - "replacement": "Ok((Default::default(), Default::default(), vec![Default::default()]))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 77, - "function": "StandardPrincipalData::transient", - "return_type": "-> StandardPrincipalData", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 158, - "function": "Parser<'a>::peek_last_token", - "return_type": "-> ParseResult<&PlacedToken>", - "replacement": "ParseResult::from(&Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 364, - "function": "::get_stacks_epoch_by_epoch_id", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/mod.rs", - "line": 160, - "function": "check_special_merge", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1371, - "function": "Environment<'a, 'b, 'hooks>::stx_transfer", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 364, - "function": "native_xor", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 728, - "function": "parse_no_stack_limit", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new(vec![])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/mod.rs", - "line": 614, - "function": "check_secp256k1_recover", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/assets.rs", - "line": 676, - "function": "special_transfer_token", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/mod.rs", - "line": 73, - "function": "boot_util::boot_code_id", - "return_type": "-> QualifiedContractIdentifier", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 202, - "function": "::get_burn_block_height", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1939, - "function": "CallStack::depth", - "return_type": "-> usize", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/token.rs", - "line": 82, - "function": "Token::reproduce", - "return_type": "-> String", - "replacement": "String::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 309, - "function": "build_ast", - "return_type": "-> ParseResult", - "replacement": "ParseResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 299, - "function": "::get_with_proof", - "return_type": "-> Option<(String, Vec)>", - "replacement": "Some((String::new(), vec![]))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1958, - "function": "CallStack::decr_apply_depth", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/tests/traits.rs", - "line": 1289, - "function": "test_return_trait_with_contract_of_wrapped_in_let", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 565, - "function": "::fmt", - "return_type": "-> fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 430, - "function": "ReadOnlyChecker<'a, 'b>::check_expression_application_is_read_only", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from(true)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1349, - "function": "TypeSignature::construct_parent_list_type", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 208, - "function": "AnalysisDatabase<'a>::get_implemented_traits", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::new(BTreeSet::new())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/sqlite.rs", - "line": 81, - "function": "SqliteConnection::get", - "return_type": "-> Option", - "replacement": "Some(\"xyzzy\".into())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1000, - "function": "::add_memory", - "return_type": "-> std::result::Result<(), CostErrors>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 136, - "function": "ContractContext::add_variable_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/sequences.rs", - "line": 156, - "function": "check_special_fold", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 174, - "function": "inner_build_ast", - "return_type": "-> ParseResult<(ContractAST, Vec, bool)>", - "replacement": "ParseResult::from_iter([(Default::default(), vec![], true)])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1458, - "function": "Environment<'a, 'b, 'hooks>::register_stx_burn_event", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 52, - "function": "ASCIIOps::make_value", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from_iter([Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 326, - "function": "::get_tokens_earned_for_block", - "return_type": "-> Option", - "replacement": "Some(0)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 57, - "function": "execute", - "return_type": "-> Value", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 283, - "function": "Parser<'a>::handle_open_tuple", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from(Some(Default::default()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 1109, - "function": "parse_collect_diagnostics", - "return_type": "-> (Vec, Vec, bool)", - "replacement": "(vec![], vec![Default::default()], true)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 107, - "function": ">::short_circuit_contract_call", - "return_type": "-> std::result::Result", - "replacement": "Ok(true)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1886, - "function": "ClarityDatabase<'a>::make_key_for_account_unlock_height", - "return_type": "-> String", - "replacement": "\"xyzzy\".into()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 152, - "function": "ContractContext::add_ft", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 545, - "function": "::fmt", - "return_type": "-> fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 278, - "function": "SequenceData::element_at", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 474, - "function": "Lexer<'a>::read_utf8_encoding", - "return_type": "-> LexResult>", - "replacement": "LexResult::new(Ok(\"xyzzy\".into()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 554, - "function": "native_add", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/tests/mod.rs", - "line": 126, - "function": "env_factory", - "return_type": "-> MemoryEnvironmentGenerator", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 541, - "function": "SymbolicExpression::list", - "return_type": "-> SymbolicExpression", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/errors.rs", - "line": 120, - "function": "::eq", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1019, - "function": "ClarityDatabase<'a>::make_microblock_pubkey_height_key", - "return_type": "-> String", - "replacement": "\"xyzzy\".into()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1279, - "function": "ClarityDatabase<'a>::load_map", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1784, - "function": "GlobalContext<'a, 'hooks>::destruct", - "return_type": "-> Option<(ClarityDatabase<'a>, LimitedCostTracker)>", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1250, - "function": "int_log2", - "return_type": "-> Option", - "replacement": "Some(0)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 807, - "function": "Parser<'a>::parse_node", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from_iter([Some(Default::default())])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 137, - "function": "AnalysisDatabase<'a>::get_clarity_version", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from_iter([Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 546, - "function": "special_less", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 244, - "function": "ReadOnlyChecker<'a, 'b>::check_each_expression_is_read_only", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from(false)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 416, - "function": "Graph::add_directed_edge", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 152, - "function": "ContractContext::add_ft", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/errors.rs", - "line": 169, - "function": "::from", - "return_type": "-> Self", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1954, - "function": "CallStack::incr_apply_depth", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 705, - "function": "OwnedEnvironment<'a, 'hooks>::initialize_versioned_contract", - "return_type": "-> Result<((), AssetMap, Vec)>", - "replacement": "Ok(((), Default::default(), vec![]))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 149, - "function": "::get_burn_block_time_for_block", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/mod.rs", - "line": 96, - "function": "version_string", - "return_type": "-> String", - "replacement": "\"xyzzy\".into()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 140, - "function": "Lexer<'a>::read_line", - "return_type": "-> LexResult", - "replacement": "LexResult::from_iter([\"xyzzy\".into()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 455, - "function": "lex", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new(vec![(Default::default(), 1, 1)])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/mod.rs", - "line": 45, - "function": "FunctionType::check_args", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/options.rs", - "line": 381, - "function": "check_special_match", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/contexts.rs", - "line": 97, - "function": "TypingContext<'a>::lookup_variable_type", - "return_type": "-> Option<&TypeSignature>", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/traits_resolver/mod.rs", - "line": 201, - "function": "TraitsResolver::probe_for_generics", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 455, - "function": "lex", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new(vec![(Default::default(), 0, 1)])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 356, - "function": "PreSymbolicExpression::match_atom_value", - "return_type": "-> Option<&Value>", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 171, - "function": "AnalysisDatabase<'a>::get_read_only_function_type", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::from(Some(Default::default()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 379, - "function": "DefinitionSorter::find_expression_definition", - "return_type": "-> Option<(ClarityName, u64, &'b PreSymbolicExpression)>", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 358, - "function": "STXBalanceSnapshot<'db, 'conn>::get_available_balance", - "return_type": "-> u128", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 424, - "function": "STXBalanceSnapshot<'db, 'conn>::lock_tokens_v1", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 425, - "function": "Graph::has_node_descendants", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 376, - "function": "STXBalanceSnapshot<'db, 'conn>::has_locked_tokens", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 149, - "function": "::get_burn_block_time_for_block", - "return_type": "-> Option", - "replacement": "Some(0)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 871, - "function": "Value::size", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1696, - "function": "TypeSignature::inner_type_size", - "return_type": "-> Option", - "replacement": "Some(0)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 490, - "function": "AssetMap::get_nonfungible_tokens", - "return_type": "-> Option<&Vec>", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 66, - "function": "Lexer<'a>::add_diagnostic", - "return_type": "-> LexResult<()>", - "replacement": "LexResult::new(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1090, - "function": "Value::expect_bool", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 347, - "function": "::from", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 1198, - "function": "Value::sanitize_value", - "return_type": "-> Option<(Value, bool)>", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/arithmetic_checker/mod.rs", - "line": 132, - "function": "ArithmeticOnlyChecker<'a>::check_expression", - "return_type": "-> Result<(), Error>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 472, - "function": "ClarityDatabase<'a>::get", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 978, - "function": "TypeSignature::max_string_ascii", - "return_type": "-> TypeSignature", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 517, - "function": "RollbackWrapper<'a>::has_entry", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 96, - "function": "QualifiedContractIdentifier::local", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1227, - "function": "ASCIIData::len", - "return_type": "-> BufferLength", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 103, - "function": "build_ast_with_rules", - "return_type": "-> ParseResult", - "replacement": "ParseResult::new(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1943, - "function": "ClarityDatabase<'a>::set_account_nonce", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 308, - "function": "ContractContext::get_map_type", - "return_type": "-> Option<&(TypeSignature, TypeSignature)>", - "replacement": "Some(&(Default::default(), Default::default()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 535, - "function": "Value::deserialize_read_count", - "return_type": "-> Result<(Value, u64), SerializationError>", - "replacement": "Ok((Default::default(), 1))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 860, - "function": "ClarityDatabase<'a>::get_block_time", - "return_type": "-> u64", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 198, - "function": "::get_burn_block_height", - "return_type": "-> Option", - "replacement": "Some(0)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 680, - "function": "::drained_items", - "return_type": "-> Vec>", - "replacement": "vec![vec![]]", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 320, - "function": "PreSymbolicExpression::list", - "return_type": "-> PreSymbolicExpression", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1302, - "function": "ClarityDatabase<'a>::make_key_for_data_map_entry_serialized", - "return_type": "-> String", - "replacement": "\"xyzzy\".into()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 192, - "function": "inner_lex", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from_iter([vec![(Default::default(), 0, 1)]])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1543, - "function": "Environment<'a, 'b, 'hooks>::register_ft_mint_event", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 994, - "function": "::add_cost", - "return_type": "-> std::result::Result<(), CostErrors>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1250, - "function": "int_log2", - "return_type": "-> Option", - "replacement": "Some(1)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 508, - "function": "parse_lexed", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new(vec![])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/stack_depth_checker.rs", - "line": 74, - "function": "::run_pass", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 193, - "function": "::deserialize", - "return_type": "-> ContractCommitment", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/assets.rs", - "line": 167, - "function": "check_special_transfer_token", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1398, - "function": "TypeChecker<'a, 'b>::type_check_define_trait", - "return_type": "-> CheckResult<(ClarityName, BTreeMap)>", - "replacement": "CheckResult::new((Default::default(), BTreeMap::new()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 140, - "function": "Lexer<'a>::read_line", - "return_type": "-> LexResult", - "replacement": "LexResult::from_iter([String::new()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 463, - "function": "SequenceData::concat", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 268, - "function": "ReadOnlyChecker<'a, 'b>::try_check_native_function_is_read_only", - "return_type": "-> Option>", - "replacement": "Some(CheckResult::new(false))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 546, - "function": "special_less", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 136, - "function": "::compute_cost", - "return_type": "-> std::result::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/mod.rs", - "line": 134, - "function": "check_special_get", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/conversions.rs", - "line": 185, - "function": "native_int_to_string_generic", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 192, - "function": "inner_lex", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new(vec![(Default::default(), 1, 0)])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/events.rs", - "line": 248, - "function": "NFTMintEventData::json_serialize", - "return_type": "-> serde_json::Value", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 395, - "function": "::get_pox_payout_addrs", - "return_type": "-> Option<(Vec, u128)>", - "replacement": "Some((vec![], 0))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/errors.rs", - "line": 295, - "function": "check_arguments_at_most", - "return_type": "-> Result<(), CheckErrors>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/coverage.rs", - "line": 170, - "function": "CoverageReporter::register_src_file", - "return_type": "-> std::io::Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/traits_resolver/mod.rs", - "line": 48, - "function": "TraitsResolver::run", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/tests/contracts.rs", - "line": 1018, - "function": "test_as_max_len", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/database.rs", - "line": 374, - "function": "special_fetch_entry_v200", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/sequences.rs", - "line": 39, - "function": "get_simple_native_or_user_define", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/contexts.rs", - "line": 125, - "function": "TypingContext<'a>::add_trait_reference", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 368, - "function": "STXBalanceSnapshot<'db, 'conn>::canonical_balance_repr", - "return_type": "-> STXBalance", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 112, - "function": "ReadOnlyChecker<'a, 'b>::check_top_level_expression", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1957, - "function": "ClarityDatabase<'a>::get_stacks_epoch", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 808, - "function": "TypeChecker<'a, 'b>::try_type_check_define", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::new(None)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/mod.rs", - "line": 197, - "function": "NativeFunctions::lookup_by_name_at_version", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/mod.rs", - "line": 50, - "function": "mem_type_check", - "return_type": "-> CheckResult<(Option, ContractAnalysis)>", - "replacement": "CheckResult::from((Some(Default::default()), Default::default()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 116, - "function": "ContractContext::add_private_function_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1117, - "function": "::cost_overflow_add", - "return_type": "-> Result", - "replacement": "Ok(1)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/assets.rs", - "line": 193, - "function": "special_stx_transfer_memo", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/options.rs", - "line": 281, - "function": "eval_with_new_binding", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/sequences.rs", - "line": 448, - "function": "check_special_replace_at", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 265, - "function": "SequenceData::len", - "return_type": "-> usize", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 807, - "function": "Parser<'a>::parse_node", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from(None)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 153, - "function": "AnalysisDatabase<'a>::get_public_function_type", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::from(None)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 338, - "function": "RollbackWrapper<'a>::set_block_hash", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1039, - "function": "TypeChecker<'a, 'b>::type_check_function_type", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 153, - "function": "AnalysisDatabase<'a>::get_public_function_type", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::new(None)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 652, - "function": "OwnedEnvironment<'a, 'hooks>::execute_in_env", - "return_type": "-> std::result::Result<(A, AssetMap, Vec), E>", - "replacement": "Ok((Default::default(), Default::default(), vec![Default::default()]))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 1139, - "function": "Value::serialized_size", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 256, - "function": "SequenceData::element_size", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/assets.rs", - "line": 809, - "function": "special_get_owner_v200", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 210, - "function": "Lexer<'a>::read_identifier", - "return_type": "-> LexResult", - "replacement": "LexResult::from(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 381, - "function": "native_bitwise_not", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 62, - "function": "TraitContext::add_defined_trait", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 490, - "function": "AssetMap::get_nonfungible_tokens", - "return_type": "-> Option<&Vec>", - "replacement": "Some(&vec![Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 87, - "function": "ast_check_size", - "return_type": "-> ParseResult", - "replacement": "ParseResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 951, - "function": "Value::buff_from_byte", - "return_type": "-> Value", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 498, - "function": "TypeSignature::new_response", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 268, - "function": "ReadOnlyChecker<'a, 'b>::try_check_native_function_is_read_only", - "return_type": "-> Option>", - "replacement": "Some(CheckResult::from_iter([false]))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 305, - "function": "type_reserved_variable", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 247, - "function": "FunctionType::check_args_by_allowing_trait_cast_2_05", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from_iter([Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 533, - "function": "ClarityDatabase<'a>::make_key_for_trip", - "return_type": "-> String", - "replacement": "\"xyzzy\".into()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/traits_resolver/mod.rs", - "line": 182, - "function": "TraitsResolver::try_parse_pre_expr", - "return_type": "-> Option<(DefineFunctions, Vec<&'a PreSymbolicExpression>)>", - "replacement": "Some((Default::default(), vec![]))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/assets.rs", - "line": 894, - "function": "special_get_token_supply", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 687, - "function": "Parser<'a>::read_sugared_principal", - "return_type": "-> ParseResult", - "replacement": "ParseResult::from(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1055, - "function": "TypeChecker<'a, 'b>::type_check_define_function", - "return_type": "-> CheckResult<(ClarityName, FixedFunction)>", - "replacement": "CheckResult::from((Default::default(), Default::default()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 59, - "function": "UTF8Ops::make_value", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 247, - "function": "::get_burn_start_height", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 209, - "function": "::get_sortition_id_from_consensus_hash", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/assets.rs", - "line": 98, - "function": "special_stx_balance", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 521, - "function": "Parser<'a>::read_principal", - "return_type": "-> ParseResult", - "replacement": "ParseResult::from_iter([Default::default()])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1201, - "function": "ListData::is_empty", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 106, - "function": "ContractContext::add_read_only_function_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 394, - "function": "::from", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1957, - "function": "ClarityDatabase<'a>::get_stacks_epoch", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/conversions.rs", - "line": 113, - "function": "native_buff_to_uint_be", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 299, - "function": "::get_with_proof", - "return_type": "-> Option<(String, Vec)>", - "replacement": "Some((\"xyzzy\".into(), vec![]))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 430, - "function": "ReadOnlyChecker<'a, 'b>::check_expression_application_is_read_only", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from_iter([false])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/variables.rs", - "line": 63, - "function": "lookup_reserved_variable", - "return_type": "-> Result>", - "replacement": "Ok(Some(Default::default()))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 235, - "function": "::get_side_store", - "return_type": "-> &Connection", - "replacement": "&Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 188, - "function": "Parser<'a>::ignore_whitespace_and_comments", - "return_type": "-> Vec", - "replacement": "vec![]", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1137, - "function": "ExecutionCost::proportion_largest_dimension", - "return_type": "-> u64", - "replacement": "1", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 857, - "function": "TupleTypeSignature::field_type", - "return_type": "-> Option<&TypeSignature>", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 525, - "function": "ClarityDatabase<'a>::get_with_proof", - "return_type": "-> Option<(T, Vec)>", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1417, - "function": "TypeSignature::parse_buff_type_repr", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 292, - "function": "ContractContext::add_used_trait", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 845, - "function": "type_reserved_variable", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 1127, - "function": "Value::try_deserialize_bytes_untyped", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/types.rs", - "line": 190, - "function": "ContractAnalysis::get_defined_trait", - "return_type": "-> Option<&BTreeMap>", - "replacement": "Some(&BTreeMap::new())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 578, - "function": "SymbolicExpression::match_atom", - "return_type": "-> Option<&ClarityName>", - "replacement": "None", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 808, - "function": "TypeChecker<'a, 'b>::try_type_check_define", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::from_iter([Some(())])", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 69, - "function": "parse_in_epoch", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 966, - "function": "TypeSignature::min_string_ascii", - "return_type": "-> TypeSignature", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/options.rs", - "line": 32, - "function": "check_special_okay", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 680, - "function": "STXBalanceSnapshot<'db, 'conn>::is_v3_locked", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 52, - "function": "ASCIIOps::make_value", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 377, - "function": "native_bitwise_or", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1547, - "function": "::fmt", - "return_type": "-> fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/expression_identifier/mod.rs", - "line": 23, - "function": "inner_relabel", - "return_type": "-> ParseResult", - "replacement": "ParseResult::from(1)", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 937, - "function": "ClarityDatabase<'a>::get_pox_payout_addrs_for_burnchain_height", - "return_type": "-> Option<(Vec, u128)>", - "replacement": "Some((vec![Default::default()], 0))", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 269, - "function": "ContractContext::add_nft", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - }, - { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 575, - "function": "Lexer<'a>::read_utf8_string", - "return_type": "-> LexResult", - "replacement": "LexResult::from_iter([Default::default()])", - "genre": "FnValue" - } -] \ No newline at end of file diff --git a/mutation-testing/mutants/clarity/outcomes.json b/mutation-testing/mutants/clarity/outcomes.json deleted file mode 100644 index 2ac747efd0..0000000000 --- a/mutation-testing/mutants/clarity/outcomes.json +++ /dev/null @@ -1,96820 +0,0 @@ -{ - "outcomes": [ - { - "scenario": "Baseline", - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/baseline.log", - "summary": "Success", - "phase_results": [ - { - "phase": "Build", - "duration": 95.438326963, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 19.659849468, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 101, - "function": "get_value_or_err", - "return_type": "-> ParseResult", - "replacement": "ParseResult::from_iter([String::new()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v1.rs_line_101.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.754670565, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 801, - "function": "OwnedEnvironment<'a, 'hooks>::eval_raw", - "return_type": "-> Result<(Value, AssetMap, Vec)>", - "replacement": "Ok((Default::default(), Default::default(), vec![]))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_801.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.456303884, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/callables.rs", - "line": 376, - "function": "CallableType::get_identifier", - "return_type": "-> FunctionIdentifier", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__callables.rs_line_376.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.507768718, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 1109, - "function": "parse_collect_diagnostics", - "return_type": "-> (Vec, Vec, bool)", - "replacement": "(vec![Default::default()], vec![], false)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_1109.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.454744088, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 192, - "function": "inner_lex", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v1.rs_line_192.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.454830221, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 219, - "function": "Parser<'a>::handle_open_node", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_219.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.308015725, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/callables.rs", - "line": 144, - "function": "DefinedFunction::execute_apply", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__callables.rs_line_144.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.360711719, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1038, - "function": "ClarityDatabase<'a>::get_cc_special_cases_handler", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1038.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 23.940032961, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 19.09531497, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 160, - "function": "Lexer<'a>::proceed_through_error", - "return_type": "-> LexResult", - "replacement": "LexResult::from_iter([\"xyzzy\".into()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_160.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.885356603, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 219, - "function": "Parser<'a>::handle_open_node", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from_iter([Some(Default::default())])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_219_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 10.36562435, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 265, - "function": "RollbackWrapper<'a>::commit", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__key_value_wrapper.rs_line_265.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 48.037347666, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 49.933617898, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1137, - "function": "ExecutionCost::proportion_largest_dimension", - "return_type": "-> u64", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_1137.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 70.665470216, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 64.894220411, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 871, - "function": "Value::size", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_871.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 72.074746102, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 64.088989783, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 78, - "function": "Lexer<'a>::read_char", - "return_type": "-> LexResult<()>", - "replacement": "LexResult::from_iter([()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_78.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.47425797, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 504, - "function": "special_greater", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_504.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.733454402, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1766, - "function": "TupleTypeSignature::size", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_1766.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 43.5700881, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 41.203357747, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 111, - "function": "Lexer<'a>::report_line_ending", - "return_type": "-> LexResult<()>", - "replacement": "LexResult::from_iter([()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_111.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.487619521, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 115, - "function": "DefinitionSorter::probe_for_dependencies", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__definition_sorter__mod.rs_line_115.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.833856255, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 1093, - "function": "parse", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from_iter([vec![Default::default()]])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_1093.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.306260203, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 172, - "function": "::get_consensus_hash_for_block", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__test_util__mod.rs_line_172.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.261296358, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 332, - "function": "::get_burn_block_height", - "return_type": "-> Option", - "replacement": "Some(0)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_332.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 59.438637476, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 34.481239571, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 456, - "function": "GraphWalker::get_sorted_dependencies", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from(vec![])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__definition_sorter__mod.rs_line_456.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.787897141, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1346, - "function": "TypeChecker<'a, 'b>::type_check_define_variable", - "return_type": "-> CheckResult<(ClarityName, TypeSignature)>", - "replacement": "CheckResult::from_iter([(Default::default(), Default::default())])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_1346.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.4098511719999998, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 210, - "function": "ContractContext::into_contract_analysis", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__contexts.rs_line_210.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 40.413778323, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 19.189022532, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 231, - "function": "::get_with_proof", - "return_type": "-> Option<(String, Vec)>", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_store.rs_line_231.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 43.484223528, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 22.602810378, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 271, - "function": "AssetMap::get_next_stx_burn_amount", - "return_type": "-> Result", - "replacement": "Ok(0)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_271.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 43.985668143, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 23.818725379, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 326, - "function": "Lexer<'a>::read_integer", - "return_type": "-> LexResult", - "replacement": "LexResult::from(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_326.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.630176273, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 136, - "function": "ContractContext::add_variable_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__contexts.rs_line_136.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.027583588, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1415, - "function": "::from", - "return_type": "-> Self", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1415.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.757033651, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 189, - "function": "AnalysisDatabase<'a>::get_defined_trait", - "return_type": "-> CheckResult>>", - "replacement": "CheckResult::new(None)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__analysis_db.rs_line_189.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.4559513539999998, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 557, - "function": "native_sub", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from_iter([Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_557.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.507075584, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/docs/contracts.rs", - "line": 48, - "function": "make_func_ref", - "return_type": "-> FunctionRef", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__docs__contracts.rs_line_48.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.355802267, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1301, - "function": "TypeSignature::list_of", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_1301.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.107951708, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 740, - "function": "TypeChecker<'a, 'b>::type_check_define_variable", - "return_type": "-> CheckResult<(ClarityName, TypeSignature)>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_740.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.852097781, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 720, - "function": "parse", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v1.rs_line_720.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.746038478, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 852, - "function": "OwnedEnvironment<'a, 'hooks>::destruct", - "return_type": "-> Option<(ClarityDatabase<'a>, LimitedCostTracker)>", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_852.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 28.02304712, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 25.943008981, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 47, - "function": "I128Ops::make_value", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_47.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.046136685, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 145, - "function": "FunctionType::check_args_2_05", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_145.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.783956096, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/mod.rs", - "line": 45, - "function": "FunctionType::check_args", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__mod.rs_line_45.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.520641993, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 172, - "function": "::get_burn_block_height_for_block", - "return_type": "-> Option", - "replacement": "Some(0)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_172.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 28.545919588, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 8.651430941, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 288, - "function": "build_ast_precheck_size", - "return_type": "-> ParseResult", - "replacement": "ParseResult::from_iter([Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__mod.rs_line_288.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.972504464, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 194, - "function": "::get_v2_unlock_height", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_194.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 31.061695848, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 20.391111695, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/sequences.rs", - "line": 296, - "function": "check_special_as_max_len", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__natives__sequences.rs_line_296.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.407607293, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/traits_resolver/mod.rs", - "line": 201, - "function": "TraitsResolver::probe_for_generics", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__traits_resolver__mod.rs_line_201.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.486189992, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/boolean.rs", - "line": 27, - "function": "type_force_bool", - "return_type": "-> Result", - "replacement": "Ok(true)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__boolean.rs_line_27.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 24.520281939, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 15.333380289, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 45, - "function": "rollback_edits_push", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__key_value_wrapper.rs_line_45.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 23.97009497, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 30.09999628, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/tests/datamaps.rs", - "line": 25, - "function": "assert_executes", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__tests__datamaps.rs_line_25.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 26.439169685, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 17.809717931, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 222, - "function": "PreSymbolicExpression::cons", - "return_type": "-> PreSymbolicExpression", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__representations.rs_line_222.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 44.797091341, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 29.876117051, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 726, - "function": "STXBalanceSnapshot<'db, 'conn>::unlock_available_tokens_if_any", - "return_type": "-> u128", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__structures.rs_line_726.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 33.316920022, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 25.000358637, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 456, - "function": "GraphWalker::get_sorted_dependencies", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new(vec![])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__definition_sorter__mod.rs_line_456_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.546924167, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/mod.rs", - "line": 479, - "function": "check_principal_of", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__natives__mod.rs_line_479.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.280290399, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 270, - "function": "LimitedCostTracker::cost_function_references", - "return_type": "-> HashMap<&'static ClarityCostFunction, ClarityCostFunctionReference>", - "replacement": "HashMap::from_iter([(&Default::default(), Default::default())])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_270.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.926026306, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 455, - "function": "lex", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from_iter([vec![(Default::default(), 0, 0)]])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v1.rs_line_455.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.422438054, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 947, - "function": "ClarityDatabase<'a>::get_block_vrf_seed", - "return_type": "-> VRFSeed", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_947.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.707814492, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 474, - "function": "Lexer<'a>::read_utf8_encoding", - "return_type": "-> LexResult>", - "replacement": "LexResult::new(Ok(String::new()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_474.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.456817563, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 186, - "function": "ContractContext::check_function_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_186.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.555840807, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/expression_identifier/mod.rs", - "line": 23, - "function": "inner_relabel", - "return_type": "-> ParseResult", - "replacement": "ParseResult::from(0)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__expression_identifier__mod.rs_line_23.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.830321749, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 785, - "function": "clarity2_lookup_trait", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::new(BTreeMap::from_iter([(Default::default(), Default::default())]))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_785.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.295368736, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/errors.rs", - "line": 217, - "function": "CheckError::set_expressions", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__errors.rs_line_217.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 38.020694189, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 19.209588538, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/conversions.rs", - "line": 174, - "function": "native_string_to_uint", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__conversions.rs_line_174.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 12.769944629, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 194, - "function": "::set_id", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__representations.rs_line_194.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 35.890711591, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 30.640376672, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 292, - "function": "ContractContext::add_used_trait", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_292.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.45421062, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 479, - "function": "AssetMap::get_fungible_tokens", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_479.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 36.380908459, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 36.904144784, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 377, - "function": "native_bitwise_or", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_377.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.887735191, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/traits_resolver/mod.rs", - "line": 36, - "function": "::run_pass", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__traits_resolver__mod.rs_line_36.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.588354054, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 837, - "function": "STXBalance::checked_add_unlocked_amount", - "return_type": "-> Option", - "replacement": "Some(1)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__structures.rs_line_837.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 53.889642578, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 26.266773236, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 572, - "function": "native_log2", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_572.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 11.547899145, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 189, - "function": "AnalysisDatabase<'a>::get_defined_trait", - "return_type": "-> CheckResult>>", - "replacement": "CheckResult::from_iter([None])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__analysis_db.rs_line_189_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.518367005, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1870, - "function": "ClarityDatabase<'a>::make_key_for_account", - "return_type": "-> String", - "replacement": "String::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1870.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 47.572623131, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 28.776480265, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 495, - "function": "RollbackWrapper<'a>::get_metadata_manual", - "return_type": "-> InterpreterResult>", - "replacement": "InterpreterResult::new(None)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__key_value_wrapper.rs_line_495.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.207561554, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 462, - "function": "special_leq", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_462.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.909027054, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 145, - "function": "FunctionType::check_args_2_05", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_145_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.257528814, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 210, - "function": "Lexer<'a>::read_identifier", - "return_type": "-> LexResult", - "replacement": "LexResult::from_iter([Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_210.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.966266071, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 839, - "function": "contract_analysis_size", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from(1)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_839.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.674694155, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/sequences.rs", - "line": 120, - "function": "special_map", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__sequences.rs_line_120.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.240593693, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 317, - "function": "::get_burnchain_tokens_spent_for_block", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_317.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 34.816018166, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 16.217518282, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 326, - "function": "load_state_summary", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_326.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.676330132, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/sequences.rs", - "line": 39, - "function": "get_simple_native_or_user_define", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__sequences.rs_line_39.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.7054280779999997, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 323, - "function": "::get_current_block_height", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_store.rs_line_323.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 30.232933173, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 10.8260584, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 546, - "function": "TypeChecker<'a, 'b>::type_check_define_function", - "return_type": "-> CheckResult<(ClarityName, FixedFunction)>", - "replacement": "CheckResult::from((Default::default(), Default::default()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_546.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.334910568, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 172, - "function": "ContractContext::add_trait", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__contexts.rs_line_172.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.218435646, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 86, - "function": "TraitContext::add_used_trait", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_86.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.130332814, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/principals.rs", - "line": 40, - "function": "version_matches_testnet", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__principals.rs_line_40.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 22.317865033, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 13.734757112, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1006, - "function": "::drop_memory", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_1006.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 25.561271584, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 27.750568044, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 227, - "function": "::get", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_store.rs_line_227.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 36.45486114, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 20.115117902, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 95, - "function": ">::add_cost", - "return_type": "-> std::result::Result<(), CostErrors>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_95.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 29.752112778, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 15.100838717, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 259, - "function": "LimitedCostTracker::contract_call_circuits", - "return_type": "-> HashMap<(QualifiedContractIdentifier, ClarityName), ClarityCostFunctionReference>", - "replacement": "HashMap::from_iter([((Default::default(), Default::default()), Default::default())])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_259.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.68644152, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/assets.rs", - "line": 28, - "function": "check_special_get_owner", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__natives__assets.rs_line_28.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.494789441, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 521, - "function": "Parser<'a>::read_principal", - "return_type": "-> ParseResult", - "replacement": "ParseResult::from(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_521.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.22626074, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 892, - "function": "STXBalance::get_available_balance_at_burn_block", - "return_type": "-> u128", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__structures.rs_line_892.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 30.769764801, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 14.048571982, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 123, - "function": ">::run_pass", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_123.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.567693235, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/traits_resolver/mod.rs", - "line": 36, - "function": "::run_pass", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__traits_resolver__mod.rs_line_36_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.80494639, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 808, - "function": "TypeChecker<'a, 'b>::try_type_check_define", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::from_iter([None])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_808.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 11.814220082, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/docs/mod.rs", - "line": 2601, - "function": "make_all_api_reference", - "return_type": "-> ReferenceAPIs", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__docs__mod.rs_line_2601.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.898480621, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/options.rs", - "line": 220, - "function": "is_some", - "return_type": "-> Result", - "replacement": "Ok(true)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__options.rs_line_220.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 27.539160349, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 28.149799084, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 716, - "function": "TypeChecker<'a, 'b>::inner_type_check", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_716.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.305291814, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/callables.rs", - "line": 355, - "function": "DefinedFunction::get_arguments", - "return_type": "-> &Vec", - "replacement": "&vec![]", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__callables.rs_line_355.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.292156731, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/stack_depth_checker.rs", - "line": 53, - "function": "check_vary", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__stack_depth_checker.rs_line_53.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.119576644, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/diagnostic.rs", - "line": 67, - "function": "::fmt", - "return_type": "-> fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__diagnostic.rs_line_67.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 36.080195857, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 21.165578198, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1760, - "function": "ClarityDatabase<'a>::get_ft_supply", - "return_type": "-> Result", - "replacement": "Ok(1)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1760.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 28.438785346, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 19.847094709, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 172, - "function": "ContractContext::add_trait", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__contexts.rs_line_172_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.50892634, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 185, - "function": "Lexer<'a>::proceed_through_error_string", - "return_type": "-> LexResult", - "replacement": "LexResult::from(\"xyzzy\".into())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_185.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.405808695, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/mod.rs", - "line": 195, - "function": "check_special_tuple_cons", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__mod.rs_line_195.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.517378118, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 231, - "function": "::get_with_proof", - "return_type": "-> Option<(String, Vec)>", - "replacement": "Some((String::new(), vec![1]))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_store.rs_line_231_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 23.309891469, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 10.820672949, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 61, - "function": "ContractContext::check_name_used", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__contexts.rs_line_61.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.499506168, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 168, - "function": "ContractContext::check_name_used", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_168.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.473662575, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/mod.rs", - "line": 699, - "function": "TypedNativeFunction::type_native_function", - "return_type": "-> TypedNativeFunction", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__mod.rs_line_699.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.212021081, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 343, - "function": "::get_sortition_id_from_consensus_hash", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_343.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 18.309889678, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 17.563404292, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 999, - "function": "TypeSignature::contract_name_string_ascii_type", - "return_type": "-> TypeSignature", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_999.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.556499323, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 396, - "function": "TypeSignature::max_serialized_size", - "return_type": "-> Result", - "replacement": "Ok(0)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__serialization.rs_line_396.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 31.597166591, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 24.787218521, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1433, - "function": "::from", - "return_type": "-> Self", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1433.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 12.69458605, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1070, - "function": "::short_circuit_contract_call", - "return_type": "-> Result", - "replacement": "Ok(true)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_1070.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 32.954897731, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 19.70577113, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/expression_identifier/mod.rs", - "line": 58, - "function": "ExpressionIdentifier::run_expression_pass", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from_iter([()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__expression_identifier__mod.rs_line_58.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.139037204, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/tests/defines.rs", - "line": 30, - "function": "assert_eq_err", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__tests__defines.rs_line_30.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 40.170097127, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 24.285398781, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 88, - "function": "ContractContext::get_nft_type", - "return_type": "-> Option<&TypeSignature>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__contexts.rs_line_88.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.306530922, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/expression_identifier/mod.rs", - "line": 58, - "function": "ExpressionIdentifier::run_expression_pass", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__expression_identifier__mod.rs_line_58_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.910384399, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 269, - "function": "ContractContext::add_nft", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_269.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.1599056660000002, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 357, - "function": "DefinitionSorter::probe_for_dependencies_in_wrapped_key_value_pairs", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__definition_sorter__mod.rs_line_357.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.312918135, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1006, - "function": "ClarityDatabase<'a>::get_stx_btc_ops_processed", - "return_type": "-> u64", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1006.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 36.123889107, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 7.434255494, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 281, - "function": "::get_vrf_seed_for_block", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_281.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.412611043, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1023, - "function": "TypeChecker<'a, 'b>::type_check_all", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::new(vec![Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_1023.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.110587141, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/mod.rs", - "line": 169, - "function": "lookup_variable", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__mod.rs_line_169.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.779421925, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 137, - "function": "AnalysisDatabase<'a>::get_clarity_version", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__analysis_db.rs_line_137.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.899703015, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 315, - "function": "::get_open_chain_tip", - "return_type": "-> StacksBlockId", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_store.rs_line_315.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.426568164, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 112, - "function": "ReadOnlyChecker<'a, 'b>::check_top_level_expression", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__read_only_checker__mod.rs_line_112.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.28662146, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 198, - "function": "ContractContext::get_function_type", - "return_type": "-> Option<&FunctionType>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__contexts.rs_line_198.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.226977747, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 168, - "function": "::get_miner_address", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__test_util__mod.rs_line_168.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.569900955, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1951, - "function": "ClarityDatabase<'a>::get_burn_block_height", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1951.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 23.234262976, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 28.512632789, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/stack_depth_checker.rs", - "line": 53, - "function": "check_vary", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__stack_depth_checker.rs_line_53_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.026781333, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 716, - "function": "ClarityDatabase<'a>::ustx_liquid_supply_key", - "return_type": "-> &'static str", - "replacement": "\"xyzzy\"", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_716.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 27.420497287, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 16.323615928, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/coverage.rs", - "line": 196, - "function": "CoverageReporter::produce_lcov", - "return_type": "-> std::io::Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__coverage.rs_line_196.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 33.454765125, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 6.845810886, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 192, - "function": "inner_lex", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from_iter([vec![(Default::default(), 0, 0)]])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v1.rs_line_192_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.218705811, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 210, - "function": "Lexer<'a>::read_identifier", - "return_type": "-> LexResult", - "replacement": "LexResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_210_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.681131942, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 112, - "function": ">::short_circuit_contract_call", - "return_type": "-> std::result::Result", - "replacement": "Ok(false)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_112.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 38.344518822, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 23.208241909, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/sqlite.rs", - "line": 182, - "function": "SqliteConnection::memory", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__sqlite.rs_line_182.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.537417847, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 112, - "function": "ReadOnlyChecker<'a, 'b>::check_top_level_expression", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__read_only_checker__mod.rs_line_112_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.260377684, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/mod.rs", - "line": 557, - "function": "execute", - "return_type": "-> Result>", - "replacement": "Ok(None)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__mod.rs_line_557.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 26.951931561, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 9.007438405, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 472, - "function": "ClarityDatabase<'a>::get", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_472.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 27.065773186, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 13.666439332, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/tuples.rs", - "line": 79, - "function": "tuple_merge", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__tuples.rs_line_79.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.584095737, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1108, - "function": "Value::expect_optional", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1108.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.006309673, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 104, - "function": "::get_memory_use", - "return_type": "-> u64", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_104.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 30.170925265, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 18.214500237, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 198, - "function": "::get_burn_block_height", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__test_util__mod.rs_line_198.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 26.70189471, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 20.869859404, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 185, - "function": "Lexer<'a>::proceed_through_error_string", - "return_type": "-> LexResult", - "replacement": "LexResult::new(String::new())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_185_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.318362463, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/tests/contracts.rs", - "line": 890, - "function": "test_factorial_contract", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__tests__contracts.rs_line_890.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 40.746083159, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 11.705465951, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 153, - "function": "build_ast_with_diagnostics", - "return_type": "-> (ContractAST, Vec, bool)", - "replacement": "(Default::default(), vec![Default::default()], false)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__mod.rs_line_153.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.5901820749999995, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1085, - "function": "ClarityDatabase<'a>::get_microblock_poison_report", - "return_type": "-> Option<(StandardPrincipalData, u16)>", - "replacement": "Some((Default::default(), 1))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1085.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.441869187, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 808, - "function": "TypeChecker<'a, 'b>::try_type_check_define", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::from(None)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_808_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.16520379, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 368, - "function": "::get_v1_unlock_height", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_368.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 41.74016828, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 23.417886589, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/sugar_expander/mod.rs", - "line": 66, - "function": "SugarExpander::transform", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new(vec![Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__sugar_expander__mod.rs_line_66.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.580007721, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 336, - "function": "::get_burn_start_height", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_336.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 37.143484764, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 16.217134319, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 831, - "function": "trait_type_size", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from_iter([0])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_831.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.798871065, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/conversions.rs", - "line": 162, - "function": "native_string_to_int", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__conversions.rs_line_162.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.503645297, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1414, - "function": "TypeChecker<'a, 'b>::try_type_check_define", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_1414.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.220198292, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1398, - "function": "TypeChecker<'a, 'b>::type_check_define_trait", - "return_type": "-> CheckResult<(ClarityName, BTreeMap)>", - "replacement": "CheckResult::from_iter([(Default::default(), BTreeMap::new())])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_1398.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.310263514, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 535, - "function": "TypeSignature::admits_type_v2_0", - "return_type": "-> Result", - "replacement": "Ok(false)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_535.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 38.313720557, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 23.494513394, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 790, - "function": "STXBalance::amount_locked", - "return_type": "-> u128", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__structures.rs_line_790.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 34.946179574, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 23.530327729, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 465, - "function": "AssetMap::get_stx_burned_total", - "return_type": "-> u128", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_465.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 38.747854373, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 26.545392619, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 324, - "function": "DefinitionSorter::probe_for_dependencies_in_define_args", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__definition_sorter__mod.rs_line_324.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.708532416, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 97, - "function": "::from", - "return_type": "-> StandardPrincipalData", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__test_util__mod.rs_line_97.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.163147775, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1814, - "function": "ContractContext::lookup_variable", - "return_type": "-> Option<&Value>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1814.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.864223423, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/types.rs", - "line": 104, - "function": "ContractAnalysis::replace_contract_cost_tracker", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__types.rs_line_104.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 29.951896801, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 23.333042166, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 434, - "function": "special_leq_v1", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_434.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.553522126, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 65, - "function": "DefinitionSorter::run", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__definition_sorter__mod.rs_line_65.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.931450951, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 441, - "function": "ClarityDatabase<'a>::commit", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_441.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 38.359285808, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 27.890584979, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 831, - "function": "trait_type_size", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from(0)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_831_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.366148816, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/errors.rs", - "line": 208, - "function": "CheckError::has_expression", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__errors.rs_line_208.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 33.388324669, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 34.501715283, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 160, - "function": "Lexer<'a>::proceed_through_error", - "return_type": "-> LexResult", - "replacement": "LexResult::new(\"xyzzy\".into())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_160_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.114723556, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 861, - "function": "TupleTypeSignature::get_type_map", - "return_type": "-> &BTreeMap", - "replacement": "&BTreeMap::from_iter([(Default::default(), Default::default())])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_861.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.804992392, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 465, - "function": "AssetMap::get_stx_burned_total", - "return_type": "-> u128", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_465_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 42.292814068, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 17.637810641, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/tests/traits.rs", - "line": 767, - "function": "test_readwrite_violation_dynamic_dispatch", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__tests__traits.rs_line_767.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 36.855833512, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 16.734030983, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1372, - "function": "TypeChecker<'a, 'b>::type_check_define_ft", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from_iter([Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_1372.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.057567823, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/contexts.rs", - "line": 82, - "function": "TypingContext<'a>::extend", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from_iter([Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__contexts.rs_line_82.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.960911819, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 485, - "function": "check_function_arg_signature", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_485.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.770682268, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/define.rs", - "line": 191, - "function": "handle_define_nonfungible_asset", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__define.rs_line_191.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.808695179, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/conversions.rs", - "line": 36, - "function": "check_special_from_consensus_buff", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__conversions.rs_line_36.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.227138731, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 194, - "function": "::get_v2_unlock_height", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_194_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 21.500267502, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 12.962072136, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/tests/contracts.rs", - "line": 1079, - "function": "test_cc_stack_depth", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__tests__contracts.rs_line_1079.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 23.528165786, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 19.285517534, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 1062, - "function": "Parser<'a>::parse_node_or_eof", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from_iter([None])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_1062.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.026767866, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 170, - "function": "ReadOnlyChecker<'a, 'b>::check_define_function", - "return_type": "-> CheckResult<(ClarityName, bool)>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__read_only_checker__mod.rs_line_170.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.019690796, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/tests/defines.rs", - "line": 191, - "function": "test_recursive_panic", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__tests__defines.rs_line_191.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 30.984109471, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 11.22482863, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 512, - "function": "STXBalanceSnapshot<'db, 'conn>::extend_lock_v2", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__structures.rs_line_512.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 35.163618569, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 21.165445748, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/tests/assets.rs", - "line": 133, - "function": "execute_transaction", - "return_type": "-> Result<(Value, AssetMap, Vec), Error>", - "replacement": "Ok((Default::default(), Default::default(), vec![Default::default()]))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__tests__assets.rs_line_133.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.054428655, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 813, - "function": "LimitedCostTracker::set_total", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_813.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 32.893453569, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 24.139170943, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 189, - "function": "AnalysisDatabase<'a>::get_defined_trait", - "return_type": "-> CheckResult>>", - "replacement": "CheckResult::new(Some(BTreeMap::from_iter([(Default::default(), Default::default())])))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__analysis_db.rs_line_189_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.179361258, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 604, - "function": "native_bitwise_right_shift", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_604.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.27731298, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 152, - "function": "::short_circuit_contract_call", - "return_type": "-> Result", - "replacement": "Ok(true)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_152.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 26.209068766, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 17.037211499, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 561, - "function": "ClarityDatabase<'a>::insert_contract_hash", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_561.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 32.423557532, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 9.609771706, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1023, - "function": "ClarityDatabase<'a>::make_microblock_poison_key", - "return_type": "-> String", - "replacement": "\"xyzzy\".into()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1023.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 25.907761295, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 20.096986963, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 141, - "function": "::get_stacks_block_header_hash_for_block", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__test_util__mod.rs_line_141.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 13.667139273, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/principals.rs", - "line": 34, - "function": "version_matches_mainnet", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__principals.rs_line_34.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 24.494007189, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 20.238591792, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 79, - "function": "ContractContext::check_function_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__contexts.rs_line_79.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.05693526, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 58, - "function": "AnalysisDatabase<'a>::begin", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__analysis_db.rs_line_58.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 27.789802724, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 25.921841144, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1398, - "function": "TypeChecker<'a, 'b>::type_check_define_trait", - "return_type": "-> CheckResult<(ClarityName, BTreeMap)>", - "replacement": "CheckResult::from_iter([(Default::default(), BTreeMap::from_iter([(Default::default(), Default::default())]))])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_1398_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.405846367, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 253, - "function": "PrincipalData::inner_consensus_serialize", - "return_type": "-> std::io::Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__serialization.rs_line_253.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 40.703439127, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 27.84352931, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 580, - "function": "ClarityDatabase<'a>::get_contract_src", - "return_type": "-> Option", - "replacement": "Some(String::new())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_580.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 28.770539482, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 11.765387207, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1072, - "function": "ClarityDatabase<'a>::get_microblock_pubkey_hash_height", - "return_type": "-> Option", - "replacement": "Some(0)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1072.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 31.740659993, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 9.760074406, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/stack_depth_checker.rs", - "line": 28, - "function": "check", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__stack_depth_checker.rs_line_28.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.452621373, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 62, - "function": "TraitContext::add_defined_trait", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_62.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.516892215, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1699, - "function": "GlobalContext<'a, 'hooks>::begin", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1699.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 32.679295868, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 19.236406629, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 69, - "function": "parse_in_epoch", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new(vec![])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__mod.rs_line_69.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.434902522, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 766, - "function": "TypeChecker<'a, 'b>::type_check_define_ft", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_766.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.879934761, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 295, - "function": "::get_consensus_hash_for_block", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_295.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 24.430901395, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 16.887074012, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/tests/traits.rs", - "line": 824, - "function": "test_bad_call_with_trait", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__tests__traits.rs_line_824.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 32.066793721, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 22.368919646, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1055, - "function": "TypeChecker<'a, 'b>::type_check_define_function", - "return_type": "-> CheckResult<(ClarityName, FixedFunction)>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_1055.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.389411142, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 128, - "function": "Lexer<'a>::skip_whitespace", - "return_type": "-> LexResult<()>", - "replacement": "LexResult::from_iter([()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_128.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.153199105, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/define.rs", - "line": 277, - "function": "DefineFunctions::try_parse", - "return_type": "-> Option<(DefineFunctions, &[SymbolicExpression])>", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__define.rs_line_277.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 27.65713162, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 13.456323303, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 575, - "function": "native_mod", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_575.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.508442078, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 88, - "function": "ReadOnlyChecker<'a, 'b>::run", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__read_only_checker__mod.rs_line_88.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.4076149, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1385, - "function": "TypeChecker<'a, 'b>::type_check_define_nft", - "return_type": "-> CheckResult<(ClarityName, TypeSignature)>", - "replacement": "CheckResult::from_iter([(Default::default(), Default::default())])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_1385.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.067558855, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 462, - "function": "unescape_ascii_chars", - "return_type": "-> ParseResult", - "replacement": "ParseResult::from(String::new())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v1.rs_line_462.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.428154042, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/maps.rs", - "line": 106, - "function": "check_set_or_insert_entry", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__maps.rs_line_106.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.091746759, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 171, - "function": "AnalysisDatabase<'a>::get_read_only_function_type", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::from(None)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__analysis_db.rs_line_171.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.526269546, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 251, - "function": "::get_current_block_height", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_store.rs_line_251.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 29.021890459, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 19.727199897, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1411, - "function": "Environment<'a, 'b, 'hooks>::push_to_event_batch", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1411.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 27.324082218, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 35.72031559, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 433, - "function": "Graph::edges_count", - "return_type": "-> ParseResult", - "replacement": "ParseResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__definition_sorter__mod.rs_line_433.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.825740784, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 169, - "function": "::get_burn_block_time_for_block", - "return_type": "-> Option", - "replacement": "Some(0)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_169.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 38.919722851, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 16.481833591, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 959, - "function": "drop_memory", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_959.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 42.74066715, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 21.001734464, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 314, - "function": "AssetMap::add_asset_transfer", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_314.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 45.579724312, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 19.188070134, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/database.rs", - "line": 599, - "function": "special_insert_entry_v205", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__database.rs_line_599.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.771851787, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1870, - "function": "ClarityDatabase<'a>::make_key_for_account", - "return_type": "-> String", - "replacement": "\"xyzzy\".into()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1870_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 47.414868709, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 25.50158668, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 819, - "function": "ClarityDatabase<'a>::get_v2_unlock_height", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_819.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 38.042008406, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 19.817729061, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/assets.rs", - "line": 108, - "function": "check_special_mint_token", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__natives__assets.rs_line_108.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.249398794, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/sugar_expander/mod.rs", - "line": 40, - "function": "::run_pass", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from_iter([()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__sugar_expander__mod.rs_line_40.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.239813295, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1290, - "function": "ClarityDatabase<'a>::make_key_for_data_map_entry", - "return_type": "-> String", - "replacement": "String::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1290.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 41.412286516, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 26.548640167, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/sqlite.rs", - "line": 72, - "function": "sqlite_has_entry", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__sqlite.rs_line_72.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 42.779112717, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 25.334059672, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/sequences.rs", - "line": 203, - "function": "check_special_concat", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__natives__sequences.rs_line_203.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.520588264, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 455, - "function": "lex", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from(vec![(Default::default(), 1, 0)])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v1.rs_line_455_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.707322956, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 185, - "function": "Lexer<'a>::proceed_through_error_string", - "return_type": "-> LexResult", - "replacement": "LexResult::from(String::new())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_185_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.459258833, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1784, - "function": "GlobalContext<'a, 'hooks>::destruct", - "return_type": "-> Option<(ClarityDatabase<'a>, LimitedCostTracker)>", - "replacement": "Some((Default::default(), Default::default()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1784.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.455104811, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/mod.rs", - "line": 625, - "function": "check_secp256k1_verify", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__mod.rs_line_625.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.709983522, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 641, - "function": "::type_signature", - "return_type": "-> TypeSignature", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_641.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.025500026, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 354, - "function": "::try_from", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_354.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.38796467, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1071, - "function": "Value::expect_list", - "return_type": "-> Vec", - "replacement": "vec![Default::default()]", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1071.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.08882626, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1400, - "function": "::from", - "return_type": "-> PrincipalData", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1400.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.45982327, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/assets.rs", - "line": 777, - "function": "special_get_balance", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__assets.rs_line_777.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.946094738, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/callables.rs", - "line": 404, - "function": "clarity2_implicit_cast", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__callables.rs_line_404.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.922531151, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/mod.rs", - "line": 545, - "function": "execute_against_version", - "return_type": "-> Result>", - "replacement": "Ok(None)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__mod.rs_line_545.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 16.82470721, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 15.572361153, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 879, - "function": "ClarityDatabase<'a>::get_sortition_id_for_stacks_tip", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_879.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.407459523, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 455, - "function": "lex", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from_iter([vec![]])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v1.rs_line_455_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.540928555, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1114, - "function": "::cost_overflow_mul", - "return_type": "-> Result", - "replacement": "Ok(1)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_1114.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 24.20723259, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 14.052726909, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 626, - "function": "TypeChecker<'a, 'b>::type_check_define_map", - "return_type": "-> CheckResult<(ClarityName, (TypeSignature, TypeSignature))>", - "replacement": "CheckResult::new((Default::default(), (Default::default(), Default::default())))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_626.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.373241272, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/errors.rs", - "line": 242, - "function": "::from", - "return_type": "-> Self", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__errors.rs_line_242.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.656402288, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 373, - "function": "native_bitwise_and", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_373.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.967433321, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 186, - "function": "ContractContext::get_map_type", - "return_type": "-> Option<&(TypeSignature, TypeSignature)>", - "replacement": "Some(&(Default::default(), Default::default()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__contexts.rs_line_186.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.230799848, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 926, - "function": "FunctionSignature::check_args_trait_compliance", - "return_type": "-> Result", - "replacement": "Ok(true)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_926.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 31.435195863, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 19.767917027, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 575, - "function": "native_mod", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from_iter([Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_575_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.946562678, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 62, - "function": "AnalysisDatabase<'a>::commit", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__analysis_db.rs_line_62.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 25.745950397, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 14.764888791, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 843, - "function": "parse_cost", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_843.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.995285174, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/error.rs", - "line": 67, - "function": "::suggestion", - "return_type": "-> Option", - "replacement": "Some(\"xyzzy\".into())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__error.rs_line_67.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 29.142908918, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 6.688537881, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/maps.rs", - "line": 74, - "function": "check_special_delete_entry", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__natives__maps.rs_line_74.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 10.725485239, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1560, - "function": "Environment<'a, 'b, 'hooks>::register_ft_burn_event", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1560.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 27.538170219, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 23.922952121, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/clarity.rs", - "line": 42, - "function": "::cause", - "return_type": "-> Option<&dyn std::error::Error>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__clarity.rs_line_42.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.338926733, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 317, - "function": "::get_burnchain_tokens_spent_for_block", - "return_type": "-> Option", - "replacement": "Some(1)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_317_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 25.058020323, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 16.590645781, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/contract_interface_builder/mod.rs", - "line": 333, - "function": "ContractInterfaceVariable::from_map", - "return_type": "-> Vec", - "replacement": "vec![Default::default()]", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__contract_interface_builder__mod.rs_line_333.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.775182615, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 263, - "function": "::get_pox_payout_addrs", - "return_type": "-> Option<(Vec, u128)>", - "replacement": "Some((vec![Default::default()], 0))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__test_util__mod.rs_line_263.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.569604315, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 323, - "function": "::get_burnchain_tokens_spent_for_winning_block", - "return_type": "-> Option", - "replacement": "Some(0)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_323.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 36.963491659, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 27.911731743, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1694, - "function": "GlobalContext<'a, 'hooks>::is_read_only", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1694.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 27.648589318, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 26.704770556, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 899, - "function": "TypeChecker<'a, 'b>::track_return_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_899.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.072406675, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1714, - "function": "GlobalContext<'a, 'hooks>::commit", - "return_type": "-> Result<(Option, Option)>", - "replacement": "Ok((None, None))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1714.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 42.470480557, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 33.93568195, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1085, - "function": "ClarityDatabase<'a>::get_microblock_poison_report", - "return_type": "-> Option<(StandardPrincipalData, u16)>", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1085_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 38.834663951, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 35.719261497, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1023, - "function": "ClarityDatabase<'a>::make_microblock_poison_key", - "return_type": "-> String", - "replacement": "String::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1023_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 34.033005937, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 19.512160108, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/conversions.rs", - "line": 96, - "function": "native_buff_to_uint_le", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__conversions.rs_line_96.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.378592075, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 266, - "function": "PrincipalData::inner_consensus_deserialize", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__serialization.rs_line_266.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.560136698, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 516, - "function": "TypeChecker<'a, 'b>::type_check_all", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_516.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.157718202, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 297, - "function": "trait_type_size", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from_iter([1])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_297.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.759236639, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1829, - "function": "ContractContext::is_explicitly_implementing_trait", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1829.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 40.983501213, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 19.864719801, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/stack_depth_checker.rs", - "line": 48, - "function": "::run_pass", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from_iter([()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__stack_depth_checker.rs_line_48.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 10.875761659, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/errors.rs", - "line": 157, - "function": "::source", - "return_type": "-> Option<&(dyn error::Error +'static)>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__errors.rs_line_157.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.367303481, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1230, - "function": "ExecutionCost::exceeds", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_1230.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 35.167967906, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 13.640229694, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 163, - "function": "::get_consensus_hash_for_block", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_163.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.338465596, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1274, - "function": "Environment<'a, 'b, 'hooks>::initialize_contract", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1274.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 44.200176943, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 30.549154728, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 1083, - "function": "Parser<'a>::parse", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from_iter([vec![]])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_1083.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.258732883, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/errors.rs", - "line": 132, - "function": "::fmt", - "return_type": "-> fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__errors.rs_line_132.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 43.764936865, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 32.181039929, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 728, - "function": "parse_no_stack_limit", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from_iter([vec![Default::default()]])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v1.rs_line_728.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.634593787, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 240, - "function": "::get_stacks_epoch_by_epoch_id", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_240.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.637081466, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 979, - "function": "STXBalance::was_locked_by_v3", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__structures.rs_line_979.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 43.804848107, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 24.268290946, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 839, - "function": "contract_analysis_size", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_839_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.594214161, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/types.rs", - "line": 118, - "function": "ContractAnalysis::add_variable_type", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__types.rs_line_118.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 37.058148281, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 23.947889305, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 160, - "function": "::get_burn_block_height_for_block", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__test_util__mod.rs_line_160.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 42.279534983, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 31.128652724, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 80, - "function": "is_err_code", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__test_util__mod.rs_line_80.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 44.684589416, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 31.679659263, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/mod.rs", - "line": 234, - "function": "apply", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__mod.rs_line_234.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.236045162, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 230, - "function": "PreSymbolicExpression::cons", - "return_type": "-> PreSymbolicExpression", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__representations.rs_line_230.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.8599222600000003, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 156, - "function": "FunctionType::check_args_2_1", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from_iter([Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_156.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.856096993, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 186, - "function": "::get_burnchain_tokens_spent_for_winning_block", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__test_util__mod.rs_line_186.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 37.172228894, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 13.703829656, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 345, - "function": "DefinitionSorter::probe_for_dependencies_in_list_of_wrapped_key_value_pairs", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__definition_sorter__mod.rs_line_345.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.015494624, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 227, - "function": "ReadOnlyChecker<'a, 'b>::check_read_only", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new(false)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__read_only_checker__mod.rs_line_227.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.285354385, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 624, - "function": "TypeSignature::admits_type_v2_1", - "return_type": "-> Result", - "replacement": "Ok(true)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_624.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 46.522673376, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 15.748719833, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 115, - "function": "DefinitionSorter::probe_for_dependencies", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__definition_sorter__mod.rs_line_115_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.799099086, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 160, - "function": "::get_burn_header_hash_for_block", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_160.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 26.251527143, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 14.412617569, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/mod.rs", - "line": 50, - "function": "mem_type_check", - "return_type": "-> CheckResult<(Option, ContractAnalysis)>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__mod.rs_line_50.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.012961949, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1889, - "function": "LocalContext<'a>::extend", - "return_type": "-> Result>", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1889.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 26.768148978, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 19.802368612, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 758, - "function": "ClarityDatabase<'a>::increment_ustx_liquid_supply", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_758.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 28.978109399, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 13.133859568, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/options.rs", - "line": 343, - "function": "check_special_match_resp", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__options.rs_line_343.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.912994212, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1114, - "function": "::cost_overflow_mul", - "return_type": "-> Result", - "replacement": "Ok(0)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_1114_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 34.454192405, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 26.283568735, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/mod.rs", - "line": 287, - "function": "check_special_set_var", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__natives__mod.rs_line_287.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 10.252305894, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 266, - "function": "PreSymbolicExpression::span", - "return_type": "-> &Span", - "replacement": "&Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__representations.rs_line_266.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 26.875849048, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 23.9903797, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 546, - "function": "special_less", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_546.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.56291982, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 893, - "function": ">::short_circuit_contract_call", - "return_type": "-> std::result::Result", - "replacement": "Ok(false)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_893.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 44.107648906, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 28.23817895, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1023, - "function": "TypeChecker<'a, 'b>::type_check_all", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::new(vec![])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_1023_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.688996794, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 372, - "function": "PreSymbolicExpression::match_list", - "return_type": "-> Option<&[PreSymbolicExpression]>", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__representations.rs_line_372.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 45.910084948, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 34.984513497, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 899, - "function": "TypeChecker<'a, 'b>::track_return_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_899_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.118077489, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/errors.rs", - "line": 117, - "function": "ParseError::set_pre_expression", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__errors.rs_line_117.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 36.895870707, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 14.710052177, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 476, - "function": "ListTypeData::get_max_len", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_476.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 37.646182119, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 17.076771574, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/errors.rs", - "line": 175, - "function": "::from", - "return_type": "-> Self", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__errors.rs_line_175.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.553456802, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 785, - "function": "clarity2_lookup_trait", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::from_iter([BTreeMap::from_iter([(Default::default(), Default::default())])])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_785_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 10.20573386, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 369, - "function": "native_bitwise_xor", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_369.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.005387976, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/mod.rs", - "line": 513, - "function": "execute_with_parameters", - "return_type": "-> Result>", - "replacement": "Ok(None)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__mod.rs_line_513.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 41.594991021, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 41.470327244, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/callables.rs", - "line": 105, - "function": "cost_input_sized_vararg", - "return_type": "-> Result", - "replacement": "Ok(0)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__callables.rs_line_105.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 46.529068981, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 41.683572723, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 479, - "function": "AssetMap::get_fungible_tokens", - "return_type": "-> Option", - "replacement": "Some(0)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_479_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 47.025626615, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 29.844812461, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/types.rs", - "line": 98, - "function": "ContractAnalysis::take_contract_cost_tracker", - "return_type": "-> LimitedCostTracker", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__types.rs_line_98.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 10.175008129, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/define.rs", - "line": 114, - "function": "check_legal_define", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__define.rs_line_114.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 48.914631737, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 18.909445118, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/contexts.rs", - "line": 57, - "function": "TypeMap::set_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__contexts.rs_line_57.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.798804349, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 227, - "function": "ReadOnlyChecker<'a, 'b>::check_read_only", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from(false)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__read_only_checker__mod.rs_line_227_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.774916979, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 990, - "function": "Environment<'a, 'b, 'hooks>::eval_read_only_with_rules", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_990.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.617786684, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 70, - "function": "AnalysisDatabase<'a>::storage_key", - "return_type": "-> &'static str", - "replacement": "\"\"", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__analysis_db.rs_line_70.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 32.054570257, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 16.270381896, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/types.rs", - "line": 183, - "function": "ContractAnalysis::get_persisted_variable_type", - "return_type": "-> Option<&TypeSignature>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__types.rs_line_183.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.621464912, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 291, - "function": "::set_block_hash", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from_iter([Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_store.rs_line_291.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.92645356, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 751, - "function": "TypeChecker<'a, 'b>::type_check_define_persisted_variable", - "return_type": "-> CheckResult<(ClarityName, TypeSignature)>", - "replacement": "CheckResult::from_iter([(Default::default(), Default::default())])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_751.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.605182489, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/errors.rs", - "line": 268, - "function": "::source", - "return_type": "-> Option<&(dyn error::Error +'static)>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__errors.rs_line_268.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 13.100418876, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 865, - "function": "TupleTypeSignature::admits", - "return_type": "-> Result", - "replacement": "Ok(false)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_865.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 41.561549328, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 32.93430572, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 515, - "function": "TypeSignature::is_no_type", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_515.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 36.993907502, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 30.595773571, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 1062, - "function": "Parser<'a>::parse_node_or_eof", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new(None)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_1062_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.056297116, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/events.rs", - "line": 172, - "function": "STXMintEventData::json_serialize", - "return_type": "-> serde_json::Value", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__events.rs_line_172.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 41.442004106, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 18.275240481, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1230, - "function": "ExecutionCost::exceeds", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_1230_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 30.447513308, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 19.948683069, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 231, - "function": "::get_with_proof", - "return_type": "-> Option<(String, Vec)>", - "replacement": "Some((\"xyzzy\".into(), vec![0]))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_store.rs_line_231_002.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 39.852511258, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 28.562254512, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1026, - "function": "Value::expect_ascii", - "return_type": "-> String", - "replacement": "String::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1026.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 45.145563168, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 24.1723776, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 984, - "function": "ClarityDatabase<'a>::get_block_reward", - "return_type": "-> Option", - "replacement": "Some(0)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_984.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 34.85139941, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 19.750279808, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 292, - "function": "ContractContext::add_used_trait", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_292_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.006679604, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 860, - "function": "ClarityDatabase<'a>::get_block_time", - "return_type": "-> u64", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_860.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 30.988265071, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 13.200084586, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 369, - "function": "DefinitionSorter::probe_for_dependencies_in_key_value_pair", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__definition_sorter__mod.rs_line_369.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.655373786, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 949, - "function": "STXBalance::get_total_balance", - "return_type": "-> u128", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__structures.rs_line_949.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 28.115489429, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 21.027134733, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/sequences.rs", - "line": 367, - "function": "check_special_element_at", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__sequences.rs_line_367.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 14.812419293, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 912, - "function": ">::add_memory", - "return_type": "-> std::result::Result<(), CostErrors>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_912.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 29.075507541, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 24.783757751, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/events.rs", - "line": 189, - "function": "STXLockEventData::json_serialize", - "return_type": "-> serde_json::Value", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__events.rs_line_189.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 30.444879822, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 27.551378807, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 466, - "function": "RollbackWrapper<'a>::get_metadata", - "return_type": "-> InterpreterResult>", - "replacement": "InterpreterResult::from_iter([Some(\"xyzzy\".into())])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__key_value_wrapper.rs_line_466.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.865846187, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1627, - "function": "TypeSignature::depth", - "return_type": "-> u8", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_1627.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 38.283353633, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 28.016658903, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 164, - "function": "ContractContext::is_contract", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_164.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 28.038938853, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 17.496166424, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 177, - "function": "make_contract_hash_key", - "return_type": "-> String", - "replacement": "\"xyzzy\".into()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_store.rs_line_177.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 30.618508802, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 13.473189822, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 1175, - "function": "Value::serialize_to_vec", - "return_type": "-> Vec", - "replacement": "vec![1]", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__serialization.rs_line_1175.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 36.301425794, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 22.529030973, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 732, - "function": "ClarityDatabase<'a>::set_clarity_epoch_version", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_732.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 32.616074218, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 21.171074429, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/mod.rs", - "line": 369, - "function": "eval_all", - "return_type": "-> Result>", - "replacement": "Ok(None)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__mod.rs_line_369.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 40.980357322, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 25.393825244, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 395, - "function": "::get_pox_payout_addrs", - "return_type": "-> Option<(Vec, u128)>", - "replacement": "Some((vec![], 1))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_395.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 30.205674027, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 22.537698977, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 320, - "function": "ContractContext::get_function_type", - "return_type": "-> Option<&FunctionType>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_320.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.233344541, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 171, - "function": "AnalysisDatabase<'a>::get_read_only_function_type", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::new(Some(Default::default()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__analysis_db.rs_line_171_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.564869472, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 330, - "function": "no_type", - "return_type": "-> TypeSignature", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_330.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 12.268524469, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1595, - "function": "GlobalContext<'a, 'hooks>::is_top_level", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1595.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 40.449902902, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 22.967073759, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 153, - "function": "build_ast_with_diagnostics", - "return_type": "-> (ContractAST, Vec, bool)", - "replacement": "(Default::default(), vec![], true)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__mod.rs_line_153_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.981703727, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 436, - "function": "ClarityDatabase<'a>::begin", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_436.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 27.037885114, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 8.241784619, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 937, - "function": "ClarityDatabase<'a>::get_pox_payout_addrs_for_burnchain_height", - "return_type": "-> Option<(Vec, u128)>", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_937.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 25.963994243, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 11.72439864, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1446, - "function": "TypeSignature::parse_string_ascii_type_repr", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_1446.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.851175694, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 59, - "function": ">::run_pass", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__read_only_checker__mod.rs_line_59.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.82260639, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/mod.rs", - "line": 539, - "function": "check_contract_of", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__mod.rs_line_539.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.67679308, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 516, - "function": "SymbolicExpression::span", - "return_type": "-> &Span", - "replacement": "&Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__representations.rs_line_516.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.77443698, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1408, - "function": "ClarityDatabase<'a>::set_entry", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1408.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.170119916, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 315, - "function": "RollbackWrapper<'a>::put", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__key_value_wrapper.rs_line_315.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 35.923328593, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 36.270735398, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 66, - "function": "Lexer<'a>::add_diagnostic", - "return_type": "-> LexResult<()>", - "replacement": "LexResult::from_iter([()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_66.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.067005018, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1878, - "function": "LocalContext<'a>::depth", - "return_type": "-> u16", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1878.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 36.235323813, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 37.292813209, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 870, - "function": "STXBalance::canonical_repr_at_block", - "return_type": "-> (STXBalance, u128)", - "replacement": "(Default::default(), 0)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__structures.rs_line_870.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.143835181, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/database.rs", - "line": 512, - "function": "special_set_entry_v205", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__database.rs_line_512.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.530482547, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 488, - "function": "GraphWalker::get_cycling_dependencies", - "return_type": "-> Option>", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__definition_sorter__mod.rs_line_488.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 54.90212173, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 23.419281923, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 290, - "function": "::consensus_serialize", - "return_type": "-> Result<(), codec_error>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__serialization.rs_line_290.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 50.660338327, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 32.143480582, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 189, - "function": "AnalysisDatabase<'a>::get_defined_trait", - "return_type": "-> CheckResult>>", - "replacement": "CheckResult::from_iter([Some(BTreeMap::new())])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__analysis_db.rs_line_189_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.48780319, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 419, - "function": "special_geq", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from_iter([Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_419.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.439994649, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 172, - "function": "::get_burn_block_height_for_block", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_172_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 37.439359762, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 23.076867233, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 191, - "function": "::get_tokens_earned_for_block", - "return_type": "-> Option", - "replacement": "Some(0)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__test_util__mod.rs_line_191.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 48.067736666, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 29.389703665, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 433, - "function": "Graph::edges_count", - "return_type": "-> ParseResult", - "replacement": "ParseResult::from_iter([0])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__definition_sorter__mod.rs_line_433_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 10.837820652, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 490, - "function": "special_greater_v2", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_490.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 10.004421414, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 246, - "function": "Lexer<'a>::read_trait_identifier", - "return_type": "-> LexResult", - "replacement": "LexResult::new(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_246.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 10.499380759, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1053, - "function": "::add_cost", - "return_type": "-> std::result::Result<(), CostErrors>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_1053.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 46.916785206, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 28.580180322, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/mod.rs", - "line": 353, - "function": "is_reserved", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__mod.rs_line_353.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 42.289351157, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 33.780190907, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 96, - "function": "rollback_check_pre_bottom_commit", - "return_type": "-> Vec<(T, String)>", - "replacement": "vec![(Default::default(), \"xyzzy\".into())]", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__key_value_wrapper.rs_line_96.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 37.199292649, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 14.078790308, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 355, - "function": "::get_stacks_epoch", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_355.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 36.531089993, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 16.326676731, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 456, - "function": "GraphWalker::get_sorted_dependencies", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from_iter([vec![]])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__definition_sorter__mod.rs_line_456_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.722118956, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1627, - "function": "TypeSignature::depth", - "return_type": "-> u8", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_1627_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 40.509297674, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 26.672226244, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 202, - "function": "TraitIdentifier::parse", - "return_type": "-> Result<(Option, ContractName, ClarityName)>", - "replacement": "Ok((Some(Default::default()), Default::default(), Default::default()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_202.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.896182592, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 652, - "function": "OwnedEnvironment<'a, 'hooks>::execute_in_env", - "return_type": "-> std::result::Result<(A, AssetMap, Vec), E>", - "replacement": "Ok((Default::default(), Default::default(), vec![]))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_652.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.667773845, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 119, - "function": "Parser<'a>::add_diagnostic", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_119.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.869105316, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 875, - "function": "Value::depth", - "return_type": "-> u8", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_875.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 36.61891134, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 22.452878968, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/tests/traits.rs", - "line": 1744, - "function": "test_pass_embedded_trait_to_subtrait_list", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__tests__traits.rs_line_1744.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 28.114395204, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 21.062548925, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 706, - "function": "Lexer<'a>::read_token", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_706.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.79206775, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 153, - "function": "AnalysisDatabase<'a>::get_public_function_type", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::from_iter([None])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__analysis_db.rs_line_153.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.024261386, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1095, - "function": "Environment<'a, 'b, 'hooks>::epoch", - "return_type": "-> &StacksEpochId", - "replacement": "&Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1095.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.52404628, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/sugar_expander/mod.rs", - "line": 56, - "function": "SugarExpander::run", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__sugar_expander__mod.rs_line_56.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 10.877083344, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 41, - "function": "U128Ops::make_value", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_41.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.614238439, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1818, - "function": "ContractContext::lookup_function", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1818.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 37.871633635, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 26.768971192, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 837, - "function": "STXBalance::checked_add_unlocked_amount", - "return_type": "-> Option", - "replacement": "Some(0)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__structures.rs_line_837_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 27.97769477, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 23.350284167, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 223, - "function": "ContractContext::add_private_function_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_223.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.864182974, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1357, - "function": "TypeChecker<'a, 'b>::type_check_define_persisted_variable", - "return_type": "-> CheckResult<(ClarityName, TypeSignature)>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_1357.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.817959596, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/mod.rs", - "line": 120, - "function": "inner_handle_tuple_get", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__mod.rs_line_120.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.608823228, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 421, - "function": "Graph::get_node_descendants", - "return_type": "-> Vec", - "replacement": "vec![0]", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__definition_sorter__mod.rs_line_421.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 34.993420162, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 19.339090768, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1829, - "function": "ContractContext::is_explicitly_implementing_trait", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1829_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 41.241270395, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 32.412526708, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 240, - "function": "::get_stacks_epoch_by_epoch_id", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_240_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 42.942156014, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 31.106529428, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1053, - "function": "Value::expect_buff", - "return_type": "-> Vec", - "replacement": "vec![1]", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1053.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 49.846348887, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 27.835353455, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1625, - "function": "ClarityDatabase<'a>::load_ft", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1625.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.59642673, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 119, - "function": "Parser<'a>::add_diagnostic", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_119_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 11.295859829, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1525, - "function": "Environment<'a, 'b, 'hooks>::register_ft_transfer_event", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1525.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 56.587764955, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 26.110552715, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 433, - "function": "Graph::edges_count", - "return_type": "-> ParseResult", - "replacement": "ParseResult::from(1)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__definition_sorter__mod.rs_line_433_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.356063349, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 65, - "function": "DefinitionSorter::run", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from_iter([()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__definition_sorter__mod.rs_line_65_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.348386772, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 244, - "function": "::get_ast_rules", - "return_type": "-> ASTRules", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_244.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.520509268, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 288, - "function": "Lexer<'a>::read_principal", - "return_type": "-> LexResult", - "replacement": "LexResult::from(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_288.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.663656725, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 227, - "function": "ReadOnlyChecker<'a, 'b>::check_read_only", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new(true)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__read_only_checker__mod.rs_line_227_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.011526402, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 962, - "function": "ClarityDatabase<'a>::get_miner_spend_winner", - "return_type": "-> u128", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_962.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 34.841890966, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 8.390204991, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 519, - "function": "TypeSignature::admits", - "return_type": "-> Result", - "replacement": "Ok(false)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_519.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 37.616384881, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 21.33110801, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/types.rs", - "line": 179, - "function": "ContractAnalysis::get_variable_type", - "return_type": "-> Option<&TypeSignature>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__types.rs_line_179.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 15.183578745, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/mod.rs", - "line": 50, - "function": "mem_type_check", - "return_type": "-> CheckResult<(Option, ContractAnalysis)>", - "replacement": "CheckResult::from_iter([(Some(Default::default()), Default::default())])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__mod.rs_line_50_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 10.342137077, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 345, - "function": "Lexer<'a>::read_hex", - "return_type": "-> LexResult", - "replacement": "LexResult::new(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_345.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.063287336, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/options.rs", - "line": 73, - "function": "native_unwrap_err", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__options.rs_line_73.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.971958687, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1201, - "function": "ExecutionCost::add", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_1201.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 40.844961644, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 18.841681718, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/errors.rs", - "line": 173, - "function": "::message", - "return_type": "-> String", - "replacement": "String::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__errors.rs_line_173.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 43.595097963, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 13.238628187, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 532, - "function": "special_less_v2", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from_iter([Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_532.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.09309702, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 792, - "function": "TypeChecker<'a, 'b>::type_check_define_trait", - "return_type": "-> CheckResult<(ClarityName, BTreeMap)>", - "replacement": "CheckResult::from_iter([(Default::default(), BTreeMap::from_iter([(Default::default(), Default::default())]))])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_792.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.543759919, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 284, - "function": "AssetMap::get_next_amount", - "return_type": "-> Result", - "replacement": "Ok(0)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_284.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 48.485409408, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 18.348236629, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/mod.rs", - "line": 582, - "function": "check_principal_construct", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__mod.rs_line_582.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.816367791, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/tests/mod.rs", - "line": 131, - "function": "tl_env_factory", - "return_type": "-> TopLevelMemoryEnvironmentGenerator", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__tests__mod.rs_line_131.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.467903635, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 985, - "function": "TypeSignature::max_string_utf8", - "return_type": "-> TypeSignature", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_985.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.973607542, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 381, - "function": "native_bitwise_not", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_381.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.733850034, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/callables.rs", - "line": 359, - "function": "DefinedFunction::get_arg_types", - "return_type": "-> &Vec", - "replacement": "&vec![Default::default()]", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__callables.rs_line_359.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.339406512, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 1329, - "function": "::consensus_deserialize", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__serialization.rs_line_1329.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.021992609, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/mod.rs", - "line": 314, - "function": "eval", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__mod.rs_line_314.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.678877042, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/assets.rs", - "line": 82, - "function": "check_special_mint_asset", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__assets.rs_line_82.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.780563036, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1722, - "function": "ListTypeData::inner_size", - "return_type": "-> Option", - "replacement": "Some(0)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_1722.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 30.098944811, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 30.498593608, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/assets.rs", - "line": 172, - "function": "check_special_transfer_token", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__assets.rs_line_172.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.425704103, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 1109, - "function": "STXBalance::can_transfer_at_burn_block", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__structures.rs_line_1109.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 36.017890632, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 24.845867407, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 153, - "function": "build_ast_with_diagnostics", - "return_type": "-> (ContractAST, Vec, bool)", - "replacement": "(Default::default(), vec![Default::default()], true)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__mod.rs_line_153_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.564925467, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 647, - "function": "ClarityDatabase<'a>::load_contract_analysis", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_647.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.509098644, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/assets.rs", - "line": 113, - "function": "check_special_mint_token", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__assets.rs_line_113.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.605489944, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 126, - "function": "::from", - "return_type": "-> Self", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__serialization.rs_line_126.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.341594897, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/principals.rs", - "line": 60, - "function": "special_is_standard", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__principals.rs_line_60.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 10.414282565, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 508, - "function": "parse_lexed", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v1.rs_line_508.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.94189593, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/tests/contracts.rs", - "line": 160, - "function": "test_contract_caller", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__tests__contracts.rs_line_160.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 41.231723711, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 19.889049321999998, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/events.rs", - "line": 315, - "function": "FTMintEventData::json_serialize", - "return_type": "-> serde_json::Value", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__events.rs_line_315.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 49.925349009, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 20.992808276, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/define.rs", - "line": 126, - "function": "handle_define_variable", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__define.rs_line_126.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.872449629, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 59, - "function": "rollback_check_pre_bottom_commit", - "return_type": "-> Vec<(T, String)>", - "replacement": "vec![(Default::default(), \"xyzzy\".into())]", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__key_value_wrapper.rs_line_59.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.312687278, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 571, - "function": "clarity2_trait_check_trait_compliance", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_571.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.163022757, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 171, - "function": "AnalysisDatabase<'a>::get_read_only_function_type", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__analysis_db.rs_line_171_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.107098791, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 91, - "function": ">::compute_cost", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_91.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.024464175, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/assets.rs", - "line": 1061, - "function": "special_burn_asset_v205", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__assets.rs_line_1061.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.032566878, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 213, - "function": "ContractContext::add_read_only_function_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_213.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.933011738, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 140, - "function": "Lexer<'a>::read_line", - "return_type": "-> LexResult", - "replacement": "LexResult::from(\"xyzzy\".into())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_140.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.779923254, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/mod.rs", - "line": 260, - "function": "check_special_fetch_var", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__natives__mod.rs_line_260.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.832457119, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 920, - "function": "STXBalance::get_locked_balance_at_burn_block", - "return_type": "-> (u128, u64)", - "replacement": "(1, 1)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__structures.rs_line_920.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 28.302116138, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 26.327910169, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 748, - "function": "ClarityDatabase<'a>::set_ustx_liquid_supply", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_748.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 28.11841744, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 19.283844107, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 297, - "function": "trait_type_size", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_297_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.4178673010000002, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1818, - "function": "ContractContext::lookup_function", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1818_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.776192594, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 96, - "function": "rollback_check_pre_bottom_commit", - "return_type": "-> Vec<(T, String)>", - "replacement": "vec![(Default::default(), String::new())]", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__key_value_wrapper.rs_line_96_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 33.68930191, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 9.990748241, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 172, - "function": "ContractContext::add_trait", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__contexts.rs_line_172_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.283850189, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1414, - "function": "TypeChecker<'a, 'b>::try_type_check_define", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::from_iter([Some(())])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_1414_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.179409147, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1938, - "function": "ClarityDatabase<'a>::get_account_nonce", - "return_type": "-> u64", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1938.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 30.750059224, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 11.994375938, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 579, - "function": "native_bitwise_left_shift", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_579.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.589295513, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 263, - "function": "::get_pox_payout_addrs", - "return_type": "-> Option<(Vec, u128)>", - "replacement": "Some((vec![Default::default()], 1))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__test_util__mod.rs_line_263_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.430522858, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1372, - "function": "TypeSignature::parse_atom_type", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_1372.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.705218575, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 203, - "function": "ContractContext::add_public_function_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_203.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.431800738, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 448, - "function": "special_leq_v2", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from_iter([Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_448.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 11.315560414, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 192, - "function": "inner_lex", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from(vec![(Default::default(), 0, 1)])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v1.rs_line_192_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.6818348279999995, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/coverage.rs", - "line": 104, - "function": "CoverageReporter::executable_lines", - "return_type": "-> Vec", - "replacement": "vec![1]", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__coverage.rs_line_104.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 17.821819329, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 27.880087291, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/options.rs", - "line": 49, - "function": "check_special_some", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__options.rs_line_49.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.151078131, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 171, - "function": "AnalysisDatabase<'a>::get_read_only_function_type", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::from_iter([Some(Default::default())])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__analysis_db.rs_line_171_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.841941476, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/docs/mod.rs", - "line": 809, - "function": "get_signature", - "return_type": "-> Option", - "replacement": "Some(\"xyzzy\".into())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__docs__mod.rs_line_809.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 29.560672929, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 21.921248658, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 920, - "function": "STXBalance::get_locked_balance_at_burn_block", - "return_type": "-> (u128, u64)", - "replacement": "(0, 0)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__structures.rs_line_920_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 30.238964349, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 19.203998649, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 307, - "function": "::get_block_at_height", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_store.rs_line_307.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.63965588, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 244, - "function": "ReadOnlyChecker<'a, 'b>::check_each_expression_is_read_only", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__read_only_checker__mod.rs_line_244.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.5598686170000002, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 474, - "function": "Lexer<'a>::read_utf8_encoding", - "return_type": "-> LexResult>", - "replacement": "LexResult::from(Ok(String::new()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_474_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.505262209, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/mod.rs", - "line": 325, - "function": "check_special_equals", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__mod.rs_line_325.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.35501375, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 831, - "function": "Value::err_uint", - "return_type": "-> Value", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_831.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.259645181, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 142, - "function": "::add_memory", - "return_type": "-> std::result::Result<(), CostErrors>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_142.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 23.06838559, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 8.698715905, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 419, - "function": "special_geq", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_419_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.588009179, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/mod.rs", - "line": 50, - "function": "mem_type_check", - "return_type": "-> CheckResult<(Option, ContractAnalysis)>", - "replacement": "CheckResult::from((None, Default::default()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__mod.rs_line_50_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.59967341, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/arithmetic_checker/mod.rs", - "line": 92, - "function": "ArithmeticOnlyChecker<'a>::check_define_function", - "return_type": "-> Result<(), Error>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__arithmetic_checker__mod.rs_line_92.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 22.63549157, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 23.262553562, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 160, - "function": "::get_burn_block_height_for_block", - "return_type": "-> Option", - "replacement": "Some(0)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__test_util__mod.rs_line_160_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 22.172005229, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 23.262037815, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 208, - "function": "::from", - "return_type": "-> CostStateSummary", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_208.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.927153108, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 356, - "function": "PreSymbolicExpression::match_atom_value", - "return_type": "-> Option<&Value>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__representations.rs_line_356.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.182315524, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 223, - "function": "::set_block_hash", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_store.rs_line_223.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.791180049, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1210, - "function": "ExecutionCost::sub", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_1210.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 28.183391505, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 16.608260573, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 396, - "function": "STXBalanceSnapshot<'db, 'conn>::can_transfer", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__structures.rs_line_396.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 32.327997314, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 21.506223582, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 54, - "function": "DefinitionSorter::run_pass", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__definition_sorter__mod.rs_line_54.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.926563064, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 807, - "function": "Parser<'a>::parse_node", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new(None)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_807.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.828108571, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 831, - "function": "trait_type_size", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_831_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.986360071, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1445, - "function": "::from", - "return_type": "-> Self", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1445.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.03976608, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1263, - "function": "ClarityDatabase<'a>::create_map", - "return_type": "-> DataMapMetadata", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1263.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.273548202, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 409, - "function": "STXBalanceSnapshot<'db, 'conn>::credit", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__structures.rs_line_409.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 22.898347893, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 13.081219166, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 970, - "function": "Value::string_utf8_from_string_utf8_literal", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_970.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.701722391, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 93, - "function": "AnalysisDatabase<'a>::load_contract_non_canonical", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__analysis_db.rs_line_93.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 21.29318776, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 18.120969726, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 522, - "function": "Value::deserialize_read", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__serialization.rs_line_522.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.376418076, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 140, - "function": "Lexer<'a>::read_line", - "return_type": "-> LexResult", - "replacement": "LexResult::new(\"xyzzy\".into())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_140_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.505823902, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/database.rs", - "line": 229, - "function": "special_fetch_variable_v200", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__database.rs_line_229.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.134484974, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 168, - "function": "::get_miner_address", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__test_util__mod.rs_line_168_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 21.472391902, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 14.24238432, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/options.rs", - "line": 28, - "function": "inner_unwrap", - "return_type": "-> Result>", - "replacement": "Ok(None)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__options.rs_line_28.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 22.485409119, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 8.505371927, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 508, - "function": "parse_lexed", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new(vec![Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v1.rs_line_508_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.681057072, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 520, - "function": "SymbolicExpression::atom_value", - "return_type": "-> SymbolicExpression", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__representations.rs_line_520.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.012758913, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/contexts.rs", - "line": 97, - "function": "TypingContext<'a>::lookup_variable_type", - "return_type": "-> Option<&TypeSignature>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__contexts.rs_line_97.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.7670566450000003, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 96, - "function": ">::drop_memory", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_96.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 18.135381737, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 26.339420162, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 476, - "function": "ListTypeData::get_max_len", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_476_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 37.858869216, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 28.011923029, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 305, - "function": "inner_put", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__key_value_wrapper.rs_line_305.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 42.072804522, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 29.07282619, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1694, - "function": "GlobalContext<'a, 'hooks>::is_read_only", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1694_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 36.426794405, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 27.683789135, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 118, - "function": ">::run_pass", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_118.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.818795291, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/docs/contracts.rs", - "line": 178, - "function": "produce_docs_refs", - "return_type": "-> BTreeMap", - "replacement": "BTreeMap::from_iter([(\"xyzzy\".into(), Default::default())])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__docs__contracts.rs_line_178.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.612380153, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 283, - "function": "Parser<'a>::handle_open_tuple", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from(None)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_283.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.958770622, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 54, - "function": "DefinitionSorter::run_pass", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__definition_sorter__mod.rs_line_54_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.922639412, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 164, - "function": "::fmt", - "return_type": "-> ::std::fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_164.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 37.030307781, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 8.897665124, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 369, - "function": "native_bitwise_xor", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from_iter([Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_369_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.45778359, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1023, - "function": "TypeChecker<'a, 'b>::type_check_all", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::from_iter([vec![Default::default()]])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_1023_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.072220784, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 358, - "function": "STXBalanceSnapshot<'db, 'conn>::get_available_balance", - "return_type": "-> u128", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__structures.rs_line_358.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 32.500076571, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 25.225327475, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/sequences.rs", - "line": 62, - "function": "check_special_map", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__natives__sequences.rs_line_62.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.945200043, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/tests/contracts.rs", - "line": 742, - "function": "test_aborts", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__tests__contracts.rs_line_742.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 31.439130114, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 28.721090745, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 691, - "function": "STXBalanceSnapshot<'db, 'conn>::accelerate_unlock", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__structures.rs_line_691.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 30.386675672, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 27.864527421, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 227, - "function": "ReadOnlyChecker<'a, 'b>::check_read_only", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from(true)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__read_only_checker__mod.rs_line_227_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.659423678, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1427, - "function": "::from", - "return_type": "-> Self", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1427.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.677091076, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1527, - "function": "TupleData::get_owned", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1527.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 16.063830525, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/errors.rs", - "line": 279, - "function": "check_argument_count", - "return_type": "-> Result<(), CheckErrors>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__errors.rs_line_279.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 50.157021468, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 28.231102998, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 455, - "function": "lex", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from(vec![(Default::default(), 0, 1)])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v1.rs_line_455_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.091033513, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/options.rs", - "line": 60, - "function": "check_special_error", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__natives__options.rs_line_60.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.036005094, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 728, - "function": "parse_no_stack_limit", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from(vec![Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v1.rs_line_728_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.456290716, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/options.rs", - "line": 112, - "function": "eval_with_new_binding", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__options.rs_line_112.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.455472987, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 324, - "function": "DefinitionSorter::probe_for_dependencies_in_define_args", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from_iter([()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__definition_sorter__mod.rs_line_324_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.312723094, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/docs/mod.rs", - "line": 2532, - "function": "make_keyword_reference", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__docs__mod.rs_line_2532.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 34.965502205, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 6.27949102, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 192, - "function": "inner_lex", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new(vec![])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v1.rs_line_192_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.8506480960000005, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 724, - "function": "ClarityDatabase<'a>::get_clarity_epoch_version", - "return_type": "-> StacksEpochId", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_724.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.908252115, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1361, - "function": "ClarityDatabase<'a>::fetch_entry_with_size", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1361.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.952339256, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 156, - "function": "FunctionType::check_args_2_1", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_156_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.403308588, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/docs/mod.rs", - "line": 2626, - "function": "make_json_api_reference", - "return_type": "-> String", - "replacement": "String::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__docs__mod.rs_line_2626.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 37.326046374, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 22.268786661, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/options.rs", - "line": 134, - "function": "check_special_asserts", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__options.rs_line_134.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.822335808, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 343, - "function": "::get_sortition_id_from_consensus_hash", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_343_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.307464535, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 1062, - "function": "Parser<'a>::parse_node_or_eof", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from_iter([Some(Default::default())])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_1062_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.306057093, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1760, - "function": "GlobalContext<'a, 'hooks>::handle_tx_result", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1760.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.96416819, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 942, - "function": "Value::buff_from", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_942.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.928916513, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 634, - "function": "ClarityDatabase<'a>::fetch_metadata_manual", - "return_type": "-> Result>", - "replacement": "Ok(Some(Default::default()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_634.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.922959424, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/conversions.rs", - "line": 88, - "function": "native_buff_to_int_le", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__conversions.rs_line_88.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.832800647, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 178, - "function": "::get_burnchain_tokens_spent_for_block", - "return_type": "-> Option", - "replacement": "Some(0)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_178.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 23.560157284, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 16.890175508, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/docs/mod.rs", - "line": 728, - "function": "get_input_type_string", - "return_type": "-> String", - "replacement": "\"xyzzy\".into()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__docs__mod.rs_line_728.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 27.917670949, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 34.458084089, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 194, - "function": "ContractContext::get_persisted_variable_type", - "return_type": "-> Option<&TypeSignature>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__contexts.rs_line_194.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.885844455, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/sqlite.rs", - "line": 81, - "function": "SqliteConnection::get", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__sqlite.rs_line_81.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 39.406604535, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 15.19945552, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1626, - "function": "GlobalContext<'a, 'hooks>::log_token_transfer", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1626.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 41.33803817, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 20.889120197, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 312, - "function": "ContractContext::get_variable_type", - "return_type": "-> Option<&TypeSignature>", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_312.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 45.752872268, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 22.703442014, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 1083, - "function": "Parser<'a>::parse", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_1083_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.877762415, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/mod.rs", - "line": 265, - "function": "check_special_fetch_var", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__mod.rs_line_265.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.3350503719999995, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/sequences.rs", - "line": 409, - "function": "special_replace_at", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__sequences.rs_line_409.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.50626784, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1983, - "function": "CallStack::make_stack_trace", - "return_type": "-> StackTrace", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1983.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 27.364282915, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 13.048871428, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 748, - "function": "STXBalance::initial", - "return_type": "-> STXBalance", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__structures.rs_line_748.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 11.015161205, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 376, - "function": "::get_pox_3_activation_height", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_376.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 34.109414249, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 27.651278853, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/expression_identifier/mod.rs", - "line": 40, - "function": "update_expression_id", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__expression_identifier__mod.rs_line_40.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.873165438, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/arithmetic_checker/mod.rs", - "line": 66, - "function": "::fmt", - "return_type": "-> std::fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__arithmetic_checker__mod.rs_line_66.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 30.614211349, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 10.928622169, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/contract_interface_builder/mod.rs", - "line": 318, - "function": "ContractInterfaceNonFungibleTokens::from_map", - "return_type": "-> Vec", - "replacement": "vec![]", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__contract_interface_builder__mod.rs_line_318.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 44.163268923, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 25.725517098, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 699, - "function": "ClarityDatabase<'a>::has_contract", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_699.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 29.422919166, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 19.44409721, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 533, - "function": "SequenceData::is_list", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_533.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 30.52412804, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 28.464391308, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1023, - "function": "TypeChecker<'a, 'b>::type_check_all", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_1023_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.229664516, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 263, - "function": "AssetMap::get_next_stx_amount", - "return_type": "-> Result", - "replacement": "Ok(0)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_263.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 40.345928912, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 23.274476012, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 579, - "function": "native_bitwise_left_shift", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from_iter([Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_579_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.322953463, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 66, - "function": "Lexer<'a>::add_diagnostic", - "return_type": "-> LexResult<()>", - "replacement": "LexResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_66_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.864176961, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 466, - "function": "RollbackWrapper<'a>::get_metadata", - "return_type": "-> InterpreterResult>", - "replacement": "InterpreterResult::from(None)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__key_value_wrapper.rs_line_466_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.29009798, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1253, - "function": "::fmt", - "return_type": "-> fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1253.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 42.773900083, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 33.527248106, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1246, - "function": "Environment<'a, 'b, 'hooks>::evaluate_at_block", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1246.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.975988952, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/conversions.rs", - "line": 242, - "function": "from_consensus_buff", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__conversions.rs_line_242.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.625114013, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1714, - "function": "GlobalContext<'a, 'hooks>::commit", - "return_type": "-> Result<(Option, Option)>", - "replacement": "Ok((Some(Default::default()), None))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1714_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 45.344559503, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 25.639353436, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/version.rs", - "line": 27, - "function": "ClarityVersion::default_for_epoch", - "return_type": "-> ClarityVersion", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__version.rs_line_27.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.391180255, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 269, - "function": "ContractContext::add_nft", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_269_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.660868378, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1115, - "function": "map_no_contract_as_none", - "return_type": "-> Result>", - "replacement": "Ok(None)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1115.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 36.492619212, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 24.098242171, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1490, - "function": "Environment<'a, 'b, 'hooks>::register_nft_mint_event", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1490.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 30.548472085, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 36.547631583, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 327, - "function": "::get_cc_special_cases_handler", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_store.rs_line_327.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 38.40436948, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 12.350284628, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/arithmetic_checker/mod.rs", - "line": 274, - "function": "ArithmeticOnlyChecker<'a>::check_function_application", - "return_type": "-> Result<(), Error>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__arithmetic_checker__mod.rs_line_274.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 45.562295431, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 18.405742294, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 281, - "function": "ReadOnlyChecker<'a, 'b>::check_native_function_is_read_only", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from_iter([true])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__read_only_checker__mod.rs_line_281.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 11.414329172, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/callables.rs", - "line": 355, - "function": "DefinedFunction::get_arguments", - "return_type": "-> &Vec", - "replacement": "&vec![Default::default()]", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__callables.rs_line_355_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.33619647, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1070, - "function": "::short_circuit_contract_call", - "return_type": "-> Result", - "replacement": "Ok(false)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_1070_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 43.498174451, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 27.790858579000002, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 490, - "function": "AssetMap::get_nonfungible_tokens", - "return_type": "-> Option<&Vec>", - "replacement": "Some(&vec![])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_490.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 13.104568543, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/arithmetic_checker/mod.rs", - "line": 60, - "function": "::source", - "return_type": "-> Option<&(dyn std::error::Error +'static)>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__arithmetic_checker__mod.rs_line_60.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.906568384, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 557, - "function": "native_sub", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_557_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.35646896, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 937, - "function": "ClarityDatabase<'a>::get_pox_payout_addrs_for_burnchain_height", - "return_type": "-> Option<(Vec, u128)>", - "replacement": "Some((vec![Default::default()], 1))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_937_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.459730281, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/errors.rs", - "line": 199, - "function": "::from", - "return_type": "-> Self", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__errors.rs_line_199.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.3660914650000002, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 1133, - "function": "Value::try_deserialize_hex_untyped", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__serialization.rs_line_1133.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.286659252, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/types.rs", - "line": 190, - "function": "ContractAnalysis::get_defined_trait", - "return_type": "-> Option<&BTreeMap>", - "replacement": "Some(&BTreeMap::from_iter([(Default::default(), Default::default())]))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__types.rs_line_190.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.328277632, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 47, - "function": "I128Ops::make_value", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_47_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.258315283, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 319, - "function": "::get_open_chain_tip_height", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_store.rs_line_319.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 31.459062393, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 10.68616299, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 728, - "function": "parse_no_stack_limit", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v1.rs_line_728_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.708666534, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/assets.rs", - "line": 250, - "function": "check_special_get_token_supply", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__assets.rs_line_250.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.8223025790000005, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/options.rs", - "line": 306, - "function": "check_special_match_opt", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__options.rs_line_306.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.072237585, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 1109, - "function": "parse_collect_diagnostics", - "return_type": "-> (Vec, Vec, bool)", - "replacement": "(vec![Default::default()], vec![], true)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_1109_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.579509907, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 125, - "function": "::get_burn_header_hash_for_block", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__test_util__mod.rs_line_125.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.576829287, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1069, - "function": "Environment<'a, 'b, 'hooks>::eval_raw", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1069.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.432263762, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 462, - "function": "unescape_ascii_chars", - "return_type": "-> ParseResult", - "replacement": "ParseResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v1.rs_line_462_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.405193388, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1939, - "function": "CallStack::depth", - "return_type": "-> usize", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1939.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 19.805342528, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 19.535011392, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 79, - "function": "ContractContext::check_function_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__contexts.rs_line_79_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.107151327, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1302, - "function": "ClarityDatabase<'a>::make_key_for_data_map_entry_serialized", - "return_type": "-> String", - "replacement": "String::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1302.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 27.016678827, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 8.594301436, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/tests/traits.rs", - "line": 1462, - "function": "test_embedded_trait", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__tests__traits.rs_line_1462.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 27.574711931, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 6.483941573, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/tests/defines.rs", - "line": 58, - "function": "test_accept_options", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__tests__defines.rs_line_58.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 28.265821439, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 14.115947879, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1917, - "function": "::fmt", - "return_type": "-> fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_1917.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 30.281374936, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 25.249031326, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1878, - "function": "ClarityDatabase<'a>::make_key_for_account_nonce", - "return_type": "-> String", - "replacement": "\"xyzzy\".into()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1878.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 39.202257037, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 15.660921805, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/docs/mod.rs", - "line": 2557, - "function": "make_for_special", - "return_type": "-> FunctionAPI", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__docs__mod.rs_line_2557.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.548508658, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 247, - "function": "SequenceData::atom_values", - "return_type": "-> Vec", - "replacement": "vec![Default::default()]", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_247.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.975794562, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 420, - "function": "RollbackWrapper<'a>::get_current_block_height", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__key_value_wrapper.rs_line_420.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 39.725438019, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 14.502937474, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 1109, - "function": "parse_collect_diagnostics", - "return_type": "-> (Vec, Vec, bool)", - "replacement": "(vec![], vec![], false)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_1109_002.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 45.345872761, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 20.942733852, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 785, - "function": "clarity2_lookup_trait", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_785_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.513492994, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 808, - "function": "TypeChecker<'a, 'b>::try_type_check_define", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::new(Some(()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_808_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.583452589, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 172, - "function": "ContractContext::add_trait", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__contexts.rs_line_172_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.86942826, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 208, - "function": "AnalysisDatabase<'a>::get_implemented_traits", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::from_iter([BTreeSet::from_iter([Default::default()])])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__analysis_db.rs_line_208.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.221570216, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 490, - "function": "special_greater_v2", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from_iter([Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_490_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.680124837, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 358, - "function": "TypeChecker<'a, 'b>::track_return_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_358.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.454837633, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 130, - "function": "build_ast_typical", - "return_type": "-> ParseResult", - "replacement": "ParseResult::new(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__mod.rs_line_130.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.266655915, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/docs/mod.rs", - "line": 2532, - "function": "make_keyword_reference", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__docs__mod.rs_line_2532_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.835225674, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 232, - "function": "::get_pox_3_activation_height", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__test_util__mod.rs_line_232.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 21.658633667, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 17.223055558, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 376, - "function": "::get_pox_3_activation_height", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_376_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 27.490125727, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 20.48865424, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 653, - "function": "::items", - "return_type": "-> &Vec", - "replacement": "&vec![1]", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_653.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.952813017, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/expression_identifier/mod.rs", - "line": 40, - "function": "update_expression_id", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from_iter([()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__expression_identifier__mod.rs_line_40_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.5969753319999995, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 430, - "function": "ReadOnlyChecker<'a, 'b>::check_expression_application_is_read_only", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new(true)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__read_only_checker__mod.rs_line_430.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.147958585, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1346, - "function": "TypeChecker<'a, 'b>::type_check_define_variable", - "return_type": "-> CheckResult<(ClarityName, TypeSignature)>", - "replacement": "CheckResult::from((Default::default(), Default::default()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_1346_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.404770039, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1635, - "function": "GlobalContext<'a, 'hooks>::log_stx_transfer", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1635.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 31.217702754, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 29.246083286, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/version.rs", - "line": 24, - "function": "ClarityVersion::latest", - "return_type": "-> ClarityVersion", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__version.rs_line_24.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.359022227, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 96, - "function": "rollback_check_pre_bottom_commit", - "return_type": "-> Vec<(T, String)>", - "replacement": "vec![]", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__key_value_wrapper.rs_line_96_002.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 30.192522716, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 12.35466446, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 47, - "function": "I128Ops::make_value", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from_iter([Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_47_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.461679641, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 357, - "function": "DefinitionSorter::probe_for_dependencies_in_wrapped_key_value_pairs", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__definition_sorter__mod.rs_line_357_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.739868885, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 202, - "function": "::get_burn_block_height", - "return_type": "-> Option", - "replacement": "Some(0)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_202.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 31.95018035, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 9.136581841, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 647, - "function": "ClarityDatabase<'a>::load_contract_analysis", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_647_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 33.562311722, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 9.539074677, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 299, - "function": "SequenceData::replace_at", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_299.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.715685434, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 189, - "function": "AnalysisDatabase<'a>::get_defined_trait", - "return_type": "-> CheckResult>>", - "replacement": "CheckResult::from(Some(BTreeMap::from_iter([(Default::default(), Default::default())])))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__analysis_db.rs_line_189_004.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.265455236, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 395, - "function": "::get_pox_payout_addrs", - "return_type": "-> Option<(Vec, u128)>", - "replacement": "Some((vec![Default::default()], 1))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_395_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.723989433, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/boolean.rs", - "line": 58, - "function": "special_and", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__boolean.rs_line_58.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.6092206319999995, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/docs/mod.rs", - "line": 828, - "function": "make_for_simple_native", - "return_type": "-> FunctionAPI", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__docs__mod.rs_line_828.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.482926226, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 306, - "function": "::get_burn_block_height_for_block", - "return_type": "-> Option", - "replacement": "Some(1)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_306.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 18.352196138, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 20.340140088, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/tests/traits.rs", - "line": 204, - "function": "test_dynamic_dispatch_intra_contract_call", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__tests__traits.rs_line_204.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 25.491972422, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 12.608421276, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/arithmetic_checker/mod.rs", - "line": 165, - "function": "ArithmeticOnlyChecker<'a>::try_native_function_check", - "return_type": "-> Option>", - "replacement": "Some(Ok(()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__arithmetic_checker__mod.rs_line_165.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 29.317045901, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 15.416155327, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 244, - "function": "::get_pox_rejection_fraction", - "return_type": "-> u64", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__test_util__mod.rs_line_244.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 26.46700677, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 14.268530138, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/define.rs", - "line": 411, - "function": "evaluate_define", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__define.rs_line_411.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.982626459, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/database.rs", - "line": 642, - "function": "special_delete_entry_v200", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__database.rs_line_642.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.310113137, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1054, - "function": "TypeSignature::least_supertype", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_1054.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.612748351, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 466, - "function": "RollbackWrapper<'a>::get_metadata", - "return_type": "-> InterpreterResult>", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__key_value_wrapper.rs_line_466_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.455694015, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/crypto.rs", - "line": 102, - "function": "special_principal_of", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__crypto.rs_line_102.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.9139807490000003, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 345, - "function": "DefinitionSorter::probe_for_dependencies_in_list_of_wrapped_key_value_pairs", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__definition_sorter__mod.rs_line_345_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.361337028, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/tests/traits.rs", - "line": 710, - "function": "test_readwrite_dynamic_dispatch", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__tests__traits.rs_line_710.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 20.236547299, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 7.41787488, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1047, - "function": "ClarityDatabase<'a>::insert_microblock_poison", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1047.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 19.701454730000002, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 24.223618766, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 326, - "function": "Lexer<'a>::read_integer", - "return_type": "-> LexResult", - "replacement": "LexResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_326_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.54803401, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1072, - "function": "ClarityDatabase<'a>::get_microblock_pubkey_hash_height", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1072_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 34.425889994, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 12.275519329, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 926, - "function": "ClarityDatabase<'a>::get_burnchain_block_header_hash_for_burnchain_height", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_926.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 35.230833631, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 10.294734546, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1928, - "function": "ClarityDatabase<'a>::get_account_stx_balance", - "return_type": "-> STXBalance", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1928.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.415079607, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 283, - "function": "Parser<'a>::handle_open_tuple", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_283_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.809180986, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 694, - "function": "ClarityDatabase<'a>::insert_contract", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_694.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 42.509536961, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 11.954861547, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 456, - "function": "GraphWalker::get_sorted_dependencies", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from(vec![1])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__definition_sorter__mod.rs_line_456_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.292919506, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 152, - "function": "::short_circuit_contract_call", - "return_type": "-> Result", - "replacement": "Ok(false)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_152_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 21.572602782, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 21.462936999, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 43, - "function": "is_string_terminator", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_43.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 20.50824513, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 23.794421561, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/docs/contracts.rs", - "line": 69, - "function": "doc_execute", - "return_type": "-> Result, vm::Error>", - "replacement": "Ok(Some(Default::default()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__docs__contracts.rs_line_69.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.432066213, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 135, - "function": "::get_vrf_seed_for_block", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__test_util__mod.rs_line_135.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.112983782, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 751, - "function": "TypeChecker<'a, 'b>::type_check_define_persisted_variable", - "return_type": "-> CheckResult<(ClarityName, TypeSignature)>", - "replacement": "CheckResult::from((Default::default(), Default::default()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_751_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.980908587, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 430, - "function": "ReadOnlyChecker<'a, 'b>::check_expression_application_is_read_only", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new(false)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__read_only_checker__mod.rs_line_430_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.355214676, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 101, - "function": "get_value_or_err", - "return_type": "-> ParseResult", - "replacement": "ParseResult::from(\"xyzzy\".into())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v1.rs_line_101_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.505076423, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contracts.rs", - "line": 44, - "function": "Contract::initialize_from_ast", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contracts.rs_line_44.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.419868289, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 189, - "function": "AnalysisDatabase<'a>::get_defined_trait", - "return_type": "-> CheckResult>>", - "replacement": "CheckResult::new(Some(BTreeMap::new()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__analysis_db.rs_line_189_005.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.376587973, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 905, - "function": ">::compute_cost", - "return_type": "-> std::result::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_905.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.846970594, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 192, - "function": "inner_lex", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new(vec![(Default::default(), 1, 1)])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v1.rs_line_192_004.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 11.745189224, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 524, - "function": "TypeSignature::admits_type", - "return_type": "-> Result", - "replacement": "Ok(true)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_524.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 42.163716023, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 23.754872802, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 800, - "function": "::eq", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_800.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 46.084731185, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 24.350988857, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/options.rs", - "line": 74, - "function": "check_special_is_response", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__natives__options.rs_line_74.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.018890251, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/expression_identifier/mod.rs", - "line": 23, - "function": "inner_relabel", - "return_type": "-> ParseResult", - "replacement": "ParseResult::new(0)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__expression_identifier__mod.rs_line_23_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.536223156, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 516, - "function": "TypeChecker<'a, 'b>::type_check_all", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::new(vec![Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_516_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.09737059, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 88, - "function": "ContractContext::get_nft_type", - "return_type": "-> Option<&TypeSignature>", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__contexts.rs_line_88_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 24.066458608, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 10.207188295, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/types.rs", - "line": 171, - "function": "ContractAnalysis::get_private_function", - "return_type": "-> Option<&FunctionType>", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__types.rs_line_171.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 22.292853803, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 29.542691168, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/token.rs", - "line": 47, - "function": "::fmt", - "return_type": "-> std::fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__token.rs_line_47.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 32.302673772, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 17.522934079, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 926, - "function": "FunctionSignature::check_args_trait_compliance", - "return_type": "-> Result", - "replacement": "Ok(false)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_926_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 43.434316117, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 27.575716196, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 259, - "function": "ContractContext::add_ft", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_259.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.732308622, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 429, - "function": "TypeChecker<'a, 'b>::type_check_expects", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_429.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.978768558, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 108, - "function": "get_lines_at", - "return_type": "-> Vec", - "replacement": "vec![0]", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v1.rs_line_108.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 44.127484118, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 29.702449737, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/sequences.rs", - "line": 39, - "function": "get_simple_native_or_user_define", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__natives__sequences.rs_line_39.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.328568251, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 571, - "function": "clarity2_trait_check_trait_compliance", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_571_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.858076031, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/token.rs", - "line": 82, - "function": "Token::reproduce", - "return_type": "-> String", - "replacement": "\"xyzzy\".into()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__token.rs_line_82.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 32.280217063, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 11.090611012, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 462, - "function": "special_leq", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_462_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.527527857, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 677, - "function": "LimitedCostTracker::new_mid_block", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_677.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.208912965, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 871, - "function": ">::compute_cost", - "return_type": "-> std::result::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_871.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 10.589245310999999, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 818, - "function": "STXBalance::debit_unlocked_amount", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__structures.rs_line_818.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 34.930729133, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 40.657247196, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1719, - "function": "ClarityDatabase<'a>::get_ft_balance", - "return_type": "-> Result", - "replacement": "Ok(1)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1719.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 36.781855354, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 37.288473061, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 42, - "function": "::serialize", - "return_type": "-> String", - "replacement": "String::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__structures.rs_line_42.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 50.893593969, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 9.020484403, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 475, - "function": "SymbolicExpression::cons", - "return_type": "-> SymbolicExpression", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__representations.rs_line_475.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.315775111, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 570, - "function": "SymbolicExpression::match_list", - "return_type": "-> Option<&[SymbolicExpression]>", - "replacement": "Some(Vec::leak(Vec::new()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__representations.rs_line_570.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 55.152308285, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 21.259086444, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1913, - "function": "LocalContext<'a>::lookup_callable_contract", - "return_type": "-> Option<&CallableData>", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1913.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 33.132671835, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 21.16130422, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/arithmetic_checker/mod.rs", - "line": 267, - "function": "ArithmeticOnlyChecker<'a>::check_all", - "return_type": "-> Result<(), Error>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__arithmetic_checker__mod.rs_line_267.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 37.676470164, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 14.569383237, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 211, - "function": "::match_list_mut", - "return_type": "-> Option<&mut[SymbolicExpression]>", - "replacement": "Some(Vec::leak(vec![Default::default()]))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__representations.rs_line_211.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.326569056, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/types.rs", - "line": 139, - "function": "ContractAnalysis::add_private_function", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__types.rs_line_139.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 37.832419538, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 18.167094936, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 557, - "function": "native_sub", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_557_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.024722259, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 172, - "function": "::get_burn_block_height_for_block", - "return_type": "-> Option", - "replacement": "Some(1)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_172_002.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 40.005768678, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 28.319267697, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 229, - "function": "::get_pox_prepare_length", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_229.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 26.628022646, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 23.332434203, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 405, - "function": "special_geq_v2", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from_iter([Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_405.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.083645758, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 253, - "function": "::get_sortition_id_from_consensus_hash", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__test_util__mod.rs_line_253.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 35.097167513, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 17.158489558, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 721, - "function": "TypeSignature::canonicalize", - "return_type": "-> TypeSignature", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_721.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.378521407, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/sequences.rs", - "line": 38, - "function": "list_cons", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__sequences.rs_line_38.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.127884139, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1361, - "function": "::fmt", - "return_type": "-> fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1361.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 40.428903825, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 17.719684066, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1451, - "function": "::from", - "return_type": "-> Self", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1451.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.761917693, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 973, - "function": "ClarityDatabase<'a>::get_miner_spend_total", - "return_type": "-> u128", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_973.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 28.457518018000002, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 9.668973355, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 281, - "function": "ReadOnlyChecker<'a, 'b>::check_native_function_is_read_only", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from_iter([false])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__read_only_checker__mod.rs_line_281_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.667861093, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/types.rs", - "line": 67, - "function": "ContractAST::get_referenced_trait", - "return_type": "-> Option<&TraitDefinition>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__types.rs_line_67.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.841261683, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 532, - "function": "special_less_v2", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_532_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.552508318, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 389, - "function": "Lexer<'a>::read_ascii_string", - "return_type": "-> LexResult", - "replacement": "LexResult::from_iter([Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_389.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.590290911, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 213, - "function": "ContractContext::add_read_only_function_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_213_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.228376182, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1420, - "function": "Environment<'a, 'b, 'hooks>::construct_print_transaction_event", - "return_type": "-> StacksTransactionEvent", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1420.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.701295443, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 208, - "function": "AnalysisDatabase<'a>::get_implemented_traits", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::from(BTreeSet::new())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__analysis_db.rs_line_208_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.332441265, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 78, - "function": "Lexer<'a>::read_char", - "return_type": "-> LexResult<()>", - "replacement": "LexResult::new(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_78_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.6572288410000002, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 174, - "function": "inner_build_ast", - "return_type": "-> ParseResult<(ContractAST, Vec, bool)>", - "replacement": "ParseResult::from_iter([(Default::default(), vec![], false)])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__mod.rs_line_174.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.527764105, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 223, - "function": "ContractContext::add_private_function_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_223_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.576463096, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 913, - "function": "FunctionSignature::total_type_size", - "return_type": "-> Result", - "replacement": "Ok(0)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_913.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 36.479128513, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 26.60593388, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1825, - "function": "ContractContext::lookup_trait_definition", - "return_type": "-> Option>", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1825.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 32.369611125, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 29.374007859, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/mod.rs", - "line": 228, - "function": "check_special_let", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__mod.rs_line_228.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.116146728, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 463, - "function": "Parser<'a>::open_tuple", - "return_type": "-> ParseResult", - "replacement": "ParseResult::new(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_463.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.060862611, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 334, - "function": "PreSymbolicExpression::placeholder", - "return_type": "-> PreSymbolicExpression", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__representations.rs_line_334.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.82981443, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/mod.rs", - "line": 573, - "function": "native_eq", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__mod.rs_line_573.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.987563578, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 111, - "function": "Lexer<'a>::report_line_ending", - "return_type": "-> LexResult<()>", - "replacement": "LexResult::new(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_111_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.577811655, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 1153, - "function": "::write", - "return_type": "-> std::io::Result", - "replacement": "Ok(0)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__serialization.rs_line_1153.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 34.275811413, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 17.314957165, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 486, - "function": "TypeSignature::new_option", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_486.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.794827304, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/tests/traits.rs", - "line": 1963, - "function": "test_let_trait", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__tests__traits.rs_line_1963.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 29.155565737, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 12.485393858, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1385, - "function": "TypeChecker<'a, 'b>::type_check_define_nft", - "return_type": "-> CheckResult<(ClarityName, TypeSignature)>", - "replacement": "CheckResult::from((Default::default(), Default::default()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_1385_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.768892155, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 829, - "function": "OwnedEnvironment<'a, 'hooks>::eval_read_only", - "return_type": "-> Result<(Value, AssetMap, Vec)>", - "replacement": "Ok((Default::default(), Default::default(), vec![Default::default()]))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_829.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.465050026, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1406, - "function": "::from", - "return_type": "-> StacksAddress", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1406.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.643952581, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1209, - "function": "Environment<'a, 'b, 'hooks>::execute_function_as_transaction", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1209.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.261211663, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1062, - "function": "::reset_memory", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_1062.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 24.696614345, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 19.534706124, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 728, - "function": "parse_no_stack_limit", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from_iter([vec![]])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v1.rs_line_728_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.849982698, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 602, - "function": "SymbolicExpression::match_trait_reference", - "return_type": "-> Option<&ClarityName>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__representations.rs_line_602.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 13.036037464, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 949, - "function": "STXBalance::get_total_balance", - "return_type": "-> u128", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__structures.rs_line_949_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 28.174838917, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 26.659753126, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 716, - "function": "OptionalData::type_signature", - "return_type": "-> TypeSignature", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_716.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.38987183, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 391, - "function": "special_geq_v1", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from_iter([Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_391.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.009052971, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 446, - "function": "ClarityDatabase<'a>::roll_back", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_446.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 32.522499807, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 6.849288562, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 807, - "function": "Parser<'a>::parse_node", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new(Some(Default::default()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_807_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.365755468, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/events.rs", - "line": 206, - "function": "STXBurnEventData::json_serialize", - "return_type": "-> serde_json::Value", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__events.rs_line_206.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 37.880380839, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 31.016776071, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 454, - "function": "ClarityDatabase<'a>::set_block_hash", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_454.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.477033513, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/errors.rs", - "line": 296, - "function": "::suggestion", - "return_type": "-> Option", - "replacement": "Some(String::new())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__errors.rs_line_296.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 34.811883966, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 16.161815967, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 237, - "function": "::get_pox_rejection_fraction", - "return_type": "-> u64", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_237.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 35.309139068, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 19.143984787, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1782, - "function": "TupleTypeSignature::inner_size", - "return_type": "-> Option", - "replacement": "Some(1)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_1782.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 39.847864341, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 21.99184737, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 101, - "function": "get_value_or_err", - "return_type": "-> ParseResult", - "replacement": "ParseResult::from_iter([\"xyzzy\".into()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v1.rs_line_101_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.479647981, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 516, - "function": "TypeChecker<'a, 'b>::type_check_all", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::new(vec![])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_516_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.977971545, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 902, - "function": "FixedFunction::total_type_size", - "return_type": "-> Result", - "replacement": "Ok(1)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_902.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 35.729768058, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 41.451972947, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 430, - "function": "ReadOnlyChecker<'a, 'b>::check_expression_application_is_read_only", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__read_only_checker__mod.rs_line_430_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.933183849, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 794, - "function": "::eq", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_794.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 42.032752863, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 27.40234294, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1595, - "function": "GlobalContext<'a, 'hooks>::is_top_level", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1595_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 50.943493885, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 26.178943219, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 502, - "function": "::fmt", - "return_type": "-> fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_502.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 47.734638098, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 24.498575099, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 128, - "function": "Lexer<'a>::skip_whitespace", - "return_type": "-> LexResult<()>", - "replacement": "LexResult::new(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_128_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.814909403, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/options.rs", - "line": 217, - "function": "check_special_try_ret", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__options.rs_line_217.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.004675626, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 306, - "function": "::get_burn_block_height_for_block", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_306_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 37.226806619, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 38.567736921, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 943, - "function": "ClarityDatabase<'a>::get_burnchain_block_height", - "return_type": "-> Option", - "replacement": "Some(0)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_943.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 47.14921247, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 37.068287066, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 338, - "function": "RollbackWrapper<'a>::set_block_hash", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from_iter([Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__key_value_wrapper.rs_line_338.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.052684467, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/assets.rs", - "line": 299, - "function": "check_special_burn_token", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__assets.rs_line_299.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.924649499000001, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 808, - "function": "Value::some", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_808.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 10.271751367, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 168, - "function": "ContractContext::check_name_used", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_168_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.547956778, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1748, - "function": "TupleTypeSignature::type_size", - "return_type": "-> Option", - "replacement": "Some(0)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_1748.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 59.220526312, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 26.272988066, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/tests/traits.rs", - "line": 1346, - "function": "test_return_trait_with_contract_of", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__tests__traits.rs_line_1346.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 55.684119191, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 21.92453649, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/traits_resolver/mod.rs", - "line": 36, - "function": "::run_pass", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from_iter([()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__traits_resolver__mod.rs_line_36_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.776378387, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/tests/contracts.rs", - "line": 91, - "function": "get_principal_as_principal_data", - "return_type": "-> PrincipalData", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__tests__contracts.rs_line_91.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.408018361, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1059, - "function": "::drop_memory", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_1059.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 30.859145114, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 12.991013447, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/tests/contracts.rs", - "line": 99, - "function": "test_get_block_info_eval", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__tests__contracts.rs_line_99.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 36.118624231, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 14.734557996, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 298, - "function": "::get_burn_block_time_for_block", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_298.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 36.822765372, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 15.685819886, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1372, - "function": "TypeChecker<'a, 'b>::type_check_define_ft", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_1372_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.10526505, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 239, - "function": "::get_block_at_height", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_store.rs_line_239.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 39.126926302, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 20.427309007, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 253, - "function": "ContractContext::add_persisted_variable_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_253.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.132949046, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 192, - "function": "inner_lex", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new(vec![(Default::default(), 0, 0)])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v1.rs_line_192_005.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.856672639, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/errors.rs", - "line": 114, - "function": ">::eq", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__errors.rs_line_114.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 22.425744637, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 22.514498006, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 421, - "function": "Graph::get_node_descendants", - "return_type": "-> Vec", - "replacement": "vec![1]", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__definition_sorter__mod.rs_line_421_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 40.561481364, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 29.136570463, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 363, - "function": "RollbackWrapper<'a>::get", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__key_value_wrapper.rs_line_363.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 38.365933097, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 25.619332947, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1735, - "function": "ListTypeData::type_size", - "return_type": "-> Option", - "replacement": "Some(1)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_1735.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 39.97779094, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 33.40774282, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/conversions.rs", - "line": 106, - "function": "native_buff_to_int_be::convert_to_int_be", - "return_type": "-> Value", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__conversions.rs_line_106.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.606215756, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 456, - "function": "GraphWalker::get_sorted_dependencies", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new(vec![1])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__definition_sorter__mod.rs_line_456_004.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.160335417, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 737, - "function": "ClarityDatabase<'a>::get_total_liquid_ustx", - "return_type": "-> u128", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_737.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 43.049434974, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 8.980150292, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/assets.rs", - "line": 305, - "function": "special_mint_token", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__assets.rs_line_305.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.8266478, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/mod.rs", - "line": 606, - "function": "special_print", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__mod.rs_line_606.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 12.540670573, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 307, - "function": "DefinitionSorter::probe_for_dependencies_in_tuple", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from_iter([()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__definition_sorter__mod.rs_line_307.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.791936116, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 177, - "function": "ContractContext::add_implemented_trait", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__contexts.rs_line_177.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.357361529, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 243, - "function": "RollbackWrapper<'a>::rollback", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__key_value_wrapper.rs_line_243.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 33.427298294, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 25.658940005, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/types.rs", - "line": 67, - "function": "ContractAST::get_referenced_trait", - "return_type": "-> Option<&TraitDefinition>", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__types.rs_line_67_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 35.347606635, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 30.174127659, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1044, - "function": "Environment<'a, 'b, 'hooks>::eval_raw_with_rules", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1044.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.718415147, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 163, - "function": "::get_consensus_hash_for_block", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_163_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 37.658400484, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 19.125902357, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 455, - "function": "lex", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from(vec![])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v1.rs_line_455_004.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.013773214, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 234, - "function": "::deserialize", - "return_type": "-> Self", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__structures.rs_line_234.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.767033805, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 291, - "function": "::set_block_hash", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_store.rs_line_291_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.819384061, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/sugar_expander/mod.rs", - "line": 56, - "function": "SugarExpander::run", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__sugar_expander__mod.rs_line_56_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.174202783, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/tests/sequences.rs", - "line": 1160, - "function": "test_construct_bad_list", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__tests__sequences.rs_line_1160.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 24.819022349, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 13.455760628, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 332, - "function": "ContractContext::into_contract_analysis", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_332.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 44.989578308, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 24.18007831, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/mod.rs", - "line": 685, - "function": "TypedNativeFunction::type_check_application", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__mod.rs_line_685.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.561416369, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/errors.rs", - "line": 163, - "function": "::source", - "return_type": "-> Option<&(dyn error::Error +'static)>", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__errors.rs_line_163.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 27.415340311, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 13.892468249, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1372, - "function": "TypeChecker<'a, 'b>::type_check_define_ft", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_1372_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.263456457, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 223, - "function": "ContractContext::add_private_function_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_223_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.622014102, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 476, - "function": "special_greater_v1", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_476.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.917907346, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 182, - "function": "ReadOnlyChecker<'a, 'b>::check_reads_only_valid", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__read_only_checker__mod.rs_line_182.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.825248169, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 782, - "function": "ClarityDatabase<'a>::is_in_regtest", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_782.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 27.921120223, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 12.077474381, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 626, - "function": "TypeChecker<'a, 'b>::type_check_define_map", - "return_type": "-> CheckResult<(ClarityName, (TypeSignature, TypeSignature))>", - "replacement": "CheckResult::from_iter([(Default::default(), (Default::default(), Default::default()))])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_626_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.148126165, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1874, - "function": "ClarityDatabase<'a>::make_key_for_account_balance", - "return_type": "-> String", - "replacement": "\"xyzzy\".into()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1874.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 32.235707265, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 28.542157763, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 261, - "function": "RollbackWrapper<'a>::depth", - "return_type": "-> usize", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__key_value_wrapper.rs_line_261.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 30.02673919, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 18.744481866, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 101, - "function": "get_value_or_err", - "return_type": "-> ParseResult", - "replacement": "ParseResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v1.rs_line_101_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.639657243, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 274, - "function": "SequenceData::is_empty", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_274.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 29.633469869, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 18.004494337, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 386, - "function": "STXBalanceSnapshot<'db, 'conn>::has_unlockable_tokens", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__structures.rs_line_386.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 33.476490799, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 15.371557384, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/stack_depth_checker.rs", - "line": 48, - "function": "::run_pass", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__stack_depth_checker.rs_line_48_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.158740914, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 341, - "function": "::from", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_341.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 33.655816101, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 24.882539163, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 146, - "function": "ContractContext::add_persisted_variable_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__contexts.rs_line_146.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.703961522, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 639, - "function": "native_to_int", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_639.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 10.068201699, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 84, - "function": "AnalysisDatabase<'a>::has_contract", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__analysis_db.rs_line_84.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 45.55524555, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 27.202048919, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/docs/mod.rs", - "line": 2626, - "function": "make_json_api_reference", - "return_type": "-> String", - "replacement": "\"xyzzy\".into()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__docs__mod.rs_line_2626_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 46.751974449, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 27.500991842, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 943, - "function": "ClarityDatabase<'a>::get_burnchain_block_height", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_943_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 38.500036762, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 21.456264192, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1213, - "function": "ClarityDatabase<'a>::lookup_variable", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1213.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.567759478, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 391, - "function": "special_geq_v1", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_391_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.167484006, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 792, - "function": "TypeChecker<'a, 'b>::type_check_define_trait", - "return_type": "-> CheckResult<(ClarityName, BTreeMap)>", - "replacement": "CheckResult::from((Default::default(), BTreeMap::new()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_792_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.9063717000000002, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 182, - "function": "ReadOnlyChecker<'a, 'b>::check_reads_only_valid", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__read_only_checker__mod.rs_line_182_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.276392635, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 246, - "function": "Lexer<'a>::read_trait_identifier", - "return_type": "-> LexResult", - "replacement": "LexResult::from_iter([Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_246_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.877243253, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 521, - "function": "Parser<'a>::read_principal", - "return_type": "-> ParseResult", - "replacement": "ParseResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_521_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.837565231, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/trait_checker/mod.rs", - "line": 55, - "function": "TraitChecker::run", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__trait_checker__mod.rs_line_55.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.994258669, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 554, - "function": "native_add", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from_iter([Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_554.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.130744324, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/mod.rs", - "line": 359, - "function": "check_contract_call", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__natives__mod.rs_line_359.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.334872446, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 65, - "function": "symbols_from_values", - "return_type": "-> Vec", - "replacement": "vec![Default::default()]", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__test_util__mod.rs_line_65.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.096281495, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 389, - "function": "Lexer<'a>::read_ascii_string", - "return_type": "-> LexResult", - "replacement": "LexResult::new(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_389_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.422705386, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 820, - "function": "LimitedCostTracker::get_limit", - "return_type": "-> ExecutionCost", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_820.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.479432986, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 579, - "function": "native_bitwise_left_shift", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_579_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.347875102, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 329, - "function": "::from", - "return_type": "-> Self", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_329.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.968272491, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/assets.rs", - "line": 195, - "function": "check_special_get_token_supply", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__natives__assets.rs_line_195.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.211184961, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 236, - "function": "::get_pox_prepare_length", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__test_util__mod.rs_line_236.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 22.161724408, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 15.688682119, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/tests/contracts.rs", - "line": 458, - "function": "test_simple_naming_system", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__tests__contracts.rs_line_458.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 24.223317476, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 7.129558775, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 202, - "function": "TraitIdentifier::parse", - "return_type": "-> Result<(Option, ContractName, ClarityName)>", - "replacement": "Ok((None, Default::default(), Default::default()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_202_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.808383467, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 182, - "function": "ContractContext::get_trait", - "return_type": "-> Option<&BTreeMap>", - "replacement": "Some(&BTreeMap::from_iter([(Default::default(), Default::default())]))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__contexts.rs_line_182.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.015045911, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 448, - "function": "special_leq_v2", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_448_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.056360966, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 299, - "function": "::get_with_proof", - "return_type": "-> Option<(String, Vec)>", - "replacement": "Some((String::new(), vec![1]))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_store.rs_line_299.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 31.437184476, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 14.888899708, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/types.rs", - "line": 179, - "function": "ContractAnalysis::get_variable_type", - "return_type": "-> Option<&TypeSignature>", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__types.rs_line_179_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 25.58046456, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 26.867786343, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 1183, - "function": "Value::serialize_to_hex", - "return_type": "-> String", - "replacement": "\"xyzzy\".into()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__serialization.rs_line_1183.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 35.011780728, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 16.530632163, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 233, - "function": "ContractContext::add_map_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_233.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.267902454, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/tests/mod.rs", - "line": 147, - "function": "TopLevelMemoryEnvironmentGenerator::get_env", - "return_type": "-> OwnedEnvironment", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__tests__mod.rs_line_147.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.574152733, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/tests/assets.rs", - "line": 521, - "function": "test_simple_token_system", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__tests__assets.rs_line_521.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 44.329324414, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 26.818546802, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 532, - "function": "special_less_v2", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_532_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.807966326, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 128, - "function": "SequenceSubtype::unit_type", - "return_type": "-> TypeSignature", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_128.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.045746525, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 316, - "function": "ContractContext::get_persisted_variable_type", - "return_type": "-> Option<&TypeSignature>", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_316.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 28.71483238, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 14.828611718, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 84, - "function": "ContractContext::ft_exists", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__contexts.rs_line_84.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 39.739181346, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 20.742597009, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 111, - "function": "Lexer<'a>::report_line_ending", - "return_type": "-> LexResult<()>", - "replacement": "LexResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_111_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.330841753, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1559, - "function": "byte_len_of_serialization", - "return_type": "-> u64", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1559.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 35.737391, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 24.825362281, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 377, - "function": "native_bitwise_or", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_377_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.304944222, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 1083, - "function": "Parser<'a>::parse", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new(vec![Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_1083_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.558155547, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 852, - "function": "OwnedEnvironment<'a, 'hooks>::destruct", - "return_type": "-> Option<(ClarityDatabase<'a>, LimitedCostTracker)>", - "replacement": "Some((Default::default(), Default::default()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_852_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.563752771, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 156, - "function": "FunctionType::check_args_2_1", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_156_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.176971979, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 511, - "function": "SymbolicExpression::span", - "return_type": "-> &Span", - "replacement": "&Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__representations.rs_line_511.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 27.527611587, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 6.126528837, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1072, - "function": "ClarityDatabase<'a>::get_microblock_pubkey_hash_height", - "return_type": "-> Option", - "replacement": "Some(1)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1072_002.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 28.025413313, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 8.018076914, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 1093, - "function": "parse", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new(vec![])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_1093_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.158573444, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 181, - "function": "::get_burnchain_tokens_spent_for_winning_block", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_181.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 24.713303376, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 16.229547658, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 227, - "function": "::get", - "return_type": "-> Option", - "replacement": "Some(String::new())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_store.rs_line_227_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 31.703054029, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 9.505930925, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1301, - "function": "PrincipalData::version", - "return_type": "-> u8", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1301.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 34.802788277, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 20.360615769, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/tests/contracts.rs", - "line": 295, - "function": "test_tx_sponsor", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__tests__contracts.rs_line_295.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 37.118812301, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 22.680003829, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 563, - "function": "native_div", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_563.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.837922992, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 839, - "function": "contract_analysis_size", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from_iter([1])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_839_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.93203626, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/mod.rs", - "line": 197, - "function": "NativeFunctions::lookup_by_name_at_version", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__mod.rs_line_197.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.504157611, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 283, - "function": "Parser<'a>::handle_open_tuple", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new(Some(Default::default()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_283_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.785459883, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 189, - "function": "AnalysisDatabase<'a>::get_defined_trait", - "return_type": "-> CheckResult>>", - "replacement": "CheckResult::from_iter([Some(BTreeMap::from_iter([(Default::default(), Default::default())]))])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__analysis_db.rs_line_189_006.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.48408105, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 832, - "function": "ClarityDatabase<'a>::get_current_burnchain_block_height", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_832.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 29.345866527, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 9.552271944, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 103, - "function": "build_ast_with_rules", - "return_type": "-> ParseResult", - "replacement": "ParseResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__mod.rs_line_103.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.256390903, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 490, - "function": "special_greater_v2", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_490_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.214152055, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 268, - "function": "ReadOnlyChecker<'a, 'b>::try_check_native_function_is_read_only", - "return_type": "-> Option>", - "replacement": "Some(CheckResult::new(true))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__read_only_checker__mod.rs_line_268.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.000135496, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 1017, - "function": "Value::serialize_write", - "return_type": "-> std::io::Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__serialization.rs_line_1017.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 35.634790484, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 19.987800825, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/options.rs", - "line": 227, - "function": "is_okay", - "return_type": "-> Result", - "replacement": "Ok(false)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__options.rs_line_227.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 27.895490149, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 10.007130883, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1229, - "function": "TypeChecker<'a, 'b>::clarity1_type_check_expects", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_1229.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 13.171660393, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 391, - "function": "special_geq_v1", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_391_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.01790318, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/mod.rs", - "line": 221, - "function": "add_stack_trace", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__mod.rs_line_221.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 28.727865736, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 27.043196487, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 415, - "function": "FunctionType::check_args_by_allowing_trait_cast_2_1", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_415.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.909162696, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 464, - "function": "ListTypeData::destruct", - "return_type": "-> (TypeSignature, u32)", - "replacement": "(Default::default(), 0)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_464.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.929019967, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 86, - "function": "TraitContext::add_used_trait", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_86_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.980181747, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 466, - "function": "RollbackWrapper<'a>::get_metadata", - "return_type": "-> InterpreterResult>", - "replacement": "InterpreterResult::from(Some(\"xyzzy\".into()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__key_value_wrapper.rs_line_466_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.726766199, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 572, - "function": "native_log2", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_572_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.190630005, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 174, - "function": "RollbackWrapperPersistedLog::nest", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__key_value_wrapper.rs_line_174.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 36.240267129, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 17.952253268, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1317, - "function": "ClarityDatabase<'a>::fetch_entry_unknown_descriptor", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1317.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.592802291, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1186, - "function": "ExecutionCost::runtime", - "return_type": "-> ExecutionCost", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_1186.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.742787992, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1044, - "function": "Value::expect_i128", - "return_type": "-> i128", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1044.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 39.592282502, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 17.966440412, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/options.rs", - "line": 77, - "function": "check_special_is_response", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__options.rs_line_77.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.856970226, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 192, - "function": "inner_lex", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from(vec![])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v1.rs_line_192_006.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.468619752, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/trait_checker/mod.rs", - "line": 55, - "function": "TraitChecker::run", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__trait_checker__mod.rs_line_55_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.297424908, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 1139, - "function": "Value::serialized_size", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__serialization.rs_line_1139.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 34.279647875, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 27.706197131, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 384, - "function": "::get_pox_reward_cycle_length", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_384.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 31.953514095, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 26.444891629, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 190, - "function": "ContractContext::get_variable_type", - "return_type": "-> Option<&TypeSignature>", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__contexts.rs_line_190.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 37.082614115, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 19.028363984, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 456, - "function": "GraphWalker::get_sorted_dependencies", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new(vec![0])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__definition_sorter__mod.rs_line_456_005.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.008634203, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 586, - "function": "SymbolicExpression::match_atom_value", - "return_type": "-> Option<&Value>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__representations.rs_line_586.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.368383416, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/contexts.rs", - "line": 57, - "function": "TypeMap::set_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__contexts.rs_line_57_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.757996553, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 309, - "function": "build_ast", - "return_type": "-> ParseResult", - "replacement": "ParseResult::new(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__mod.rs_line_309.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.931887218, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 388, - "function": "::get_pox_rejection_fraction", - "return_type": "-> u64", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_388.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 44.752591341, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 13.928915043, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 408, - "function": "AssetMap::to_table", - "return_type": "-> HashMap>", - "replacement": "HashMap::from_iter([(Default::default(), HashMap::new())])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_408.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.658894163, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 405, - "function": "special_geq_v2", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_405_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.366765525, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 274, - "function": "SequenceData::is_empty", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_274_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 37.471921269, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 36.141361422, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/mod.rs", - "line": 512, - "function": "check_get_block_info", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__natives__mod.rs_line_512.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.508782481, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 423, - "function": "SequenceData::filter", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_423.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 46.570252389, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 36.568962897, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 319, - "function": "::get_open_chain_tip_height", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_store.rs_line_319_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 48.617632494, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 14.910810802, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 680, - "function": "::drained_items", - "return_type": "-> Vec>", - "replacement": "vec![vec![0]]", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_680.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 60.467315867, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 21.816957834, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/errors.rs", - "line": 248, - "function": "::from", - "return_type": "-> Self", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__errors.rs_line_248.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.36248269, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/traits_resolver/mod.rs", - "line": 182, - "function": "TraitsResolver::try_parse_pre_expr", - "return_type": "-> Option<(DefineFunctions, Vec<&'a PreSymbolicExpression>)>", - "replacement": "Some((Default::default(), vec![&Default::default()]))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__traits_resolver__mod.rs_line_182.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.909900074, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 792, - "function": "TypeChecker<'a, 'b>::type_check_define_trait", - "return_type": "-> CheckResult<(ClarityName, BTreeMap)>", - "replacement": "CheckResult::new((Default::default(), BTreeMap::from_iter([(Default::default(), Default::default())])))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_792_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.8241192680000005, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 236, - "function": "::get_pox_prepare_length", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__test_util__mod.rs_line_236_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 28.695469532, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 12.502520989, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 476, - "function": "ClarityDatabase<'a>::put_value", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_476.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 33.351595978, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 17.210911215, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 546, - "function": "special_less", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from_iter([Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_546_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 11.241362187, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 123, - "function": ">::run_pass", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_123_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 13.999981575, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 348, - "function": "DeserializeStackItem::next_expected_type", - "return_type": "-> Result, SerializationError>", - "replacement": "Ok(None)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__serialization.rs_line_348.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 42.974817697, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 39.160241249, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 253, - "function": "ContractContext::add_persisted_variable_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_253_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.631177378, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/events.rs", - "line": 155, - "function": "STXTransferEventData::json_serialize", - "return_type": "-> serde_json::Value", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__events.rs_line_155.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 47.317232988, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 29.808156954, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/coverage.rs", - "line": 237, - "function": "::will_begin_eval", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__coverage.rs_line_237.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 34.860931494, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 23.529087665, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 256, - "function": "SequenceData::element_size", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_256.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 51.519758192, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 38.726191919, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 1093, - "function": "parse", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from(vec![Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_1093_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.137865081, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 153, - "function": "AnalysisDatabase<'a>::get_public_function_type", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__analysis_db.rs_line_153_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.356864578, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1722, - "function": "ListTypeData::inner_size", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_1722_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 48.25660262, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 23.639092616, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 233, - "function": "::get_pox_reward_cycle_length", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_233.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 31.261567625, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 27.375215026, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 119, - "function": "Parser<'a>::add_diagnostic", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_119_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.934665596, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 815, - "function": "OwnedEnvironment<'a, 'hooks>::eval_read_only_with_rules", - "return_type": "-> Result<(Value, AssetMap, Vec)>", - "replacement": "Ok((Default::default(), Default::default(), vec![Default::default()]))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_815.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.658502768, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1115, - "function": "map_no_contract_as_none", - "return_type": "-> Result>", - "replacement": "Ok(Some(Default::default()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1115_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.921600714, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 123, - "function": "AnalysisDatabase<'a>::insert_contract", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__analysis_db.rs_line_123.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.069090909, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 302, - "function": "AssetMap::add_stx_burn", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_302.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 38.380838556, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 21.736927217, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 110, - "function": "::from", - "return_type": "-> PrincipalData", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__test_util__mod.rs_line_110.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 11.71974077, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 347, - "function": "::from", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_347.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 44.797659467, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 38.628348474, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 192, - "function": "inner_lex", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from_iter([vec![]])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v1.rs_line_192_007.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.774801146, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 657, - "function": "::drained_items", - "return_type": "-> Vec", - "replacement": "vec![]", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_657.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 45.475890642, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 30.408996413, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/contract_interface_builder/mod.rs", - "line": 266, - "function": "ContractInterfaceFunction::from_map", - "return_type": "-> Vec", - "replacement": "vec![]", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__contract_interface_builder__mod.rs_line_266.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 53.079273058, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 31.647014871, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/errors.rs", - "line": 230, - "function": "::fmt", - "return_type": "-> fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__errors.rs_line_230.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 45.495213926, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 32.952995825, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/sqlite.rs", - "line": 187, - "function": "SqliteConnection::open", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__sqlite.rs_line_187.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.995852777, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/mod.rs", - "line": 489, - "function": "check_secp256k1_recover", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__natives__mod.rs_line_489.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 12.621379534, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1696, - "function": "TypeSignature::inner_type_size", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_1696.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 51.22257628, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 27.834545828, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 119, - "function": "Parser<'a>::add_diagnostic", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from_iter([()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_119_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.622540868, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1903, - "function": "LocalContext<'a>::lookup_variable", - "return_type": "-> Option<&Value>", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1903.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 44.712912748, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 26.379188204, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/sqlite.rs", - "line": 153, - "function": "SqliteConnection::has_entry", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__sqlite.rs_line_153.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 47.474534956, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 39.169257771, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 826, - "function": "LimitedCostTracker::get_memory", - "return_type": "-> u64", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_826.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 44.538472079, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 27.877196535, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 550, - "function": "ClarityDatabase<'a>::make_key_for_quad", - "return_type": "-> String", - "replacement": "\"xyzzy\".into()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_550.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 40.91982182, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 22.833370383, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 926, - "function": ">::short_circuit_contract_call", - "return_type": "-> std::result::Result", - "replacement": "Ok(false)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_926.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 43.46735477, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 28.079307299, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/tests/traits.rs", - "line": 2024, - "function": "test_let3_trait", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__tests__traits.rs_line_2024.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 31.598836164, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 11.462448828, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 299, - "function": "::get_with_proof", - "return_type": "-> Option<(String, Vec)>", - "replacement": "Some((\"xyzzy\".into(), vec![0]))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_store.rs_line_299_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 30.760728985, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 20.6934317, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 101, - "function": "get_value_or_err", - "return_type": "-> ParseResult", - "replacement": "ParseResult::new(\"xyzzy\".into())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v1.rs_line_101_004.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.222989387, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/callables.rs", - "line": 331, - "function": "DefinedFunction::is_read_only", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__callables.rs_line_331.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 32.626961435, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 25.318179447, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 766, - "function": "TypeChecker<'a, 'b>::type_check_define_ft", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_766_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.045737498, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 433, - "function": "RollbackWrapper<'a>::prepare_for_contract_metadata", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__key_value_wrapper.rs_line_433.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 35.360223441, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 13.884203183, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1244, - "function": "::fmt", - "return_type": "-> fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1244.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 43.072266928, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 20.372154331, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 831, - "function": "trait_type_size", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from_iter([1])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_831_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.248632442, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 243, - "function": "::get_open_chain_tip", - "return_type": "-> StacksBlockId", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_store.rs_line_243.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.398075478, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 87, - "function": "ast_check_size", - "return_type": "-> ParseResult", - "replacement": "ParseResult::from(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__mod.rs_line_87.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.650953346, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1421, - "function": "::from", - "return_type": "-> Self", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1421.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.7584513939999997, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/database.rs", - "line": 333, - "function": "special_set_variable_v205", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__database.rs_line_333.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.664920591, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 326, - "function": "::get_tokens_earned_for_block", - "return_type": "-> Option", - "replacement": "Some(1)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_326.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 27.140722, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 9.903528596, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 979, - "function": "STXBalance::was_locked_by_v3", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__structures.rs_line_979_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 31.772911242, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 12.768448781, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 50, - "function": "TraitContext::is_name_used", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_50.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 24.213898304, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 10.003146148, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 779, - "function": "TypeChecker<'a, 'b>::type_check_define_nft", - "return_type": "-> CheckResult<(ClarityName, TypeSignature)>", - "replacement": "CheckResult::from_iter([(Default::default(), Default::default())])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_779.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.858515204, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 169, - "function": "::to_account_principal", - "return_type": "-> PrincipalData", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_169.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.967770902, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 283, - "function": "Parser<'a>::handle_open_tuple", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from_iter([Some(Default::default())])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_283_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.457315201, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/mod.rs", - "line": 45, - "function": "FunctionType::check_args", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from_iter([Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__mod.rs_line_45_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.558857979, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 415, - "function": "FunctionType::check_args_by_allowing_trait_cast_2_1", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_415_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.707375592, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/crypto.rs", - "line": 139, - "function": "special_secp256k1_recover", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__crypto.rs_line_139.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.405483153, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/expression_identifier/mod.rs", - "line": 51, - "function": "ExpressionIdentifier::run_pre_expression_pass", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__expression_identifier__mod.rs_line_51.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.5081953500000003, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 455, - "function": "lex", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from_iter([vec![(Default::default(), 1, 0)]])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v1.rs_line_455_005.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.010060853, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/errors.rs", - "line": 296, - "function": "::suggestion", - "return_type": "-> Option", - "replacement": "Some(\"xyzzy\".into())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__errors.rs_line_296_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 30.824376679, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 14.747499258, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 1153, - "function": "::write", - "return_type": "-> std::io::Result", - "replacement": "Ok(1)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__serialization.rs_line_1153_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 31.586357998, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 20.810515286, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/trait_checker/mod.rs", - "line": 55, - "function": "TraitChecker::run", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__trait_checker__mod.rs_line_55_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.802416254, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 929, - "function": "TypeChecker<'a, 'b>::run", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_929.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.465421154, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/errors.rs", - "line": 151, - "function": "::fmt", - "return_type": "-> std::fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__errors.rs_line_151.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 40.909925932, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 17.284462458, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 807, - "function": "Parser<'a>::parse_node", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_807_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.575854902, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 705, - "function": "OwnedEnvironment<'a, 'hooks>::initialize_versioned_contract", - "return_type": "-> Result<((), AssetMap, Vec)>", - "replacement": "Ok(((), Default::default(), vec![Default::default()]))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_705.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.257074451, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 123, - "function": ">::run_pass", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_123_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.318370847, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 578, - "function": "STXBalanceSnapshot<'db, 'conn>::lock_tokens_v3", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__structures.rs_line_578.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 40.765776171, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 16.018761249, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1414, - "function": "TypeChecker<'a, 'b>::try_type_check_define", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::from_iter([None])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_1414_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.605410139, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 1093, - "function": "parse", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from(vec![])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_1093_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.056259764, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/errors.rs", - "line": 163, - "function": "::source", - "return_type": "-> Option<&(dyn error::Error +'static)>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__errors.rs_line_163_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.9609702110000002, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 123, - "function": "AnalysisDatabase<'a>::insert_contract", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__analysis_db.rs_line_123_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.768522403, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/types.rs", - "line": 171, - "function": "ContractAnalysis::get_private_function", - "return_type": "-> Option<&FunctionType>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__types.rs_line_171_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.419745943, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1167, - "function": "TypeSignature::least_supertype_v2_1", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_1167.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.7890487440000005, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 192, - "function": "inner_lex", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new(vec![(Default::default(), 0, 1)])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v1.rs_line_192_008.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.173049082, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 233, - "function": "ContractContext::add_map_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_233_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.877440378, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 566, - "function": "native_pow", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_566.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.490646554, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 369, - "function": "native_bitwise_xor", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_369_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.437804522, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 380, - "function": "PreSymbolicExpression::match_field_identifier", - "return_type": "-> Option<&TraitIdentifier>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__representations.rs_line_380.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.419652463, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 217, - "function": "NullBackingStore::as_analysis_db", - "return_type": "-> AnalysisDatabase", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_store.rs_line_217.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.806261605, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 676, - "function": "::items", - "return_type": "-> &Vec>", - "replacement": "&vec![]", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_676.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.82496828, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/contract_interface_builder/mod.rs", - "line": 28, - "function": "build_contract_interface", - "return_type": "-> ContractInterface", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__contract_interface_builder__mod.rs_line_28.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.568597732, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 152, - "function": "ContractContext::add_ft", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__contexts.rs_line_152.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 10.721114063, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 837, - "function": "OwnedEnvironment<'a, 'hooks>::commit", - "return_type": "-> Result<(AssetMap, EventBatch)>", - "replacement": "Ok((Default::default(), Default::default()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_837.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 22.027949699, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 19.783657542, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 288, - "function": "build_ast_precheck_size", - "return_type": "-> ParseResult", - "replacement": "ParseResult::new(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__mod.rs_line_288_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.72329136, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 720, - "function": "parse", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from_iter([vec![]])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v1.rs_line_720_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.007701973, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 162, - "function": "ContractContext::add_nft", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__contexts.rs_line_162.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.3574737040000002, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 116, - "function": "ContractContext::add_private_function_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__contexts.rs_line_116.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.788584302, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 288, - "function": "Lexer<'a>::read_principal", - "return_type": "-> LexResult", - "replacement": "LexResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_288_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.7425903510000005, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 247, - "function": "::get_burn_start_height", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__test_util__mod.rs_line_247.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 24.076453879, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 11.513466383, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/mod.rs", - "line": 221, - "function": "check_special_let", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__natives__mod.rs_line_221.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.959550214, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 720, - "function": "parse", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from(vec![])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v1.rs_line_720_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.407891035, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 345, - "function": "Lexer<'a>::read_hex", - "return_type": "-> LexResult", - "replacement": "LexResult::from_iter([Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_345_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.410804603, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 466, - "function": "RollbackWrapper<'a>::get_metadata", - "return_type": "-> InterpreterResult>", - "replacement": "InterpreterResult::new(Some(String::new()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__key_value_wrapper.rs_line_466_004.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.026951376, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/sqlite.rs", - "line": 77, - "function": "SqliteConnection::put", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__sqlite.rs_line_77.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 25.070290638, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 15.623364536, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 345, - "function": "Lexer<'a>::read_hex", - "return_type": "-> LexResult", - "replacement": "LexResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_345_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.187934492, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/tests/traits.rs", - "line": 452, - "function": "test_dynamic_dispatch_including_nested_trait", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__tests__traits.rs_line_452.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 21.509716855, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 11.430651981, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 295, - "function": "::get", - "return_type": "-> Option", - "replacement": "Some(\"xyzzy\".into())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_store.rs_line_295.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 25.540691804, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 10.818847125, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/error.rs", - "line": 67, - "function": "::suggestion", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__error.rs_line_67_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 27.059583482, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 21.31955636, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/options.rs", - "line": 255, - "function": "check_special_unwrap", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__options.rs_line_255.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.976547727, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 136, - "function": "ContractContext::add_variable_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__contexts.rs_line_136_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.00638818, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/errors.rs", - "line": 181, - "function": "::from", - "return_type": "-> Self", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__errors.rs_line_181.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.204303598, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 516, - "function": "TypeChecker<'a, 'b>::type_check_all", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::from_iter([vec![Default::default()]])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_516_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.228160743, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 336, - "function": "::get_burn_start_height", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_336_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 25.496467679, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 12.658162925, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/mod.rs", - "line": 45, - "function": "FunctionType::check_args", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__mod.rs_line_45_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.165683572, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/callables.rs", - "line": 394, - "function": "FunctionIdentifier::new_user_function", - "return_type": "-> FunctionIdentifier", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__callables.rs_line_394.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.355116652, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 59, - "function": "AssetIdentifier::STX_burned", - "return_type": "-> AssetIdentifier", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_59.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.1255593489999995, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 892, - "function": "TypeChecker<'a, 'b>::into_contract_analysis", - "return_type": "-> LimitedCostTracker", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_892.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.814375995, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 395, - "function": "load_cost_functions", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_395.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.5938086689999995, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/errors.rs", - "line": 205, - "function": "::from", - "return_type": "-> Self", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__errors.rs_line_205.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.377921708, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 848, - "function": "TupleTypeSignature::len", - "return_type": "-> u64", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_848.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 29.469901372, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 11.542956799, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 219, - "function": "Parser<'a>::handle_open_node", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from(Some(Default::default()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_219_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.682881685, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/mod.rs", - "line": 64, - "function": "check_special_list_cons", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__mod.rs_line_64.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.678641529, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1487, - "function": "TupleData::from_data", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1487.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.71484936, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 629, - "function": "native_to_uint", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_629.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.707736656, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 190, - "function": "ContractContext::get_variable_type", - "return_type": "-> Option<&TypeSignature>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__contexts.rs_line_190_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.401121354, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 243, - "function": "FunctionArgSignature::canonicalize", - "return_type": "-> FunctionArgSignature", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_243.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.942167095, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 580, - "function": "ClarityDatabase<'a>::get_contract_src", - "return_type": "-> Option", - "replacement": "Some(\"xyzzy\".into())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_580_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 19.54055588, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 13.372348275, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 629, - "function": "native_to_uint", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from_iter([Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_629_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.97014375, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/mod.rs", - "line": 141, - "function": "check_special_get", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__mod.rs_line_141.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.733063498, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/errors.rs", - "line": 208, - "function": "CheckError::has_expression", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__errors.rs_line_208_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 23.177987781, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 11.292943392, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/assets.rs", - "line": 499, - "function": "special_transfer_asset_v200", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__assets.rs_line_499.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.021971472, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 807, - "function": "LimitedCostTracker::get_total", - "return_type": "-> ExecutionCost", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_807.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.121830531, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 615, - "function": "::items", - "return_type": "-> &Vec", - "replacement": "&vec![]", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_615.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.849767067, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 429, - "function": "Graph::nodes_count", - "return_type": "-> usize", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__definition_sorter__mod.rs_line_429.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 23.663090208, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 8.879244141000001, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 926, - "function": "ClarityDatabase<'a>::get_burnchain_block_header_hash_for_burnchain_height", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_926_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.738172374, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 130, - "function": "build_ast_typical", - "return_type": "-> ParseResult", - "replacement": "ParseResult::from(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__mod.rs_line_130_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.538855245, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/maps.rs", - "line": 153, - "function": "check_special_set_entry", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__natives__maps.rs_line_153.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.8189819499999995, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/database.rs", - "line": 555, - "function": "special_insert_entry_v200", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__database.rs_line_555.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.717448317, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 929, - "function": "TypeChecker<'a, 'b>::run", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_929_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.214670518, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1374, - "function": "::fmt", - "return_type": "-> fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1374.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 22.857848239, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 23.434728734, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 583, - "function": "OwnedEnvironment<'a, 'hooks>::new_max_limit", - "return_type": "-> OwnedEnvironment<'a, '_>", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_583.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 10.330343319, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 320, - "function": "ContractContext::get_function_type", - "return_type": "-> Option<&FunctionType>", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_320_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 27.925425404, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 17.129500953, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 41, - "function": "AnalysisDatabase<'a>::new_with_rollback_wrapper", - "return_type": "-> AnalysisDatabase<'a>", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__analysis_db.rs_line_41.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.233004398, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 448, - "function": "special_leq_v2", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_448_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.883013072, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1483, - "function": "TupleData::is_empty", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1483.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 26.139969055, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 22.347294514, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 1109, - "function": "parse_collect_diagnostics", - "return_type": "-> (Vec, Vec, bool)", - "replacement": "(vec![Default::default()], vec![Default::default()], true)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_1109_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.715887698, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/mod.rs", - "line": 481, - "function": "execute_on_network", - "return_type": "-> Result>", - "replacement": "Ok(None)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__mod.rs_line_481.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 33.922353334, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 10.262013803, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 495, - "function": "RollbackWrapper<'a>::get_metadata_manual", - "return_type": "-> InterpreterResult>", - "replacement": "InterpreterResult::from_iter([Some(\"xyzzy\".into())])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__key_value_wrapper.rs_line_495_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.784673139, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 853, - "function": "ClarityDatabase<'a>::get_block_header_hash", - "return_type": "-> BlockHeaderHash", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_853.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.110499799, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1171, - "function": "TypeChecker<'a, 'b>::type_check_function_application", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_1171.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.695230472, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 160, - "function": "::get_burn_header_hash_for_block", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_160_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.383463992, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 1169, - "function": "::flush", - "return_type": "-> std::io::Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__serialization.rs_line_1169.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 22.509828469, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 39.710882824, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/mod.rs", - "line": 545, - "function": "execute_against_version", - "return_type": "-> Result>", - "replacement": "Ok(Some(Default::default()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__mod.rs_line_545_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.042930957, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 348, - "function": "PreSymbolicExpression::match_trait_reference", - "return_type": "-> Option<&ClarityName>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__representations.rs_line_348.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.93860482, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1943, - "function": "CallStack::contains", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1943.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 49.308453095, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 20.988445602, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 858, - "function": "Value::error", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_858.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 13.22938503, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 488, - "function": "GraphWalker::get_cycling_dependencies", - "return_type": "-> Option>", - "replacement": "Some(vec![0])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__definition_sorter__mod.rs_line_488_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 52.228051457, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 28.435339324, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1735, - "function": "ListTypeData::type_size", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_1735_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 50.374085626, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 29.64287377, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1141, - "function": "ClarityDatabase<'a>::load_variable", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1141.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.527754859, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 288, - "function": "Lexer<'a>::read_principal", - "return_type": "-> LexResult", - "replacement": "LexResult::new(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_288_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.387686268, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 136, - "function": "::consensus_deserialize", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__representations.rs_line_136.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.135456951, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 170, - "function": "ReadOnlyChecker<'a, 'b>::check_define_function", - "return_type": "-> CheckResult<(ClarityName, bool)>", - "replacement": "CheckResult::from((Default::default(), true))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__read_only_checker__mod.rs_line_170_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.761280569, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 915, - "function": ">::drop_memory", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_915.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 30.682133162, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 28.914309294, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1023, - "function": "TypeChecker<'a, 'b>::type_check_all", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::from_iter([vec![]])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_1023_004.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 10.795306866, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 306, - "function": "::get_burn_block_height_for_block", - "return_type": "-> Option", - "replacement": "Some(0)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_306_002.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 42.643868686, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 30.447267916, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 720, - "function": "parse", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from(vec![Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v1.rs_line_720_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 10.705063529, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 125, - "function": "::fmt", - "return_type": "-> fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_125.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 49.438482149, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 30.160442505, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 802, - "function": "ClarityDatabase<'a>::get_current_block_height", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_802.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 39.146278385, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 16.159046336, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 43, - "function": "is_string_terminator", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_43_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 46.837840858, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 65.655321926, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1485, - "function": "ClarityDatabase<'a>::data_map_entry_exists", - "return_type": "-> Result", - "replacement": "Ok(true)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1485.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 28.556202729, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 13.612529413, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 314, - "function": "::get_miner_address", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_314.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 28.812188188, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 24.568449132, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/tests/traits.rs", - "line": 1816, - "function": "test_pass_embedded_trait_to_subtrait_list_option", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__tests__traits.rs_line_1816.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 28.650798496, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 16.166490441, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/options.rs", - "line": 234, - "function": "native_is_some", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__options.rs_line_234.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.609122215, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1099, - "function": "::column_result", - "return_type": "-> FromSqlResult", - "replacement": "FromSqlResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_1099.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.285200478, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1693, - "function": "ClarityDatabase<'a>::checked_decrease_token_supply", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1693.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 29.088959412, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 12.146703424, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 391, - "function": "special_geq_v1", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_391_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.012999725, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 419, - "function": "special_geq", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_419_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.469741536, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 90, - "function": ">::add_cost", - "return_type": "-> std::result::Result<(), CostErrors>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_90.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 26.198520911, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 16.663165046, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 42, - "function": "::serialize", - "return_type": "-> String", - "replacement": "\"xyzzy\".into()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__structures.rs_line_42_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 29.952649211, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 19.439154753, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/errors.rs", - "line": 173, - "function": "::message", - "return_type": "-> String", - "replacement": "\"xyzzy\".into()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__errors.rs_line_173_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 34.074012694, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 9.512289264, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 71, - "function": "is_committed", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__test_util__mod.rs_line_71.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 29.823508986, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 11.450199594, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 251, - "function": "::get_current_block_height", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_store.rs_line_251_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 30.879065654, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 12.611015566, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/options.rs", - "line": 202, - "function": "special_match", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__options.rs_line_202.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.604941594, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 297, - "function": "trait_type_size", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from(1)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_297_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.546898478, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 778, - "function": "ClarityDatabase<'a>::destroy", - "return_type": "-> RollbackWrapper<'a>", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_778.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.388959105, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 59, - "function": ">::run_pass", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__read_only_checker__mod.rs_line_59_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.8185010569999998, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1312, - "function": "TypeSignature::type_of", - "return_type": "-> TypeSignature", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_1312.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.555603596, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 808, - "function": "TypeChecker<'a, 'b>::try_type_check_define", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_808_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.357749302, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 808, - "function": "TypeChecker<'a, 'b>::try_type_check_define", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::from(Some(()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_808_004.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.780589624, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 243, - "function": "ContractContext::add_variable_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_243.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 10.493205607, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1533, - "function": "TupleData::shallow_merge", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1533.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.858364656, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 271, - "function": "AssetMap::get_next_stx_burn_amount", - "return_type": "-> Result", - "replacement": "Ok(1)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_271_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 29.055697514, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 28.338300477, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/maps.rs", - "line": 73, - "function": "check_special_delete_entry", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__maps.rs_line_73.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.289748295, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 1109, - "function": "STXBalance::can_transfer_at_burn_block", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__structures.rs_line_1109_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 29.864743539, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 27.384289983, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 396, - "function": "PreSymbolicExpression::match_comment", - "return_type": "-> Option<&str>", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__representations.rs_line_396.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 37.903830451, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 31.354027568, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/sequences.rs", - "line": 422, - "function": "check_special_slice", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__sequences.rs_line_422.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.4524853, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/principals.rs", - "line": 47, - "function": "version_matches_current_network", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__principals.rs_line_47.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 36.671048388, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 8.389983828, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 190, - "function": "::get_v1_unlock_height", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_190.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 36.468372573, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 31.901123059, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 213, - "function": "::get_burn_start_height", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_213.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 35.46577392, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 20.353296528, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1988, - "function": "CallStack::make_stack_trace", - "return_type": "-> StackTrace", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1988.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 41.24273331, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 27.377193823, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 323, - "function": "::get_burnchain_tokens_spent_for_winning_block", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_323_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 45.323155352, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 30.876032968, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 415, - "function": "FunctionType::check_args_by_allowing_trait_cast_2_1", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from_iter([Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_415_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.87290116, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/variables.rs", - "line": 63, - "function": "lookup_reserved_variable", - "return_type": "-> Result>", - "replacement": "Ok(None)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__variables.rs_line_63.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 34.188522371, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 10.977147061, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 508, - "function": "parse_lexed", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from_iter([vec![Default::default()]])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v1.rs_line_508_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.6926377390000003, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 296, - "function": "ContractContext::add_implemented_trait", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_296.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.721586424, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/options.rs", - "line": 165, - "function": "inner_unwrap_err", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__natives__options.rs_line_165.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.5169981, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 676, - "function": "::items", - "return_type": "-> &Vec>", - "replacement": "&vec![vec![1]]", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_676_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.284581973, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 311, - "function": "Lexer<'a>::read_unsigned", - "return_type": "-> LexResult", - "replacement": "LexResult::from_iter([Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_311.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.035179564, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 533, - "function": "ClarityDatabase<'a>::make_key_for_trip", - "return_type": "-> String", - "replacement": "String::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_533.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 27.839651437, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 14.127176375, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1903, - "function": "LocalContext<'a>::lookup_variable", - "return_type": "-> Option<&Value>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1903_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.91102523, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 69, - "function": "AssetIdentifier::sugared", - "return_type": "-> String", - "replacement": "\"xyzzy\".into()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_69.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 27.047680915, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 27.845729836, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 288, - "function": "Lexer<'a>::read_principal", - "return_type": "-> LexResult", - "replacement": "LexResult::from_iter([Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_288_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.407042896, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 486, - "function": "ClarityDatabase<'a>::put_value_with_size", - "return_type": "-> Result", - "replacement": "Ok(1)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_486.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 30.026165231, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 15.626332022, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 657, - "function": "::drained_items", - "return_type": "-> Vec", - "replacement": "vec![1]", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_657_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 33.005346051, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 19.444263314, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/sequences.rs", - "line": 118, - "function": "check_special_filter", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__natives__sequences.rs_line_118.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.528615377, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 626, - "function": "TypeChecker<'a, 'b>::type_check_define_map", - "return_type": "-> CheckResult<(ClarityName, (TypeSignature, TypeSignature))>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_626_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 13.539703293, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1099, - "function": "::column_result", - "return_type": "-> FromSqlResult", - "replacement": "FromSqlResult::from_iter([Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_1099_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.654678898, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 586, - "function": "SymbolicExpression::match_atom_value", - "return_type": "-> Option<&Value>", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__representations.rs_line_586_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 46.468867738, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 30.032798331, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/define.rs", - "line": 277, - "function": "DefineFunctions::try_parse", - "return_type": "-> Option<(DefineFunctions, &[SymbolicExpression])>", - "replacement": "Some((Default::default(), Vec::leak(vec![Default::default()])))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__define.rs_line_277_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.631846019, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 433, - "function": "Graph::edges_count", - "return_type": "-> ParseResult", - "replacement": "ParseResult::from_iter([1])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__definition_sorter__mod.rs_line_433_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.696898782, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 516, - "function": "TypeChecker<'a, 'b>::type_check_all", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::from(vec![])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_516_004.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.30675394, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 837, - "function": "STXBalance::checked_add_unlocked_amount", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__structures.rs_line_837_002.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 36.452926413, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 15.985343932, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/options.rs", - "line": 250, - "function": "native_okay", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__options.rs_line_250.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.687163478, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 295, - "function": "::consensus_deserialize", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__serialization.rs_line_295.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.282031931, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 128, - "function": "Lexer<'a>::skip_whitespace", - "return_type": "-> LexResult<()>", - "replacement": "LexResult::from(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_128_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.1470750259999996, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/mod.rs", - "line": 292, - "function": "check_special_set_var", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__mod.rs_line_292.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.020909691, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/contract_interface_builder/mod.rs", - "line": 170, - "function": "ContractInterfaceAtomType::vec_from_tuple_type", - "return_type": "-> Vec", - "replacement": "vec![]", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__contract_interface_builder__mod.rs_line_170.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 44.409556587, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 26.744186913, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1156, - "function": "TypeChecker<'a, 'b>::try_native_function_check", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_1156.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.726569796, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 243, - "function": "ContractContext::add_variable_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_243_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.917827064, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/crypto.rs", - "line": 181, - "function": "special_secp256k1_verify", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__crypto.rs_line_181.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.787942504, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 929, - "function": "TypeChecker<'a, 'b>::run", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_929_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.933729076, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 740, - "function": "TypeChecker<'a, 'b>::type_check_define_variable", - "return_type": "-> CheckResult<(ClarityName, TypeSignature)>", - "replacement": "CheckResult::new((Default::default(), Default::default()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_740_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.970389587, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 972, - "function": "TypeSignature::min_string_utf8", - "return_type": "-> TypeSignature", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_972.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.790775784, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 458, - "function": "ClarityDatabase<'a>::put", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_458.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 29.896377839, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 13.424208099, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 535, - "function": "TypeChecker<'a, 'b>::get_function_type", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_535.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.455206627, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 149, - "function": "::get_burn_block_time_for_block", - "return_type": "-> Option", - "replacement": "Some(1)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__test_util__mod.rs_line_149.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 25.758512083, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 10.550521968, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/mod.rs", - "line": 452, - "function": "check_contract_of", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__natives__mod.rs_line_452.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.762966971, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 185, - "function": "Lexer<'a>::proceed_through_error_string", - "return_type": "-> LexResult", - "replacement": "LexResult::from_iter([\"xyzzy\".into()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_185_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.091577971, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 162, - "function": "ContractContext::add_nft", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__contexts.rs_line_162_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 12.468807519, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 268, - "function": "ReadOnlyChecker<'a, 'b>::try_check_native_function_is_read_only", - "return_type": "-> Option>", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__read_only_checker__mod.rs_line_268_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 35.984185856, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 23.029762137, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 388, - "function": "TypeChecker<'a, 'b>::run", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_388.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.145481308, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 259, - "function": "LimitedCostTracker::contract_call_circuits", - "return_type": "-> HashMap<(QualifiedContractIdentifier, ClarityName), ClarityCostFunctionReference>", - "replacement": "HashMap::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_259_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 40.892747426, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 37.925557527, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 461, - "function": "AssetMap::get_stx_burned", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_461.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 40.472848242, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 38.228296095, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/options.rs", - "line": 267, - "function": "check_special_unwrap_err", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__options.rs_line_267.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.559058191, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/mod.rs", - "line": 136, - "function": "CostSynthesis::from_cost_tracker", - "return_type": "-> CostSynthesis", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__mod.rs_line_136.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.807041239, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 839, - "function": "contract_analysis_size", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from(0)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_839_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.684639622, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 661, - "function": "::type_signature", - "return_type": "-> TypeSignature", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_661.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 10.559470899, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1714, - "function": "GlobalContext<'a, 'hooks>::commit", - "return_type": "-> Result<(Option, Option)>", - "replacement": "Ok((Some(Default::default()), Some(Default::default())))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1714_002.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 51.866132321, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 21.481996933, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 373, - "function": "native_bitwise_and", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_373_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.033278751, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 364, - "function": "native_xor", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_364.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.096753601, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 537, - "function": "ClarityDatabase<'a>::make_metadata_key", - "return_type": "-> String", - "replacement": "\"xyzzy\".into()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_537.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 26.052697559, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 13.437760536, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 210, - "function": "Lexer<'a>::read_identifier", - "return_type": "-> LexResult", - "replacement": "LexResult::new(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_210_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.236325865, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/contexts.rs", - "line": 57, - "function": "TypeMap::set_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__contexts.rs_line_57_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.025222878, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 633, - "function": "::items", - "return_type": "-> &Vec", - "replacement": "&vec![1]", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_633.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 17.051177585, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1652, - "function": "TypeSignature::size", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_1652.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 39.546686596, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 30.310424973, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 659, - "function": "ClarityDatabase<'a>::get_contract_size", - "return_type": "-> Result", - "replacement": "Ok(0)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_659.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 31.140600849, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 28.243639912, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 307, - "function": "DefinitionSorter::probe_for_dependencies_in_tuple", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__definition_sorter__mod.rs_line_307_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.587845169, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/mod.rs", - "line": 538, - "function": "TypedNativeFunction::type_check_application", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__natives__mod.rs_line_538.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 13.458111752, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 228, - "function": "::get_v2_unlock_height", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__test_util__mod.rs_line_228.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 43.72892404, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 37.677812054, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 913, - "function": "FunctionSignature::total_type_size", - "return_type": "-> Result", - "replacement": "Ok(1)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_913_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 49.753222398, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 33.908576055, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1862, - "function": "::fmt", - "return_type": "-> fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_1862.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 45.000188826, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 34.923698169, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1414, - "function": "TypeChecker<'a, 'b>::try_type_check_define", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::new(None)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_1414_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.357706838, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/tests/principals.rs", - "line": 138, - "function": "test_simple_is_standard_mainnet_cases", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__tests__principals.rs_line_138.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 39.839117821, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 13.914318277, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 720, - "function": "parse", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from_iter([vec![Default::default()]])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v1.rs_line_720_004.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.455389848, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 333, - "function": "AssetMap::add_token_transfer", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_333.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 39.781349467, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 23.465678372, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 279, - "function": "ContractContext::add_defined_trait", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_279.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 14.587249959, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 402, - "function": "RollbackWrapper<'a>::get_value", - "return_type": "-> Result, SerializationError>", - "replacement": "Ok(Some(Default::default()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__key_value_wrapper.rs_line_402.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.116823167, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/principals.rs", - "line": 34, - "function": "version_matches_mainnet", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__principals.rs_line_34_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 45.918359543, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 26.523064353, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/types.rs", - "line": 114, - "function": "ContractAnalysis::add_map_type", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__types.rs_line_114.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 42.856950477, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 30.375037639, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1782, - "function": "TupleTypeSignature::inner_size", - "return_type": "-> Option", - "replacement": "Some(0)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_1782_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 44.42117706, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 31.234553751, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 146, - "function": "ContractContext::add_persisted_variable_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__contexts.rs_line_146_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.742619705, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 261, - "function": "RollbackWrapper<'a>::depth", - "return_type": "-> usize", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__key_value_wrapper.rs_line_261_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 38.270511044, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 31.73221843, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/errors.rs", - "line": 216, - "function": "::from", - "return_type": "-> Self", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__errors.rs_line_216.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.506920944, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 221, - "function": "::get_burn_header_hash", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_221.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 30.702771919, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 22.180974601, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 246, - "function": "Lexer<'a>::read_trait_identifier", - "return_type": "-> LexResult", - "replacement": "LexResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_246_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.918782018, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/errors.rs", - "line": 212, - "function": "CheckError::set_expression", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__errors.rs_line_212.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 42.644761357, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 26.923856247, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 175, - "function": "::get_miner_address", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_175.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 40.654854942, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 34.953485588, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/sequences.rs", - "line": 118, - "function": "check_special_filter", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__sequences.rs_line_118.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 12.177829082, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 311, - "function": "Lexer<'a>::read_unsigned", - "return_type": "-> LexResult", - "replacement": "LexResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_311_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.989693013, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 304, - "function": "ContractContext::get_trait", - "return_type": "-> Option<&BTreeMap>", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_304.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 37.430150685, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 16.410379345, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/docs/mod.rs", - "line": 779, - "function": "get_output_type_string", - "return_type": "-> String", - "replacement": "\"xyzzy\".into()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__docs__mod.rs_line_779.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 39.607757459, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 26.403024887, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/boolean.rs", - "line": 74, - "function": "native_not", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__boolean.rs_line_74.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 10.173731041, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 163, - "function": "::serialize", - "return_type": "-> String", - "replacement": "\"xyzzy\".into()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__structures.rs_line_163.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 29.894518028, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 23.432497196, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 178, - "function": "::get_burnchain_tokens_spent_for_block", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_178_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 31.662092644, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 25.098764938, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1874, - "function": "ClarityDatabase<'a>::make_key_for_account_balance", - "return_type": "-> String", - "replacement": "String::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1874_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 38.509306618, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 32.904390184, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/types.rs", - "line": 190, - "function": "ContractAnalysis::get_defined_trait", - "return_type": "-> Option<&BTreeMap>", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__types.rs_line_190_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 38.809804935, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 34.564430193, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 152, - "function": "ContractContext::add_ft", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__contexts.rs_line_152_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.280337184, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/mod.rs", - "line": 167, - "function": "check_special_merge", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__mod.rs_line_167.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.190296628, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 308, - "function": "ContractContext::get_map_type", - "return_type": "-> Option<&(TypeSignature, TypeSignature)>", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_308.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 37.556822868, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 17.43405805, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 243, - "function": "ContractContext::add_variable_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_243_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.453486322, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 1175, - "function": "Value::serialize_to_vec", - "return_type": "-> Vec", - "replacement": "vec![]", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__serialization.rs_line_1175_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 41.356312709, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 14.561431571, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/mod.rs", - "line": 122, - "function": "run_analysis", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__mod.rs_line_122.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.613693782, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/docs/contracts.rs", - "line": 62, - "function": "get_constant_value", - "return_type": "-> Value", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__docs__contracts.rs_line_62.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.059014847, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 86, - "function": ">::compute_cost", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_86.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.109238705, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/sequences.rs", - "line": 264, - "function": "check_special_append", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__sequences.rs_line_264.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.405306201, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/tests/traits.rs", - "line": 1232, - "function": "test_return_trait_with_contract_of_wrapped_in_begin", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__tests__traits.rs_line_1232.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 37.664725186, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 11.99248307, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 495, - "function": "RollbackWrapper<'a>::get_metadata_manual", - "return_type": "-> InterpreterResult>", - "replacement": "InterpreterResult::new(Some(\"xyzzy\".into()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__key_value_wrapper.rs_line_495_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.11603315, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 99, - "function": ">::reset_memory", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_99.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 37.844950425, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 20.740939609, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/conversions.rs", - "line": 128, - "function": "native_string_to_int_generic", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__conversions.rs_line_128.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 10.341606392, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 569, - "function": "native_sqrti", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_569.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 10.879130155, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 415, - "function": "FunctionType::check_args_by_allowing_trait_cast_2_1", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_415_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.241881756, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 457, - "function": "AssetMap::get_stx", - "return_type": "-> Option", - "replacement": "Some(1)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_457.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 44.508778614, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 29.986023664, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 735, - "function": "TrackerData::load_costs", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_735.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 42.247824246, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 29.787384535, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 516, - "function": "TypeChecker<'a, 'b>::type_check_all", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::from_iter([vec![]])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_516_005.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.656938887, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 259, - "function": "ContractContext::add_ft", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_259_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.210124492, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 1083, - "function": "Parser<'a>::parse", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from_iter([vec![Default::default()]])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_1083_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.911053358, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 962, - "function": "TypeSignature::min_buffer", - "return_type": "-> TypeSignature", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_962.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.564620428, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1283, - "function": "TypeChecker<'a, 'b>::clarity2_type_check_expects", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_1283.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.025093962, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 106, - "function": "ContractContext::add_read_only_function_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__contexts.rs_line_106.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.933115842, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 405, - "function": "special_geq_v2", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_405_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.856362882, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/define.rs", - "line": 263, - "function": "handle_use_trait", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__define.rs_line_263.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.392863939, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 198, - "function": "ContractContext::get_function_type", - "return_type": "-> Option<&FunctionType>", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__contexts.rs_line_198_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 21.52113579, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 9.916345588, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/options.rs", - "line": 238, - "function": "native_is_none", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__options.rs_line_238.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.582575468, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 78, - "function": "Lexer<'a>::read_char", - "return_type": "-> LexResult<()>", - "replacement": "LexResult::from(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_78_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.981954509, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/maps.rs", - "line": 34, - "function": "check_special_fetch_entry", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__natives__maps.rs_line_34.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.977539464, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 839, - "function": "contract_analysis_size", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new(0)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_839_004.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.30957034, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 137, - "function": "AnalysisDatabase<'a>::get_clarity_version", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__analysis_db.rs_line_137_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.113162956, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 337, - "function": "STXBalanceSnapshot<'db, 'conn>::transfer_to", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__structures.rs_line_337.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 23.416566601, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 13.447663647, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/contract_interface_builder/mod.rs", - "line": 170, - "function": "ContractInterfaceAtomType::vec_from_tuple_type", - "return_type": "-> Vec", - "replacement": "vec![Default::default()]", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__contract_interface_builder__mod.rs_line_170_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.12226956, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/errors.rs", - "line": 287, - "function": "check_arguments_at_least", - "return_type": "-> Result<(), CheckErrors>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__errors.rs_line_287.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 26.448555809, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 26.635950589, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/crypto.rs", - "line": 83, - "function": "pubkey_to_address_v2", - "return_type": "-> StacksAddress", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__crypto.rs_line_83.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.16439873, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1872, - "function": "::fmt", - "return_type": "-> fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_1872.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 32.20651228, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 21.306045935, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/tests/mod.rs", - "line": 137, - "function": "MemoryEnvironmentGenerator::get_env", - "return_type": "-> OwnedEnvironment", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__tests__mod.rs_line_137.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.801482293, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/errors.rs", - "line": 129, - "function": "::fmt", - "return_type": "-> fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__errors.rs_line_129.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 36.865286206, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 13.987816094, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 395, - "function": "::get_pox_payout_addrs", - "return_type": "-> Option<(Vec, u128)>", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_395_002.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 37.29567486, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 19.265618519, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 358, - "function": "TypeChecker<'a, 'b>::track_return_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_358_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.698421815, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 742, - "function": "BlockInfoProperty::type_result", - "return_type": "-> TypeSignature", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_742.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.459477933, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 69, - "function": "parse_in_epoch", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from(vec![Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__mod.rs_line_69_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.559298975, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1135, - "function": "Value::expect_result", - "return_type": "-> std::result::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1135.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.064887273, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1136, - "function": "TypeChecker<'a, 'b>::type_check_define_map", - "return_type": "-> CheckResult<(ClarityName, (TypeSignature, TypeSignature))>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_1136.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 10.995289913, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/errors.rs", - "line": 120, - "function": "::eq", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__errors.rs_line_120.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 28.955050916, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 26.120408494, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 676, - "function": "::items", - "return_type": "-> &Vec>", - "replacement": "&vec![vec![0]]", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_676_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 14.742700714, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 845, - "function": "OwnedEnvironment<'a, 'hooks>::get_cost_total", - "return_type": "-> ExecutionCost", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_845.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.17222378, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 59, - "function": "UTF8Ops::make_value", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from_iter([Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_59.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.807843284, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 88, - "function": "ReadOnlyChecker<'a, 'b>::run", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__read_only_checker__mod.rs_line_88_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.007673214, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1120, - "function": "::cost_overflow_sub", - "return_type": "-> Result", - "replacement": "Ok(1)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_1120.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 32.253638011, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 12.810838945, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 511, - "function": "TypeSignature::is_response_type", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_511.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 33.207008991, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 15.228167872, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 962, - "function": "ClarityDatabase<'a>::get_miner_spend_winner", - "return_type": "-> u128", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_962_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 32.257710802, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 20.125984175, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/stack_depth_checker.rs", - "line": 74, - "function": "::run_pass", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__stack_depth_checker.rs_line_74.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.571411313, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/errors.rs", - "line": 113, - "function": "ParseError::has_pre_expression", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__errors.rs_line_113.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 36.392986159, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 19.169431654, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/traits_resolver/mod.rs", - "line": 182, - "function": "TraitsResolver::try_parse_pre_expr", - "return_type": "-> Option<(DefineFunctions, Vec<&'a PreSymbolicExpression>)>", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__traits_resolver__mod.rs_line_182_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 47.181073282, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 23.746330371, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/traits_resolver/mod.rs", - "line": 48, - "function": "TraitsResolver::run", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from_iter([()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__traits_resolver__mod.rs_line_48.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.675414361, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 988, - "function": "STXBalance::has_locked_tokens_at_burn_block", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__structures.rs_line_988.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 41.021818502, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 21.286747825, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/mod.rs", - "line": 513, - "function": "execute_with_parameters", - "return_type": "-> Result>", - "replacement": "Ok(Some(Default::default()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__mod.rs_line_513_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.731935504, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/conversions.rs", - "line": 97, - "function": "native_buff_to_uint_le::convert_to_uint_le", - "return_type": "-> Value", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__conversions.rs_line_97.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.403012174, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 466, - "function": "RollbackWrapper<'a>::get_metadata", - "return_type": "-> InterpreterResult>", - "replacement": "InterpreterResult::from_iter([Some(String::new())])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__key_value_wrapper.rs_line_466_005.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.968408049, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 503, - "function": "SymbolicExpression::copy_span", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__representations.rs_line_503.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 22.879707599, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 19.195503729, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 220, - "function": "::get_stacks_epoch_by_epoch_id", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__test_util__mod.rs_line_220.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 29.759446797, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 18.18304174, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 88, - "function": "is_err_code_i128", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__test_util__mod.rs_line_88.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 32.499169382, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 24.279151448, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 910, - "function": "Value::cons_list_unsanitized", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_910.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.897148506, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1825, - "function": "ContractContext::lookup_trait_definition", - "return_type": "-> Option>", - "replacement": "Some(BTreeMap::new())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1825_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 33.800681847999996, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 16.846866042, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 295, - "function": "::get", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_store.rs_line_295_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 30.075927291, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 6.793639887, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 59, - "function": "rollback_check_pre_bottom_commit", - "return_type": "-> Vec<(T, String)>", - "replacement": "vec![(Default::default(), String::new())]", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__key_value_wrapper.rs_line_59_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.49555352, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1398, - "function": "TypeChecker<'a, 'b>::type_check_define_trait", - "return_type": "-> CheckResult<(ClarityName, BTreeMap)>", - "replacement": "CheckResult::from((Default::default(), BTreeMap::from_iter([(Default::default(), Default::default())])))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_1398_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.780224766, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 579, - "function": "native_bitwise_left_shift", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_579_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.934845588, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 115, - "function": "DefinitionSorter::probe_for_dependencies", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__definition_sorter__mod.rs_line_115_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.756191016, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 1109, - "function": "parse_collect_diagnostics", - "return_type": "-> (Vec, Vec, bool)", - "replacement": "(vec![Default::default()], vec![Default::default()], false)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_1109_004.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.150965941, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 189, - "function": "AnalysisDatabase<'a>::get_defined_trait", - "return_type": "-> CheckResult>>", - "replacement": "CheckResult::from(Some(BTreeMap::new()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__analysis_db.rs_line_189_007.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.98342795, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 229, - "function": "::get_pox_prepare_length", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_229_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 22.769396718, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 16.972642407, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1341, - "function": "StandardPrincipalData::to_address", - "return_type": "-> String", - "replacement": "String::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1341.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 25.704118211, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 18.678399719, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 219, - "function": "Parser<'a>::handle_open_node", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from_iter([None])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_219_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.956985544, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 373, - "function": "native_bitwise_and", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_373_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.355514375, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1044, - "function": "TypeChecker<'a, 'b>::get_function_type", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_1044.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.135540465, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 712, - "function": "LimitedCostTracker::new_free", - "return_type": "-> LimitedCostTracker", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_712.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.031962173, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1031, - "function": "ClarityDatabase<'a>::insert_microblock_pubkey_hash_height", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1031.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 28.691546579, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 18.458933891, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 751, - "function": "TypeChecker<'a, 'b>::type_check_define_persisted_variable", - "return_type": "-> CheckResult<(ClarityName, TypeSignature)>", - "replacement": "CheckResult::new((Default::default(), Default::default()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_751_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.350381067, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 594, - "function": "SymbolicExpression::match_literal_value", - "return_type": "-> Option<&Value>", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__representations.rs_line_594.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 34.844356831, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 37.394702914, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1943, - "function": "CallStack::contains", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1943_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 35.874854202, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 37.064077714, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/assets.rs", - "line": 590, - "function": "special_transfer_asset_v205", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__assets.rs_line_590.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.8606180070000002, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/define.rs", - "line": 230, - "function": "handle_define_map", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__define.rs_line_230.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 13.785522748, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/clarity.rs", - "line": 84, - "function": "::from", - "return_type": "-> Self", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__clarity.rs_line_84.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 11.108682667, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1782, - "function": "TupleTypeSignature::inner_size", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_1782_002.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 55.214376762, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 31.398671028, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/coverage.rs", - "line": 104, - "function": "CoverageReporter::executable_lines", - "return_type": "-> Vec", - "replacement": "vec![0]", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__coverage.rs_line_104_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 47.842828098, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 33.314157862, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1357, - "function": "TypeChecker<'a, 'b>::type_check_define_persisted_variable", - "return_type": "-> CheckResult<(ClarityName, TypeSignature)>", - "replacement": "CheckResult::from((Default::default(), Default::default()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_1357_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.696421267, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1238, - "function": "UTF8Data::len", - "return_type": "-> BufferLength", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1238.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.193962029, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/errors.rs", - "line": 187, - "function": "::from", - "return_type": "-> Self", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__errors.rs_line_187.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.455375095, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/assets.rs", - "line": 135, - "function": "check_special_transfer_asset", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__natives__assets.rs_line_135.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.24521077, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 48, - "function": "::deserialize", - "return_type": "-> String", - "replacement": "String::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__structures.rs_line_48.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 40.087928827, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 30.692417733, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 627, - "function": "::to_value", - "return_type": "-> Value", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_627.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.829825429, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/assets.rs", - "line": 61, - "function": "check_special_get_balance", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__assets.rs_line_61.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.626831468, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/assets.rs", - "line": 77, - "function": "check_special_mint_asset", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__natives__assets.rs_line_77.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 13.193074214, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1233, - "function": "UTF8Data::append", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1233.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 39.535118718, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 31.45829237, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 463, - "function": "ClarityDatabase<'a>::put_with_size", - "return_type": "-> u64", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_463.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 34.198081425, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 32.531414174, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/options.rs", - "line": 278, - "function": "eval_with_new_binding", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__natives__options.rs_line_278.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.136106325, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 69, - "function": "parse_in_epoch", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from(vec![])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__mod.rs_line_69_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.83376595, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1201, - "function": "ListData::is_empty", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1201.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 51.538255239, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 25.652974847, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/options.rs", - "line": 66, - "function": "native_unwrap_or_ret", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__options.rs_line_66.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.005207942, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 508, - "function": "parse_lexed", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from_iter([vec![]])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v1.rs_line_508_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 10.998831402, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 474, - "function": "Lexer<'a>::read_utf8_encoding", - "return_type": "-> LexResult>", - "replacement": "LexResult::from(Ok(\"xyzzy\".into()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_474_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 12.175496982, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 455, - "function": "lex", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new(vec![])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v1.rs_line_455_006.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.779724561, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/stack_depth_checker.rs", - "line": 28, - "function": "check", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__stack_depth_checker.rs_line_28_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.008535822, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 70, - "function": "runtime_cost", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_70.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 43.840684311, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 28.296327129, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 716, - "function": "LimitedCostTracker::default_cost_contract_for_epoch", - "return_type": "-> String", - "replacement": "String::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_716.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 36.547140916000004, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 27.849250002, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 474, - "function": "Lexer<'a>::read_utf8_encoding", - "return_type": "-> LexResult>", - "replacement": "LexResult::from_iter([Ok(String::new())])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_474_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.933971611, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 298, - "function": "::get_burn_block_time_for_block", - "return_type": "-> Option", - "replacement": "Some(0)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_298_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 30.271221471, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 23.1596055, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 425, - "function": "RollbackWrapper<'a>::get_block_header_hash", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__key_value_wrapper.rs_line_425.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 45.6894653, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 31.733683345, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/types.rs", - "line": 175, - "function": "ContractAnalysis::get_map_type", - "return_type": "-> Option<&(TypeSignature, TypeSignature)>", - "replacement": "Some(&(Default::default(), Default::default()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__types.rs_line_175.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.760847789, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1388, - "function": "TypeSignature::parse_list_type_repr", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_1388.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.569145885, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 537, - "function": "ClarityDatabase<'a>::make_metadata_key", - "return_type": "-> String", - "replacement": "String::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_537_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 40.515984642, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 24.770861043, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/tests/traits.rs", - "line": 1165, - "function": "test_contract_of_no_impl", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__tests__traits.rs_line_1165.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 35.922204443, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 20.288090614, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 231, - "function": "::get_with_proof", - "return_type": "-> Option<(String, Vec)>", - "replacement": "Some((\"xyzzy\".into(), vec![1]))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_store.rs_line_231_003.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 49.371906932, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 28.040624531, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/docs/mod.rs", - "line": 2419, - "function": "make_api_reference", - "return_type": "-> FunctionAPI", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__docs__mod.rs_line_2419.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.060959081, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 571, - "function": "clarity2_trait_check_trait_compliance", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_571_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.07267694, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 563, - "function": "native_div", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_563_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.785536415, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 939, - "function": "FunctionSignature::canonicalize", - "return_type": "-> FunctionSignature", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_939.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.442812526, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 974, - "function": "Environment<'a, 'b, 'hooks>::nest_with_caller", - "return_type": "-> Environment<'c, 'b, 'hooks>", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_974.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.378128665, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/tests/traits.rs", - "line": 390, - "function": "test_dynamic_dispatch_by_importing_trait", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__tests__traits.rs_line_390.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 23.548878198, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 20.197984087, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 358, - "function": "store_state_summary", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_358.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 29.051017349, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 27.57435976, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/options.rs", - "line": 202, - "function": "check_special_unwrap_err_or_ret", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__options.rs_line_202.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.635129161, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 186, - "function": "::get_burnchain_tokens_spent_for_winning_block", - "return_type": "-> Option", - "replacement": "Some(1)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__test_util__mod.rs_line_186_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 31.887113651, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 8.669871994, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contracts.rs", - "line": 57, - "function": "Contract::canonicalize_types", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contracts.rs_line_57.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 32.437489287, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 11.997811584, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/options.rs", - "line": 214, - "function": "check_special_try_ret", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__natives__options.rs_line_214.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.987785917, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 793, - "function": "ClarityDatabase<'a>::get_index_block_header_hash", - "return_type": "-> StacksBlockId", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_793.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.188899496, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/callables.rs", - "line": 335, - "function": "DefinedFunction::apply", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__callables.rs_line_335.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 10.158974318, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1385, - "function": "TypeChecker<'a, 'b>::type_check_define_nft", - "return_type": "-> CheckResult<(ClarityName, TypeSignature)>", - "replacement": "CheckResult::new((Default::default(), Default::default()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_1385_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 10.684219803, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 309, - "function": "build_ast", - "return_type": "-> ParseResult", - "replacement": "ParseResult::from_iter([Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__mod.rs_line_309_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.663515715, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 372, - "function": "PreSymbolicExpression::match_list", - "return_type": "-> Option<&[PreSymbolicExpression]>", - "replacement": "Some(Vec::leak(vec![Default::default()]))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__representations.rs_line_372_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.50720729, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/options.rs", - "line": 199, - "function": "check_special_unwrap_err_or_ret", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__natives__options.rs_line_199.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 15.365520653, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 369, - "function": "DefinitionSorter::probe_for_dependencies_in_key_value_pair", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from_iter([()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__definition_sorter__mod.rs_line_369_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.32946198, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/mod.rs", - "line": 692, - "function": "parse_eval_bindings", - "return_type": "-> Result>", - "replacement": "Ok(vec![])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__mod.rs_line_692.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 28.589024435, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 29.546301155, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 479, - "function": "AssetMap::get_fungible_tokens", - "return_type": "-> Option", - "replacement": "Some(1)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_479_002.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 28.890102255, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 28.991063679, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 247, - "function": "FunctionType::check_args_by_allowing_trait_cast_2_05", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_247.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.962271031, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 223, - "function": "ContractContext::add_private_function_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_223_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.706169441, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/tests/contracts.rs", - "line": 685, - "function": "test_simple_contract_call", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__tests__contracts.rs_line_685.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 33.435683747, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 4.458739603, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1507, - "function": "TupleData::from_data_typed", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1507.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.558595789, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 171, - "function": "AnalysisDatabase<'a>::get_read_only_function_type", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::new(None)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__analysis_db.rs_line_171_004.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.473673657, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 474, - "function": "Lexer<'a>::read_utf8_encoding", - "return_type": "-> LexResult>", - "replacement": "LexResult::from_iter([Ok(\"xyzzy\".into())])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_474_004.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.677466674, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 297, - "function": "trait_type_size", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from_iter([0])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_297_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 11.032475854, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/expression_identifier/mod.rs", - "line": 23, - "function": "inner_relabel", - "return_type": "-> ParseResult", - "replacement": "ParseResult::from_iter([1])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__expression_identifier__mod.rs_line_23_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.267845712, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1813, - "function": "ClarityDatabase<'a>::get_nft_key_type", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1813.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.10958085, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 41, - "function": "U128Ops::make_value", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from_iter([Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_41_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.254983661, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 145, - "function": "FunctionType::check_args_2_05", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_145_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.979549881, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 77, - "function": "rollback_value_check", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__key_value_wrapper.rs_line_77.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 22.817665268, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 17.166646885, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 231, - "function": "::get_with_proof", - "return_type": "-> Option<(String, Vec)>", - "replacement": "Some((String::new(), vec![0]))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_store.rs_line_231_004.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 23.9235821, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 18.068649457, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 106, - "function": "AnalysisDatabase<'a>::load_contract", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__analysis_db.rs_line_106.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 21.645737857, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 23.254003441, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 203, - "function": "ContractContext::add_public_function_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_203_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.938817493, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 299, - "function": "::get_with_proof", - "return_type": "-> Option<(String, Vec)>", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_store.rs_line_299_002.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 29.199683156, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 10.86496364, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 247, - "function": "::get_open_chain_tip_height", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_store.rs_line_247.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 29.448557854, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 11.064833152, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1186, - "function": "BuffData::append", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1186.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 36.204543889, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 16.773933698, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 578, - "function": "SymbolicExpression::match_atom", - "return_type": "-> Option<&ClarityName>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__representations.rs_line_578.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.206563496, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/sugar_expander/mod.rs", - "line": 40, - "function": "::run_pass", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__sugar_expander__mod.rs_line_40_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.687809323, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 88, - "function": "ReadOnlyChecker<'a, 'b>::run", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__read_only_checker__mod.rs_line_88_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.044669539, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 401, - "function": "::try_from", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_401.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.990378445, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 388, - "function": "::get_pox_rejection_fraction", - "return_type": "-> u64", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_388_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 20.588666993, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 18.11292707, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 102, - "function": "TraitContext::get_trait", - "return_type": "-> Option<&BTreeMap>", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_102.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 22.50644711, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 13.069680893, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 323, - "function": "::get_current_block_height", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_store.rs_line_323_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 24.072051636, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 13.473811272, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 338, - "function": "RollbackWrapper<'a>::set_block_hash", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__key_value_wrapper.rs_line_338_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.4569779480000005, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/mod.rs", - "line": 353, - "function": "is_reserved", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__mod.rs_line_353_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 34.456465425, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 20.646590151, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/sqlite.rs", - "line": 50, - "function": "sqlite_get", - "return_type": "-> Option", - "replacement": "Some(\"xyzzy\".into())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__sqlite.rs_line_50.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 23.695889172, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 17.391388051, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 785, - "function": "clarity2_lookup_trait", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::new(BTreeMap::new())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_785_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.273028478, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 327, - "function": "PreSymbolicExpression::tuple", - "return_type": "-> PreSymbolicExpression", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__representations.rs_line_327.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.166661667, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/mod.rs", - "line": 637, - "function": "check_get_block_info", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__mod.rs_line_637.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.8114981610000003, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 532, - "function": "RollbackWrapper<'a>::has_metadata_entry", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__key_value_wrapper.rs_line_532.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 28.720804487, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 7.790595693, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 402, - "function": "RollbackWrapper<'a>::get_value", - "return_type": "-> Result, SerializationError>", - "replacement": "Ok(None)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__key_value_wrapper.rs_line_402_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 27.793136753, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 10.107879922, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 831, - "function": "trait_type_size", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new(0)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_831_004.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.280803816, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 140, - "function": "Lexer<'a>::read_line", - "return_type": "-> LexResult", - "replacement": "LexResult::from(String::new())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_140_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.491922367, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1198, - "function": "TypeChecker<'a, 'b>::lookup_variable", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_1198.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.807887594, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 767, - "function": "STXBalance::effective_unlock_height", - "return_type": "-> u64", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__structures.rs_line_767.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 26.414331946, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 15.927494422, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 229, - "function": "RollbackWrapper<'a>::get_cc_special_cases_handler", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__key_value_wrapper.rs_line_229.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 29.105739804, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 10.328648218, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 345, - "function": "Lexer<'a>::read_hex", - "return_type": "-> LexResult", - "replacement": "LexResult::from(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_345_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.197792279, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/sequences.rs", - "line": 296, - "function": "check_special_as_max_len", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__sequences.rs_line_296.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.447373118, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1035, - "function": "Value::expect_u128", - "return_type": "-> u128", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1035.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 31.677894484, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 18.284256282, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 633, - "function": "::items", - "return_type": "-> &Vec", - "replacement": "&vec![0]", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_633_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.275594561, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 867, - "function": "ClarityDatabase<'a>::get_burnchain_block_header_hash", - "return_type": "-> BurnchainHeaderHash", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_867.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.163842757, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 298, - "function": "::get_burn_block_time_for_block", - "return_type": "-> Option", - "replacement": "Some(1)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_298_002.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 23.282900057, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 17.899211014, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 316, - "function": "ContractContext::get_persisted_variable_type", - "return_type": "-> Option<&TypeSignature>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_316_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.19245846, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 303, - "function": "::get_side_store", - "return_type": "-> &Connection", - "replacement": "&Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_store.rs_line_303.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.609698418, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 123, - "function": ">::run_pass", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_123_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.468705003, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 160, - "function": "::from", - "return_type": "-> TypePrefix", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__serialization.rs_line_160.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.532678522, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1637, - "function": "ClarityDatabase<'a>::create_non_fungible_token", - "return_type": "-> NonFungibleTokenMetadata", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1637.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.170923965, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 525, - "function": "clarity2_check_functions_compatible", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_525.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 32.87153649, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 15.704359122, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 504, - "function": "special_greater", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_504_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.207548681, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 252, - "function": "::get_pox_payout_addrs", - "return_type": "-> Option<(Vec, u128)>", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_252.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 23.310956047, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 16.215107217, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/principals.rs", - "line": 188, - "function": "special_principal_construct", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__principals.rs_line_188.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.281198323, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 594, - "function": "SymbolicExpression::match_literal_value", - "return_type": "-> Option<&Value>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__representations.rs_line_594_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 13.693775145, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 431, - "function": "ClarityDatabase<'a>::is_stack_empty", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_431.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 30.973507005, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 20.137307637, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 195, - "function": "ContractContext::get_nft_type", - "return_type": "-> Option<&TypeSignature>", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_195.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 35.377481599, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 27.892770184, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 779, - "function": "TypeChecker<'a, 'b>::type_check_define_nft", - "return_type": "-> CheckResult<(ClarityName, TypeSignature)>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_779_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.340832821, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 121, - "function": "::consensus_serialize", - "return_type": "-> Result<(), codec_error>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__representations.rs_line_121.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 40.219366035, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 34.231989012, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1357, - "function": "TypeChecker<'a, 'b>::type_check_define_persisted_variable", - "return_type": "-> CheckResult<(ClarityName, TypeSignature)>", - "replacement": "CheckResult::from_iter([(Default::default(), Default::default())])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_1357_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.993364308, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 845, - "function": "Value::okay", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_845.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.118203033, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/types.rs", - "line": 55, - "function": "ContractAST::pre_expressions_drain", - "return_type": "-> PreExpressionsDrain", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__types.rs_line_55.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 13.086536706, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/contract_interface_builder/mod.rs", - "line": 307, - "function": "ContractInterfaceFungibleTokens::from_set", - "return_type": "-> Vec", - "replacement": "vec![]", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__contract_interface_builder__mod.rs_line_307.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 45.744684697, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 32.692542377, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 955, - "function": "Value::string_ascii_from_bytes", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_955.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.675776569, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 345, - "function": "DefinitionSorter::probe_for_dependencies_in_list_of_wrapped_key_value_pairs", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__definition_sorter__mod.rs_line_345_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 12.404939915, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 255, - "function": "::put_all", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_store.rs_line_255.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 33.136902621, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 17.435200805, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 893, - "function": ">::short_circuit_contract_call", - "return_type": "-> std::result::Result", - "replacement": "Ok(true)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_893_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 39.361659508, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 24.904091608999998, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 232, - "function": "::get_pox_3_activation_height", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__test_util__mod.rs_line_232_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 42.674756183, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 42.168878809, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 167, - "function": "Parser<'a>::skip_to_end", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_167.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 37.138435303, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 14.968992274, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 466, - "function": "RollbackWrapper<'a>::get_metadata", - "return_type": "-> InterpreterResult>", - "replacement": "InterpreterResult::new(None)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__key_value_wrapper.rs_line_466_006.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.096326582, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 326, - "function": "::get_tokens_earned_for_block", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_326_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 47.71813613, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 24.917951733, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 71, - "function": "is_committed", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__test_util__mod.rs_line_71_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 45.104115768, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 23.586747929, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 170, - "function": "ReadOnlyChecker<'a, 'b>::check_define_function", - "return_type": "-> CheckResult<(ClarityName, bool)>", - "replacement": "CheckResult::new((Default::default(), true))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__read_only_checker__mod.rs_line_170_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.128075482, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 615, - "function": "::items", - "return_type": "-> &Vec", - "replacement": "&vec![Default::default()]", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_615_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.214430298, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 335, - "function": "::from", - "return_type": "-> Self", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_335.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.953666201, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 463, - "function": "STXBalanceSnapshot<'db, 'conn>::is_v2_locked", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__structures.rs_line_463.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 27.943645098, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 17.741519594, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 195, - "function": "TraitIdentifier::parse_sugared_syntax", - "return_type": "-> Result<(ContractName, ClarityName)>", - "replacement": "Ok((Default::default(), Default::default()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_195.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.537065831, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 943, - "function": "ClarityDatabase<'a>::get_burnchain_block_height", - "return_type": "-> Option", - "replacement": "Some(1)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_943_002.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 28.553252344, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 13.308945082, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/mod.rs", - "line": 57, - "function": "check_special_list_cons", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__natives__mod.rs_line_57.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.505736909, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 86, - "function": "TraitContext::add_used_trait", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_86_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.509024188, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 189, - "function": "AnalysisDatabase<'a>::get_defined_trait", - "return_type": "-> CheckResult>>", - "replacement": "CheckResult::from(None)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__analysis_db.rs_line_189_008.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.061761045, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 619, - "function": "::drained_items", - "return_type": "-> Vec", - "replacement": "vec![Default::default()]", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_619.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.31969503, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 525, - "function": "clarity2_check_functions_compatible", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_525_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 27.0640578, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 19.586685077, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 118, - "function": ">::run_pass", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_118_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.419657406, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 281, - "function": "ReadOnlyChecker<'a, 'b>::check_native_function_is_read_only", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new(false)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__read_only_checker__mod.rs_line_281_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 10.526586782, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/tests/contracts.rs", - "line": 992, - "function": "test_at_unknown_block", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__tests__contracts.rs_line_992.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 23.843669237, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 17.886435811, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/coverage.rs", - "line": 104, - "function": "CoverageReporter::executable_lines", - "return_type": "-> Vec", - "replacement": "vec![]", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__coverage.rs_line_104_002.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 30.133339801, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 33.738206941, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/contract_interface_builder/mod.rs", - "line": 236, - "function": "ContractInterfaceFunctionArg::from_function_args", - "return_type": "-> Vec", - "replacement": "vec![]", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__contract_interface_builder__mod.rs_line_236.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 32.893942429, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 33.687246344, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 516, - "function": "TypeChecker<'a, 'b>::type_check_all", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::from(vec![Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_516_006.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.054996692, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 50, - "function": "TraitContext::is_name_used", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_50_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 41.163058958, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 25.032802037, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1044, - "function": "TypeChecker<'a, 'b>::get_function_type", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_1044_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 38.41585714, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 26.845302889, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/expression_identifier/mod.rs", - "line": 40, - "function": "update_expression_id", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__expression_identifier__mod.rs_line_40_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 13.180343132, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/assets.rs", - "line": 200, - "function": "check_special_stx_transfer", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__assets.rs_line_200.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.540601752, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1431, - "function": "TypeSignature::parse_string_utf8_type_repr", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_1431.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.88178548, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 546, - "function": "TypeChecker<'a, 'b>::type_check_define_function", - "return_type": "-> CheckResult<(ClarityName, FixedFunction)>", - "replacement": "CheckResult::from_iter([(Default::default(), Default::default())])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_546_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.7944339750000005, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 354, - "function": "RollbackWrapper<'a>::get_with_proof", - "return_type": "-> Option<(T, Vec)>", - "replacement": "Some((Default::default(), vec![0]))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__key_value_wrapper.rs_line_354.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.455648266, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/types.rs", - "line": 230, - "function": "ContractAnalysis::check_trait_compliance", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__types.rs_line_230.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.324731181, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/errors.rs", - "line": 141, - "function": "::source", - "return_type": "-> Option<&(dyn error::Error +'static)>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__errors.rs_line_141.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 12.682344999, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 740, - "function": "TypeChecker<'a, 'b>::type_check_define_variable", - "return_type": "-> CheckResult<(ClarityName, TypeSignature)>", - "replacement": "CheckResult::from_iter([(Default::default(), Default::default())])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_740_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.55975596, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 102, - "function": "::source", - "return_type": "-> Option<&(dyn error::Error +'static)>", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__serialization.rs_line_102.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 48.252499861, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 32.651000773, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 81, - "function": "::consensus_serialize", - "return_type": "-> Result<(), codec_error>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__representations.rs_line_81.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 44.510244159, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 32.453599631, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/maps.rs", - "line": 33, - "function": "check_special_fetch_entry", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__maps.rs_line_33.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.863985612, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 338, - "function": "RollbackWrapper<'a>::set_block_hash", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__key_value_wrapper.rs_line_338_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.138595444, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1951, - "function": "ClarityDatabase<'a>::get_burn_block_height", - "return_type": "-> Option", - "replacement": "Some(0)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1951_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 33.092010859, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 11.488710708, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/diagnostic.rs", - "line": 47, - "function": "Diagnostic::err", - "return_type": "-> Diagnostic", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__diagnostic.rs_line_47.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.143036764, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1154, - "function": "ClarityDatabase<'a>::set_variable_unknown_descriptor", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1154.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 12.979873148, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 518, - "function": "special_less_v1", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_518.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.754760014, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/assets.rs", - "line": 166, - "function": "special_stx_transfer", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__assets.rs_line_166.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.623614073, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/contexts.rs", - "line": 57, - "function": "TypeMap::set_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__contexts.rs_line_57_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.017752007, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 204, - "function": "::serialize_write", - "return_type": "-> std::io::Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__serialization.rs_line_204.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 40.902019246, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 34.63153294, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 246, - "function": "Lexer<'a>::read_trait_identifier", - "return_type": "-> LexResult", - "replacement": "LexResult::from(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_246_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.166932636, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 263, - "function": "::get_pox_payout_addrs", - "return_type": "-> Option<(Vec, u128)>", - "replacement": "Some((vec![], 1))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__test_util__mod.rs_line_263_002.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 42.420874957, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 41.546912872, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 887, - "function": "TupleTypeSignature::parse_name_type_pair_list", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_887.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.055178671, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 227, - "function": "::get", - "return_type": "-> Option", - "replacement": "Some(\"xyzzy\".into())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_store.rs_line_227_002.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 52.969837985, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 24.178113745, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 228, - "function": "::get_v2_unlock_height", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__test_util__mod.rs_line_228_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 42.039783374, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 11.991657731, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 820, - "function": "Value::none", - "return_type": "-> Value", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_820.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.225823936, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/expression_identifier/mod.rs", - "line": 23, - "function": "inner_relabel", - "return_type": "-> ParseResult", - "replacement": "ParseResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__expression_identifier__mod.rs_line_23_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.197125679, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1669, - "function": "GlobalContext<'a, 'hooks>::special_cc_handler_execute_read_only", - "return_type": "-> std::result::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1669.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.528484716, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1456, - "function": "::from", - "return_type": "-> Self", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1456.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.863862201, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1651, - "function": "ClarityDatabase<'a>::load_nft", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1651.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.215774145, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 384, - "function": "::get_pox_reward_cycle_length", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_384_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 27.633474759, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 14.455835528, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/tests/traits.rs", - "line": 89, - "function": "test_dynamic_dispatch_pass_trait_nested_in_let", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__tests__traits.rs_line_89.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 30.446548418, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 3.470659873, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/database.rs", - "line": 682, - "function": "special_delete_entry_v205", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__database.rs_line_682.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.631454369, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 281, - "function": "ReadOnlyChecker<'a, 'b>::check_native_function_is_read_only", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__read_only_checker__mod.rs_line_281_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.516011635, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/mod.rs", - "line": 785, - "function": "special_contract_of", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__mod.rs_line_785.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.721131666, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 93, - "function": "AnalysisDatabase<'a>::load_contract_non_canonical", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__analysis_db.rs_line_93_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.226200489, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1118, - "function": "Environment<'a, 'b, 'hooks>::execute_contract_allow_private", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1118.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.636077585, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/errors.rs", - "line": 114, - "function": ">::eq", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__errors.rs_line_114_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 36.275988341, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 22.231107243, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 233, - "function": "ContractContext::add_map_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_233_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.910183592, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 899, - "function": "TypeChecker<'a, 'b>::track_return_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_899_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.553182889, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/callables.rs", - "line": 370, - "function": "DefinedFunction::get_span", - "return_type": "-> Span", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__callables.rs_line_370.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 23.884977185, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 13.737452449, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 188, - "function": "Parser<'a>::ignore_whitespace_and_comments", - "return_type": "-> Vec", - "replacement": "vec![Default::default()]", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_188.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 11.272660503, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/options.rs", - "line": 110, - "function": "check_special_default_to", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__natives__options.rs_line_110.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.827309127, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 456, - "function": "GraphWalker::get_sorted_dependencies", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from_iter([vec![1]])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__definition_sorter__mod.rs_line_456_006.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.751059799, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 130, - "function": "build_ast_typical", - "return_type": "-> ParseResult", - "replacement": "ParseResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__mod.rs_line_130_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.810845681, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/options.rs", - "line": 264, - "function": "check_special_unwrap_err", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__natives__options.rs_line_264.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.588697505, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 177, - "function": "make_contract_hash_key", - "return_type": "-> String", - "replacement": "String::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_store.rs_line_177_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 25.393295613, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 7.250645824, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1913, - "function": "LocalContext<'a>::lookup_callable_contract", - "return_type": "-> Option<&CallableData>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1913_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.287890497, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/tuples.rs", - "line": 47, - "function": "tuple_get", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__tuples.rs_line_47.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.91790027, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/docs/mod.rs", - "line": 728, - "function": "get_input_type_string", - "return_type": "-> String", - "replacement": "String::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__docs__mod.rs_line_728_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 29.729382655, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 20.461732023, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 247, - "function": "FunctionType::check_args_by_allowing_trait_cast_2_05", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_247_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 10.894175907, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/conversions.rs", - "line": 89, - "function": "native_buff_to_int_le::convert_to_int_le", - "return_type": "-> Value", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__conversions.rs_line_89.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.811921563, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 326, - "function": "Lexer<'a>::read_integer", - "return_type": "-> LexResult", - "replacement": "LexResult::new(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_326_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.4632841770000002, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/database.rs", - "line": 293, - "function": "special_set_variable_v200", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__database.rs_line_293.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.806285542, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 379, - "function": "DefinitionSorter::find_expression_definition", - "return_type": "-> Option<(ClarityName, u64, &'b PreSymbolicExpression)>", - "replacement": "Some((Default::default(), 1, &Default::default()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__definition_sorter__mod.rs_line_379.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.957982934, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 285, - "function": "PreSymbolicExpression::sugared_field_identifier", - "return_type": "-> PreSymbolicExpression", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__representations.rs_line_285.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.72597532, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 768, - "function": "ClarityDatabase<'a>::decrement_ustx_liquid_supply", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_768.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 30.283405221, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 10.96775631, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 815, - "function": "OwnedEnvironment<'a, 'hooks>::eval_read_only_with_rules", - "return_type": "-> Result<(Value, AssetMap, Vec)>", - "replacement": "Ok((Default::default(), Default::default(), vec![]))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_815_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.5533696280000004, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1507, - "function": "Environment<'a, 'b, 'hooks>::register_nft_burn_event", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1507.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 30.755054533, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 19.548690607, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/conversions.rs", - "line": 205, - "function": "native_int_to_ascii", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__conversions.rs_line_205.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.965581747, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 158, - "function": "Parser<'a>::peek_last_token", - "return_type": "-> ParseResult<&PlacedToken>", - "replacement": "ParseResult::new(&Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_158.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.255832343, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 455, - "function": "lex", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new(vec![(Default::default(), 1, 0)])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v1.rs_line_455_007.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.675889646, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1485, - "function": "ClarityDatabase<'a>::data_map_entry_exists", - "return_type": "-> Result", - "replacement": "Ok(false)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1485_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 28.703537719, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 15.841871455, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 680, - "function": "STXBalanceSnapshot<'db, 'conn>::is_v3_locked", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__structures.rs_line_680.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 32.713813238, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 25.026818981, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/assets.rs", - "line": 368, - "function": "special_mint_asset_v200", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__assets.rs_line_368.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.420845158, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1882, - "function": "LocalContext<'a>::function_context", - "return_type": "-> &LocalContext", - "replacement": "&Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1882.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.426470868, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 592, - "function": "ClarityDatabase<'a>::set_metadata", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_592.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 32.297542925, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 18.268549897, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 213, - "function": "::get_burn_start_height", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_213_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 30.83841008, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 14.049189603, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/errors.rs", - "line": 443, - "function": "::suggestion", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__errors.rs_line_443.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 26.911163047, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 27.84783293, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 282, - "function": "::fmt", - "return_type": "-> fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_282.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 38.990278212, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 23.593504457, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 463, - "function": "ClarityDatabase<'a>::put_with_size", - "return_type": "-> u64", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_463_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 37.10120687, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 16.956876575, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1268, - "function": "::fmt", - "return_type": "-> fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1268.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 43.303356868, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 21.233254733, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 87, - "function": "ast_check_size", - "return_type": "-> ParseResult", - "replacement": "ParseResult::new(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__mod.rs_line_87_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.980127835, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 247, - "function": "FunctionType::check_args_by_allowing_trait_cast_2_05", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_247_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.778031349, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 174, - "function": "inner_build_ast", - "return_type": "-> ParseResult<(ContractAST, Vec, bool)>", - "replacement": "ParseResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__mod.rs_line_174_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.915441196, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1356, - "function": "TypeSignature::parent_list_type", - "return_type": "-> std::result::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_1356.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.912547274, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/sequences.rs", - "line": 359, - "function": "special_slice", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__sequences.rs_line_359.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 11.459615526, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 108, - "function": "get_lines_at", - "return_type": "-> Vec", - "replacement": "vec![]", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v1.rs_line_108_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 35.79694185, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 34.443087788, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/mod.rs", - "line": 645, - "function": "special_asserts", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__mod.rs_line_645.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.679011421, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1080, - "function": "Value::expect_buff_padded", - "return_type": "-> Vec", - "replacement": "vec![1]", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1080.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 44.018555253, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 31.939752202, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 388, - "function": "PreSymbolicExpression::match_placeholder", - "return_type": "-> Option<&str>", - "replacement": "Some(\"xyzzy\")", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__representations.rs_line_388.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 49.541530957, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 39.358774972, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 433, - "function": "Graph::edges_count", - "return_type": "-> ParseResult", - "replacement": "ParseResult::new(1)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__definition_sorter__mod.rs_line_433_004.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.989833471, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 348, - "function": "DeserializeStackItem::next_expected_type", - "return_type": "-> Result, SerializationError>", - "replacement": "Ok(Some(Default::default()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__serialization.rs_line_348_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 10.49473139, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 1301, - "function": "::serialize", - "return_type": "-> String", - "replacement": "\"xyzzy\".into()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__serialization.rs_line_1301.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 48.224070995, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 22.784956583, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/options.rs", - "line": 131, - "function": "check_special_asserts", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__natives__options.rs_line_131.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.021196623, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 323, - "function": "::get_burnchain_tokens_spent_for_winning_block", - "return_type": "-> Option", - "replacement": "Some(1)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_323_002.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 48.398689023, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 34.152091015, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 36, - "function": "is_separator", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_36.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 40.229929202, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 32.519238269, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 184, - "function": "::get_tokens_earned_for_block", - "return_type": "-> Option", - "replacement": "Some(0)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_184.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 52.592936155, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 37.69952814, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 971, - "function": "STXBalance::was_locked_by_v1", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__structures.rs_line_971.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 40.252913881, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 35.592616927, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 929, - "function": "TypeChecker<'a, 'b>::run", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_929_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.287939773, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 474, - "function": "Lexer<'a>::read_utf8_encoding", - "return_type": "-> LexResult>", - "replacement": "LexResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_474_005.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.6649113570000003, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 341, - "function": "::from", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_341_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 42.491042886, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 17.2594936, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 521, - "function": "Parser<'a>::read_principal", - "return_type": "-> ParseResult", - "replacement": "ParseResult::new(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_521_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 11.125064126, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 219, - "function": "RollbackWrapper<'a>::from_persisted_log", - "return_type": "-> RollbackWrapper", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__key_value_wrapper.rs_line_219.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.694972389, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 661, - "function": "TypeChecker<'a, 'b>::type_check_function_application", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_661.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.207239192, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/tests/traits.rs", - "line": 1036, - "function": "test_dynamic_dispatch_pass_literal_principal_as_trait_in_user_defined_functions", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__tests__traits.rs_line_1036.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 31.871303464, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 7.498594601, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1878, - "function": "ClarityDatabase<'a>::make_key_for_account_nonce", - "return_type": "-> String", - "replacement": "String::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1878_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 32.066935175, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 13.7800816, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 934, - "function": "add_cost", - "return_type": "-> std::result::Result<(), CostErrors>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_934.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 33.426558005, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 23.473389306, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 1062, - "function": "Parser<'a>::parse_node_or_eof", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_1062_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 11.284565363, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/expression_identifier/mod.rs", - "line": 51, - "function": "ExpressionIdentifier::run_pre_expression_pass", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__expression_identifier__mod.rs_line_51_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.640056337, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 125, - "function": "::get_burn_header_hash_for_block", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__test_util__mod.rs_line_125_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 35.875021268, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 23.299891935, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 259, - "function": "ContractContext::add_ft", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_259_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.434122365, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1429, - "function": "Environment<'a, 'b, 'hooks>::register_print_event", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1429.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 36.700888287, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 26.762694512, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 309, - "function": "build_ast", - "return_type": "-> ParseResult", - "replacement": "ParseResult::from(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__mod.rs_line_309_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 11.521875844, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/options.rs", - "line": 44, - "function": "inner_unwrap_err", - "return_type": "-> Result>", - "replacement": "Ok(Some(Default::default()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__options.rs_line_44.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.874764603, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 331, - "function": "::put_all", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_store.rs_line_331.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 48.643067941, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 26.88024778, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 1062, - "function": "Parser<'a>::parse_node_or_eof", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from(None)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_1062_004.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.118767905, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 95, - "function": "::consensus_deserialize", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__representations.rs_line_95.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.914667748, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 1109, - "function": "parse_collect_diagnostics", - "return_type": "-> (Vec, Vec, bool)", - "replacement": "(vec![], vec![Default::default()], false)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_1109_005.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.242354027, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1445, - "function": "Environment<'a, 'b, 'hooks>::register_stx_transfer_event", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1445.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 41.801013243, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 27.418718372, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 227, - "function": "ReadOnlyChecker<'a, 'b>::check_read_only", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__read_only_checker__mod.rs_line_227_004.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 10.998211374, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 93, - "function": ">::add_memory", - "return_type": "-> std::result::Result<(), CostErrors>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_93.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 37.271732324, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 28.962674699, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/tests/mod.rs", - "line": 164, - "function": "test_only_mainnet_to_chain_id", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__tests__mod.rs_line_164.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 45.82985703, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 15.623148574, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/coverage.rs", - "line": 54, - "function": "CoverageReporter::report_eval", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__coverage.rs_line_54.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 47.434521552, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 36.722568426, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 1083, - "function": "Parser<'a>::parse", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new(vec![])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_1083_004.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.697072732, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 495, - "function": "RollbackWrapper<'a>::get_metadata_manual", - "return_type": "-> InterpreterResult>", - "replacement": "InterpreterResult::from(Some(String::new()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__key_value_wrapper.rs_line_495_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.465047351, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1347, - "function": "::fmt", - "return_type": "-> fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1347.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 50.273719389, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 24.983232633, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 247, - "function": "SequenceData::atom_values", - "return_type": "-> Vec", - "replacement": "vec![]", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_247_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 55.298320921, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 39.837667152, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1611, - "function": "GlobalContext<'a, 'hooks>::log_asset_transfer", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1611.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 38.237807049, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 27.637701107, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/errors.rs", - "line": 300, - "function": "::level", - "return_type": "-> crate::vm::diagnostic::Level", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__errors.rs_line_300.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.080640137, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1035, - "function": "Value::expect_u128", - "return_type": "-> u128", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1035_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 48.627482435, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 18.584059417, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 369, - "function": "DefinitionSorter::probe_for_dependencies_in_key_value_pair", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__definition_sorter__mod.rs_line_369_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 12.262954027, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1026, - "function": "Value::expect_ascii", - "return_type": "-> String", - "replacement": "\"xyzzy\".into()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1026_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 43.64676577, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 26.877639765, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 600, - "function": "OwnedEnvironment<'a, 'hooks>::new_free", - "return_type": "-> OwnedEnvironment<'a, '_>", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_600.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 12.047243474, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/events.rs", - "line": 272, - "function": "NFTBurnEventData::json_serialize", - "return_type": "-> serde_json::Value", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__events.rs_line_272.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 33.483306116, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 37.646400494, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1722, - "function": "ListTypeData::inner_size", - "return_type": "-> Option", - "replacement": "Some(1)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_1722_002.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 45.763112894, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 39.599381107, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/sequences.rs", - "line": 401, - "function": "check_special_index_of", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__sequences.rs_line_401.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.879233322, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/expression_identifier/mod.rs", - "line": 51, - "function": "ExpressionIdentifier::run_pre_expression_pass", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__expression_identifier__mod.rs_line_51_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.110944829, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1136, - "function": "TypeChecker<'a, 'b>::type_check_define_map", - "return_type": "-> CheckResult<(ClarityName, (TypeSignature, TypeSignature))>", - "replacement": "CheckResult::from((Default::default(), (Default::default(), Default::default())))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_1136_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.802901118, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/options.rs", - "line": 148, - "function": "special_match_opt", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__options.rs_line_148.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.566692133, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 244, - "function": "::get_pox_rejection_fraction", - "return_type": "-> u64", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__test_util__mod.rs_line_244_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 45.555046593, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 17.753117681, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 550, - "function": "ClarityDatabase<'a>::make_key_for_quad", - "return_type": "-> String", - "replacement": "String::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_550_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 44.489634775, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 17.208326786, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 1062, - "function": "Parser<'a>::parse_node_or_eof", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new(Some(Default::default()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_1062_005.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.786213447, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 174, - "function": "inner_build_ast", - "return_type": "-> ParseResult<(ContractAST, Vec, bool)>", - "replacement": "ParseResult::new((Default::default(), vec![Default::default()], true))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__mod.rs_line_174_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.6425314330000003, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 485, - "function": "check_function_arg_signature", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_485_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.063220793, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 646, - "function": "TypeChecker<'a, 'b>::try_native_function_check", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_646.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.35193667, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 208, - "function": "::set_id", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__representations.rs_line_208.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 32.93828722, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 29.825707935, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/boolean.rs", - "line": 27, - "function": "type_force_bool", - "return_type": "-> Result", - "replacement": "Ok(false)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__boolean.rs_line_27_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 33.060004005, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 22.445878205, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 508, - "function": "parse_lexed", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from(vec![])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v1.rs_line_508_004.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.801511188, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 626, - "function": "TypeChecker<'a, 'b>::type_check_define_map", - "return_type": "-> CheckResult<(ClarityName, (TypeSignature, TypeSignature))>", - "replacement": "CheckResult::from((Default::default(), (Default::default(), Default::default())))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_626_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.955772468, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 619, - "function": "::drained_items", - "return_type": "-> Vec", - "replacement": "vec![]", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_619_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 45.373950338, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 23.813240679, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 620, - "function": "::fmt", - "return_type": "-> fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__representations.rs_line_620.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 48.830810008, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 27.530454205, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 516, - "function": "ClarityDatabase<'a>::get_value", - "return_type": "-> Result>", - "replacement": "Ok(Some(Default::default()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_516.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 11.315668668, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 271, - "function": "PreSymbolicExpression::span", - "return_type": "-> &Span", - "replacement": "&Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__representations.rs_line_271.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.098402242, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 153, - "function": "AnalysisDatabase<'a>::get_public_function_type", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::new(Some(Default::default()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__analysis_db.rs_line_153_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.357267151, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 637, - "function": "::drained_items", - "return_type": "-> Vec", - "replacement": "vec![1]", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_637.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 45.4025688, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 21.134373279, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1744, - "function": "ClarityDatabase<'a>::set_ft_balance", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1744.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 41.210075447, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 12.668503309, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 824, - "function": "Value::okay_true", - "return_type": "-> Value", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_824.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.042133847, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 639, - "function": "native_to_int", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_639_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.38547448, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 684, - "function": "::type_signature", - "return_type": "-> TypeSignature", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_684.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.74726329, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/arithmetic_checker/mod.rs", - "line": 144, - "function": "ArithmeticOnlyChecker<'a>::check_variables_allowed", - "return_type": "-> Result<(), Error>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__arithmetic_checker__mod.rs_line_144.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 50.447269529, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 17.331094139, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1044, - "function": "Value::expect_i128", - "return_type": "-> i128", - "replacement": "-1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1044_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 41.177448314, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 31.652252457, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/tests/traits.rs", - "line": 1397, - "function": "test_pass_trait_to_subtrait", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__tests__traits.rs_line_1397.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 45.342641976, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 17.817655472, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 657, - "function": "::drained_items", - "return_type": "-> Vec", - "replacement": "vec![0]", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_657_002.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 52.166854338, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 23.650105748, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/trait_checker/mod.rs", - "line": 39, - "function": "::run_pass", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__trait_checker__mod.rs_line_39.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.084565659, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 444, - "function": "RollbackWrapper<'a>::insert_metadata", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__key_value_wrapper.rs_line_444.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 56.880273268, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 24.863967597, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 807, - "function": "Parser<'a>::parse_node", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from(Some(Default::default()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_807_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 14.080312032, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 457, - "function": "AssetMap::get_stx", - "return_type": "-> Option", - "replacement": "Some(0)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_457_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 42.468936576, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 22.094454191, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 396, - "function": "STXBalanceSnapshot<'db, 'conn>::can_transfer", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__structures.rs_line_396_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 35.756212715, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 24.965957734, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1354, - "function": "::fmt", - "return_type": "-> fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1354.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 40.080384195, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 28.983570783, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 297, - "function": "trait_type_size", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new(1)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_297_004.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.961543276, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 296, - "function": "ContractContext::add_implemented_trait", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_296_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.605870982, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 268, - "function": "ReadOnlyChecker<'a, 'b>::try_check_native_function_is_read_only", - "return_type": "-> Option>", - "replacement": "Some(CheckResult::from(true))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__read_only_checker__mod.rs_line_268_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.313140998, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 937, - "function": "ClarityDatabase<'a>::get_pox_payout_addrs_for_burnchain_height", - "return_type": "-> Option<(Vec, u128)>", - "replacement": "Some((vec![], 0))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_937_002.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 40.102731882, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 33.064389974, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 838, - "function": "Value::err_none", - "return_type": "-> Value", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_838.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.224626437, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 819, - "function": "ClarityDatabase<'a>::get_v2_unlock_height", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_819_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 36.371577441, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 23.588286711, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/sequences.rs", - "line": 39, - "function": "get_simple_native_or_user_define", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__sequences.rs_line_39_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 11.230803667, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/define.rs", - "line": 172, - "function": "handle_define_persisted_variable", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__define.rs_line_172.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.412227853, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1883, - "function": "::fmt", - "return_type": "-> fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_1883.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 42.171252663, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 22.827730896, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/options.rs", - "line": 87, - "function": "native_try_ret", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__options.rs_line_87.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.806660109, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 1047, - "function": "STXBalance::has_unlockable_tokens_at_burn_block", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__structures.rs_line_1047.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 37.867297516, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 24.071581456, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1664, - "function": "ClarityDatabase<'a>::checked_increase_token_supply", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1664.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 31.854785005, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 14.582124005, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/tests/traits.rs", - "line": 650, - "function": "test_reentrant_dynamic_dispatch", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__tests__traits.rs_line_650.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 30.872165718, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 16.76509256, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 288, - "function": "build_ast_precheck_size", - "return_type": "-> ParseResult", - "replacement": "ParseResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__mod.rs_line_288_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.039191859, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 857, - "function": "TupleTypeSignature::field_type", - "return_type": "-> Option<&TypeSignature>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_857.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.665286836, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/stack_depth_checker.rs", - "line": 53, - "function": "check_vary", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from_iter([()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__stack_depth_checker.rs_line_53_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 10.912934749, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 358, - "function": "TypeChecker<'a, 'b>::track_return_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_358_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.949991133, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/database.rs", - "line": 442, - "function": "special_at_block", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__database.rs_line_442.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.598419353, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 128, - "function": "Lexer<'a>::skip_whitespace", - "return_type": "-> LexResult<()>", - "replacement": "LexResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_128_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.87296332, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 716, - "function": "ClarityDatabase<'a>::ustx_liquid_supply_key", - "return_type": "-> &'static str", - "replacement": "\"\"", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_716_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 40.735352765, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 25.618667822, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1414, - "function": "TypeChecker<'a, 'b>::try_type_check_define", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::from(Some(()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_1414_004.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.617007392, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 560, - "function": "native_mul", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from_iter([Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_560.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.226506815, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1236, - "function": "ClarityDatabase<'a>::lookup_variable_with_size", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1236.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.405134632, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/docs/contracts.rs", - "line": 178, - "function": "produce_docs_refs", - "return_type": "-> BTreeMap", - "replacement": "BTreeMap::from_iter([(String::new(), Default::default())])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__docs__contracts.rs_line_178_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.41228571, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1339, - "function": "TypeSignature::literal_type_of", - "return_type": "-> TypeSignature", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_1339.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.156823528, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 1109, - "function": "parse_collect_diagnostics", - "return_type": "-> (Vec, Vec, bool)", - "replacement": "(vec![], vec![], true)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_1109_006.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 43.10700711, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 19.457010619, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 575, - "function": "Lexer<'a>::read_utf8_string", - "return_type": "-> LexResult", - "replacement": "LexResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_575.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.723176231, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 208, - "function": "AnalysisDatabase<'a>::get_implemented_traits", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::from(BTreeSet::from_iter([Default::default()]))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__analysis_db.rs_line_208_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.064680198, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 825, - "function": "::try_from", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_825.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 10.445792159, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/tests/traits.rs", - "line": 262, - "function": "test_dynamic_dispatch_by_implementing_imported_trait", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__tests__traits.rs_line_262.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 33.98838305, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 18.497043808, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 110, - "function": "TraitContext::into_contract_analysis", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_110.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 40.039698677, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 37.237648186, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 354, - "function": "RollbackWrapper<'a>::get_with_proof", - "return_type": "-> Option<(T, Vec)>", - "replacement": "Some((Default::default(), vec![1]))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__key_value_wrapper.rs_line_354_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.838681524, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/maps.rs", - "line": 160, - "function": "check_special_insert_entry", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__maps.rs_line_160.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 11.908617696, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 136, - "function": "ContractContext::add_variable_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__contexts.rs_line_136_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.397281826, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1690, - "function": "TypeSignature::type_size", - "return_type": "-> Result", - "replacement": "Ok(1)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_1690.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 50.242343933, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 31.355260128, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1182, - "function": "BuffData::as_slice", - "return_type": "-> &[u8]", - "replacement": "Vec::leak(vec![0])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1182.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 51.66030698, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 30.286589959, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 363, - "function": "RollbackWrapper<'a>::get", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__key_value_wrapper.rs_line_363_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.769645133, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/contract_interface_builder/mod.rs", - "line": 181, - "function": "ContractInterfaceAtomType::from_type_signature", - "return_type": "-> ContractInterfaceAtomType", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__contract_interface_builder__mod.rs_line_181.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.369655014, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 96, - "function": "ContractContext::add_public_function_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__contexts.rs_line_96.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.357397849, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/types.rs", - "line": 163, - "function": "ContractAnalysis::get_public_function_type", - "return_type": "-> Option<&FunctionType>", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__types.rs_line_163.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 40.28642203, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 15.606851653, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 66, - "function": "Lexer<'a>::add_diagnostic", - "return_type": "-> LexResult<()>", - "replacement": "LexResult::from(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_66_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.67202979, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 185, - "function": "Lexer<'a>::proceed_through_error_string", - "return_type": "-> LexResult", - "replacement": "LexResult::new(\"xyzzy\".into())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_185_004.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.667016946, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/arithmetic_checker/mod.rs", - "line": 77, - "function": "ArithmeticOnlyChecker<'a>::run", - "return_type": "-> Result<(), Error>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__arithmetic_checker__mod.rs_line_77.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 48.028006994, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 18.264620576, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1658, - "function": "TypeSignature::inner_size", - "return_type": "-> Option", - "replacement": "Some(0)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_1658.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 52.281876892, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 22.375774226, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/sugar_expander/mod.rs", - "line": 66, - "function": "SugarExpander::transform", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from_iter([vec![]])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__sugar_expander__mod.rs_line_66_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.195799124, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 312, - "function": "ContractContext::get_variable_type", - "return_type": "-> Option<&TypeSignature>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_312_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 10.952026693, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/principals.rs", - "line": 40, - "function": "version_matches_testnet", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__principals.rs_line_40_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 55.713493062, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 32.000181823, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 88, - "function": "ReadOnlyChecker<'a, 'b>::run", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__read_only_checker__mod.rs_line_88_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.514909213, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 265, - "function": "SequenceData::len", - "return_type": "-> usize", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_265.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 57.992455817, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 34.217654817, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 153, - "function": "AnalysisDatabase<'a>::get_public_function_type", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::from(Some(Default::default()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__analysis_db.rs_line_153_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.611653021, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 707, - "function": "ClarityDatabase<'a>::get_contract", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_707.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.296343247, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 111, - "function": "Lexer<'a>::report_line_ending", - "return_type": "-> LexResult<()>", - "replacement": "LexResult::from(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_111_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.351005125, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/mod.rs", - "line": 50, - "function": "mem_type_check", - "return_type": "-> CheckResult<(Option, ContractAnalysis)>", - "replacement": "CheckResult::from_iter([(None, Default::default())])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__mod.rs_line_50_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.072492792, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 238, - "function": "PreSymbolicExpression::set_span", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__representations.rs_line_238.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 41.98057619, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 46.808181742, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 270, - "function": "LimitedCostTracker::cost_function_references", - "return_type": "-> HashMap<&'static ClarityCostFunction, ClarityCostFunctionReference>", - "replacement": "HashMap::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_270_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 56.723373663, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 33.387632905, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 98, - "function": ">::add_memory", - "return_type": "-> std::result::Result<(), CostErrors>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_98.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 62.676530888, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 38.376906581, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 189, - "function": "rollback_lookup_map", - "return_type": "-> String", - "replacement": "String::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__key_value_wrapper.rs_line_189.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 58.780719243, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 35.918446701, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1394, - "function": "::from", - "return_type": "-> StandardPrincipalData", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1394.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.910269915, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/options.rs", - "line": 28, - "function": "inner_unwrap", - "return_type": "-> Result>", - "replacement": "Ok(Some(Default::default()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__options.rs_line_28_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.082754627, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 992, - "function": "TypeSignature::max_buffer", - "return_type": "-> TypeSignature", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_992.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.931506511, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 485, - "function": "check_function_arg_signature", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_485_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.694507094, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/callables.rs", - "line": 119, - "function": "::fmt", - "return_type": "-> fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__callables.rs_line_119.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 50.255694528, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 34.471832925, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 86, - "function": "TraitContext::add_used_trait", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_86_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.976596456, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 516, - "function": "ClarityDatabase<'a>::get_value", - "return_type": "-> Result>", - "replacement": "Ok(None)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_516_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 37.55601667, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 29.921143478, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 975, - "function": "STXBalance::was_locked_by_v2", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__structures.rs_line_975.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 32.261026259, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 26.473603419, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 463, - "function": "Parser<'a>::open_tuple", - "return_type": "-> ParseResult", - "replacement": "ParseResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_463_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.984184211, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 733, - "function": "TypeSignature::canonicalize_v2_1", - "return_type": "-> TypeSignature", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_733.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.358969002, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 485, - "function": "check_function_arg_signature", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_485_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.312753129, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 396, - "function": "TypeSignature::max_serialized_size", - "return_type": "-> Result", - "replacement": "Ok(1)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__serialization.rs_line_396_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 46.086778115, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 26.859320421, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/callables.rs", - "line": 308, - "function": "DefinedFunction::check_trait_expectations", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__callables.rs_line_308.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 30.124889042, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 18.483687698, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 191, - "function": "ContractContext::ft_exists", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_191.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 32.112754891, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 18.848034131, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 792, - "function": "TypeChecker<'a, 'b>::type_check_define_trait", - "return_type": "-> CheckResult<(ClarityName, BTreeMap)>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_792_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.942166876, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/mod.rs", - "line": 339, - "function": "check_special_if", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__natives__mod.rs_line_339.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.175404579, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 984, - "function": "ClarityDatabase<'a>::get_block_reward", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_984_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 38.072823364, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 17.113447902, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/options.rs", - "line": 168, - "function": "inner_unwrap_err", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__options.rs_line_168.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.5234334929999997, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 213, - "function": "ContractContext::add_read_only_function_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_213_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.212165047, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1202, - "function": "ClarityDatabase<'a>::lookup_variable_unknown_descriptor", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1202.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.699804905, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 158, - "function": "Parser<'a>::peek_last_token", - "return_type": "-> ParseResult<&PlacedToken>", - "replacement": "ParseResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_158_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 10.840525913, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1841, - "function": "ContractContext::get_clarity_version", - "return_type": "-> &ClarityVersion", - "replacement": "&Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1841.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.646021297, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 178, - "function": "::get_burnchain_tokens_spent_for_block", - "return_type": "-> Option", - "replacement": "Some(1)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_178_002.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 33.654233021, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 22.697482286, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/mod.rs", - "line": 91, - "function": "check_special_as_contract", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__mod.rs_line_91.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.649860151, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 146, - "function": "ContractContext::add_persisted_variable_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__contexts.rs_line_146_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.310478313, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 130, - "function": "build_ast_typical", - "return_type": "-> ParseResult", - "replacement": "ParseResult::from_iter([Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__mod.rs_line_130_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.403616547, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/assets.rs", - "line": 912, - "function": "special_burn_token", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__assets.rs_line_912.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.531716427, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1427, - "function": "ClarityDatabase<'a>::set_entry_unknown_descriptor", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1427.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.6287021409999998, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 782, - "function": "ClarityDatabase<'a>::is_in_regtest", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_782_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 27.003305135, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 17.206822432, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 278, - "function": "SequenceData::element_at", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_278.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.8232677280000003, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/mod.rs", - "line": 212, - "function": "lookup_reserved_functions", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__mod.rs_line_212.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.662671517, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/errors.rs", - "line": 274, - "function": "::from", - "return_type": "-> Self", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__errors.rs_line_274.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.872188498, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 476, - "function": "special_greater_v1", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from_iter([Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_476_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.676373598, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 106, - "function": "ContractContext::add_read_only_function_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__contexts.rs_line_106_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.156365431, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 720, - "function": "parse", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new(vec![])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v1.rs_line_720_005.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.671855985, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1341, - "function": "StandardPrincipalData::to_address", - "return_type": "-> String", - "replacement": "\"xyzzy\".into()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1341_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 33.026209037, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 13.252124581, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 296, - "function": "ContractContext::add_implemented_trait", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_296_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.073583648, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 434, - "function": "special_leq_v1", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from_iter([Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_434_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.658768268, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 115, - "function": "DefinitionSorter::probe_for_dependencies", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from_iter([()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__definition_sorter__mod.rs_line_115_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.566248652, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/sequences.rs", - "line": 319, - "function": "native_index_of", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__sequences.rs_line_319.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.455515564, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1639, - "function": "GlobalContext<'a, 'hooks>::log_stx_burn", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1639.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 25.277481731, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 30.658788022, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1760, - "function": "ClarityDatabase<'a>::get_ft_supply", - "return_type": "-> Result", - "replacement": "Ok(0)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1760_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 32.887106063, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 20.379060328, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 572, - "function": "native_log2", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_572_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.079079589, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 324, - "function": "DefinitionSorter::probe_for_dependencies_in_define_args", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__definition_sorter__mod.rs_line_324_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.959321588, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1197, - "function": "ListData::len", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1197.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 42.744414261, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 14.61817928, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/version.rs", - "line": 15, - "function": "::fmt", - "return_type": "-> fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__version.rs_line_15.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 46.367558887, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 16.336889149, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 197, - "function": "::match_list_mut", - "return_type": "-> Option<&mut[PreSymbolicExpression]>", - "replacement": "Some(Vec::leak(vec![Default::default()]))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__representations.rs_line_197.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.767828377, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 480, - "function": "ListTypeData::get_list_item_type", - "return_type": "-> &TypeSignature", - "replacement": "&Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_480.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.231612201, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 357, - "function": "DefinitionSorter::probe_for_dependencies_in_wrapped_key_value_pairs", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from_iter([()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__definition_sorter__mod.rs_line_357_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.853842749, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/tests/traits.rs", - "line": 1528, - "function": "test_pass_embedded_trait_to_subtrait_optional", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__tests__traits.rs_line_1528.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 28.779491236, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 19.090316187, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 754, - "function": "STXBalance::unlock_height", - "return_type": "-> u64", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__structures.rs_line_754.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 27.851343433, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 23.815131413, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/errors.rs", - "line": 262, - "function": "::source", - "return_type": "-> Option<&(dyn error::Error +'static)>", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__errors.rs_line_262.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 34.963155914, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 21.497418547, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1080, - "function": "Value::expect_buff_padded", - "return_type": "-> Vec", - "replacement": "vec![]", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1080_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 32.734254318, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 25.089850508, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 754, - "function": "BlockInfoProperty::lookup_by_name_at_version", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_754.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 10.865997153, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 313, - "function": "PreSymbolicExpression::field_identifier", - "return_type": "-> PreSymbolicExpression", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__representations.rs_line_313.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.994113039, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1559, - "function": "byte_len_of_serialization", - "return_type": "-> u64", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1559_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 36.22978285, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 25.695508521, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1388, - "function": "::fmt", - "return_type": "-> fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1388.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 36.269636784, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 18.165423366, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/principals.rs", - "line": 118, - "function": "create_principal_true_error_response", - "return_type": "-> Value", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__principals.rs_line_118.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.077986197, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 839, - "function": "contract_analysis_size", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from_iter([0])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_839_005.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.149535195, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 174, - "function": "inner_build_ast", - "return_type": "-> ParseResult<(ContractAST, Vec, bool)>", - "replacement": "ParseResult::new((Default::default(), vec![], false))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__mod.rs_line_174_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.582207176, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 388, - "function": "::from", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_388.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 41.489348043, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 18.036655125, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 876, - "function": ">::add_cost", - "return_type": "-> std::result::Result<(), CostErrors>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_876.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 30.794231154, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 31.524408354, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1308, - "function": "PrincipalData::parse", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1308.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.178182374, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 295, - "function": "AssetMap::add_stx_transfer", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_295.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 47.370618525, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 23.027326496, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 209, - "function": "::deserialize_read", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__serialization.rs_line_209.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.151102754, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 659, - "function": "ClarityDatabase<'a>::get_contract_size", - "return_type": "-> Result", - "replacement": "Ok(1)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_659_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 44.579199381, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 22.923400595, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/arithmetic_checker/mod.rs", - "line": 72, - "function": "ArithmeticOnlyChecker<'a>::check_contract_cost_eligible", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__arithmetic_checker__mod.rs_line_72.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 43.281935184, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 22.008975138, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 281, - "function": "ReadOnlyChecker<'a, 'b>::check_native_function_is_read_only", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from(true)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__read_only_checker__mod.rs_line_281_004.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.28164066, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 39, - "function": "generate_test_burn_state_db", - "return_type": "-> UnitTestBurnStateDB", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__test_util__mod.rs_line_39.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.253448847, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1222, - "function": "ASCIIData::append", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1222.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 28.805340817, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 35.469292804, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 455, - "function": "lex", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v1.rs_line_455_008.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.784111377, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1176, - "function": "ExecutionCost::max_value", - "return_type": "-> ExecutionCost", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_1176.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.28755041, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1938, - "function": "ClarityDatabase<'a>::get_account_nonce", - "return_type": "-> u64", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1938_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 46.594463584, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 23.092222391, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/callables.rs", - "line": 105, - "function": "cost_input_sized_vararg", - "return_type": "-> Result", - "replacement": "Ok(1)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__callables.rs_line_105_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 46.941286783, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 26.271903919, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 752, - "function": "OwnedEnvironment<'a, 'hooks>::execute_transaction", - "return_type": "-> Result<(Value, AssetMap, Vec)>", - "replacement": "Ok((Default::default(), Default::default(), vec![]))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_752.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.310627593, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 380, - "function": "PreSymbolicExpression::match_field_identifier", - "return_type": "-> Option<&TraitIdentifier>", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__representations.rs_line_380_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 50.376239543, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 31.749764072, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 395, - "function": "::get_pox_payout_addrs", - "return_type": "-> Option<(Vec, u128)>", - "replacement": "Some((vec![Default::default()], 0))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_395_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.508609366, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 455, - "function": "lex", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from(vec![(Default::default(), 0, 0)])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v1.rs_line_455_009.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.644074489, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1078, - "function": "Environment<'a, 'b, 'hooks>::run_free", - "return_type": "-> A", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1078.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 11.924107315, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 699, - "function": "LimitedCostTracker::new_max_limit", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_699.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.266322961, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 455, - "function": "lex", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from_iter([vec![(Default::default(), 0, 1)]])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v1.rs_line_455_010.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.159090096, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/sqlite.rs", - "line": 121, - "function": "SqliteConnection::drop_metadata", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__sqlite.rs_line_121.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 30.291212302, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 14.125794853, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/errors.rs", - "line": 153, - "function": "::from", - "return_type": "-> Self", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__errors.rs_line_153.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 11.419267833, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 328, - "function": "STXBalanceSnapshot<'db, 'conn>::balance", - "return_type": "-> &STXBalance", - "replacement": "&Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__structures.rs_line_328.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.651968786, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1658, - "function": "TypeSignature::inner_size", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_1658_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 38.359413325, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 24.966882059, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 158, - "function": "Parser<'a>::peek_last_token", - "return_type": "-> ParseResult<&PlacedToken>", - "replacement": "ParseResult::from_iter([&Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_158_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.004886548, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 455, - "function": "lex", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new(vec![(Default::default(), 0, 0)])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v1.rs_line_455_011.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.019694201, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 271, - "function": "::get_burn_header_hash_for_block", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_271.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.50981936, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 252, - "function": "::get_pox_payout_addrs", - "return_type": "-> Option<(Vec, u128)>", - "replacement": "Some((vec![Default::default()], 0))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_252_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.85658049, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 629, - "function": "native_to_uint", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_629_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.180511835, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 317, - "function": "::get_burnchain_tokens_spent_for_block", - "return_type": "-> Option", - "replacement": "Some(0)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_317_002.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 31.0279962, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 27.009263288, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/mod.rs", - "line": 84, - "function": "check_special_as_contract", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__natives__mod.rs_line_84.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 11.705759418, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/assets.rs", - "line": 128, - "function": "stx_transfer_consolidated", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__assets.rs_line_128.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.443836687, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/contract_interface_builder/mod.rs", - "line": 307, - "function": "ContractInterfaceFungibleTokens::from_set", - "return_type": "-> Vec", - "replacement": "vec![Default::default()]", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__contract_interface_builder__mod.rs_line_307_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.785736861, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 515, - "function": "TypeSignature::is_no_type", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_515_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 38.279414756, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 26.638401788, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1468, - "function": "ClarityDatabase<'a>::insert_entry", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1468.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.104913173, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 102, - "function": "AssetMap::to_json", - "return_type": "-> serde_json::Value", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_102.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 50.758256403, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 35.682216896, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1290, - "function": "ClarityDatabase<'a>::make_key_for_data_map_entry", - "return_type": "-> String", - "replacement": "\"xyzzy\".into()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1290_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 56.087766101, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 38.63056614, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 185, - "function": "Lexer<'a>::proceed_through_error_string", - "return_type": "-> LexResult", - "replacement": "LexResult::from_iter([String::new()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_185_005.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 11.203148066, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1136, - "function": "TypeChecker<'a, 'b>::type_check_define_map", - "return_type": "-> CheckResult<(ClarityName, (TypeSignature, TypeSignature))>", - "replacement": "CheckResult::from_iter([(Default::default(), (Default::default(), Default::default()))])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_1136_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.156753191, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 131, - "function": "Parser<'a>::next_token", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_131.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.207203417, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 279, - "function": "ContractContext::add_defined_trait", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_279_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.7234852400000005, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 364, - "function": "native_xor", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from_iter([Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_364_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.080888799, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 960, - "function": "Environment<'a, 'b, 'hooks>::nest_as_principal", - "return_type": "-> Environment<'c, 'b, 'hooks>", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_960.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.566024919, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/types.rs", - "line": 159, - "function": "ContractAnalysis::add_implemented_trait", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__types.rs_line_159.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 40.073969197, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 14.812303983, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 191, - "function": "::get_tokens_earned_for_block", - "return_type": "-> Option", - "replacement": "Some(1)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__test_util__mod.rs_line_191_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 39.725873044, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 15.267726883, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/options.rs", - "line": 145, - "function": "inner_unwrap", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__options.rs_line_145.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.088014744, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1478, - "function": "TupleData::len", - "return_type": "-> u64", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1478.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 29.107121632, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 30.819027974, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 163, - "function": "::serialize", - "return_type": "-> String", - "replacement": "String::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__structures.rs_line_163_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 42.550149767, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 18.234759893, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 314, - "function": "::get_miner_address", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_314_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 12.816695126, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 252, - "function": "::get_pox_payout_addrs", - "return_type": "-> Option<(Vec, u128)>", - "replacement": "Some((vec![], 0))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_252_002.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 48.095123859, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 34.723499803, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 1114, - "function": "Value::try_deserialize_bytes_exact", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__serialization.rs_line_1114.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.527203841, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 96, - "function": "ContractContext::add_public_function_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__contexts.rs_line_96_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.510331664, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 351, - "function": "SequenceData::contains", - "return_type": "-> Result>", - "replacement": "Ok(Some(0))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_351.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 50.894837961, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 37.858224417, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/traits_resolver/mod.rs", - "line": 201, - "function": "TraitsResolver::probe_for_generics", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from_iter([()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__traits_resolver__mod.rs_line_201_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.563332724, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/define.rs", - "line": 270, - "function": "handle_impl_trait", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__define.rs_line_270.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.957952982, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 566, - "function": "native_pow", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_566_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.612582147, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 1301, - "function": "::serialize", - "return_type": "-> String", - "replacement": "String::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__serialization.rs_line_1301_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 40.351669958, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 15.386433639, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/errors.rs", - "line": 319, - "function": "::message", - "return_type": "-> String", - "replacement": "String::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__errors.rs_line_319.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 37.105135645, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 16.020936699, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/mod.rs", - "line": 205, - "function": "lookup_function", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__mod.rs_line_205.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.174065101, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/clarity.rs", - "line": 42, - "function": "::cause", - "return_type": "-> Option<&dyn std::error::Error>", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__clarity.rs_line_42_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 35.660711901, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 23.547107588, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/sqlite.rs", - "line": 110, - "function": "SqliteConnection::commit_metadata_to", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__sqlite.rs_line_110.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 42.234411619, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 29.279358035, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 376, - "function": "STXBalanceSnapshot<'db, 'conn>::has_locked_tokens", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__structures.rs_line_376.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 37.147527845, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 17.635934382, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 364, - "function": "native_xor", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_364_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.518665771, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 574, - "function": "Value::inner_deserialize_read", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__serialization.rs_line_574.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.667931581, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 244, - "function": "ReadOnlyChecker<'a, 'b>::check_each_expression_is_read_only", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from(true)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__read_only_checker__mod.rs_line_244_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.832975674, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 292, - "function": "ContractContext::add_used_trait", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_292_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.880790292, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/events.rs", - "line": 332, - "function": "FTBurnEventData::json_serialize", - "return_type": "-> serde_json::Value", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__events.rs_line_332.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 36.943485866, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 23.621846227, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/mod.rs", - "line": 96, - "function": "version_string", - "return_type": "-> String", - "replacement": "String::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__mod.rs_line_96.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 32.638708553, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 17.98258216, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/options.rs", - "line": 80, - "function": "native_unwrap_err_or_ret", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__options.rs_line_80.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 12.160792005, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 408, - "function": "AssetMap::to_table", - "return_type": "-> HashMap>", - "replacement": "HashMap::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_408_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 41.909548071, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 34.531114415, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1551, - "function": "TypeSignature::parse_trait_type_repr", - "return_type": "-> Result>", - "replacement": "Ok(BTreeMap::from_iter([(Default::default(), Default::default())]))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_1551.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.109311629, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 434, - "function": "special_leq_v1", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_434_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.5231617, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 740, - "function": "TypeChecker<'a, 'b>::type_check_define_variable", - "return_type": "-> CheckResult<(ClarityName, TypeSignature)>", - "replacement": "CheckResult::from((Default::default(), Default::default()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_740_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.228568597, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 527, - "function": "SymbolicExpression::atom", - "return_type": "-> SymbolicExpression", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__representations.rs_line_527.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.408363878, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 488, - "function": "GraphWalker::get_cycling_dependencies", - "return_type": "-> Option>", - "replacement": "Some(vec![1])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__definition_sorter__mod.rs_line_488_002.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 45.819191395, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 22.297822467, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/contract_interface_builder/mod.rs", - "line": 164, - "function": "ContractInterfaceAtomType::from_tuple_type", - "return_type": "-> ContractInterfaceAtomType", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__contract_interface_builder__mod.rs_line_164.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.13303139, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/database.rs", - "line": 723, - "function": "special_get_block_info", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__database.rs_line_723.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.009426485, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/sqlite.rs", - "line": 192, - "function": "SqliteConnection::check_schema", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__sqlite.rs_line_192.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 29.004020031, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 10.163855043, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 227, - "function": "ReadOnlyChecker<'a, 'b>::check_read_only", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from_iter([true])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__read_only_checker__mod.rs_line_227_005.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.312619289, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 369, - "function": "DefinitionSorter::probe_for_dependencies_in_key_value_pair", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__definition_sorter__mod.rs_line_369_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.115399386, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 1085, - "function": "Value::try_deserialize_bytes", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__serialization.rs_line_1085.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.869702486, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 175, - "function": "::get_miner_address", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_175_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.821032185, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 462, - "function": "unescape_ascii_chars", - "return_type": "-> ParseResult", - "replacement": "ParseResult::from_iter([String::new()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v1.rs_line_462_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.524505925, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 181, - "function": "::get_burnchain_tokens_spent_for_block", - "return_type": "-> Option", - "replacement": "Some(0)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__test_util__mod.rs_line_181.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 27.160594595, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 12.411536959, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/assets.rs", - "line": 219, - "function": "special_stx_account", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__assets.rs_line_219.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.191434612, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 430, - "function": "ReadOnlyChecker<'a, 'b>::check_expression_application_is_read_only", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from_iter([true])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__read_only_checker__mod.rs_line_430_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.373667033, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 623, - "function": "::type_signature", - "return_type": "-> TypeSignature", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_623.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.613546515, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1011, - "function": "ClarityDatabase<'a>::set_stx_btc_ops_processed", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1011.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 26.844588872, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 22.481834917, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 400, - "function": "STXBalanceSnapshot<'db, 'conn>::debit", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__structures.rs_line_400.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 30.97060822, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 32.852820528, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1882, - "function": "ClarityDatabase<'a>::make_key_for_account_stx_locked", - "return_type": "-> String", - "replacement": "\"xyzzy\".into()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1882.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 33.576142351, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 12.241455143, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 171, - "function": "Parser<'a>::ignore_whitespace", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_171.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 45.392804347, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 29.675920946, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 831, - "function": "trait_type_size", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from(1)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_831_005.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.107337005, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/contexts.rs", - "line": 82, - "function": "TypingContext<'a>::extend", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__contexts.rs_line_82_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.027658198, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/sqlite.rs", - "line": 72, - "function": "sqlite_has_entry", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__sqlite.rs_line_72_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 32.172989826, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 12.340581661, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/tests/traits.rs", - "line": 895, - "function": "test_good_call_with_trait", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__tests__traits.rs_line_895.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 30.475953213, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 11.686935204, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1555, - "function": "ClarityDatabase<'a>::delete_entry", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1555.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.538140739, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1929, - "function": "::fmt", - "return_type": "-> fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_1929.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 32.826786848, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 15.493389117, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 461, - "function": "AssetMap::get_stx_burned", - "return_type": "-> Option", - "replacement": "Some(1)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_461_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 31.664806158, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 19.708639931, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 209, - "function": "::get_sortition_id_from_consensus_hash", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_209.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 37.906336172, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 16.811966516, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/sugar_expander/mod.rs", - "line": 56, - "function": "SugarExpander::run", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__sugar_expander__mod.rs_line_56_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 10.256754134, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 388, - "function": "TypeChecker<'a, 'b>::run", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_388_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 12.360603825, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/expression_identifier/mod.rs", - "line": 58, - "function": "ExpressionIdentifier::run_expression_pass", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__expression_identifier__mod.rs_line_58_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.711582538, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 570, - "function": "SymbolicExpression::match_list", - "return_type": "-> Option<&[SymbolicExpression]>", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__representations.rs_line_570_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 44.026314679, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 26.071950306, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/docs/mod.rs", - "line": 779, - "function": "get_output_type_string", - "return_type": "-> String", - "replacement": "String::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__docs__mod.rs_line_779_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 42.935037139, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 25.436351453, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/options.rs", - "line": 184, - "function": "check_special_unwrap_or_ret", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__natives__options.rs_line_184.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.640196777, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 687, - "function": "Parser<'a>::read_sugared_principal", - "return_type": "-> ParseResult", - "replacement": "ParseResult::new(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_687.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.815636808, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 419, - "function": "special_geq", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_419_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.811079665, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 792, - "function": "TypeChecker<'a, 'b>::type_check_define_trait", - "return_type": "-> CheckResult<(ClarityName, BTreeMap)>", - "replacement": "CheckResult::from((Default::default(), BTreeMap::from_iter([(Default::default(), Default::default())])))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_792_004.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.8569334360000003, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/sequences.rs", - "line": 39, - "function": "get_simple_native_or_user_define", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__natives__sequences.rs_line_39_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.810831516, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 253, - "function": "ContractContext::add_persisted_variable_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_253_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.209887135, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 421, - "function": "ClarityDatabase<'a>::new_with_rollback_wrapper", - "return_type": "-> ClarityDatabase<'a>", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_421.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.507908329, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 575, - "function": "native_mod", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_575_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.659518979, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/maps.rs", - "line": 161, - "function": "check_special_insert_entry", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__natives__maps.rs_line_161.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.171012745, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1117, - "function": "Value::expect_principal", - "return_type": "-> PrincipalData", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1117.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.040593427, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 1083, - "function": "Parser<'a>::parse", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from(vec![Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_1083_005.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.182321772, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 203, - "function": "ContractContext::add_public_function_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_203_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.718233258, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1004, - "function": "TypeChecker<'a, 'b>::type_check_consecutive_statements", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_1004.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.389674804, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 59, - "function": "UTF8Ops::make_value", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_59_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.81417547, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 244, - "function": "ReadOnlyChecker<'a, 'b>::check_each_expression_is_read_only", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new(true)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__read_only_checker__mod.rs_line_244_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.371825228, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 96, - "function": "ContractContext::add_public_function_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__contexts.rs_line_96_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.264757429, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 462, - "function": "special_leq", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from_iter([Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_462_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.906450621, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 140, - "function": "Lexer<'a>::read_line", - "return_type": "-> LexResult", - "replacement": "LexResult::new(String::new())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_140_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.8129348739999998, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 476, - "function": "special_greater_v1", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_476_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.356189239, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/callables.rs", - "line": 359, - "function": "DefinedFunction::get_arg_types", - "return_type": "-> &Vec", - "replacement": "&vec![]", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__callables.rs_line_359_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 13.662148001, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 495, - "function": "RollbackWrapper<'a>::get_metadata_manual", - "return_type": "-> InterpreterResult>", - "replacement": "InterpreterResult::from_iter([Some(String::new())])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__key_value_wrapper.rs_line_495_004.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.729183921, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/clarity.rs", - "line": 27, - "function": "::fmt", - "return_type": "-> fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__clarity.rs_line_27.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 24.347831419, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 20.451669834, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 219, - "function": "Parser<'a>::handle_open_node", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from(None)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_219_004.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.569400781, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 351, - "function": "::get_burn_header_hash", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_351.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 23.637022963, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 24.900329884, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 206, - "function": "::get_burn_header_hash", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__test_util__mod.rs_line_206.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 33.630035226, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 19.103599682, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 221, - "function": "::get_burn_header_hash", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_221_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.665901256, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 84, - "function": "rollback_edits_push", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__key_value_wrapper.rs_line_84.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 38.305258617, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 27.516770847, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 832, - "function": "LimitedCostTracker::get_memory_limit", - "return_type": "-> u64", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_832.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 35.008905796, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 26.914242109, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 101, - "function": "get_value_or_err", - "return_type": "-> ParseResult", - "replacement": "ParseResult::new(String::new())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v1.rs_line_101_005.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.863487175, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 332, - "function": "::get_burn_block_height", - "return_type": "-> Option", - "replacement": "Some(1)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_332_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 33.872663475, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 8.348747553, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 140, - "function": "Parser<'a>::peek_next_token", - "return_type": "-> PlacedToken", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_140.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.484361952, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/assets.rs", - "line": 223, - "function": "check_special_stx_transfer_memo", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__assets.rs_line_223.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.478372294, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/define.rs", - "line": 277, - "function": "DefineFunctions::try_parse", - "return_type": "-> Option<(DefineFunctions, &[SymbolicExpression])>", - "replacement": "Some((Default::default(), Vec::leak(Vec::new())))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__define.rs_line_277_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.487164938, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/tests/traits.rs", - "line": 2092, - "function": "test_pass_principal_literal_to_trait", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__tests__traits.rs_line_2092.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 25.331897291, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 12.809977335, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 182, - "function": "ReadOnlyChecker<'a, 'b>::check_reads_only_valid", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__read_only_checker__mod.rs_line_182_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.051028604, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/types.rs", - "line": 131, - "function": "ContractAnalysis::add_read_only_function", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__types.rs_line_131.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 27.186661709, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 24.904180667, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1085, - "function": "::fmt", - "return_type": "-> fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_1085.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 34.095951566, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 11.54500706, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 299, - "function": "::get_with_proof", - "return_type": "-> Option<(String, Vec)>", - "replacement": "Some((\"xyzzy\".into(), vec![1]))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_store.rs_line_299_003.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 34.144533872, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 10.332715207, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 146, - "function": "ContractContext::add_persisted_variable_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__contexts.rs_line_146_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.245536061, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/boolean.rs", - "line": 38, - "function": "special_or", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__boolean.rs_line_38.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.656801399, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/define.rs", - "line": 247, - "function": "handle_define_trait", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__define.rs_line_247.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.763041798, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 192, - "function": "inner_lex", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from_iter([vec![(Default::default(), 1, 0)]])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v1.rs_line_192_009.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.72739692, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 687, - "function": "OwnedEnvironment<'a, 'hooks>::initialize_contract", - "return_type": "-> Result<((), AssetMap, Vec)>", - "replacement": "Ok(((), Default::default(), vec![]))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_687.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 33.158965352, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 29.37422913, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 399, - "function": "::get_ast_rules", - "return_type": "-> ASTRules", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_399.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 11.726362252, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 421, - "function": "Graph::get_node_descendants", - "return_type": "-> Vec", - "replacement": "vec![]", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__definition_sorter__mod.rs_line_421_002.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 34.71213182, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 33.718936221, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 875, - "function": "Value::depth", - "return_type": "-> u8", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_875_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 46.984868443, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 16.474914432, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 601, - "function": "ClarityDatabase<'a>::insert_metadata", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_601.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 50.705753444, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 13.612835981, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 59, - "function": ">::run_pass", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__read_only_checker__mod.rs_line_59_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 12.946433154, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 971, - "function": "::compute_cost", - "return_type": "-> std::result::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_971.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 14.219198654, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 283, - "function": "Parser<'a>::handle_open_tuple", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new(None)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_283_004.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.676340656, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1396, - "function": "Environment<'a, 'b, 'hooks>::run_as_transaction", - "return_type": "-> std::result::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1396.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.264702851, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 533, - "function": "SequenceData::is_list", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_533_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 42.049606428, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 31.591571647, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/types.rs", - "line": 195, - "function": "ContractAnalysis::canonicalize_types", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__types.rs_line_195.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 41.028703119, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 37.214866788, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 462, - "function": "unescape_ascii_chars", - "return_type": "-> ParseResult", - "replacement": "ParseResult::from(\"xyzzy\".into())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v1.rs_line_462_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.96125815, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 244, - "function": "ReadOnlyChecker<'a, 'b>::check_each_expression_is_read_only", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from_iter([true])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__read_only_checker__mod.rs_line_244_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 11.083841842, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1090, - "function": "Value::expect_bool", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1090.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 43.839168736, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 23.32560731, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 490, - "function": "SequenceData::slice", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_490.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.580584292, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 306, - "function": "PreSymbolicExpression::trait_reference", - "return_type": "-> PreSymbolicExpression", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__representations.rs_line_306.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 18.199242327, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/options.rs", - "line": 63, - "function": "check_special_error", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__options.rs_line_63.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 10.703347211, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 794, - "function": "::eq", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_794_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 52.953738625, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 34.978014525, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 754, - "function": "BlockInfoProperty::lookup_by_name_at_version", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_754_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 54.239377633, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 38.927691278, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 865, - "function": "TupleTypeSignature::admits", - "return_type": "-> Result", - "replacement": "Ok(true)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_865_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 44.099193089, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 39.402478255, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 425, - "function": "Graph::has_node_descendants", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__definition_sorter__mod.rs_line_425.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 45.569945496, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 25.64319274, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1923, - "function": "::fmt", - "return_type": "-> fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_1923.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 45.606901616, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 29.852209883, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1055, - "function": "TypeChecker<'a, 'b>::type_check_define_function", - "return_type": "-> CheckResult<(ClarityName, FixedFunction)>", - "replacement": "CheckResult::from_iter([(Default::default(), Default::default())])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_1055_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 12.090874358, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 169, - "function": "::get_burn_block_time_for_block", - "return_type": "-> Option", - "replacement": "Some(1)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_169_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 47.645158738, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 40.661418781, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 1311, - "function": "::deserialize", - "return_type": "-> Self", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__serialization.rs_line_1311.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 46.286729218, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 42.492333404, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 273, - "function": "FunctionType::canonicalize", - "return_type": "-> FunctionType", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_273.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.950062624, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/stack_depth_checker.rs", - "line": 74, - "function": "::run_pass", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from_iter([()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__stack_depth_checker.rs_line_74_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.458001381, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 372, - "function": "::get_v2_unlock_height", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_372.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 48.537666314, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 18.477312634, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/stack_depth_checker.rs", - "line": 28, - "function": "check", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__stack_depth_checker.rs_line_28_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.427094354, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 67, - "function": "BuffOps::make_value", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_67.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.524592682, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 954, - "function": "ClarityDatabase<'a>::get_miner_address", - "return_type": "-> StandardPrincipalData", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_954.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.800864918, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 388, - "function": "PreSymbolicExpression::match_placeholder", - "return_type": "-> Option<&str>", - "replacement": "Some(\"\")", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__representations.rs_line_388_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 55.101696949, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 27.17856482, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 279, - "function": "ContractContext::add_defined_trait", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_279_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.515570748, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 358, - "function": "TypeChecker<'a, 'b>::track_return_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_358_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.466217635, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/options.rs", - "line": 59, - "function": "native_unwrap", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__options.rs_line_59.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.750106124, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/tests/principals.rs", - "line": 846, - "function": "create_principal_from_strings", - "return_type": "-> Value", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__tests__principals.rs_line_846.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.957092553, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 244, - "function": "ReadOnlyChecker<'a, 'b>::check_each_expression_is_read_only", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new(false)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__read_only_checker__mod.rs_line_244_004.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.012581843, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 909, - "function": ">::add_cost", - "return_type": "-> std::result::Result<(), CostErrors>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_909.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 32.396610056, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 22.196560865, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 462, - "function": "special_leq", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_462_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.712642075, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 281, - "function": "MemoryBackingStore::as_clarity_db", - "return_type": "-> ClarityDatabase", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_store.rs_line_281.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.395159447, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 728, - "function": "parse_no_stack_limit", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from(vec![])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v1.rs_line_728_004.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 11.604459819, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 726, - "function": "OwnedEnvironment<'a, 'hooks>::initialize_contract_from_ast", - "return_type": "-> Result<((), AssetMap, Vec)>", - "replacement": "Ok(((), Default::default(), vec![]))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_726.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 42.209359189, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 27.127390102, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 297, - "function": "trait_type_size", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new(0)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_297_005.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.160000282, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/mod.rs", - "line": 320, - "function": "check_special_equals", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__natives__mod.rs_line_320.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 13.201870443, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/tests/contracts.rs", - "line": 87, - "function": "get_principal", - "return_type": "-> Value", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__tests__contracts.rs_line_87.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 10.750978025, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/arithmetic_checker/mod.rs", - "line": 60, - "function": "::source", - "return_type": "-> Option<&(dyn std::error::Error +'static)>", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__arithmetic_checker__mod.rs_line_60_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 40.371726164, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 35.670878187, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 566, - "function": "native_pow", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from_iter([Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_566_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.124642537, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/sqlite.rs", - "line": 133, - "function": "SqliteConnection::get_metadata", - "return_type": "-> Option", - "replacement": "Some(String::new())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__sqlite.rs_line_133.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 36.68132775, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 18.487758152, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 279, - "function": "ContractContext::add_defined_trait", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_279_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.570818242, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 364, - "function": "PreSymbolicExpression::match_atom", - "return_type": "-> Option<&ClarityName>", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__representations.rs_line_364.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 49.641574626, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 30.020508666, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 191, - "function": "ContractContext::ft_exists", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_191_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 39.544222419, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 24.263206888, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1023, - "function": "TypeChecker<'a, 'b>::type_check_all", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::from(vec![Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_1023_005.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.571696709, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/callables.rs", - "line": 343, - "function": "DefinedFunction::is_public", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__callables.rs_line_343.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 36.579098405, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 22.266755091, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 532, - "function": "RollbackWrapper<'a>::has_metadata_entry", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__key_value_wrapper.rs_line_532_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 28.747293991, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 18.822759578, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/conversions.rs", - "line": 18, - "function": "check_special_to_consensus_buff", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__conversions.rs_line_18.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.164910196, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 676, - "function": "::items", - "return_type": "-> &Vec>", - "replacement": "&vec![vec![]]", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_676_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.757746296, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1085, - "function": "ClarityDatabase<'a>::get_microblock_poison_report", - "return_type": "-> Option<(StandardPrincipalData, u16)>", - "replacement": "Some((Default::default(), 0))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1085_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.907384678, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/conversions.rs", - "line": 105, - "function": "native_buff_to_int_be", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__conversions.rs_line_105.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.40948171, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 456, - "function": "GraphWalker::get_sorted_dependencies", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from(vec![0])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__definition_sorter__mod.rs_line_456_007.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.121220563, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1126, - "function": "ExecutionCost::zero", - "return_type": "-> ExecutionCost", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_1126.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.035385653, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 365, - "function": "::try_from", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_365.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 12.477784386, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 870, - "function": "STXBalance::canonical_repr_at_block", - "return_type": "-> (STXBalance, u128)", - "replacement": "(Default::default(), 1)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__structures.rs_line_870_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.620567633, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 283, - "function": "Parser<'a>::handle_open_tuple", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from_iter([None])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_283_005.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.682757809, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/define.rs", - "line": 291, - "function": "DefineFunctionsParsed<'a>::try_parse", - "return_type": "-> std::result::Result>, CheckErrors>", - "replacement": "Ok(None)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__define.rs_line_291.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 40.98600753, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 24.536304176, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 647, - "function": "::to_value", - "return_type": "-> Value", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_647.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.444596203, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/options.rs", - "line": 254, - "function": "native_error", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__options.rs_line_254.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.114985601, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 101, - "function": "get_value_or_err", - "return_type": "-> ParseResult", - "replacement": "ParseResult::from(String::new())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v1.rs_line_101_006.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.513707548, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 839, - "function": "contract_analysis_size", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new(1)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_839_006.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.8679376210000003, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/error.rs", - "line": 36, - "function": "::message", - "return_type": "-> String", - "replacement": "\"xyzzy\".into()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__error.rs_line_36.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 26.373993394, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 9.207071704, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 1198, - "function": "Value::sanitize_value", - "return_type": "-> Option<(Value, bool)>", - "replacement": "Some((Default::default(), false))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__serialization.rs_line_1198.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.911241377, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1019, - "function": "TypeSignature::factor_out_no_type", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_1019.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.589221147, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1238, - "function": "ExecutionCost::max_cost", - "return_type": "-> ExecutionCost", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_1238.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 11.832914403, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 373, - "function": "native_bitwise_and", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from_iter([Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_373_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.598316478, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 669, - "function": "::to_value", - "return_type": "-> Value", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_669.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.726949389, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 380, - "function": "::get_pox_prepare_length", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_380.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 33.313187218, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 18.577929215, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/sequences.rs", - "line": 62, - "function": "check_special_map", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__sequences.rs_line_62.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.328690981, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1696, - "function": "TypeSignature::inner_type_size", - "return_type": "-> Option", - "replacement": "Some(1)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_1696_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 36.571217429, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 28.684960156, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/callables.rs", - "line": 389, - "function": "FunctionIdentifier::new_native_function", - "return_type": "-> FunctionIdentifier", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__callables.rs_line_389.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.02659304, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 388, - "function": "::from", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_388_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 38.250363177, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 20.445361223, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 726, - "function": "STXBalanceSnapshot<'db, 'conn>::unlock_available_tokens_if_any", - "return_type": "-> u128", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__structures.rs_line_726_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 32.574185802, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 24.308681074, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/tests/assets.rs", - "line": 133, - "function": "execute_transaction", - "return_type": "-> Result<(Value, AssetMap, Vec), Error>", - "replacement": "Ok((Default::default(), Default::default(), vec![]))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__tests__assets.rs_line_133_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.251824149, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 96, - "function": "ContractContext::add_public_function_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__contexts.rs_line_96_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.014749334, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 1338, - "function": "::hash", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__serialization.rs_line_1338.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 35.297545447, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 14.217750924, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/types.rs", - "line": 102, - "function": "::next", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__types.rs_line_102.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.584225151, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 225, - "function": "::get_stacks_epoch", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_225.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 34.618441347, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 23.440691695, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/types.rs", - "line": 155, - "function": "ContractAnalysis::add_defined_trait", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__types.rs_line_155.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 39.837067173, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 25.417783924, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/mod.rs", - "line": 569, - "function": "execute_v2", - "return_type": "-> Result>", - "replacement": "Ok(Some(Default::default()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__mod.rs_line_569.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.309470156, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 688, - "function": "TypeChecker<'a, 'b>::lookup_variable", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_688.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.539479629, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/tests/traits.rs", - "line": 963, - "function": "test_good_call_2_with_trait", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__tests__traits.rs_line_963.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 31.272315519, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 27.75220168, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 192, - "function": "inner_lex", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from_iter([vec![(Default::default(), 1, 1)]])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v1.rs_line_192_010.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.62808228, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1274, - "function": "::fmt", - "return_type": "-> fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1274.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 41.173445594, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 26.32356256, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1301, - "function": "PrincipalData::version", - "return_type": "-> u8", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1301_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 40.838657813, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 32.332266651, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 488, - "function": "GraphWalker::get_cycling_dependencies", - "return_type": "-> Option>", - "replacement": "Some(vec![])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__definition_sorter__mod.rs_line_488_003.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 50.038119273, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 29.975752401, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 208, - "function": "AnalysisDatabase<'a>::get_implemented_traits", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::from_iter([BTreeSet::new()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__analysis_db.rs_line_208_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.449800224, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 610, - "function": "SymbolicExpression::match_field", - "return_type": "-> Option<&TraitIdentifier>", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__representations.rs_line_610.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 49.776673095, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 38.409829019, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/errors.rs", - "line": 443, - "function": "::suggestion", - "return_type": "-> Option", - "replacement": "Some(String::new())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__errors.rs_line_443_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 53.369230992, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 31.25360805, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 541, - "function": "ClarityDatabase<'a>::clarity_state_epoch_key", - "return_type": "-> &'static str", - "replacement": "\"\"", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_541.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 51.047227234, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 24.653499995, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 633, - "function": "::items", - "return_type": "-> &Vec", - "replacement": "&vec![]", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_633_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 15.54203541, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 499, - "function": "handle_expression", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v1.rs_line_499.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 57.729342482, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 34.377496152, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 123, - "function": "AnalysisDatabase<'a>::insert_contract", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__analysis_db.rs_line_123_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.88631985, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1105, - "function": "Environment<'a, 'b, 'hooks>::execute_contract", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1105.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.040709862, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/sequences.rs", - "line": 312, - "function": "native_len", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__sequences.rs_line_312.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.159456764, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 431, - "function": "ClarityDatabase<'a>::is_stack_empty", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_431_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 38.601672449, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 20.075100209, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 139, - "function": "::add_cost", - "return_type": "-> std::result::Result<(), CostErrors>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_139.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 52.156572193, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 24.651332925, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 61, - "function": "ContractContext::check_name_used", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__contexts.rs_line_61_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 10.521473473, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 463, - "function": "Parser<'a>::open_tuple", - "return_type": "-> ParseResult", - "replacement": "ParseResult::from_iter([Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_463_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.297596281, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/database.rs", - "line": 407, - "function": "special_fetch_entry_v205", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__database.rs_line_407.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.493950155, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 171, - "function": "Parser<'a>::ignore_whitespace", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_171_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 36.499361493, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 16.838082144, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 566, - "function": "native_pow", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_566_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.431631492, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/assets.rs", - "line": 854, - "function": "special_get_owner_v205", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__assets.rs_line_854.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.831658959, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1108, - "function": "Value::expect_optional", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1108_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 39.035141516, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 22.44537961, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 174, - "function": "inner_build_ast", - "return_type": "-> ParseResult<(ContractAST, Vec, bool)>", - "replacement": "ParseResult::from((Default::default(), vec![Default::default()], false))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__mod.rs_line_174_004.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.568732169, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1173, - "function": "ClarityDatabase<'a>::set_variable", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1173.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.3513145699999995, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 174, - "function": "inner_build_ast", - "return_type": "-> ParseResult<(ContractAST, Vec, bool)>", - "replacement": "ParseResult::new((Default::default(), vec![Default::default()], false))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__mod.rs_line_174_005.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.317997406, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/traits_resolver/mod.rs", - "line": 48, - "function": "TraitsResolver::run", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__traits_resolver__mod.rs_line_48_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 11.353249646, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 602, - "function": "SymbolicExpression::match_trait_reference", - "return_type": "-> Option<&ClarityName>", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__representations.rs_line_602_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 41.567659972, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 23.909625567, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/errors.rs", - "line": 113, - "function": "ParseError::has_pre_expression", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__errors.rs_line_113_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 33.008304524, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 21.926388567, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 461, - "function": "AssetMap::get_stx_burned", - "return_type": "-> Option", - "replacement": "Some(0)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_461_002.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 42.236895329, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 27.679233382, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 420, - "function": "RollbackWrapper<'a>::get_current_block_height", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__key_value_wrapper.rs_line_420_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 37.973211508, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 20.225085336, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/mod.rs", - "line": 758, - "function": "special_as_contract", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__mod.rs_line_758.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.805939723, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1439, - "function": "::from", - "return_type": "-> Self", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1439.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.779823172, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 69, - "function": "AssetIdentifier::sugared", - "return_type": "-> String", - "replacement": "String::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_69_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 46.977320045, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 21.309198138, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 541, - "function": "ClarityDatabase<'a>::clarity_state_epoch_key", - "return_type": "-> &'static str", - "replacement": "\"xyzzy\"", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_541_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 35.85611877, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 13.380422442, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1748, - "function": "TupleTypeSignature::type_size", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_1748_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 47.348834342, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 29.45852341, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/tests/traits.rs", - "line": 147, - "function": "test_dynamic_dispatch_pass_trait", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__tests__traits.rs_line_147.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 48.669681337, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 26.358239525, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/mod.rs", - "line": 692, - "function": "parse_eval_bindings", - "return_type": "-> Result>", - "replacement": "Ok(vec![(Default::default(), Default::default())])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__mod.rs_line_692_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 10.412171757, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 211, - "function": "::match_list_mut", - "return_type": "-> Option<&mut[SymbolicExpression]>", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__representations.rs_line_211_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 52.019755818, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 38.620272513, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 415, - "function": "::try_from", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_415.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.139853535, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 429, - "function": "::try_from", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_429.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.692003195, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/types.rs", - "line": 102, - "function": "::next", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__types.rs_line_102_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 54.189107793, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 28.846690821, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/sequences.rs", - "line": 39, - "function": "get_simple_native_or_user_define", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__sequences.rs_line_39_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.503387454, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 206, - "function": "::get_burn_header_hash", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__test_util__mod.rs_line_206_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.068413955, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 380, - "function": "::get_pox_prepare_length", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_380_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 55.233188831, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 31.452689568, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1735, - "function": "ListTypeData::type_size", - "return_type": "-> Option", - "replacement": "Some(0)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_1735_002.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 55.724178172, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 31.608290178, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 580, - "function": "ClarityDatabase<'a>::get_contract_src", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_580_002.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 62.662955449, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 35.472863801, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 231, - "function": "::get_with_proof", - "return_type": "-> Option<(String, Vec)>", - "replacement": "Some((\"xyzzy\".into(), vec![]))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_store.rs_line_231_005.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 63.392099459, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 38.851416136, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/mod.rs", - "line": 481, - "function": "execute_on_network", - "return_type": "-> Result>", - "replacement": "Ok(Some(Default::default()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__mod.rs_line_481_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 10.028737634, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 470, - "function": "GraphWalker::sort_dependencies_recursion", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__definition_sorter__mod.rs_line_470.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 40.048733853, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 14.6175554, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 369, - "function": "native_bitwise_xor", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_369_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.406503645, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 433, - "function": "Graph::edges_count", - "return_type": "-> ParseResult", - "replacement": "ParseResult::from(0)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__definition_sorter__mod.rs_line_433_005.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.465055739, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 240, - "function": "::get_pox_reward_cycle_length", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__test_util__mod.rs_line_240.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 35.894340097, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 16.809658519, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 164, - "function": "ContractContext::is_contract", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_164_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 45.093856099, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 23.709388146, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1346, - "function": "TypeChecker<'a, 'b>::type_check_define_variable", - "return_type": "-> CheckResult<(ClarityName, TypeSignature)>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_1346_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.069664207, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1006, - "function": "ClarityDatabase<'a>::get_stx_btc_ops_processed", - "return_type": "-> u64", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1006_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 32.99123364, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 11.545859558, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/mod.rs", - "line": 705, - "function": "special_let", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__mod.rs_line_705.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.7595836609999997, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1023, - "function": "TypeChecker<'a, 'b>::type_check_all", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::from(vec![])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_1023_006.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.012508747, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1912, - "function": "ClarityDatabase<'a>::get_stx_balance_snapshot_genesis", - "return_type": "-> STXBalanceSnapshot<'a, 'conn>", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1912.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.215207027, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 288, - "function": "build_ast_precheck_size", - "return_type": "-> ParseResult", - "replacement": "ParseResult::from(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__mod.rs_line_288_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.467537005, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/mod.rs", - "line": 64, - "function": "FunctionType::check_args_by_allowing_trait_cast", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__mod.rs_line_64.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.78553874, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 969, - "function": "TypeChecker<'a, 'b>::type_check_expects", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_969.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.98679196, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1055, - "function": "TypeChecker<'a, 'b>::type_check_define_function", - "return_type": "-> CheckResult<(ClarityName, FixedFunction)>", - "replacement": "CheckResult::new((Default::default(), Default::default()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_1055_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.411260442, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/stack_depth_checker.rs", - "line": 48, - "function": "::run_pass", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__stack_depth_checker.rs_line_48_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.527364898, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 170, - "function": "ReadOnlyChecker<'a, 'b>::check_define_function", - "return_type": "-> CheckResult<(ClarityName, bool)>", - "replacement": "CheckResult::from((Default::default(), false))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__read_only_checker__mod.rs_line_170_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.476226884, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 307, - "function": "DefinitionSorter::probe_for_dependencies_in_tuple", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__definition_sorter__mod.rs_line_307_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.119361709, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 726, - "function": "ResponseData::type_signature", - "return_type": "-> TypeSignature", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_726.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.785740789, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 918, - "function": ">::reset_memory", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_918.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 18.449459399, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 17.323134885, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 984, - "function": "ClarityDatabase<'a>::get_block_reward", - "return_type": "-> Option", - "replacement": "Some(1)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_984_002.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 22.548376894, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 13.174805403, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/maps.rs", - "line": 152, - "function": "check_special_set_entry", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__maps.rs_line_152.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.43828805, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 52, - "function": "ASCIIOps::make_value", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_52.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.932300593, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/error.rs", - "line": 67, - "function": "::suggestion", - "return_type": "-> Option", - "replacement": "Some(String::new())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__error.rs_line_67_002.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 23.038075274, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 20.531659046, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 517, - "function": "RollbackWrapper<'a>::has_entry", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__key_value_wrapper.rs_line_517.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 25.893980581, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 23.993041318, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/options.rs", - "line": 340, - "function": "check_special_match_resp", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__natives__options.rs_line_340.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.818947385, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1882, - "function": "ClarityDatabase<'a>::make_key_for_account_stx_locked", - "return_type": "-> String", - "replacement": "String::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1882_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 28.101072826, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 9.008856998, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 372, - "function": "::get_v2_unlock_height", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_372_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 27.946572076, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 21.474009221, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1893, - "function": "ClarityDatabase<'a>::get_stx_balance_snapshot", - "return_type": "-> STXBalanceSnapshot<'a, 'conn>", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1893.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 11.216763646, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 751, - "function": "TypeChecker<'a, 'b>::type_check_define_persisted_variable", - "return_type": "-> CheckResult<(ClarityName, TypeSignature)>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_751_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.803452539, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 764, - "function": "OwnedEnvironment<'a, 'hooks>::stx_transfer", - "return_type": "-> Result<(Value, AssetMap, Vec)>", - "replacement": "Ok((Default::default(), Default::default(), vec![Default::default()]))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_764.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.212767487, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 364, - "function": "PreSymbolicExpression::match_atom", - "return_type": "-> Option<&ClarityName>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__representations.rs_line_364_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 12.166525311000001, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 902, - "function": "FixedFunction::total_type_size", - "return_type": "-> Result", - "replacement": "Ok(0)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_902_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 40.100487301, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 30.040078018, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/contexts.rs", - "line": 129, - "function": "TypingContext<'a>::lookup_trait_reference_type", - "return_type": "-> Option<&TraitIdentifier>", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__contexts.rs_line_129.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 38.551213288, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 28.974550241, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 112, - "function": ">::short_circuit_contract_call", - "return_type": "-> std::result::Result", - "replacement": "Ok(true)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_112_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 39.061473614, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 29.939866971, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/mod.rs", - "line": 344, - "function": "check_special_if", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__mod.rs_line_344.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.22505244, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 560, - "function": "native_mul", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_560_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.517039581, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/arithmetic_checker/mod.rs", - "line": 165, - "function": "ArithmeticOnlyChecker<'a>::try_native_function_check", - "return_type": "-> Option>", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__arithmetic_checker__mod.rs_line_165_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 29.160297332, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 25.404906342, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 490, - "function": "special_greater_v2", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_490_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.965974218, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 187, - "function": "::serialize", - "return_type": "-> String", - "replacement": "String::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_store.rs_line_187.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 35.637795405, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 10.326866473, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/sugar_expander/mod.rs", - "line": 66, - "function": "SugarExpander::transform", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from(vec![Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__sugar_expander__mod.rs_line_66_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.063709451, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/assets.rs", - "line": 268, - "function": "check_special_burn_asset", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__assets.rs_line_268.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.835612318, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 291, - "function": "::set_block_hash", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_store.rs_line_291_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.808285894, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/options.rs", - "line": 187, - "function": "check_special_unwrap_or_ret", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__options.rs_line_187.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 10.23736718, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 174, - "function": "inner_build_ast", - "return_type": "-> ParseResult<(ContractAST, Vec, bool)>", - "replacement": "ParseResult::from((Default::default(), vec![], false))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__mod.rs_line_174_006.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 10.148817873, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 629, - "function": "native_to_uint", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_629_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.786108365, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/options.rs", - "line": 44, - "function": "inner_unwrap_err", - "return_type": "-> Result>", - "replacement": "Ok(None)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__options.rs_line_44_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 43.619853832, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 29.635805749, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/principals.rs", - "line": 137, - "function": "create_principal_value_error_response", - "return_type": "-> Value", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__principals.rs_line_137.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.799993877, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/errors.rs", - "line": 443, - "function": "::suggestion", - "return_type": "-> Option", - "replacement": "Some(\"xyzzy\".into())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__errors.rs_line_443_002.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 45.980951926, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 32.175165705, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 252, - "function": "::get_pox_payout_addrs", - "return_type": "-> Option<(Vec, u128)>", - "replacement": "Some((vec![Default::default()], 1))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_252_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.496549981, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 296, - "function": "ContractContext::add_implemented_trait", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_296_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.224969293, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 160, - "function": "Lexer<'a>::proceed_through_error", - "return_type": "-> LexResult", - "replacement": "LexResult::from_iter([String::new()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_160_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.133742793, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/conversions.rs", - "line": 154, - "function": "safe_convert_string_to_int", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__conversions.rs_line_154.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.346237198, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/conversions.rs", - "line": 210, - "function": "native_int_to_utf8", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__conversions.rs_line_210.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.686367527, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 198, - "function": "::get_pox_3_activation_height", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_198.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 28.32943603, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 17.948340667, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 66, - "function": "AnalysisDatabase<'a>::roll_back", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__analysis_db.rs_line_66.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 30.957074164, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 15.501923817, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 368, - "function": "::get_v1_unlock_height", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_368_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 36.505762766, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 13.718366832, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 243, - "function": "ContractContext::add_variable_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_243_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.842026413, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/mod.rs", - "line": 212, - "function": "lookup_reserved_functions", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__mod.rs_line_212_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 41.098944633, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 28.11875279, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 879, - "function": ">::add_memory", - "return_type": "-> std::result::Result<(), CostErrors>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_879.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 30.39912514, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 20.736225107, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 754, - "function": "STXBalance::unlock_height", - "return_type": "-> u64", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__structures.rs_line_754_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 30.73396511, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 19.828730222, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 78, - "function": "Lexer<'a>::read_char", - "return_type": "-> LexResult<()>", - "replacement": "LexResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_78_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.447754614, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 771, - "function": "OwnedEnvironment<'a, 'hooks>::stx_faucet", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_771.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 34.32019561, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 33.225431872, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 899, - "function": "TypeChecker<'a, 'b>::track_return_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_899_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.956056895, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 604, - "function": "native_bitwise_right_shift", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_604_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.170592288, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 610, - "function": "SymbolicExpression::match_field", - "return_type": "-> Option<&TraitIdentifier>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__representations.rs_line_610_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 11.133720287, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 848, - "function": "TupleTypeSignature::len", - "return_type": "-> u64", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_848_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 54.884038931, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 29.871412469, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/mod.rs", - "line": 81, - "function": "boot_util::boot_code_addr", - "return_type": "-> StacksAddress", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__mod.rs_line_81.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.38922488, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 351, - "function": "SequenceData::contains", - "return_type": "-> Result>", - "replacement": "Ok(Some(1))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_351_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 52.492318868, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 28.592146628, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 224, - "function": "::get_v1_unlock_height", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__test_util__mod.rs_line_224.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 45.67685998, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 24.062356239, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/stack_depth_checker.rs", - "line": 74, - "function": "::run_pass", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__stack_depth_checker.rs_line_74_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.668828723, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/clarity.rs", - "line": 70, - "function": "::from", - "return_type": "-> Self", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__clarity.rs_line_70.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.629449433, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 639, - "function": "native_to_int", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from_iter([Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_639_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.336767373, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/mod.rs", - "line": 369, - "function": "eval_all", - "return_type": "-> Result>", - "replacement": "Ok(Some(Default::default()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__mod.rs_line_369_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.166152076, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/mod.rs", - "line": 595, - "function": "native_begin", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__mod.rs_line_595.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.9187049720000005, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 311, - "function": "Lexer<'a>::read_unsigned", - "return_type": "-> LexResult", - "replacement": "LexResult::from(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_311_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.788284199, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/assets.rs", - "line": 56, - "function": "check_special_get_balance", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__natives__assets.rs_line_56.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.374634537, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 153, - "function": "AnalysisDatabase<'a>::get_public_function_type", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::from_iter([Some(Default::default())])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__analysis_db.rs_line_153_004.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.45734032, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 1062, - "function": "Parser<'a>::parse_node_or_eof", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from(Some(Default::default()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_1062_006.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.327255056, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 253, - "function": "ContractContext::add_persisted_variable_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_253_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.484516331, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1262, - "function": "::fmt", - "return_type": "-> fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1262.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 31.468884525, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 30.04323955, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 174, - "function": "inner_build_ast", - "return_type": "-> ParseResult<(ContractAST, Vec, bool)>", - "replacement": "ParseResult::new((Default::default(), vec![], true))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__mod.rs_line_174_007.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.796149523, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/tuples.rs", - "line": 30, - "function": "tuple_cons", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__tuples.rs_line_30.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.411480774, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 190, - "function": "::get_v1_unlock_height", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_190_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 33.815460248, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 24.219233226, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/contract_interface_builder/mod.rs", - "line": 318, - "function": "ContractInterfaceNonFungibleTokens::from_map", - "return_type": "-> Vec", - "replacement": "vec![Default::default()]", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__contract_interface_builder__mod.rs_line_318_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.780557764, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 80, - "function": "is_err_code", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__test_util__mod.rs_line_80_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 45.776356288, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 33.539053899, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 62, - "function": "TraitContext::add_defined_trait", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_62_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.51345835, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 104, - "function": "::get_memory_use", - "return_type": "-> u64", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_104_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 36.763867264, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 24.301304346, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/events.rs", - "line": 41, - "function": "StacksTransactionEvent::json_serialize", - "return_type": "-> serde_json::Value", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__events.rs_line_41.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 39.162492788, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 23.298700122, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 975, - "function": "STXBalance::was_locked_by_v2", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__structures.rs_line_975_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 41.420238984, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 26.439387001, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 388, - "function": "TypeChecker<'a, 'b>::run", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_388_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 12.011929455, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/mod.rs", - "line": 100, - "function": "check_special_at_block", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__mod.rs_line_100.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 11.600518365, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 123, - "function": "AnalysisDatabase<'a>::insert_contract", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__analysis_db.rs_line_123_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 10.104314469, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 162, - "function": "ContractContext::add_nft", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__contexts.rs_line_162_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.455918642, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/docs/mod.rs", - "line": 809, - "function": "get_signature", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__docs__mod.rs_line_809_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 39.155952597, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 33.196916585, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 388, - "function": "PreSymbolicExpression::match_placeholder", - "return_type": "-> Option<&str>", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__representations.rs_line_388_002.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 44.465084012, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 36.571068803, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 186, - "function": "ContractContext::check_function_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_186_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.780600992, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 744, - "function": "STXBalance::zero", - "return_type": "-> STXBalance", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__structures.rs_line_744.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.361275584, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 394, - "function": "::from", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_394.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 38.777258957, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 16.847789615, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 198, - "function": "::get_burn_block_height", - "return_type": "-> Option", - "replacement": "Some(1)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__test_util__mod.rs_line_198_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 36.895223754, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 19.330190996, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 619, - "function": "OwnedEnvironment<'a, 'hooks>::new_cost_limited", - "return_type": "-> OwnedEnvironment<'a, '_>", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_619.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.051342814, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 504, - "function": "special_greater", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from_iter([Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_504_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.352115361, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 572, - "function": "native_log2", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from_iter([Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_572_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.768763236, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 101, - "function": "QualifiedContractIdentifier::transient", - "return_type": "-> QualifiedContractIdentifier", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_101.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.160470371, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 986, - "function": "TypeChecker<'a, 'b>::type_check", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_986.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.47648974, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 535, - "function": "TypeChecker<'a, 'b>::get_function_type", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_535_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 26.013308191, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 24.782160019, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 126, - "function": "ContractContext::add_map_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__contexts.rs_line_126.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.2914460420000005, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/types.rs", - "line": 147, - "function": "ContractAnalysis::add_fungible_token", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__types.rs_line_147.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 31.123244781, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 22.375226596, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 263, - "function": "::get_pox_payout_addrs", - "return_type": "-> Option<(Vec, u128)>", - "replacement": "Some((vec![], 0))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__test_util__mod.rs_line_263_003.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 31.392067095, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 24.795815931, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/mod.rs", - "line": 82, - "function": "check_special_print", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__mod.rs_line_82.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.574548773, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1129, - "function": "ClarityDatabase<'a>::create_variable", - "return_type": "-> DataVariableMetadata", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1129.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.201252408, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/assets.rs", - "line": 436, - "function": "special_mint_asset_v205", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__assets.rs_line_436.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.2881075410000005, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/errors.rs", - "line": 268, - "function": "::source", - "return_type": "-> Option<&(dyn error::Error +'static)>", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__errors.rs_line_268_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 49.2619956, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 34.01862717, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 456, - "function": "GraphWalker::get_sorted_dependencies", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__definition_sorter__mod.rs_line_456_008.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 11.197672026, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1483, - "function": "TupleData::is_empty", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1483_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 36.698337991, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 38.747958076, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 351, - "function": "TypeChecker<'a, 'b>::into_contract_analysis", - "return_type": "-> LimitedCostTracker", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_351.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.982162032, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1182, - "function": "BuffData::as_slice", - "return_type": "-> &[u8]", - "replacement": "Vec::leak(Vec::new())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1182_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 41.956699439, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 16.327390789, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/types.rs", - "line": 230, - "function": "ContractAnalysis::check_trait_compliance", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__types.rs_line_230_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 13.194305111, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 263, - "function": "AssetMap::get_next_stx_amount", - "return_type": "-> Result", - "replacement": "Ok(1)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_263_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 49.082065039, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 22.190083613, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 497, - "function": "TypeChecker<'a, 'b>::type_check_consecutive_statements", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_497.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.837185607, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 126, - "function": "ContractContext::add_map_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__contexts.rs_line_126_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.630890288, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 233, - "function": "::get_pox_reward_cycle_length", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_233_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 29.262756919, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 18.229075355, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 386, - "function": "STXBalanceSnapshot<'db, 'conn>::has_unlockable_tokens", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__structures.rs_line_386_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 29.418814781000002, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 24.469584788, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 160, - "function": "Lexer<'a>::proceed_through_error", - "return_type": "-> LexResult", - "replacement": "LexResult::new(String::new())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_160_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.750898465, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/mod.rs", - "line": 500, - "function": "check_secp256k1_verify", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__natives__mod.rs_line_500.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.346106062, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 219, - "function": "Parser<'a>::handle_open_node", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new(None)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_219_005.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.674883515, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 145, - "function": "FunctionType::check_args_2_05", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from_iter([Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_145_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.534213914, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 109, - "function": "QualifiedContractIdentifier::parse", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_109.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.7137762930000005, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 182, - "function": "ContractContext::get_trait", - "return_type": "-> Option<&BTreeMap>", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__contexts.rs_line_182_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 36.172684855, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 19.520836461000002, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/types.rs", - "line": 167, - "function": "ContractAnalysis::get_read_only_function_type", - "return_type": "-> Option<&FunctionType>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__types.rs_line_167.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.881307995, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/types.rs", - "line": 230, - "function": "ContractAnalysis::check_trait_compliance", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__types.rs_line_230_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.722587927, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 271, - "function": "::get_burn_header_hash_for_block", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_271_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 37.577096202999996, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 19.319630585, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 958, - "function": "TypeSignature::empty_buffer", - "return_type": "-> TypeSignature", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_958.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.264263411, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 181, - "function": "::get_burnchain_tokens_spent_for_block", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__test_util__mod.rs_line_181_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 30.092427137, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 12.170830686, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 168, - "function": "ContractContext::check_name_used", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_168_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.263188948, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/contract_interface_builder/mod.rs", - "line": 266, - "function": "ContractInterfaceFunction::from_map", - "return_type": "-> Vec", - "replacement": "vec![Default::default()]", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__contract_interface_builder__mod.rs_line_266_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.324055667, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 571, - "function": "clarity2_trait_check_trait_compliance", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_571_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 10.147082652, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1372, - "function": "TypeChecker<'a, 'b>::type_check_define_ft", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_1372_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 13.503636039, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 118, - "function": ">::run_pass", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_118_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 10.949819238, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/sugar_expander/mod.rs", - "line": 40, - "function": "::run_pass", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__sugar_expander__mod.rs_line_40_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.92547459, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/assets.rs", - "line": 260, - "function": "special_stx_burn", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__assets.rs_line_260.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.460498146, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 470, - "function": "ListTypeData::reduce_max_len", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_470.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 36.061535582, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 29.214414659, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 59, - "function": "rollback_check_pre_bottom_commit", - "return_type": "-> Vec<(T, String)>", - "replacement": "vec![]", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__key_value_wrapper.rs_line_59_002.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 38.055587656, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 33.756425867, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 937, - "function": "ClarityDatabase<'a>::get_pox_payout_addrs_for_burnchain_height", - "return_type": "-> Option<(Vec, u128)>", - "replacement": "Some((vec![], 1))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_937_003.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 30.948119688, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 19.064215496, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 466, - "function": "RollbackWrapper<'a>::get_metadata", - "return_type": "-> InterpreterResult>", - "replacement": "InterpreterResult::from(Some(String::new()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__key_value_wrapper.rs_line_466_007.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.452199134, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1050, - "function": "::compute_cost", - "return_type": "-> std::result::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_1050.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.286853333, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/assets.rs", - "line": 33, - "function": "check_special_get_owner", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__assets.rs_line_33.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.834218765, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 495, - "function": "RollbackWrapper<'a>::get_metadata_manual", - "return_type": "-> InterpreterResult>", - "replacement": "InterpreterResult::from(None)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__key_value_wrapper.rs_line_495_005.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.75603914, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/sequences.rs", - "line": 87, - "function": "special_fold", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__sequences.rs_line_87.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.150799347, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/traits_resolver/mod.rs", - "line": 36, - "function": "::run_pass", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__traits_resolver__mod.rs_line_36_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.09209034, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1478, - "function": "TupleData::len", - "return_type": "-> u64", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1478_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 37.616807901, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 17.974425929, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/mod.rs", - "line": 623, - "function": "special_if", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__mod.rs_line_623.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.191023857, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/tests/assets.rs", - "line": 821, - "function": "test_total_supply", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__tests__assets.rs_line_821.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 21.971516147, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 14.922511997, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 120, - "function": "::from", - "return_type": "-> Self", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__serialization.rs_line_120.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.213299248, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/tests/assets.rs", - "line": 985, - "function": "test_simple_naming_system", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__tests__assets.rs_line_985.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 34.300488409, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 37.859837011, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1153, - "function": "ExecutionCost::proportion_dot_product", - "return_type": "-> u64", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_1153.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 36.564376074, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 27.278836244, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/tests/traits.rs", - "line": 1672, - "function": "test_pass_embedded_trait_to_subtrait_err", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__tests__traits.rs_line_1672.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 53.742995907, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 35.027176633, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 303, - "function": "::eq", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_303.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 43.149012596, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 39.719865973, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 295, - "function": "::get_consensus_hash_for_block", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_295_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.810658804, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 664, - "function": "Span::zero", - "return_type": "-> Span", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__representations.rs_line_664.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 10.333236625, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 641, - "function": "STXBalanceSnapshot<'db, 'conn>::increase_lock_v3", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__structures.rs_line_641.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 41.750192181, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 25.844275856, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 680, - "function": "::drained_items", - "return_type": "-> Vec>", - "replacement": "vec![]", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_680_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 50.886210951, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 31.279001694, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 1093, - "function": "parse", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_1093_004.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.649944086, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/options.rs", - "line": 113, - "function": "check_special_default_to", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__options.rs_line_113.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.366733872, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1135, - "function": "Environment<'a, 'b, 'hooks>::inner_execute_contract", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1135.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.619635339, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 210, - "function": "::get_stacks_epoch", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__test_util__mod.rs_line_210.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.092668613, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 620, - "function": "ClarityDatabase<'a>::fetch_metadata", - "return_type": "-> Result>", - "replacement": "Ok(None)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_620.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 48.046888016, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 10.258655049, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 554, - "function": "native_add", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_554_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.224454922, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/options.rs", - "line": 173, - "function": "special_match_resp", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__options.rs_line_173.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 17.643539606, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 160, - "function": "Lexer<'a>::proceed_through_error", - "return_type": "-> LexResult", - "replacement": "LexResult::from(String::new())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_160_004.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.748971769, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 48, - "function": "::deserialize", - "return_type": "-> String", - "replacement": "\"xyzzy\".into()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__structures.rs_line_48_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 32.249946969, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 32.5441752, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 182, - "function": "ReadOnlyChecker<'a, 'b>::check_reads_only_valid", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__read_only_checker__mod.rs_line_182_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.610885818, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 525, - "function": "ClarityDatabase<'a>::get_with_proof", - "return_type": "-> Option<(T, Vec)>", - "replacement": "Some((Default::default(), vec![]))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_525.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.6122779940000003, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1385, - "function": "TypeChecker<'a, 'b>::type_check_define_nft", - "return_type": "-> CheckResult<(ClarityName, TypeSignature)>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_1385_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.088173466, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/mod.rs", - "line": 662, - "function": "check_get_burn_block_info", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__mod.rs_line_662.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.354435459, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/errors.rs", - "line": 303, - "function": "formatted_expected_types", - "return_type": "-> String", - "replacement": "\"xyzzy\".into()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__errors.rs_line_303.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 35.692230055, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 18.426260379, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 920, - "function": "STXBalance::get_locked_balance_at_burn_block", - "return_type": "-> (u128, u64)", - "replacement": "(1, 0)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__structures.rs_line_920_002.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 40.464860663, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 23.621587446, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1602, - "function": "ClarityDatabase<'a>::create_fungible_token", - "return_type": "-> FungibleTokenMetadata", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1602.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.076921211, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1778, - "function": "ClarityDatabase<'a>::get_nft_owner", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1778.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.104028032, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 389, - "function": "Lexer<'a>::read_ascii_string", - "return_type": "-> LexResult", - "replacement": "LexResult::from(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_389_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.863885693, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 69, - "function": "parse_in_epoch", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from_iter([vec![Default::default()]])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__mod.rs_line_69_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.852817654, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/mod.rs", - "line": 103, - "function": "check_special_begin", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__natives__mod.rs_line_103.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.42550143, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 879, - "function": "ClarityDatabase<'a>::get_sortition_id_for_stacks_tip", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_879_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 46.707027982, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 11.329304363, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 185, - "function": "Lexer<'a>::proceed_through_error_string", - "return_type": "-> LexResult", - "replacement": "LexResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_185_006.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.073719825, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 737, - "function": "ClarityDatabase<'a>::get_total_liquid_ustx", - "return_type": "-> u128", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_737_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 39.561272201, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 11.580986756, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/tests/traits.rs", - "line": 325, - "function": "test_dynamic_dispatch_by_implementing_imported_trait_mul_funcs", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__tests__traits.rs_line_325.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 33.877151289, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 12.955073433, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 69, - "function": "parse_in_epoch", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new(vec![Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__mod.rs_line_69_004.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.728100786, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 62, - "function": "TraitContext::add_defined_trait", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_62_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.960672978, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 104, - "function": ">::reset_memory", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_104.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 21.332921025, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 23.212447973, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/options.rs", - "line": 227, - "function": "is_okay", - "return_type": "-> Result", - "replacement": "Ok(true)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__options.rs_line_227_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 25.00525794, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 15.308257314, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/sqlite.rs", - "line": 159, - "function": "SqliteConnection::initialize_conn", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__sqlite.rs_line_159.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 25.69161482, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 9.203487488, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1324, - "function": "PrincipalData::parse_standard_principal", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1324.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.159112092, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1833, - "function": "ContractContext::is_name_used", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1833.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 33.823464453, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 24.112021691, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 530, - "function": "TypeChecker<'a, 'b>::type_check_function_type", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_530.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.194841661, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 184, - "function": "::get_tokens_earned_for_block", - "return_type": "-> Option", - "replacement": "Some(1)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_184_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 26.214587554, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 13.250125919, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 219, - "function": "Parser<'a>::handle_open_node", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new(Some(Default::default()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_219_006.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.821519762, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 102, - "function": "TraitContext::get_trait", - "return_type": "-> Option<&BTreeMap>", - "replacement": "Some(&BTreeMap::new())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_102_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.984332813, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 169, - "function": "::get_burn_block_time_for_block", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_169_002.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 29.316102424, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 7.838928516, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 281, - "function": "ReadOnlyChecker<'a, 'b>::check_native_function_is_read_only", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new(true)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__read_only_checker__mod.rs_line_281_005.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.1654394630000002, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 634, - "function": "ClarityDatabase<'a>::fetch_metadata_manual", - "return_type": "-> Result>", - "replacement": "Ok(None)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_634_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 30.23444249, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 7.872014203, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 495, - "function": "RollbackWrapper<'a>::get_metadata_manual", - "return_type": "-> InterpreterResult>", - "replacement": "InterpreterResult::from(Some(\"xyzzy\".into()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__key_value_wrapper.rs_line_495_006.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.023058854, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 84, - "function": "AnalysisDatabase<'a>::has_contract", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__analysis_db.rs_line_84_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 28.448673605, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 20.703077265, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/types.rs", - "line": 183, - "function": "ContractAnalysis::get_persisted_variable_type", - "return_type": "-> Option<&TypeSignature>", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__types.rs_line_183_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 29.298943063, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 21.465933718, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1826, - "function": "ClarityDatabase<'a>::set_nft_owner", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1826.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 34.135877845, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 19.753916317, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 813, - "function": "ClarityDatabase<'a>::get_pox_3_activation_height", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_813.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 35.906073681, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 11.441205176, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1099, - "function": "::column_result", - "return_type": "-> FromSqlResult", - "replacement": "FromSqlResult::from(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_1099_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.32383132, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/types.rs", - "line": 126, - "function": "ContractAnalysis::add_persisted_variable_type", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__types.rs_line_126.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 36.190969915, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 28.357280602, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/sequences.rs", - "line": 203, - "function": "check_special_concat", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__sequences.rs_line_203.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.38700377, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/diagnostic.rs", - "line": 56, - "function": "Diagnostic::add_span", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__diagnostic.rs_line_56.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 45.851818076, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 35.888444451, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/options.rs", - "line": 258, - "function": "native_default_to", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__options.rs_line_258.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.578018516, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1658, - "function": "TypeSignature::inner_size", - "return_type": "-> Option", - "replacement": "Some(1)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_1658_002.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 50.725895575, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 29.99146457, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 381, - "function": "native_bitwise_not", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from_iter([Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_381_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.245912005, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 581, - "function": "::fmt", - "return_type": "-> fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_581.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 57.345906769, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 26.57948612, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 106, - "function": "AnalysisDatabase<'a>::load_contract", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__analysis_db.rs_line_106_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.682929169, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1178, - "function": "BuffData::len", - "return_type": "-> BufferLength", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1178.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.93992146, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 160, - "function": "Lexer<'a>::proceed_through_error", - "return_type": "-> LexResult", - "replacement": "LexResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_160_005.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.926562847, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 103, - "function": "build_ast_with_rules", - "return_type": "-> ParseResult", - "replacement": "ParseResult::from(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__mod.rs_line_103_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.750964598, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 653, - "function": "::items", - "return_type": "-> &Vec", - "replacement": "&vec![0]", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_653_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 11.246935331, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 518, - "function": "special_less_v1", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_518_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.347598393, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1414, - "function": "TypeChecker<'a, 'b>::try_type_check_define", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::new(Some(()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_1414_005.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 11.817721381, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 785, - "function": "clarity2_lookup_trait", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::from_iter([BTreeMap::new()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_785_004.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.266981403, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 256, - "function": "::get_ast_rules", - "return_type": "-> ASTRules", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__test_util__mod.rs_line_256.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.444380832, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1153, - "function": "ExecutionCost::proportion_dot_product", - "return_type": "-> u64", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_1153_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 32.879117692, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 30.794606486, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 53, - "function": "parse", - "return_type": "-> Result, Error>", - "replacement": "Ok(vec![])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__mod.rs_line_53.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 43.001173525, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 20.697759074, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 224, - "function": "::get_v1_unlock_height", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__test_util__mod.rs_line_224_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 37.438812337, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 21.942956898, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 1093, - "function": "parse", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new(vec![Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_1093_005.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.913567511, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1814, - "function": "ContractContext::lookup_variable", - "return_type": "-> Option<&Value>", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1814_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 35.073894461, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 31.794684931, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/sqlite.rs", - "line": 153, - "function": "SqliteConnection::has_entry", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__sqlite.rs_line_153_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 40.51226554, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 35.10376223, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 182, - "function": "ContractContext::get_trait", - "return_type": "-> Option<&BTreeMap>", - "replacement": "Some(&BTreeMap::new())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__contexts.rs_line_182_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.116004579, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/conversions.rs", - "line": 166, - "function": "safe_convert_string_to_uint", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__conversions.rs_line_166.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.987481478, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 61, - "function": "ContractContext::check_name_used", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__contexts.rs_line_61_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.582656503, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 332, - "function": "::get_burn_block_height", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_332_002.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 53.675678636, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 11.702059887, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 926, - "function": ">::short_circuit_contract_call", - "return_type": "-> std::result::Result", - "replacement": "Ok(true)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_926_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 46.085305605, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 19.811833056, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1502, - "function": "ClarityDatabase<'a>::inner_set_entry", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1502.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.811158699, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 192, - "function": "inner_lex", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from(vec![(Default::default(), 1, 1)])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v1.rs_line_192_011.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.711819593, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 430, - "function": "ReadOnlyChecker<'a, 'b>::check_expression_application_is_read_only", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from(false)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__read_only_checker__mod.rs_line_430_004.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.508882388, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/expression_identifier/mod.rs", - "line": 40, - "function": "update_expression_id", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__expression_identifier__mod.rs_line_40_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.568645072, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1749, - "function": "GlobalContext<'a, 'hooks>::roll_back", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1749.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 27.325103806, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 20.539111606, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1878, - "function": "LocalContext<'a>::depth", - "return_type": "-> u16", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1878_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 30.790467263, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 19.611445934, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/error.rs", - "line": 36, - "function": "::message", - "return_type": "-> String", - "replacement": "String::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__error.rs_line_36_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 30.495980547, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 22.740075966, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 61, - "function": "execute_on_network", - "return_type": "-> Value", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__test_util__mod.rs_line_61.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.633605192, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 139, - "function": "SequenceSubtype::is_list_type", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_139.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 35.674384188, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 16.805265242, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 807, - "function": "Parser<'a>::parse_node", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from_iter([None])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_807_004.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.220348506, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 52, - "function": "ASCIIOps::make_value", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_52_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.50288398, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1136, - "function": "TypeChecker<'a, 'b>::type_check_define_map", - "return_type": "-> CheckResult<(ClarityName, (TypeSignature, TypeSignature))>", - "replacement": "CheckResult::new((Default::default(), (Default::default(), Default::default())))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_1136_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.990102955, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/assets.rs", - "line": 979, - "function": "special_burn_asset_v200", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__assets.rs_line_979.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.319564819, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 1183, - "function": "Value::serialize_to_hex", - "return_type": "-> String", - "replacement": "String::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__serialization.rs_line_1183_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 29.202757347, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 17.665917154, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 457, - "function": "AssetMap::get_stx", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_457_002.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 26.473710211, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 17.106707662, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 48, - "function": "AnalysisDatabase<'a>::execute", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__analysis_db.rs_line_48.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.172396169, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/sequences.rs", - "line": 401, - "function": "check_special_index_of", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__natives__sequences.rs_line_401.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.002192513, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 135, - "function": "::get_vrf_seed_for_block", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__test_util__mod.rs_line_135_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 28.962338641, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 16.945712473, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1398, - "function": "TypeChecker<'a, 'b>::type_check_define_trait", - "return_type": "-> CheckResult<(ClarityName, BTreeMap)>", - "replacement": "CheckResult::from((Default::default(), BTreeMap::new()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_1398_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.838996402, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 211, - "function": "::match_list_mut", - "return_type": "-> Option<&mut[SymbolicExpression]>", - "replacement": "Some(Vec::leak(Vec::new()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__representations.rs_line_211_002.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 39.553739116, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 41.130985291, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1117, - "function": "::cost_overflow_add", - "return_type": "-> Result", - "replacement": "Ok(0)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_1117.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 39.391929894, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 31.267934289, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 348, - "function": "PreSymbolicExpression::match_trait_reference", - "return_type": "-> Option<&ClarityName>", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__representations.rs_line_348_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 57.249621961, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 31.474619516, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1690, - "function": "TypeSignature::type_size", - "return_type": "-> Result", - "replacement": "Ok(0)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_1690_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 58.010921064, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 33.804040905, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1476, - "function": "TypeSignature::parse_response_type_repr", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_1476.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 16.418077294, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 67, - "function": "BuffOps::make_value", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_67_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 10.231062089, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 462, - "function": "unescape_ascii_chars", - "return_type": "-> ParseResult", - "replacement": "ParseResult::new(String::new())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v1.rs_line_462_004.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.52475575, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/mod.rs", - "line": 93, - "function": "check_special_at_block", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__natives__mod.rs_line_93.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.806257932, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1551, - "function": "TypeSignature::parse_trait_type_repr", - "return_type": "-> Result>", - "replacement": "Ok(BTreeMap::new())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_1551_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 49.49498864, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 32.267061161, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1852, - "function": "::fmt", - "return_type": "-> fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_1852.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 50.751066336, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 37.198711044, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/errors.rs", - "line": 262, - "function": "::source", - "return_type": "-> Option<&(dyn error::Error +'static)>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__errors.rs_line_262_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.367539077, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/variables.rs", - "line": 44, - "function": "NativeVariables::lookup_by_name_at_version", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__variables.rs_line_44.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.173179257, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 327, - "function": "::get_cc_special_cases_handler", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_store.rs_line_327_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 10.81777531, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 535, - "function": "Value::deserialize_read_count", - "return_type": "-> Result<(Value, u64), SerializationError>", - "replacement": "Ok((Default::default(), 0))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__serialization.rs_line_535.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.739744645, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 973, - "function": "ClarityDatabase<'a>::get_miner_spend_total", - "return_type": "-> u128", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_973_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 43.000547144, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 32.862210936, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 157, - "function": "::get_stacks_block_header_hash_for_block", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_157.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.8484157759999995, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/options.rs", - "line": 35, - "function": "check_special_okay", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__options.rs_line_35.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.5673184639999995, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 826, - "function": "LimitedCostTracker::get_memory", - "return_type": "-> u64", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_826_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 66.352073155, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 31.870481339, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 177, - "function": "ContractContext::add_implemented_trait", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__contexts.rs_line_177_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 18.462387128, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 396, - "function": "PreSymbolicExpression::match_comment", - "return_type": "-> Option<&str>", - "replacement": "Some(\"xyzzy\")", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__representations.rs_line_396_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 45.380802045, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 42.980986712, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 845, - "function": "type_reserved_variable", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_845.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.113802001, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 106, - "function": "ContractContext::add_read_only_function_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__contexts.rs_line_106_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.030964576, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 354, - "function": "RollbackWrapper<'a>::get_with_proof", - "return_type": "-> Option<(T, Vec)>", - "replacement": "Some((Default::default(), vec![]))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__key_value_wrapper.rs_line_354_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 13.965554826, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/mod.rs", - "line": 672, - "function": "handle_binding_list", - "return_type": "-> std::result::Result<(), E>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__mod.rs_line_672.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 49.134821614, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 31.773531069, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 311, - "function": "Lexer<'a>::read_unsigned", - "return_type": "-> LexResult", - "replacement": "LexResult::new(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_311_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.495164182, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1947, - "function": "CallStack::insert", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1947.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 51.361871016, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 32.229587092, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 140, - "function": "Lexer<'a>::read_line", - "return_type": "-> LexResult", - "replacement": "LexResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_140_004.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.15699747, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/version.rs", - "line": 46, - "function": "::from_str", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__version.rs_line_46.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.610450309, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/mod.rs", - "line": 64, - "function": "FunctionType::check_args_by_allowing_trait_cast", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__mod.rs_line_64_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.315010436, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/options.rs", - "line": 46, - "function": "check_special_some", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__natives__options.rs_line_46.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.121170311, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 853, - "function": "TupleTypeSignature::is_empty", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_853.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 39.677468091, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 20.415021102, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 462, - "function": "unescape_ascii_chars", - "return_type": "-> ParseResult", - "replacement": "ParseResult::new(\"xyzzy\".into())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v1.rs_line_462_005.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 10.425088802, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 203, - "function": "ContractContext::add_public_function_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_203_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 11.1019354, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 285, - "function": "MemoryBackingStore::as_analysis_db", - "return_type": "-> AnalysisDatabase", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_store.rs_line_285.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.778164972999999, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/options.rs", - "line": 95, - "function": "check_special_is_optional", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__options.rs_line_95.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.232212822, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 59, - "function": "UTF8Ops::make_value", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_59_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.828532509, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 918, - "function": "Value::cons_list", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_918.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.273473911, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 108, - "function": "get_lines_at", - "return_type": "-> Vec", - "replacement": "vec![1]", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v1.rs_line_108_002.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 46.082539279, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 33.580906249, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 434, - "function": "special_leq_v1", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_434_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.900164983, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 518, - "function": "special_less_v1", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_518_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.742104694, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1447, - "function": "ClarityDatabase<'a>::insert_entry_unknown_descriptor", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1447.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.854988251, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 535, - "function": "TypeSignature::admits_type_v2_0", - "return_type": "-> Result", - "replacement": "Ok(true)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_535_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 50.961050433, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 32.778702292, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 388, - "function": "TypeChecker<'a, 'b>::run", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_388_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.68693312, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 988, - "function": "STXBalance::has_locked_tokens_at_burn_block", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__structures.rs_line_988_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 52.629841727, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 31.313888398, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/tests/datamaps.rs", - "line": 689, - "function": "make_tuple", - "return_type": "-> Value", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__tests__datamaps.rs_line_689.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.8279900959999997, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 268, - "function": "ReadOnlyChecker<'a, 'b>::try_check_native_function_is_read_only", - "return_type": "-> Option>", - "replacement": "Some(CheckResult::new())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__read_only_checker__mod.rs_line_268_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.557888983, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 569, - "function": "native_sqrti", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_569_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.257848645, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 792, - "function": "TypeChecker<'a, 'b>::type_check_define_trait", - "return_type": "-> CheckResult<(ClarityName, BTreeMap)>", - "replacement": "CheckResult::from_iter([(Default::default(), BTreeMap::new())])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_792_005.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 12.170865802, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 187, - "function": "::serialize", - "return_type": "-> String", - "replacement": "\"xyzzy\".into()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_store.rs_line_187_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 43.38289426, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 30.456290631, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 1325, - "function": "::consensus_serialize", - "return_type": "-> Result<(), codec_error>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__serialization.rs_line_1325.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 43.928124914, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 33.26023958, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1766, - "function": "TupleTypeSignature::size", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_1766_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 46.170986673, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 31.754250344, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 261, - "function": "FunctionReturnsSignature::canonicalize", - "return_type": "-> FunctionReturnsSignature", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_261.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.5131171119999998, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 88, - "function": "is_err_code_i128", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__test_util__mod.rs_line_88_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 46.571268286, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 18.562063434, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 208, - "function": "AnalysisDatabase<'a>::get_implemented_traits", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__analysis_db.rs_line_208_004.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.153913916, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/errors.rs", - "line": 193, - "function": "::from", - "return_type": "-> Self", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__errors.rs_line_193.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.930745105, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 856, - "function": "OwnedEnvironment<'a, 'hooks>::add_eval_hook", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_856.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 30.455049782, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 47.614942957, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/variables.rs", - "line": 44, - "function": "NativeVariables::lookup_by_name_at_version", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__variables.rs_line_44_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 33.539461325, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 41.189353337, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/errors.rs", - "line": 147, - "function": "::from", - "return_type": "-> Self", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__errors.rs_line_147.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.327950963, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1646, - "function": "GlobalContext<'a, 'hooks>::execute", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1646.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.808611426, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 268, - "function": "ReadOnlyChecker<'a, 'b>::try_check_native_function_is_read_only", - "return_type": "-> Option>", - "replacement": "Some(CheckResult::from_iter([true]))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__read_only_checker__mod.rs_line_268_004.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.719937529, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1748, - "function": "TupleTypeSignature::type_size", - "return_type": "-> Option", - "replacement": "Some(1)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_1748_002.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 62.200474925, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 24.920911875, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 396, - "function": "PreSymbolicExpression::match_comment", - "return_type": "-> Option<&str>", - "replacement": "Some(\"\")", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__representations.rs_line_396_002.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 61.065621855, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 29.712010062, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 466, - "function": "RollbackWrapper<'a>::get_metadata", - "return_type": "-> InterpreterResult>", - "replacement": "InterpreterResult::from_iter([None])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__key_value_wrapper.rs_line_466_008.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.35878957, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/docs/mod.rs", - "line": 2583, - "function": "make_define_reference", - "return_type": "-> FunctionAPI", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__docs__mod.rs_line_2583.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.090019312, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1007, - "function": "TypeSignature::bound_string_ascii_type", - "return_type": "-> TypeSignature", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_1007.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.963092768, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 181, - "function": "::get_burnchain_tokens_spent_for_winning_block", - "return_type": "-> Option", - "replacement": "Some(1)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_181_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 33.645373833, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 16.677034986, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/stack_depth_checker.rs", - "line": 28, - "function": "check", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from_iter([()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__stack_depth_checker.rs_line_28_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.387004677, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 184, - "function": "::get_tokens_earned_for_block", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_184_002.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 38.97233157, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 31.376467906, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1472, - "function": "Environment<'a, 'b, 'hooks>::register_nft_transfer_event", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1472.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 38.873452715, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 33.350877548, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 476, - "function": "special_greater_v1", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_476_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.156609055, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 511, - "function": "TypeSignature::is_response_type", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_511_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 39.692867898, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 24.807578051, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/trait_checker/mod.rs", - "line": 39, - "function": "::run_pass", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__trait_checker__mod.rs_line_39_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.552537938, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 116, - "function": "::from", - "return_type": "-> Value", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__test_util__mod.rs_line_116.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.150177154, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/arithmetic_checker/mod.rs", - "line": 96, - "function": "ArithmeticOnlyChecker<'a>::check_top_levels", - "return_type": "-> Result<(), Error>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__arithmetic_checker__mod.rs_line_96.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 53.895603454, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 32.690681709, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/database.rs", - "line": 840, - "function": "special_get_burn_block_info", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__database.rs_line_840.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.328433099, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 524, - "function": "TypeSignature::admits_type", - "return_type": "-> Result", - "replacement": "Ok(false)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_524_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 48.279226263, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 28.930380503, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 534, - "function": "SymbolicExpression::literal_value", - "return_type": "-> SymbolicExpression", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__representations.rs_line_534.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.145697142, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 455, - "function": "lex", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from_iter([vec![(Default::default(), 1, 1)]])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v1.rs_line_455_012.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.372416095, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 462, - "function": "unescape_ascii_chars", - "return_type": "-> ParseResult", - "replacement": "ParseResult::from_iter([\"xyzzy\".into()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v1.rs_line_462_006.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.700268258, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 767, - "function": "STXBalance::effective_unlock_height", - "return_type": "-> u64", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__structures.rs_line_767_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 40.593568751, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 24.845735155, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 575, - "function": "native_mod", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_575_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.912546093, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 346, - "function": "FunctionType::clarity2_principal_to_callable_type", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_346.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.201400778, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 102, - "function": "TraitContext::get_trait", - "return_type": "-> Option<&BTreeMap>", - "replacement": "Some(&BTreeMap::from_iter([(Default::default(), Default::default())]))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_102_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.033049714, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/docs/contracts.rs", - "line": 178, - "function": "produce_docs_refs", - "return_type": "-> BTreeMap", - "replacement": "BTreeMap::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__docs__contracts.rs_line_178_002.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 34.264464649, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 19.566286253, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 305, - "function": "type_reserved_variable", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_305.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.594903747, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 192, - "function": "inner_lex", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from(vec![(Default::default(), 0, 0)])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v1.rs_line_192_012.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.388810492, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 785, - "function": "clarity2_lookup_trait", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::from(BTreeMap::new())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_785_005.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.862433261, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/contexts.rs", - "line": 65, - "function": "TypeMap::get_type", - "return_type": "-> Option<&TypeSignature>", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__contexts.rs_line_65.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 29.51373019, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 9.643998085, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 495, - "function": "RollbackWrapper<'a>::get_metadata_manual", - "return_type": "-> InterpreterResult>", - "replacement": "InterpreterResult::new(Some(String::new()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__key_value_wrapper.rs_line_495_007.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.905109654, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 569, - "function": "native_sqrti", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from_iter([Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_569_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.648649358, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1346, - "function": "TypeChecker<'a, 'b>::type_check_define_variable", - "return_type": "-> CheckResult<(ClarityName, TypeSignature)>", - "replacement": "CheckResult::new((Default::default(), Default::default()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_1346_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.20196131, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1299, - "function": "Environment<'a, 'b, 'hooks>::initialize_contract_from_ast", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1299.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 35.431273663, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 27.624030755, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1398, - "function": "TypeChecker<'a, 'b>::type_check_define_trait", - "return_type": "-> CheckResult<(ClarityName, BTreeMap)>", - "replacement": "CheckResult::new((Default::default(), BTreeMap::from_iter([(Default::default(), Default::default())])))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_1398_004.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.808152966, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 896, - "function": "TupleTypeSignature::shallow_merge", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_896.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 42.034920598, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 28.030346803, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/errors.rs", - "line": 296, - "function": "::suggestion", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__errors.rs_line_296_002.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 30.956431282, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 21.261134297, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 886, - "function": "Value::list_with_type", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_886.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.867619292, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1040, - "function": "Environment<'a, 'b, 'hooks>::eval_read_only", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1040.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.269335565, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/mod.rs", - "line": 566, - "function": "check_principal_of", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__mod.rs_line_566.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.277857163, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 233, - "function": "RollbackWrapper<'a>::nest", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__key_value_wrapper.rs_line_233.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 42.553460524, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 21.216993374, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 790, - "function": "STXBalance::amount_locked", - "return_type": "-> u128", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__structures.rs_line_790_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 36.04224298, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 23.230622295, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1825, - "function": "ContractContext::lookup_trait_definition", - "return_type": "-> Option>", - "replacement": "Some(BTreeMap::from_iter([(Default::default(), Default::default())]))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1825_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.215025183, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 70, - "function": "AnalysisDatabase<'a>::storage_key", - "return_type": "-> &'static str", - "replacement": "\"xyzzy\"", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__analysis_db.rs_line_70_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 26.936312896, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 21.488489687, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/callables.rs", - "line": 343, - "function": "DefinedFunction::is_public", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__callables.rs_line_343_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 38.19520793, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 30.79044048, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1489, - "function": "TypeSignature::parse_type_repr", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_1489.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.193683515, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/errors.rs", - "line": 303, - "function": "formatted_expected_types", - "return_type": "-> String", - "replacement": "String::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__errors.rs_line_303_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 39.023123596, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 20.076313404, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 53, - "function": "parse", - "return_type": "-> Result, Error>", - "replacement": "Ok(vec![Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__mod.rs_line_53_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 10.494387005, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1833, - "function": "ContractContext::is_name_used", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1833_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 44.509521019, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 25.555780351, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 166, - "function": "::get_vrf_seed_for_block", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_166.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.807613266, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/errors.rs", - "line": 141, - "function": "::source", - "return_type": "-> Option<&(dyn error::Error +'static)>", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__errors.rs_line_141_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 33.29893152, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 19.108805189, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 518, - "function": "special_less_v1", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from_iter([Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_518_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.908108708, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1044, - "function": "Value::expect_i128", - "return_type": "-> i128", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1044_002.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 35.647155033, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 20.200114498, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 1093, - "function": "parse", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from_iter([vec![]])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_1093_006.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.814398464, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 304, - "function": "ContractContext::get_trait", - "return_type": "-> Option<&BTreeMap>", - "replacement": "Some(&BTreeMap::new())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_304_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.515996734, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 227, - "function": "ReadOnlyChecker<'a, 'b>::check_read_only", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from_iter([false])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__read_only_checker__mod.rs_line_227_006.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.470517983, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 49, - "function": "AssetIdentifier::STX", - "return_type": "-> AssetIdentifier", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_49.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.479620654, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 833, - "function": "OwnedEnvironment<'a, 'hooks>::begin", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_833.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 28.384634518, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 16.501924958, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 560, - "function": "native_mul", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_560_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.983070292, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 525, - "function": "ClarityDatabase<'a>::get_with_proof", - "return_type": "-> Option<(T, Vec)>", - "replacement": "Some((Default::default(), vec![1]))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_525_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.65354261, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 213, - "function": "ContractContext::add_read_only_function_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_213_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.546534943, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1851, - "function": "ClarityDatabase<'a>::burn_nft", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1851.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 34.258615869, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 21.993645317, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/stack_depth_checker.rs", - "line": 53, - "function": "check_vary", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__stack_depth_checker.rs_line_53_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.157394125, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 156, - "function": "FunctionType::check_args_2_1", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_156_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 12.566783725, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 208, - "function": "AnalysisDatabase<'a>::get_implemented_traits", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::new(BTreeSet::from_iter([Default::default()]))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__analysis_db.rs_line_208_005.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 11.807035366000001, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1012, - "function": "::reset_memory", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_1012.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 33.314159104, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 29.543835512, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 307, - "function": "::get_block_at_height", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_store.rs_line_307_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 33.919763026, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 7.123372614, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 483, - "function": "SymbolicExpression::set_span", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__representations.rs_line_483.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 43.967914054, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 27.849153477, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 281, - "function": "::get_vrf_seed_for_block", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_281_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 29.41432539, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 19.620641784, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/mod.rs", - "line": 113, - "function": "inner_handle_tuple_get", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__natives__mod.rs_line_113.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.818181073, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/mod.rs", - "line": 864, - "function": "TypedNativeFunction::type_native_function::parse_principal_basic_type", - "return_type": "-> TypeSignature", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__mod.rs_line_864.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.27662423, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 291, - "function": "::set_block_hash", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_store.rs_line_291_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 15.664914021, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 950, - "function": "add_memory", - "return_type": "-> std::result::Result<(), CostErrors>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_950.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 41.661202763, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 33.010656279, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 197, - "function": "::match_list_mut", - "return_type": "-> Option<&mut[PreSymbolicExpression]>", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__representations.rs_line_197_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 46.935094892, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 34.962603571, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 126, - "function": "ContractContext::add_map_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__contexts.rs_line_126_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.724525658, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 971, - "function": "STXBalance::was_locked_by_v1", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__structures.rs_line_971_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 49.136288014, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 26.887371561, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/contract_interface_builder/mod.rs", - "line": 333, - "function": "ContractInterfaceVariable::from_map", - "return_type": "-> Vec", - "replacement": "vec![]", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__contract_interface_builder__mod.rs_line_333_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 47.116578859, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 29.102347703, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 160, - "function": "::get_burn_block_height_for_block", - "return_type": "-> Option", - "replacement": "Some(1)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__test_util__mod.rs_line_160_002.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 47.250813974, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 31.648422246, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/variables.rs", - "line": 55, - "function": "is_reserved_name", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__variables.rs_line_55.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 41.213130231, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 20.380579287, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/tests/traits.rs", - "line": 1891, - "function": "test_pass_embedded_trait_to_subtrait_option_list", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__tests__traits.rs_line_1891.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 53.83024725, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 30.976569742, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 569, - "function": "native_sqrti", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_569_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.444108333, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1357, - "function": "TypeChecker<'a, 'b>::type_check_define_persisted_variable", - "return_type": "-> CheckResult<(ClarityName, TypeSignature)>", - "replacement": "CheckResult::new((Default::default(), Default::default()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_1357_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.586998616, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/contexts.rs", - "line": 129, - "function": "TypingContext<'a>::lookup_trait_reference_type", - "return_type": "-> Option<&TraitIdentifier>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__contexts.rs_line_129_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.028262004, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 47, - "function": "I128Ops::make_value", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_47_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.11409711, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/tests/contracts.rs", - "line": 247, - "function": "tx_sponsor_contract_asserts", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__tests__contracts.rs_line_247.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 34.863168374, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 31.670363272, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/types.rs", - "line": 167, - "function": "ContractAnalysis::get_read_only_function_type", - "return_type": "-> Option<&FunctionType>", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__types.rs_line_167_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 31.223129141, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 20.837888215, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 237, - "function": "::get_pox_rejection_fraction", - "return_type": "-> u64", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_237_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 36.844910783, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 15.268154023, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1848, - "function": "ContractContext::canonicalize_types", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1848.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 41.737649985, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 18.932567316, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1409, - "function": "TypeSignature::parse_tuple_type_repr", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_1409.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.520695865, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/database.rs", - "line": 69, - "function": "special_contract_call", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__database.rs_line_69.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.399956267, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 87, - "function": "ast_check_size", - "return_type": "-> ParseResult", - "replacement": "ParseResult::from_iter([Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__mod.rs_line_87_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.5055036, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 546, - "function": "TypeChecker<'a, 'b>::type_check_define_function", - "return_type": "-> CheckResult<(ClarityName, FixedFunction)>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_546_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.032484757, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 408, - "function": "AssetMap::to_table", - "return_type": "-> HashMap>", - "replacement": "HashMap::from_iter([(Default::default(), HashMap::from_iter([(Default::default(), Default::default())]))])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_408_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 12.045741752, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/tests/traits.rs", - "line": 536, - "function": "test_dynamic_dispatch_mismatched_args", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__tests__traits.rs_line_536.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 26.991304551, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 25.255264278, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/types.rs", - "line": 175, - "function": "ContractAnalysis::get_map_type", - "return_type": "-> Option<&(TypeSignature, TypeSignature)>", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__types.rs_line_175_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 27.822034828, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 26.970893052, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/contexts.rs", - "line": 65, - "function": "TypeMap::get_type", - "return_type": "-> Option<&TypeSignature>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__contexts.rs_line_65_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.652246916, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 554, - "function": "native_add", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_554_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.914770542, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 532, - "function": "special_less_v2", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_532_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.256710177, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/tests/mod.rs", - "line": 164, - "function": "test_only_mainnet_to_chain_id", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__tests__mod.rs_line_164_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 34.756258875, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 6.315801536, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 239, - "function": "::get_block_at_height", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_store.rs_line_239_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.225367322, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 637, - "function": "::drained_items", - "return_type": "-> Vec", - "replacement": "vec![]", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_637_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 31.963777366, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 36.295210448, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 299, - "function": "::get_with_proof", - "return_type": "-> Option<(String, Vec)>", - "replacement": "Some((String::new(), vec![0]))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_store.rs_line_299_004.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 36.183010367, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 32.90724652, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 295, - "function": "::get", - "return_type": "-> Option", - "replacement": "Some(String::new())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_store.rs_line_295_002.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 54.050333537, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 12.81417263, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 1175, - "function": "Value::serialize_to_vec", - "return_type": "-> Vec", - "replacement": "vec![0]", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__serialization.rs_line_1175_002.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 53.698718855, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 14.426345015, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/clarity.rs", - "line": 55, - "function": "::from", - "return_type": "-> Self", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__clarity.rs_line_55.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.921784672, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 67, - "function": "BuffOps::make_value", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_67_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 11.680772721, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/contract_interface_builder/mod.rs", - "line": 354, - "function": "ContractInterfaceMap::from_map", - "return_type": "-> Vec", - "replacement": "vec![Default::default()]", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__contract_interface_builder__mod.rs_line_354.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.841210396, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 116, - "function": "ContractContext::add_private_function_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__contexts.rs_line_116_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.207186315, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 832, - "function": "ClarityDatabase<'a>::get_current_burnchain_block_height", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_832_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 32.813264004, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 12.791728983, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1219, - "function": "ExecutionCost::multiply", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_1219.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 29.976760075, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 14.554263655, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/define.rs", - "line": 139, - "function": "handle_define_function", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__define.rs_line_139.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.856329335, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 303, - "function": "::eq", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_303_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 34.093796164, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 19.770714189, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 631, - "function": "OwnedEnvironment<'a, 'hooks>::get_exec_environment", - "return_type": "-> Environment<'b, 'a, 'hooks>", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_631.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.040761609, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/mod.rs", - "line": 50, - "function": "mem_type_check", - "return_type": "-> CheckResult<(Option, ContractAnalysis)>", - "replacement": "CheckResult::new((None, Default::default()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__mod.rs_line_50_004.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.032422462, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 275, - "function": "PreSymbolicExpression::sugared_contract_identifier", - "return_type": "-> PreSymbolicExpression", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__representations.rs_line_275.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.2509795839999995, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1250, - "function": "int_log2", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_1250.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 29.132671655, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 31.067595226, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 189, - "function": "AnalysisDatabase<'a>::get_defined_trait", - "return_type": "-> CheckResult>>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__analysis_db.rs_line_189_009.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.308818862, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 653, - "function": "::items", - "return_type": "-> &Vec", - "replacement": "&vec![]", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_653_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.934606247, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 332, - "function": "STXBalanceSnapshot<'db, 'conn>::save", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__structures.rs_line_332.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 39.453159445, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 30.335264246, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 292, - "function": "PreSymbolicExpression::atom_value", - "return_type": "-> PreSymbolicExpression", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__representations.rs_line_292.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.136213382, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 680, - "function": "::drained_items", - "return_type": "-> Vec>", - "replacement": "vec![vec![1]]", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_680_002.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 43.800432501, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 32.525329028, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 233, - "function": "ContractContext::add_map_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_233_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.838531524, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1182, - "function": "BuffData::as_slice", - "return_type": "-> &[u8]", - "replacement": "Vec::leak(vec![1])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1182_002.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 45.800138622, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 17.768641212, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 433, - "function": "Graph::edges_count", - "return_type": "-> ParseResult", - "replacement": "ParseResult::new(0)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__definition_sorter__mod.rs_line_433_006.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.360619656, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 170, - "function": "ReadOnlyChecker<'a, 'b>::check_define_function", - "return_type": "-> CheckResult<(ClarityName, bool)>", - "replacement": "CheckResult::from_iter([(Default::default(), true)])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__read_only_checker__mod.rs_line_170_004.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.258568453, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 377, - "function": "native_bitwise_or", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from_iter([Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_377_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.96362703, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 215, - "function": "AnalysisDatabase<'a>::destroy", - "return_type": "-> RollbackWrapper<'a>", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__analysis_db.rs_line_215.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.412729796, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 351, - "function": "::get_burn_header_hash", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_351_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.586538069, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 504, - "function": "special_greater", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_504_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.891322439, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/sugar_expander/mod.rs", - "line": 66, - "function": "SugarExpander::transform", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__sugar_expander__mod.rs_line_66_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.243577689, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 546, - "function": "TypeChecker<'a, 'b>::type_check_define_function", - "return_type": "-> CheckResult<(ClarityName, FixedFunction)>", - "replacement": "CheckResult::new((Default::default(), Default::default()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_546_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.23778385, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/mod.rs", - "line": 64, - "function": "FunctionType::check_args_by_allowing_trait_cast", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from_iter([Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__mod.rs_line_64_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.397190486, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 720, - "function": "parse", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new(vec![Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v1.rs_line_720_006.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.456182006, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 186, - "function": "ContractContext::check_function_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_186_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.059265209, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1019, - "function": "ClarityDatabase<'a>::make_microblock_pubkey_height_key", - "return_type": "-> String", - "replacement": "String::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1019.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 19.388127323, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 9.26679048, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 299, - "function": "PreSymbolicExpression::atom", - "return_type": "-> PreSymbolicExpression", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__representations.rs_line_299.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.877796025, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/callables.rs", - "line": 363, - "function": "DefinedFunction::canonicalize_types", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__callables.rs_line_363.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 32.180957005, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 29.905455918, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/assets.rs", - "line": 140, - "function": "check_special_transfer_asset", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__assets.rs_line_140.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.767597329, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/errors.rs", - "line": 224, - "function": "::fmt", - "return_type": "-> fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__errors.rs_line_224.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 43.234643337, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 17.835955441, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 231, - "function": "::get_with_proof", - "return_type": "-> Option<(String, Vec)>", - "replacement": "Some((String::new(), vec![]))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_store.rs_line_231_006.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 35.919524095, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 37.997856177, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 170, - "function": "ReadOnlyChecker<'a, 'b>::check_define_function", - "return_type": "-> CheckResult<(ClarityName, bool)>", - "replacement": "CheckResult::from_iter([(Default::default(), false)])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__read_only_checker__mod.rs_line_170_005.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.170677031, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 153, - "function": "build_ast_with_diagnostics", - "return_type": "-> (ContractAST, Vec, bool)", - "replacement": "(Default::default(), vec![], false)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__mod.rs_line_153_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.620367877, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 637, - "function": "::drained_items", - "return_type": "-> Vec", - "replacement": "vec![0]", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_637_002.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 42.149521881, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 19.077520818, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/contexts.rs", - "line": 82, - "function": "TypingContext<'a>::extend", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__contexts.rs_line_82_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.6190718349999997, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/types.rs", - "line": 63, - "function": "ContractAST::add_implemented_trait", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__types.rs_line_63.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 21.763119144, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 23.587629212, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 84, - "function": "ContractContext::ft_exists", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__contexts.rs_line_84_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 33.692677101, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 8.765551387, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 779, - "function": "TypeChecker<'a, 'b>::type_check_define_nft", - "return_type": "-> CheckResult<(ClarityName, TypeSignature)>", - "replacement": "CheckResult::new((Default::default(), Default::default()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_779_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.603721744, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 920, - "function": "STXBalance::get_locked_balance_at_burn_block", - "return_type": "-> (u128, u64)", - "replacement": "(0, 1)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__structures.rs_line_920_003.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 32.833439394, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 16.673105878, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 141, - "function": "::get_stacks_block_header_hash_for_block", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__test_util__mod.rs_line_141_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 33.937308231, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 17.175147117, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 162, - "function": "ContractContext::add_nft", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__contexts.rs_line_162_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.279181848, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 802, - "function": "ClarityDatabase<'a>::get_current_block_height", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_802_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 24.054169818, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 13.89431606, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/mod.rs", - "line": 365, - "function": "check_contract_call", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__mod.rs_line_365.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.062093184, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 420, - "function": "STXBalanceSnapshot<'db, 'conn>::set_balance", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__structures.rs_line_420.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 24.749216417, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 13.272503026, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/mod.rs", - "line": 75, - "function": "check_special_print", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__natives__mod.rs_line_75.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.109697576, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 194, - "function": "ContractContext::get_persisted_variable_type", - "return_type": "-> Option<&TypeSignature>", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__contexts.rs_line_194_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 27.793655171, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 10.691857027, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1414, - "function": "TypeChecker<'a, 'b>::try_type_check_define", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::from(None)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_1414_006.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.605409989, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 831, - "function": "trait_type_size", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new(1)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_831_006.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.287746607, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/trait_checker/mod.rs", - "line": 55, - "function": "TraitChecker::run", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__trait_checker__mod.rs_line_55_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.728542297, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/errors.rs", - "line": 122, - "function": "ParseError::set_pre_expressions", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__errors.rs_line_122.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 25.743641042, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 20.023319263, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 620, - "function": "ClarityDatabase<'a>::fetch_metadata", - "return_type": "-> Result>", - "replacement": "Ok(Some(Default::default()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_620_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.606653999, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/mod.rs", - "line": 64, - "function": "FunctionType::check_args_by_allowing_trait_cast", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__mod.rs_line_64_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.559838917, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 54, - "function": "DefinitionSorter::run_pass", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__definition_sorter__mod.rs_line_54_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.309852672, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 813, - "function": "ClarityDatabase<'a>::get_pox_3_activation_height", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_813_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 22.199862237, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 14.548271989, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/sugar_expander/mod.rs", - "line": 66, - "function": "SugarExpander::transform", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from_iter([vec![Default::default()]])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__sugar_expander__mod.rs_line_66_004.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.562015225, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 690, - "function": "::to_value", - "return_type": "-> Value", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_690.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.966791509, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/expression_identifier/mod.rs", - "line": 51, - "function": "ExpressionIdentifier::run_pre_expression_pass", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from_iter([()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__expression_identifier__mod.rs_line_51_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.937254807, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 455, - "function": "lex", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from(vec![(Default::default(), 1, 1)])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v1.rs_line_455_013.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.466748411, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/sqlite.rs", - "line": 203, - "function": "SqliteConnection::inner_open", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__sqlite.rs_line_203.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.236006943, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 171, - "function": "AnalysisDatabase<'a>::get_read_only_function_type", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::from_iter([None])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__analysis_db.rs_line_171_005.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.560258112, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1521, - "function": "TupleData::get", - "return_type": "-> Result<&Value>", - "replacement": "Ok(&Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1521.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.284192974, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/tests/traits.rs", - "line": 34, - "function": "test_dynamic_dispatch_by_defining_trait", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__tests__traits.rs_line_34.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 27.174035421, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 12.946569343, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 412, - "function": "Graph::add_node", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__definition_sorter__mod.rs_line_412.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 31.958751965, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 17.780422538, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 868, - "function": "no_type", - "return_type": "-> TypeSignature", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_868.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.982274194, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/options.rs", - "line": 142, - "function": "inner_unwrap", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__natives__options.rs_line_142.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.600619456, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/types.rs", - "line": 143, - "function": "ContractAnalysis::add_non_fungible_token", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__types.rs_line_143.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 28.727934359, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 29.121170505, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 240, - "function": "::get_pox_reward_cycle_length", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__test_util__mod.rs_line_240_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 24.66069588, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 37.868422809, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/contract_interface_builder/mod.rs", - "line": 389, - "function": "ContractInterface::serialize", - "return_type": "-> String", - "replacement": "String::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__contract_interface_builder__mod.rs_line_389.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 50.787698781, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 33.477121175, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 372, - "function": "PreSymbolicExpression::match_list", - "return_type": "-> Option<&[PreSymbolicExpression]>", - "replacement": "Some(Vec::leak(Vec::new()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__representations.rs_line_372_002.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 51.584493621, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 37.257707241, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/errors.rs", - "line": 157, - "function": "::source", - "return_type": "-> Option<&(dyn error::Error +'static)>", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__errors.rs_line_157_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 33.422938335, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 23.118880969, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/maps.rs", - "line": 107, - "function": "check_set_or_insert_entry", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__natives__maps.rs_line_107.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.134516818, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 861, - "function": "TupleTypeSignature::get_type_map", - "return_type": "-> &BTreeMap", - "replacement": "&BTreeMap::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_861_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.373691704, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1330, - "function": "ClarityDatabase<'a>::fetch_entry", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1330.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.795980236, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 892, - "function": "STXBalance::get_available_balance_at_burn_block", - "return_type": "-> u128", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__structures.rs_line_892_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 38.148158724, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 12.548643574, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 177, - "function": "ContractContext::add_implemented_trait", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__contexts.rs_line_177_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.407190642, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/contract_interface_builder/mod.rs", - "line": 236, - "function": "ContractInterfaceFunctionArg::from_function_args", - "return_type": "-> Vec", - "replacement": "vec![Default::default()]", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__contract_interface_builder__mod.rs_line_236_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.426809854, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 808, - "function": "ClarityDatabase<'a>::get_v1_unlock_height", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_808.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 19.489146018, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 21.021490948, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 726, - "function": "OwnedEnvironment<'a, 'hooks>::initialize_contract_from_ast", - "return_type": "-> Result<((), AssetMap, Vec)>", - "replacement": "Ok(((), Default::default(), vec![Default::default()]))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_726_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.585370771, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 785, - "function": "clarity2_lookup_trait", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::from(BTreeMap::from_iter([(Default::default(), Default::default())]))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_785_006.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.600475633, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1951, - "function": "ClarityDatabase<'a>::get_burn_block_height", - "return_type": "-> Option", - "replacement": "Some(1)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1951_002.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 26.127883855, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 20.854864602, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/docs/mod.rs", - "line": 809, - "function": "get_signature", - "return_type": "-> Option", - "replacement": "Some(String::new())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__docs__mod.rs_line_809_002.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 27.566313043, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 20.908802213, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/sugar_expander/mod.rs", - "line": 66, - "function": "SugarExpander::transform", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new(vec![])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__sugar_expander__mod.rs_line_66_005.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.976133039, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 150, - "function": "::from", - "return_type": "-> RollbackWrapperPersistedLog", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__key_value_wrapper.rs_line_150.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 41.319971628, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 29.681580291, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/mod.rs", - "line": 557, - "function": "execute", - "return_type": "-> Result>", - "replacement": "Ok(Some(Default::default()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__mod.rs_line_557_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.196108787, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1120, - "function": "::cost_overflow_sub", - "return_type": "-> Result", - "replacement": "Ok(0)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_1120_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 32.007125354, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 14.026835917, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1065, - "function": "TypeSignature::least_supertype_v2_0", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_1065.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.41025885, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 389, - "function": "Lexer<'a>::read_ascii_string", - "return_type": "-> LexResult", - "replacement": "LexResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_389_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.198899035, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/sequences.rs", - "line": 252, - "function": "special_concat_v205", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__sequences.rs_line_252.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.4592812139999998, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 1047, - "function": "STXBalance::has_unlockable_tokens_at_burn_block", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__structures.rs_line_1047_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 29.950870502, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 14.665792996, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 150, - "function": "::from", - "return_type": "-> TypePrefix", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__serialization.rs_line_150.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.02889423, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/sqlite.rs", - "line": 50, - "function": "sqlite_get", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__sqlite.rs_line_50_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 28.100803454, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 19.527786084, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 174, - "function": "inner_build_ast", - "return_type": "-> ParseResult<(ContractAST, Vec, bool)>", - "replacement": "ParseResult::from_iter([(Default::default(), vec![Default::default()], true)])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__mod.rs_line_174_008.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.982310981, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 341, - "function": "PreSymbolicExpression::comment", - "return_type": "-> PreSymbolicExpression", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__representations.rs_line_341.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.652798331, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 495, - "function": "RollbackWrapper<'a>::get_metadata_manual", - "return_type": "-> InterpreterResult>", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__key_value_wrapper.rs_line_495_008.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 10.361884764, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 570, - "function": "SymbolicExpression::match_list", - "return_type": "-> Option<&[SymbolicExpression]>", - "replacement": "Some(Vec::leak(vec![Default::default()]))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__representations.rs_line_570_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.289247195, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/variables.rs", - "line": 55, - "function": "is_reserved_name", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__variables.rs_line_55_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 31.182034711, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 17.774399352, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1080, - "function": "Value::expect_buff_padded", - "return_type": "-> Vec", - "replacement": "vec![0]", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1080_002.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 32.520347831, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 21.19335935, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 424, - "function": "depth_traverse", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__representations.rs_line_424.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.765160912, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 287, - "function": "::get_stacks_block_header_hash_for_block", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_287.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.90675796, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 160, - "function": "Lexer<'a>::proceed_through_error", - "return_type": "-> LexResult", - "replacement": "LexResult::from(\"xyzzy\".into())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_160_006.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.696891155, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1652, - "function": "TypeSignature::size", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_1652_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 45.016142106, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 20.100249957, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 36, - "function": "is_separator", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_36_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 32.658161889, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 15.094664349, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 210, - "function": "::get_stacks_epoch", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__test_util__mod.rs_line_210_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 31.327736758, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 24.521610125, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/sequences.rs", - "line": 330, - "function": "native_element_at", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__sequences.rs_line_330.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.527209092, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1056, - "function": "::add_memory", - "return_type": "-> std::result::Result<(), CostErrors>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_1056.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 31.605693316, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 17.660333033, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1321, - "function": "TypeChecker<'a, 'b>::inner_type_check", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_1321.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.825652075, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 326, - "function": "Lexer<'a>::read_integer", - "return_type": "-> LexResult", - "replacement": "LexResult::from_iter([Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_326_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.6105145260000002, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 405, - "function": "special_geq_v2", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_405_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.5100635049999998, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1148, - "function": "Value::expect_result_ok", - "return_type": "-> Value", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1148.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.808623605, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 764, - "function": "OwnedEnvironment<'a, 'hooks>::stx_transfer", - "return_type": "-> Result<(Value, AssetMap, Vec)>", - "replacement": "Ok((Default::default(), Default::default(), vec![]))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_764_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.267448002, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/options.rs", - "line": 252, - "function": "check_special_unwrap", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__natives__options.rs_line_252.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.184420573, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 189, - "function": "TraitIdentifier::parse_fully_qualified", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_189.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.680044388, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 575, - "function": "Lexer<'a>::read_utf8_string", - "return_type": "-> LexResult", - "replacement": "LexResult::from(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_575_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.28842142, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/sequences.rs", - "line": 349, - "function": "check_special_len", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__natives__sequences.rs_line_349.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.920572874, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1707, - "function": "GlobalContext<'a, 'hooks>::begin_read_only", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1707.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 40.115204042, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 15.519144057, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 604, - "function": "native_bitwise_right_shift", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from_iter([Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_604_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.4642031509999995, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/callables.rs", - "line": 351, - "function": "DefinedFunction::get_identifier", - "return_type": "-> FunctionIdentifier", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__callables.rs_line_351.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.968541636, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 67, - "function": "BuffOps::make_value", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from_iter([Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_67_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.513930706, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/mod.rs", - "line": 548, - "function": "TypedNativeFunction::type_native_function", - "return_type": "-> TypedNativeFunction", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__natives__mod.rs_line_548.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.724205828, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/error.rs", - "line": 71, - "function": "::level", - "return_type": "-> crate::vm::diagnostic::Level", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__error.rs_line_71.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.5818835399999998, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 354, - "function": "RollbackWrapper<'a>::get_with_proof", - "return_type": "-> Option<(T, Vec)>", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__key_value_wrapper.rs_line_354_003.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 21.876518808, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 15.544013496, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/tests/traits.rs", - "line": 593, - "function": "test_dynamic_dispatch_mismatched_returned", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__tests__traits.rs_line_593.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 24.144978316, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 19.322850287, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 198, - "function": "::get_pox_3_activation_height", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_198_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 26.447903983, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 15.529548414, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 172, - "function": "::get_consensus_hash_for_block", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__test_util__mod.rs_line_172_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 25.336787406, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 15.697156475, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 54, - "function": "DefinitionSorter::run_pass", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from_iter([()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__definition_sorter__mod.rs_line_54_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.390723184, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/docs/mod.rs", - "line": 2570, - "function": "make_for_define", - "return_type": "-> FunctionAPI", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__docs__mod.rs_line_2570.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.660203922, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 766, - "function": "TypeChecker<'a, 'b>::type_check_define_ft", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_766_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.363297872, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/options.rs", - "line": 92, - "function": "check_special_is_optional", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__natives__options.rs_line_92.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 13.181684957, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/assets.rs", - "line": 244, - "function": "check_special_burn_token", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__natives__assets.rs_line_244.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.539669891, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1771, - "function": "TupleTypeSignature::max_depth", - "return_type": "-> u8", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_1771.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 31.526325349, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 31.083211675, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1071, - "function": "Value::expect_list", - "return_type": "-> Vec", - "replacement": "vec![]", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1071_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 39.60028921, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 17.768393719, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1156, - "function": "TypeChecker<'a, 'b>::try_native_function_check", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_1156_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 38.378620738, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 14.413883444, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/mod.rs", - "line": 50, - "function": "mem_type_check", - "return_type": "-> CheckResult<(Option, ContractAnalysis)>", - "replacement": "CheckResult::new((Some(Default::default()), Default::default()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__mod.rs_line_50_005.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.559117981, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1812, - "function": "parse_name_type_pairs", - "return_type": "-> Result>", - "replacement": "Ok(vec![(Default::default(), Default::default())])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_1812.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.684533713, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 752, - "function": "OwnedEnvironment<'a, 'hooks>::execute_transaction", - "return_type": "-> Result<(Value, AssetMap, Vec)>", - "replacement": "Ok((Default::default(), Default::default(), vec![Default::default()]))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_752_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.986926324, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 258, - "function": "PreSymbolicExpression::copy_span", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__representations.rs_line_258.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 25.756590366, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 10.708355019, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 801, - "function": "STXBalance::amount_unlocked", - "return_type": "-> u128", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__structures.rs_line_801.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 31.673321285, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 33.995291171, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/tests/contracts.rs", - "line": 369, - "function": "test_fully_qualified_contract_call", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__tests__contracts.rs_line_369.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 38.650721261, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 11.762134471, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/events.rs", - "line": 223, - "function": "NFTTransferEventData::json_serialize", - "return_type": "-> serde_json::Value", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__events.rs_line_223.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 40.48794538, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 25.073753701, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1053, - "function": "Value::expect_buff", - "return_type": "-> Vec", - "replacement": "vec![]", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1053_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 40.772896377, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 23.262036941, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/docs/contracts.rs", - "line": 95, - "function": "make_docs", - "return_type": "-> ContractRef", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__docs__contracts.rs_line_95.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.249078519, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 604, - "function": "native_bitwise_right_shift", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_604_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.656955303, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/define.rs", - "line": 206, - "function": "handle_define_fungible_token", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__define.rs_line_206.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.006893831, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/trait_checker/mod.rs", - "line": 39, - "function": "::run_pass", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__trait_checker__mod.rs_line_39_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.465292326, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 101, - "function": ">::drop_memory", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_101.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 26.98839356, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 14.459743294999999, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 556, - "function": "OwnedEnvironment<'a, 'hooks>::new_toplevel", - "return_type": "-> OwnedEnvironment<'a, '_>", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_556.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.119600955, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 463, - "function": "STXBalanceSnapshot<'db, 'conn>::is_v2_locked", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__structures.rs_line_463_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 20.26222985, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 18.60415095, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/contract_interface_builder/mod.rs", - "line": 389, - "function": "ContractInterface::serialize", - "return_type": "-> String", - "replacement": "\"xyzzy\".into()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__contract_interface_builder__mod.rs_line_389_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 28.13953124, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 27.365296988, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 801, - "function": "STXBalance::amount_unlocked", - "return_type": "-> u128", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__structures.rs_line_801_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 25.975627667, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 27.224584099, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/principals.rs", - "line": 155, - "function": "special_principal_destruct", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__principals.rs_line_155.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.124612995, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/sqlite.rs", - "line": 133, - "function": "SqliteConnection::get_metadata", - "return_type": "-> Option", - "replacement": "Some(\"xyzzy\".into())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__sqlite.rs_line_133_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 30.768781984, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 10.293783261, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/options.rs", - "line": 246, - "function": "native_is_err", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__options.rs_line_246.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.508237205, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 792, - "function": "TypeChecker<'a, 'b>::type_check_define_trait", - "return_type": "-> CheckResult<(ClarityName, BTreeMap)>", - "replacement": "CheckResult::new((Default::default(), BTreeMap::new()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_792_006.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.606132311, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/traits_resolver/mod.rs", - "line": 201, - "function": "TraitsResolver::probe_for_generics", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__traits_resolver__mod.rs_line_201_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.730197158, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 225, - "function": "::get_stacks_epoch", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_225_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.248081315, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 687, - "function": "Parser<'a>::read_sugared_principal", - "return_type": "-> ParseResult", - "replacement": "ParseResult::from_iter([Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_687_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 10.609114629, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 384, - "function": "RollbackWrapper<'a>::deserialize_value", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__key_value_wrapper.rs_line_384.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.414673114, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 832, - "function": "LimitedCostTracker::get_memory_limit", - "return_type": "-> u64", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_832_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 33.604520813, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 25.019761646, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 116, - "function": "ContractContext::add_private_function_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__contexts.rs_line_116_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.185363804, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 112, - "function": "ReadOnlyChecker<'a, 'b>::check_top_level_expression", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__read_only_checker__mod.rs_line_112_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.7119892740000004, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 560, - "function": "native_mul", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_560_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 10.033867809, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/sqlite.rs", - "line": 133, - "function": "SqliteConnection::get_metadata", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__sqlite.rs_line_133_002.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 28.439368836, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 13.129839926, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1771, - "function": "TupleTypeSignature::max_depth", - "return_type": "-> u8", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_1771_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 32.937545526, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 24.724991006, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 304, - "function": "ContractContext::get_trait", - "return_type": "-> Option<&BTreeMap>", - "replacement": "Some(&BTreeMap::from_iter([(Default::default(), Default::default())]))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_304_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.071504425, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/traits_resolver/mod.rs", - "line": 48, - "function": "TraitsResolver::run", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__traits_resolver__mod.rs_line_48_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.505955202, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1053, - "function": "Value::expect_buff", - "return_type": "-> Vec", - "replacement": "vec![0]", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1053_002.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 30.215559597, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 23.384489495, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/sequences.rs", - "line": 56, - "function": "special_filter", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__sequences.rs_line_56.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 11.02462616, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/mod.rs", - "line": 569, - "function": "execute_v2", - "return_type": "-> Result>", - "replacement": "Ok(None)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__mod.rs_line_569_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 26.409415437, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 13.357334286, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/database.rs", - "line": 469, - "function": "special_set_entry_v200", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__database.rs_line_469.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.141461257, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 379, - "function": "DefinitionSorter::find_expression_definition", - "return_type": "-> Option<(ClarityName, u64, &'b PreSymbolicExpression)>", - "replacement": "Some((Default::default(), 0, &Default::default()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__definition_sorter__mod.rs_line_379_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.455877471, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 78, - "function": "::fmt", - "return_type": "-> std::fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__serialization.rs_line_78.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 41.047563298, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 34.005781379, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/tests/assets.rs", - "line": 935, - "function": "test_overlapping_nfts", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__tests__assets.rs_line_935.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 38.376098521, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 34.263889918, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/conversions.rs", - "line": 218, - "function": "to_consensus_buff", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__conversions.rs_line_218.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.8976549689999995, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1191, - "function": "BuffData::empty", - "return_type": "-> Self", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1191.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.246274673, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 464, - "function": "ListTypeData::destruct", - "return_type": "-> (TypeSignature, u32)", - "replacement": "(Default::default(), 1)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_464_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.606543206, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 1083, - "function": "Parser<'a>::parse", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from(vec![])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_1083_006.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.466350357, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 538, - "function": "STXBalanceSnapshot<'db, 'conn>::lock_tokens_v2", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__structures.rs_line_538.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 34.832357335, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 11.514167081, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 107, - "function": ">::short_circuit_contract_call", - "return_type": "-> std::result::Result", - "replacement": "Ok(false)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_107.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 42.551610465, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 27.390428629, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1197, - "function": "ListData::len", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1197_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 39.355872864, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 32.113226379, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/sqlite.rs", - "line": 50, - "function": "sqlite_get", - "return_type": "-> Option", - "replacement": "Some(String::new())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__sqlite.rs_line_50_002.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 35.729491788, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 31.323079542, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/events.rs", - "line": 348, - "function": "SmartContractEventData::json_serialize", - "return_type": "-> serde_json::Value", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__events.rs_line_348.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 34.79516531, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 34.388128717, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 244, - "function": "ReadOnlyChecker<'a, 'b>::check_each_expression_is_read_only", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from_iter([false])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__read_only_checker__mod.rs_line_244_005.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.223975195, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 137, - "function": "AnalysisDatabase<'a>::get_clarity_version", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__analysis_db.rs_line_137_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.969431561, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 364, - "function": "::get_stacks_epoch_by_epoch_id", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_364.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.509311902, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 65, - "function": "DefinitionSorter::run", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__definition_sorter__mod.rs_line_65_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.455974882, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1126, - "function": "Value::expect_callable", - "return_type": "-> CallableData", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1126.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.007261594, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 444, - "function": "ListTypeData::new_list", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_444.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.803780464, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 170, - "function": "ReadOnlyChecker<'a, 'b>::check_define_function", - "return_type": "-> CheckResult<(ClarityName, bool)>", - "replacement": "CheckResult::new((Default::default(), false))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__read_only_checker__mod.rs_line_170_006.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.354027414, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 829, - "function": "OwnedEnvironment<'a, 'hooks>::eval_read_only", - "return_type": "-> Result<(Value, AssetMap, Vec)>", - "replacement": "Ok((Default::default(), Default::default(), vec![]))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_829_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.227000567, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/sugar_expander/mod.rs", - "line": 66, - "function": "SugarExpander::transform", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from(vec![])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__sugar_expander__mod.rs_line_66_006.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.495172429, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 114, - "function": "::from", - "return_type": "-> Self", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__serialization.rs_line_114.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.841777962, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 189, - "function": "rollback_lookup_map", - "return_type": "-> String", - "replacement": "\"xyzzy\".into()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__key_value_wrapper.rs_line_189_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 46.825578013, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 17.20989552, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 563, - "function": "native_div", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from_iter([Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_563_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.485131098, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 69, - "function": "parse_in_epoch", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from_iter([vec![]])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__mod.rs_line_69_005.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.911193943, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1007, - "function": "Value::string_utf8_from_bytes", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1007.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.488281267, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 466, - "function": "RollbackWrapper<'a>::get_metadata", - "return_type": "-> InterpreterResult>", - "replacement": "InterpreterResult::new(Some(\"xyzzy\".into()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__key_value_wrapper.rs_line_466_009.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.6805809529999998, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 425, - "function": "RollbackWrapper<'a>::get_block_header_hash", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__key_value_wrapper.rs_line_425_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.686804187, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 41, - "function": "U128Ops::make_value", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_41_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.821161124, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 891, - "function": "compute_cost", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_891.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 10.969346963, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/arithmetic_checker/mod.rs", - "line": 174, - "function": "ArithmeticOnlyChecker<'a>::check_native_function", - "return_type": "-> Result<(), Error>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__arithmetic_checker__mod.rs_line_174.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 22.614710071, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 25.639801476, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 563, - "function": "native_div", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_563_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.861274422, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 168, - "function": "ContractContext::check_name_used", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_168_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.317693704, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 174, - "function": "inner_build_ast", - "return_type": "-> ParseResult<(ContractAST, Vec, bool)>", - "replacement": "ParseResult::from((Default::default(), vec![Default::default()], true))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__mod.rs_line_174_009.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.096838099, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 716, - "function": "LimitedCostTracker::default_cost_contract_for_epoch", - "return_type": "-> String", - "replacement": "\"xyzzy\".into()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_716_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 31.511739247, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 24.845184549, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/tests/traits.rs", - "line": 1600, - "function": "test_pass_embedded_trait_to_subtrait_ok", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__tests__traits.rs_line_1600.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 34.940975871, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 19.588648838, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 763, - "function": "TypeSignature::concretize", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_763.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.9369277270000005, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/sequences.rs", - "line": 281, - "function": "special_as_max_len", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__sequences.rs_line_281.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.516145726, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 357, - "function": "DefinitionSorter::probe_for_dependencies_in_wrapped_key_value_pairs", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__definition_sorter__mod.rs_line_357_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.510375416, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/callables.rs", - "line": 331, - "function": "DefinedFunction::is_read_only", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__callables.rs_line_331_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 24.571321284, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 24.583581413, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 328, - "function": "FunctionType::principal_to_callable_type", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_328.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.469490079, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 678, - "function": "ClarityDatabase<'a>::set_contract_data_size", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_678.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 34.790234153, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 32.470068562, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 139, - "function": "SequenceSubtype::is_list_type", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_139_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 39.026587703, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 36.107712157, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/tests/principals.rs", - "line": 306, - "function": "create_principal_destruct_tuple_from_strings", - "return_type": "-> Value", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__tests__principals.rs_line_306.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.386956223, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1099, - "function": "Value::expect_tuple", - "return_type": "-> TupleData", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1099.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.740752296, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 166, - "function": "::get_vrf_seed_for_block", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_166_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 34.199491061, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 16.698295953, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1812, - "function": "parse_name_type_pairs", - "return_type": "-> Result>", - "replacement": "Ok(vec![])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_1812_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 44.126574734, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 27.978308025, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 247, - "function": "::get_open_chain_tip_height", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_store.rs_line_247_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 28.628918802, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 25.439008237, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 191, - "function": "::get_tokens_earned_for_block", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__test_util__mod.rs_line_191_002.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 37.757192061, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 13.343003202, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 646, - "function": "TypeChecker<'a, 'b>::try_native_function_check", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_646_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 41.885947578, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 18.717703358, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/contexts.rs", - "line": 112, - "function": "TypingContext<'a>::add_variable_type", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__contexts.rs_line_112.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 39.635852543, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 18.195968448, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1886, - "function": "ClarityDatabase<'a>::make_key_for_account_unlock_height", - "return_type": "-> String", - "replacement": "String::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1886.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 45.755176259, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 40.221867053, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/sequences.rs", - "line": 178, - "function": "special_append", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__sequences.rs_line_178.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.376681964, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/types.rs", - "line": 230, - "function": "ContractAnalysis::check_trait_compliance", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__types.rs_line_230_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.7667291160000005, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 349, - "function": "AssetMap::commit_other", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_349.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 53.405887967, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 26.04180559, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/trait_checker/mod.rs", - "line": 39, - "function": "::run_pass", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__trait_checker__mod.rs_line_39_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.943022171, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/sequences.rs", - "line": 264, - "function": "check_special_append", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__natives__sequences.rs_line_264.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.190524673, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/options.rs", - "line": 303, - "function": "check_special_match_opt", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__natives__options.rs_line_303.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.542810388, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 65, - "function": "symbols_from_values", - "return_type": "-> Vec", - "replacement": "vec![]", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__test_util__mod.rs_line_65_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 54.930052686, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 12.681504995, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 525, - "function": "ClarityDatabase<'a>::get_with_proof", - "return_type": "-> Option<(T, Vec)>", - "replacement": "Some((Default::default(), vec![0]))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_525_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.149283606, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 519, - "function": "TypeSignature::admits", - "return_type": "-> Result", - "replacement": "Ok(true)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_519_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 31.963771249, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 39.708072389, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1038, - "function": "ClarityDatabase<'a>::get_cc_special_cases_handler", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1038_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.259041987, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/sqlite.rs", - "line": 91, - "function": "SqliteConnection::insert_metadata", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__sqlite.rs_line_91.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 45.543665918, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 9.317834426, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/coverage.rs", - "line": 78, - "function": "CoverageReporter::to_file", - "return_type": "-> std::io::Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__coverage.rs_line_78.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 53.46938319, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 6.59713684, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 1198, - "function": "Value::sanitize_value", - "return_type": "-> Option<(Value, bool)>", - "replacement": "Some((Default::default(), true))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__serialization.rs_line_1198_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.182440712, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/sequences.rs", - "line": 39, - "function": "get_simple_native_or_user_define", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from_iter([Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__natives__sequences.rs_line_39_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.988581836, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 186, - "function": "ContractContext::check_function_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_186_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.074531925, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 766, - "function": "TypeChecker<'a, 'b>::type_check_define_ft", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from_iter([Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_766_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.341372482, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 126, - "function": "ContractContext::add_map_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__contexts.rs_line_126_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.282773775, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/principals.rs", - "line": 88, - "function": "create_principal_destruct_tuple", - "return_type": "-> Value", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__principals.rs_line_88.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.313690085, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 351, - "function": "SequenceData::contains", - "return_type": "-> Result>", - "replacement": "Ok(None)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_351_002.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 57.129211205, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 23.803462304, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1319, - "function": "PrincipalData::parse_qualified_contract_principal", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1319.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.299612764, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/expression_identifier/mod.rs", - "line": 23, - "function": "inner_relabel", - "return_type": "-> ParseResult", - "replacement": "ParseResult::from_iter([0])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__expression_identifier__mod.rs_line_23_004.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.727785293, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 253, - "function": "::get_sortition_id_from_consensus_hash", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__test_util__mod.rs_line_253_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.388281944, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/sugar_expander/mod.rs", - "line": 40, - "function": "::run_pass", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__sugar_expander__mod.rs_line_40_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.211399219, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1463, - "function": "TypeSignature::parse_optional_type_repr", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_1463.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.63540272, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/tests/traits.rs", - "line": 1100, - "function": "test_contract_of_value", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__tests__traits.rs_line_1100.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 28.546078618, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 11.562146828, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 616, - "function": "STXBalanceSnapshot<'db, 'conn>::extend_lock_v3", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__structures.rs_line_616.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 37.669954781, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 37.703469909, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 287, - "function": "::get_stacks_block_header_hash_for_block", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_287_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 41.630680882, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 20.513063817, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 456, - "function": "GraphWalker::get_sorted_dependencies", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from_iter([vec![0]])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__definition_sorter__mod.rs_line_456_009.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.771003951, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 551, - "function": "SymbolicExpression::trait_reference", - "return_type": "-> SymbolicExpression", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__representations.rs_line_551.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.239110593, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 687, - "function": "Parser<'a>::read_sugared_principal", - "return_type": "-> ParseResult", - "replacement": "ParseResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_687_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.175648157, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 181, - "function": "::get_burnchain_tokens_spent_for_winning_block", - "return_type": "-> Option", - "replacement": "Some(0)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_181_002.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 46.645359158, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 37.987264936, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 575, - "function": "Lexer<'a>::read_utf8_string", - "return_type": "-> LexResult", - "replacement": "LexResult::new(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_575_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.201145347, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 479, - "function": "TypeChecker<'a, 'b>::type_check", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_479.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.244951264, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 345, - "function": "DefinitionSorter::probe_for_dependencies_in_list_of_wrapped_key_value_pairs", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from_iter([()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__definition_sorter__mod.rs_line_345_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.195747367, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1714, - "function": "GlobalContext<'a, 'hooks>::commit", - "return_type": "-> Result<(Option, Option)>", - "replacement": "Ok((None, Some(Default::default())))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1714_003.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 54.188767663, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 21.918521768, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 102, - "function": "::source", - "return_type": "-> Option<&(dyn error::Error +'static)>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__serialization.rs_line_102_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.662361895, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/crypto.rs", - "line": 71, - "function": "pubkey_to_address_v1", - "return_type": "-> StacksAddress", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__crypto.rs_line_71.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.656981751, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 463, - "function": "Parser<'a>::open_tuple", - "return_type": "-> ParseResult", - "replacement": "ParseResult::from(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_463_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.70621585, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/database.rs", - "line": 260, - "function": "special_fetch_variable_v205", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__database.rs_line_260.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.513716784, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 687, - "function": "OwnedEnvironment<'a, 'hooks>::initialize_contract", - "return_type": "-> Result<((), AssetMap, Vec)>", - "replacement": "Ok(((), Default::default(), vec![Default::default()]))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_687_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.080648421, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/mod.rs", - "line": 188, - "function": "check_special_tuple_cons", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__natives__mod.rs_line_188.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 10.488983298, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1305, - "function": "TypeSignature::empty_list", - "return_type": "-> ListTypeData", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_1305.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.098329335, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 557, - "function": "native_sub", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_557_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.100242907, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 779, - "function": "TypeChecker<'a, 'b>::type_check_define_nft", - "return_type": "-> CheckResult<(ClarityName, TypeSignature)>", - "replacement": "CheckResult::from((Default::default(), Default::default()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_779_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.5922469889999995, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/stack_depth_checker.rs", - "line": 48, - "function": "::run_pass", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__stack_depth_checker.rs_line_48_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.771103218, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 882, - "function": ">::drop_memory", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_882.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 26.1340995, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 17.083118545, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/sugar_expander/mod.rs", - "line": 56, - "function": "SugarExpander::run", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from_iter([()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__sugar_expander__mod.rs_line_56_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 12.815272925, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 464, - "function": "SymbolicExpression::cons", - "return_type": "-> SymbolicExpression", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__representations.rs_line_464.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 31.254494797, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 29.091075747, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/define.rs", - "line": 291, - "function": "DefineFunctionsParsed<'a>::try_parse", - "return_type": "-> std::result::Result>, CheckErrors>", - "replacement": "Ok(Some(Default::default()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__define.rs_line_291_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.58275892, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/sequences.rs", - "line": 156, - "function": "check_special_fold", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__natives__sequences.rs_line_156.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.277855979, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 806, - "function": "::try_from", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_806.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.294424889, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 558, - "function": "SymbolicExpression::field", - "return_type": "-> SymbolicExpression", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__representations.rs_line_558.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.4636491400000002, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/sequences.rs", - "line": 226, - "function": "special_concat_v200", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__sequences.rs_line_226.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.463835128, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 495, - "function": "RollbackWrapper<'a>::get_metadata_manual", - "return_type": "-> InterpreterResult>", - "replacement": "InterpreterResult::from_iter([None])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__key_value_wrapper.rs_line_495_009.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.174093941, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 639, - "function": "native_to_int", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_639_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.839399229, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1719, - "function": "ClarityDatabase<'a>::get_ft_balance", - "return_type": "-> Result", - "replacement": "Ok(0)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1719_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 33.599088474, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 14.97373829, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 263, - "function": "::get_pox_payout_addrs", - "return_type": "-> Option<(Vec, u128)>", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__test_util__mod.rs_line_263_004.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 39.046009409, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 17.418288021, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 181, - "function": "::get_burnchain_tokens_spent_for_block", - "return_type": "-> Option", - "replacement": "Some(1)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__test_util__mod.rs_line_181_002.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 35.210737161, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 14.009751322, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 699, - "function": "ClarityDatabase<'a>::has_contract", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_699_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 34.199898721, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 21.557313751, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 1097, - "function": "Value::try_deserialize_hex", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__serialization.rs_line_1097.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 10.584789109, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1599, - "function": "GlobalContext<'a, 'hooks>::get_asset_map", - "return_type": "-> &mut AssetMap", - "replacement": "Box::leak(Box::new(Default::default()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1599.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 40.152773342, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 22.414754054, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 624, - "function": "TypeSignature::admits_type_v2_1", - "return_type": "-> Result", - "replacement": "Ok(false)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_624_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 47.599758345, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 25.028239813, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/options.rs", - "line": 242, - "function": "native_is_okay", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__options.rs_line_242.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.114039378, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 186, - "function": "::get_burnchain_tokens_spent_for_winning_block", - "return_type": "-> Option", - "replacement": "Some(0)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__test_util__mod.rs_line_186_002.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 26.6687666, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 5.292237271, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/sequences.rs", - "line": 39, - "function": "get_simple_native_or_user_define", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from_iter([Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__sequences.rs_line_39_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.692766414, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 61, - "function": "ContractContext::check_name_used", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__contexts.rs_line_61_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 12.681563549, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 800, - "function": "::eq", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_800_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 40.080447051, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 39.718727664, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1025, - "function": "::short_circuit_contract_call", - "return_type": "-> Result", - "replacement": "Ok(true)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_1025.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 38.485995238, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 42.510900606999996, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/mod.rs", - "line": 110, - "function": "check_special_begin", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__mod.rs_line_110.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.906424339, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1962, - "function": "CallStack::remove", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1962.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 51.157111943, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 29.160260854, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/options.rs", - "line": 216, - "function": "native_some", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__options.rs_line_216.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 12.220008275, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 192, - "function": "inner_lex", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from(vec![(Default::default(), 1, 0)])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v1.rs_line_192_013.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 10.330472694000001, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 79, - "function": "ContractContext::check_function_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__contexts.rs_line_79_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.625222693, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/events.rs", - "line": 297, - "function": "FTTransferEventData::json_serialize", - "return_type": "-> serde_json::Value", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__events.rs_line_297.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 57.859039423, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 30.429721269, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 103, - "function": "build_ast_with_rules", - "return_type": "-> ParseResult", - "replacement": "ParseResult::from_iter([Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__mod.rs_line_103_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.409866316, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1398, - "function": "TypeChecker<'a, 'b>::type_check_define_trait", - "return_type": "-> CheckResult<(ClarityName, BTreeMap)>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_1398_005.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.728286225, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 59, - "function": ">::run_pass", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__read_only_checker__mod.rs_line_59_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 11.63476211, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/callables.rs", - "line": 87, - "function": "NativeHandle::apply", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__callables.rs_line_87.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 11.364737048, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 853, - "function": "TupleTypeSignature::is_empty", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_853_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 39.883010626, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 34.29683184, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/expression_identifier/mod.rs", - "line": 58, - "function": "ExpressionIdentifier::run_expression_pass", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__expression_identifier__mod.rs_line_58_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.11563227, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/contexts.rs", - "line": 82, - "function": "TypingContext<'a>::extend", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__contexts.rs_line_82_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.66124187, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 174, - "function": "inner_build_ast", - "return_type": "-> ParseResult<(ContractAST, Vec, bool)>", - "replacement": "ParseResult::from((Default::default(), vec![], true))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__mod.rs_line_174_010.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.605859802, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 177, - "function": "ContractContext::add_implemented_trait", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__contexts.rs_line_177_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.379261812, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 324, - "function": "DefinitionSorter::probe_for_dependencies_in_define_args", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__definition_sorter__mod.rs_line_324_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.652288677, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/assets.rs", - "line": 213, - "function": "check_special_burn_asset", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__natives__assets.rs_line_213.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.997024357, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/tests/assets.rs", - "line": 138, - "function": "test_native_stx_ops", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__tests__assets.rs_line_138.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 36.740305597, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 14.771344542, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/contract_interface_builder/mod.rs", - "line": 354, - "function": "ContractInterfaceMap::from_map", - "return_type": "-> Vec", - "replacement": "vec![]", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__contract_interface_builder__mod.rs_line_354_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 47.234631435, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 18.894662383, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 174, - "function": "inner_build_ast", - "return_type": "-> ParseResult<(ContractAST, Vec, bool)>", - "replacement": "ParseResult::from_iter([(Default::default(), vec![Default::default()], false)])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__mod.rs_line_174_011.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.170236449, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 195, - "function": "ContractContext::get_nft_type", - "return_type": "-> Option<&TypeSignature>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_195_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.920589719, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 269, - "function": "ContractContext::add_nft", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_269_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 10.211249323, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/expression_identifier/mod.rs", - "line": 23, - "function": "inner_relabel", - "return_type": "-> ParseResult", - "replacement": "ParseResult::new(1)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__expression_identifier__mod.rs_line_23_005.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.861061889, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 186, - "function": "ContractContext::get_map_type", - "return_type": "-> Option<&(TypeSignature, TypeSignature)>", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__contexts.rs_line_186_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 33.657978788, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 7.03949631, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 808, - "function": "ClarityDatabase<'a>::get_v1_unlock_height", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_808_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 29.56928478, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 20.960625051, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 766, - "function": "BurnBlockInfoProperty::type_result", - "return_type": "-> TypeSignature", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_766.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.08908094, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/principals.rs", - "line": 47, - "function": "version_matches_current_network", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__principals.rs_line_47_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 40.734514752, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 26.447290563, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 202, - "function": "::get_burn_block_height", - "return_type": "-> Option", - "replacement": "Some(1)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_202_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 37.256384926, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 19.926293097, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1092, - "function": "::to_sql", - "return_type": "-> rusqlite::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_1092.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.888288857, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/options.rs", - "line": 220, - "function": "is_some", - "return_type": "-> Result", - "replacement": "Ok(false)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__options.rs_line_220_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 44.004288468, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 29.910766272, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 885, - "function": ">::reset_memory", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_885.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 31.894235038, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 28.859045137, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/conversions.rs", - "line": 53, - "function": "buff_to_int_generic", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__conversions.rs_line_53.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.177320152, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 355, - "function": "::get_stacks_epoch", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_355_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.76544325, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 259, - "function": "ContractContext::add_ft", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_259_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.509576927, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/conversions.rs", - "line": 114, - "function": "native_buff_to_uint_be::convert_to_uint_be", - "return_type": "-> Value", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__conversions.rs_line_114.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.00742562, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 297, - "function": "trait_type_size", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from(0)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_297_006.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.00758945, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 65, - "function": "DefinitionSorter::run", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__definition_sorter__mod.rs_line_65_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.416354155, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 197, - "function": "::match_list_mut", - "return_type": "-> Option<&mut[PreSymbolicExpression]>", - "replacement": "Some(Vec::leak(Vec::new()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__representations.rs_line_197_002.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 45.540854802, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 25.873780334, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 131, - "function": "Parser<'a>::next_token", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_131_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 35.550023348, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 18.862946511, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 612, - "function": "clarity2_inner_type_check_type", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_612.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.782086703000001, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 89, - "function": "analysis_typecheck_cost", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_89.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 36.206214776, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 33.846225266, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 268, - "function": "ReadOnlyChecker<'a, 'b>::try_check_native_function_is_read_only", - "return_type": "-> Option>", - "replacement": "Some(CheckResult::from(false))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__read_only_checker__mod.rs_line_268_005.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.773324471, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 252, - "function": "::get_pox_payout_addrs", - "return_type": "-> Option<(Vec, u128)>", - "replacement": "Some((vec![], 1))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_252_004.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 36.555608511, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 25.60184258, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 213, - "function": "NullBackingStore::as_clarity_db", - "return_type": "-> ClarityDatabase", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_store.rs_line_213.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.8205632019999998, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/sequences.rs", - "line": 349, - "function": "check_special_len", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__sequences.rs_line_349.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.761785695, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 229, - "function": "RollbackWrapper<'a>::get_cc_special_cases_handler", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__key_value_wrapper.rs_line_229_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.559733141, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/sequences.rs", - "line": 367, - "function": "check_special_element_at", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__natives__sequences.rs_line_367.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.323392472, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 728, - "function": "parse_no_stack_limit", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new(vec![Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v1.rs_line_728_005.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.063857194, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 486, - "function": "ClarityDatabase<'a>::put_value_with_size", - "return_type": "-> Result", - "replacement": "Ok(0)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_486_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 46.42188379, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 23.775888027, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 554, - "function": "::fmt", - "return_type": "-> fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_554.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 45.055087113, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 32.046327672, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 472, - "function": "STXBalanceSnapshot<'db, 'conn>::increase_lock_v2", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__structures.rs_line_472.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 37.037842119, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 29.370265214, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1025, - "function": "::short_circuit_contract_call", - "return_type": "-> Result", - "replacement": "Ok(false)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_1025_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 45.006082373, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 34.868667613, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1099, - "function": "::column_result", - "return_type": "-> FromSqlResult", - "replacement": "FromSqlResult::new(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_1099_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.352193835, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 79, - "function": "ContractContext::check_function_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__contexts.rs_line_79_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.476737392, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 221, - "function": "CostStateSummary::empty", - "return_type": "-> CostStateSummary", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_221.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.739317124, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 284, - "function": "AssetMap::get_next_amount", - "return_type": "-> Result", - "replacement": "Ok(1)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_284_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 48.475099518, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 17.264508429, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 376, - "function": "::try_from", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_376.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.859424398, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 508, - "function": "parse_lexed", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from(vec![Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v1.rs_line_508_005.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.258614982, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 220, - "function": "::get_stacks_epoch_by_epoch_id", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__test_util__mod.rs_line_220_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.458736081, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 381, - "function": "native_bitwise_not", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_381_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.606488187, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1162, - "function": "Value::expect_result_err", - "return_type": "-> Value", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1162.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.75752776, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 41, - "function": "U128Ops::make_value", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_41_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.457032695, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 118, - "function": ">::run_pass", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from_iter([()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_118_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.05696944, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1196, - "function": "ExecutionCost::add_runtime", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_1196.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 32.023696899, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 27.022734443, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 429, - "function": "Graph::nodes_count", - "return_type": "-> usize", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__definition_sorter__mod.rs_line_429_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 42.981850625999996, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 17.965444856, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1205, - "function": "ListData::append", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1205.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 41.670846644, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 24.50694771, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/errors.rs", - "line": 319, - "function": "::message", - "return_type": "-> String", - "replacement": "\"xyzzy\".into()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__errors.rs_line_319_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 46.937143868, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 18.628296549, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 307, - "function": "DefinitionSorter::probe_for_dependencies_in_tuple", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::from(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__definition_sorter__mod.rs_line_307_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.896530466, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 448, - "function": "special_leq_v2", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_448_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.940220631999999, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 281, - "function": "ReadOnlyChecker<'a, 'b>::check_native_function_is_read_only", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from(false)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__read_only_checker__mod.rs_line_281_006.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.351228954, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/options.rs", - "line": 378, - "function": "check_special_match", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__natives__options.rs_line_378.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.25069332, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/sqlite.rs", - "line": 36, - "function": "sqlite_put", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__sqlite.rs_line_36.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 29.911254415, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 12.564174985, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/tests/contracts.rs", - "line": 1116, - "function": "test_cc_trait_stack_depth", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__tests__contracts.rs_line_1116.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 31.239563024, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 5.680353634, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/types.rs", - "line": 163, - "function": "ContractAnalysis::get_public_function_type", - "return_type": "-> Option<&FunctionType>", - "replacement": "Some(&Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__types.rs_line_163_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.508282932, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 195, - "function": "::from", - "return_type": "-> SerializedCostStateSummary", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_195.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.285770401, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 321, - "function": "::from", - "return_type": "-> FunctionSignature", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_321.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.43149399, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/types.rs", - "line": 135, - "function": "ContractAnalysis::add_public_function", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__types.rs_line_135.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 34.047313273, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 18.17468091, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 801, - "function": "OwnedEnvironment<'a, 'hooks>::eval_raw", - "return_type": "-> Result<(Value, AssetMap, Vec)>", - "replacement": "Ok((Default::default(), Default::default(), vec![Default::default()]))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_801_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.909948898, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 77, - "function": "StandardPrincipalData::transient", - "return_type": "-> StandardPrincipalData", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_77.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.11029184, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 158, - "function": "Parser<'a>::peek_last_token", - "return_type": "-> ParseResult<&PlacedToken>", - "replacement": "ParseResult::from(&Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_158_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.6473425630000005, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/sqlite.rs", - "line": 81, - "function": "SqliteConnection::get", - "return_type": "-> Option", - "replacement": "Some(String::new())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__sqlite.rs_line_81_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 28.528075671, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 12.570130101, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/mod.rs", - "line": 160, - "function": "check_special_merge", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__natives__mod.rs_line_160.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.907002352, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/docs/contracts.rs", - "line": 69, - "function": "doc_execute", - "return_type": "-> Result, vm::Error>", - "replacement": "Ok(None)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__docs__contracts.rs_line_69_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 26.008503965, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 16.654741835, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1371, - "function": "Environment<'a, 'b, 'hooks>::stx_transfer", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1371.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.622954921, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 157, - "function": "::get_stacks_block_header_hash_for_block", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_157_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 24.368637854, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 9.614269376, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 364, - "function": "native_xor", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_364_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.698651806, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 728, - "function": "parse_no_stack_limit", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new(vec![])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v1.rs_line_728_006.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.661505902, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/mod.rs", - "line": 614, - "function": "check_secp256k1_recover", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__mod.rs_line_614.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.581475673, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/assets.rs", - "line": 676, - "function": "special_transfer_token", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__assets.rs_line_676.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.092440808, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/mod.rs", - "line": 73, - "function": "boot_util::boot_code_id", - "return_type": "-> QualifiedContractIdentifier", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__mod.rs_line_73.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.612368648, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 364, - "function": "::get_stacks_epoch_by_epoch_id", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_364_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 18.531596885, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 21.225054529, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 309, - "function": "build_ast", - "return_type": "-> ParseResult", - "replacement": "ParseResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__mod.rs_line_309_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.508867405, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 202, - "function": "::get_burn_block_height", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_202_002.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 23.864226226, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 10.104613866, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/token.rs", - "line": 82, - "function": "Token::reproduce", - "return_type": "-> String", - "replacement": "String::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__token.rs_line_82_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 25.264722161999998, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 9.709583453, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1939, - "function": "CallStack::depth", - "return_type": "-> usize", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1939_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 24.267314544, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 16.837070555, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 299, - "function": "::get_with_proof", - "return_type": "-> Option<(String, Vec)>", - "replacement": "Some((String::new(), vec![]))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_store.rs_line_299_005.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 21.920846258, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 18.424661152, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 430, - "function": "ReadOnlyChecker<'a, 'b>::check_expression_application_is_read_only", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from(true)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__read_only_checker__mod.rs_line_430_005.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.616376004, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1349, - "function": "TypeSignature::construct_parent_list_type", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_1349.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.288212545, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1958, - "function": "CallStack::decr_apply_depth", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1958.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 26.600401821, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 19.989743685, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/tests/traits.rs", - "line": 1289, - "function": "test_return_trait_with_contract_of_wrapped_in_let", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__tests__traits.rs_line_1289.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 29.009153141, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 15.437786036, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 208, - "function": "AnalysisDatabase<'a>::get_implemented_traits", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::new(BTreeSet::new())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__analysis_db.rs_line_208_006.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.862248544, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 136, - "function": "ContractContext::add_variable_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__contexts.rs_line_136_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.556408203, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/sequences.rs", - "line": 156, - "function": "check_special_fold", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__sequences.rs_line_156.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.431726279, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 174, - "function": "inner_build_ast", - "return_type": "-> ParseResult<(ContractAST, Vec, bool)>", - "replacement": "ParseResult::from_iter([(Default::default(), vec![], true)])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__mod.rs_line_174_012.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 15.647648386, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 565, - "function": "::fmt", - "return_type": "-> fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_565.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 40.84148743, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 32.448491982, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 52, - "function": "ASCIIOps::make_value", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from_iter([Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_52_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.26081886, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/sqlite.rs", - "line": 81, - "function": "SqliteConnection::get", - "return_type": "-> Option", - "replacement": "Some(\"xyzzy\".into())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__sqlite.rs_line_81_002.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 32.626656162, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 18.534901281, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 57, - "function": "execute", - "return_type": "-> Value", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__test_util__mod.rs_line_57.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.850529461, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1000, - "function": "::add_memory", - "return_type": "-> std::result::Result<(), CostErrors>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_1000.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 34.878796206, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 23.276598361, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 283, - "function": "Parser<'a>::handle_open_tuple", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from(Some(Default::default()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_283_006.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.136009243, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 1109, - "function": "parse_collect_diagnostics", - "return_type": "-> (Vec, Vec, bool)", - "replacement": "(vec![], vec![Default::default()], true)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_1109_007.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.988646926, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1458, - "function": "Environment<'a, 'b, 'hooks>::register_stx_burn_event", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1458.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 30.49938114, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 24.982725296, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 152, - "function": "ContractContext::add_ft", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__contexts.rs_line_152_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 12.165259355, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 326, - "function": "::get_tokens_earned_for_block", - "return_type": "-> Option", - "replacement": "Some(0)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_326_002.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 50.069106489, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 38.395519661, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1886, - "function": "ClarityDatabase<'a>::make_key_for_account_unlock_height", - "return_type": "-> String", - "replacement": "\"xyzzy\".into()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1886_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 40.180192918, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 38.881562735, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 107, - "function": ">::short_circuit_contract_call", - "return_type": "-> std::result::Result", - "replacement": "Ok(true)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_107_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 42.95847726, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 39.374931606, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 474, - "function": "Lexer<'a>::read_utf8_encoding", - "return_type": "-> LexResult>", - "replacement": "LexResult::new(Ok(\"xyzzy\".into()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_474_006.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.108057129, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 554, - "function": "native_add", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_554_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.178613635, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/tests/mod.rs", - "line": 126, - "function": "env_factory", - "return_type": "-> MemoryEnvironmentGenerator", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__tests__mod.rs_line_126.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.322054291, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 541, - "function": "SymbolicExpression::list", - "return_type": "-> SymbolicExpression", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__representations.rs_line_541.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.282543401, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 545, - "function": "::fmt", - "return_type": "-> fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_545.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 52.840895529, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 37.432622127, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1279, - "function": "ClarityDatabase<'a>::load_map", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1279.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 12.036643082, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 278, - "function": "SequenceData::element_at", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_278_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 49.347844889, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 38.636617856, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/errors.rs", - "line": 120, - "function": "::eq", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__errors.rs_line_120_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 49.115926439, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 28.389632871, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 807, - "function": "Parser<'a>::parse_node", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from_iter([Some(Default::default())])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_807_005.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.492523957, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1019, - "function": "ClarityDatabase<'a>::make_microblock_pubkey_height_key", - "return_type": "-> String", - "replacement": "\"xyzzy\".into()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1019_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 51.606506044, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 36.831650301, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 137, - "function": "AnalysisDatabase<'a>::get_clarity_version", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from_iter([Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__analysis_db.rs_line_137_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.501612169, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 546, - "function": "special_less", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_546_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.457243993, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 244, - "function": "ReadOnlyChecker<'a, 'b>::check_each_expression_is_read_only", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from(false)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__read_only_checker__mod.rs_line_244_006.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.504797508, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 152, - "function": "ContractContext::add_ft", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__contexts.rs_line_152_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.670761802, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/errors.rs", - "line": 169, - "function": "::from", - "return_type": "-> Self", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__errors.rs_line_169.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.849175342, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1784, - "function": "GlobalContext<'a, 'hooks>::destruct", - "return_type": "-> Option<(ClarityDatabase<'a>, LimitedCostTracker)>", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1784_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 56.413423305, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 35.6409441, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1250, - "function": "int_log2", - "return_type": "-> Option", - "replacement": "Some(0)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_1250_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 49.141693087, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 37.601612205, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 416, - "function": "Graph::add_directed_edge", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__definition_sorter__mod.rs_line_416.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 34.989306497, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 17.466465636, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1954, - "function": "CallStack::incr_apply_depth", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1954.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 41.866090397, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 31.154120636, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 140, - "function": "Lexer<'a>::read_line", - "return_type": "-> LexResult", - "replacement": "LexResult::from_iter([\"xyzzy\".into()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_140_005.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.51237692, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 455, - "function": "lex", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new(vec![(Default::default(), 1, 1)])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v1.rs_line_455_014.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.48609231, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/mod.rs", - "line": 96, - "function": "version_string", - "return_type": "-> String", - "replacement": "\"xyzzy\".into()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__mod.rs_line_96_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 34.362733771, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 9.212597524, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 149, - "function": "::get_burn_block_time_for_block", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__test_util__mod.rs_line_149_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 35.788085428, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 8.82617681, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 705, - "function": "OwnedEnvironment<'a, 'hooks>::initialize_versioned_contract", - "return_type": "-> Result<((), AssetMap, Vec)>", - "replacement": "Ok(((), Default::default(), vec![]))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_705_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 44.831954726, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 15.090182692, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/mod.rs", - "line": 45, - "function": "FunctionType::check_args", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__mod.rs_line_45_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.360354967, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/options.rs", - "line": 381, - "function": "check_special_match", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__options.rs_line_381.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.370917968, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/traits_resolver/mod.rs", - "line": 201, - "function": "TraitsResolver::probe_for_generics", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__traits_resolver__mod.rs_line_201_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.710122429, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 455, - "function": "lex", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new(vec![(Default::default(), 0, 1)])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v1.rs_line_455_015.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.456378832, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 171, - "function": "AnalysisDatabase<'a>::get_read_only_function_type", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::from(Some(Default::default()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__analysis_db.rs_line_171_006.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.424480709, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/contexts.rs", - "line": 97, - "function": "TypingContext<'a>::lookup_variable_type", - "return_type": "-> Option<&TypeSignature>", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__contexts.rs_line_97_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 20.042694311, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 18.930639192, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 379, - "function": "DefinitionSorter::find_expression_definition", - "return_type": "-> Option<(ClarityName, u64, &'b PreSymbolicExpression)>", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__definition_sorter__mod.rs_line_379_002.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 36.940834085, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 24.234364352, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 356, - "function": "PreSymbolicExpression::match_atom_value", - "return_type": "-> Option<&Value>", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__representations.rs_line_356_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 39.233559056, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 29.985480537, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 358, - "function": "STXBalanceSnapshot<'db, 'conn>::get_available_balance", - "return_type": "-> u128", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__structures.rs_line_358_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 37.739339204, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 26.67107139, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 424, - "function": "STXBalanceSnapshot<'db, 'conn>::lock_tokens_v1", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__structures.rs_line_424.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 33.589232657, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 14.792188404000001, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/definition_sorter/mod.rs", - "line": 425, - "function": "Graph::has_node_descendants", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__definition_sorter__mod.rs_line_425_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 28.560514173, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 10.92884017, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 149, - "function": "::get_burn_block_time_for_block", - "return_type": "-> Option", - "replacement": "Some(0)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__test_util__mod.rs_line_149_002.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 28.816385037, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 17.271934231, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 376, - "function": "STXBalanceSnapshot<'db, 'conn>::has_locked_tokens", - "return_type": "-> bool", - "replacement": "false", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__structures.rs_line_376_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 36.477284325, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 36.890255694, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 871, - "function": "Value::size", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_871_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 34.175608003, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 28.78537271, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 66, - "function": "Lexer<'a>::add_diagnostic", - "return_type": "-> LexResult<()>", - "replacement": "LexResult::new(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_66_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.108235517, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1696, - "function": "TypeSignature::inner_type_size", - "return_type": "-> Option", - "replacement": "Some(0)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_1696_002.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 44.320511086, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 29.609091773, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 490, - "function": "AssetMap::get_nonfungible_tokens", - "return_type": "-> Option<&Vec>", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_490_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 42.287885164, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 31.10346802, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 347, - "function": "::from", - "return_type": "-> u32", - "replacement": "0", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_347_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 41.12595238, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 24.330271273, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1090, - "function": "Value::expect_bool", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1090_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 42.611320299, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 28.549585807, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 472, - "function": "ClarityDatabase<'a>::get", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_472_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.638111027, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 978, - "function": "TypeSignature::max_string_ascii", - "return_type": "-> TypeSignature", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_978.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.931341192, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 96, - "function": "QualifiedContractIdentifier::local", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_96.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.870243872, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1227, - "function": "ASCIIData::len", - "return_type": "-> BufferLength", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1227.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.265460549, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 103, - "function": "build_ast_with_rules", - "return_type": "-> ParseResult", - "replacement": "ParseResult::new(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__mod.rs_line_103_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 13.005884253, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 1198, - "function": "Value::sanitize_value", - "return_type": "-> Option<(Value, bool)>", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__serialization.rs_line_1198_002.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 49.168628594, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 29.024053219, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/arithmetic_checker/mod.rs", - "line": 132, - "function": "ArithmeticOnlyChecker<'a>::check_expression", - "return_type": "-> Result<(), Error>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__arithmetic_checker__mod.rs_line_132.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 38.409794398, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 28.05764615, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 308, - "function": "ContractContext::get_map_type", - "return_type": "-> Option<&(TypeSignature, TypeSignature)>", - "replacement": "Some(&(Default::default(), Default::default()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_308_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.720217247, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 535, - "function": "Value::deserialize_read_count", - "return_type": "-> Result<(Value, u64), SerializationError>", - "replacement": "Ok((Default::default(), 1))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__serialization.rs_line_535_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.656004812, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 517, - "function": "RollbackWrapper<'a>::has_entry", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__key_value_wrapper.rs_line_517_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 34.518163135, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 27.092392984, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1943, - "function": "ClarityDatabase<'a>::set_account_nonce", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1943.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 36.6293895, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 22.681779486, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 198, - "function": "::get_burn_block_height", - "return_type": "-> Option", - "replacement": "Some(0)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__test_util__mod.rs_line_198_002.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 40.826947395, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 14.3282823, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 320, - "function": "PreSymbolicExpression::list", - "return_type": "-> PreSymbolicExpression", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__representations.rs_line_320.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 11.600099759, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 192, - "function": "inner_lex", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from_iter([vec![(Default::default(), 0, 1)]])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v1.rs_line_192_014.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.591138675, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 860, - "function": "ClarityDatabase<'a>::get_block_time", - "return_type": "-> u64", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_860_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 44.398040446, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 28.689611908, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 680, - "function": "::drained_items", - "return_type": "-> Vec>", - "replacement": "vec![vec![]]", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_680_003.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 45.296636424, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 30.443814736, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1302, - "function": "ClarityDatabase<'a>::make_key_for_data_map_entry_serialized", - "return_type": "-> String", - "replacement": "\"xyzzy\".into()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1302_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 30.347954062, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 20.274584739, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 508, - "function": "parse_lexed", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new(vec![])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v1.rs_line_508_006.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.528023654, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/stack_depth_checker.rs", - "line": 74, - "function": "::run_pass", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__stack_depth_checker.rs_line_74_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.464220201, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 193, - "function": "::deserialize", - "return_type": "-> ContractCommitment", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_store.rs_line_193.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.360558556, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/assets.rs", - "line": 167, - "function": "check_special_transfer_token", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__natives__assets.rs_line_167.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.091336042, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 1543, - "function": "Environment<'a, 'b, 'hooks>::register_ft_mint_event", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_1543.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 38.463105709, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 24.444708185, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1398, - "function": "TypeChecker<'a, 'b>::type_check_define_trait", - "return_type": "-> CheckResult<(ClarityName, BTreeMap)>", - "replacement": "CheckResult::new((Default::default(), BTreeMap::new()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_1398_006.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.539080373, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 140, - "function": "Lexer<'a>::read_line", - "return_type": "-> LexResult", - "replacement": "LexResult::from_iter([String::new()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_140_006.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.107476202, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 994, - "function": "::add_cost", - "return_type": "-> std::result::Result<(), CostErrors>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_994.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 38.18072662, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 29.661343086, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 268, - "function": "ReadOnlyChecker<'a, 'b>::try_check_native_function_is_read_only", - "return_type": "-> Option>", - "replacement": "Some(CheckResult::new(false))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__read_only_checker__mod.rs_line_268_006.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.6562545440000003, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 546, - "function": "special_less", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_546_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.559963808, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 136, - "function": "::compute_cost", - "return_type": "-> std::result::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_136.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.776041893, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/mod.rs", - "line": 134, - "function": "check_special_get", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__natives__mod.rs_line_134.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.462766484, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v1.rs", - "line": 192, - "function": "inner_lex", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new(vec![(Default::default(), 1, 0)])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v1.rs_line_192_015.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.842202378, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/conversions.rs", - "line": 185, - "function": "native_int_to_string_generic", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__conversions.rs_line_185.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.417074565, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1250, - "function": "int_log2", - "return_type": "-> Option", - "replacement": "Some(1)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_1250_002.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 39.541193931, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 25.735125766, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 463, - "function": "SequenceData::concat", - "return_type": "-> Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_463.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 42.638711235, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 39.741630537, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 395, - "function": "::get_pox_payout_addrs", - "return_type": "-> Option<(Vec, u128)>", - "replacement": "Some((vec![], 0))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_395_004.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 43.845563944, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 30.648855664, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/errors.rs", - "line": 295, - "function": "check_arguments_at_most", - "return_type": "-> Result<(), CheckErrors>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__errors.rs_line_295.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 45.260007018, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 18.605821007, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/events.rs", - "line": 248, - "function": "NFTMintEventData::json_serialize", - "return_type": "-> serde_json::Value", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__events.rs_line_248.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 44.911721965, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 32.600880059, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/traits_resolver/mod.rs", - "line": 48, - "function": "TraitsResolver::run", - "return_type": "-> ParseResult<()>", - "replacement": "ParseResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__traits_resolver__mod.rs_line_48_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.32489063, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/database.rs", - "line": 374, - "function": "special_fetch_entry_v200", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__database.rs_line_374.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.86554453, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/sequences.rs", - "line": 39, - "function": "get_simple_native_or_user_define", - "return_type": "-> CheckResult", - "replacement": "CheckResult::new(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__natives__sequences.rs_line_39_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.454773066, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 368, - "function": "STXBalanceSnapshot<'db, 'conn>::canonical_balance_repr", - "return_type": "-> STXBalance", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__structures.rs_line_368.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.231322283, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 112, - "function": "ReadOnlyChecker<'a, 'b>::check_top_level_expression", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__read_only_checker__mod.rs_line_112_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 12.239621266, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/tests/contracts.rs", - "line": 1018, - "function": "test_as_max_len", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__tests__contracts.rs_line_1018.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 34.179691636, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 15.671927115999999, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 808, - "function": "TypeChecker<'a, 'b>::try_type_check_define", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::new(None)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_808_005.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 10.745185849, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/contexts.rs", - "line": 125, - "function": "TypingContext<'a>::add_trait_reference", - "return_type": "", - "replacement": "()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__contexts.rs_line_125.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 34.313757869, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 29.029249667, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/coverage.rs", - "line": 170, - "function": "CoverageReporter::register_src_file", - "return_type": "-> std::io::Result<()>", - "replacement": "Ok(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__coverage.rs_line_170.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 43.607268573, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 35.622755999, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/mod.rs", - "line": 50, - "function": "mem_type_check", - "return_type": "-> CheckResult<(Option, ContractAnalysis)>", - "replacement": "CheckResult::from((Some(Default::default()), Default::default()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__mod.rs_line_50_006.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.315511482, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1957, - "function": "ClarityDatabase<'a>::get_stacks_epoch", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1957.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 35.222915093, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 11.328519857, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 116, - "function": "ContractContext::add_private_function_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__contexts.rs_line_116_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.823427713, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/assets.rs", - "line": 193, - "function": "special_stx_transfer_memo", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__assets.rs_line_193.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.909436999, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/options.rs", - "line": 281, - "function": "eval_with_new_binding", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__options.rs_line_281.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.077166654, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/natives/sequences.rs", - "line": 448, - "function": "check_special_replace_at", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__natives__sequences.rs_line_448.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.294529404, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 807, - "function": "Parser<'a>::parse_node", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::from(None)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_807_006.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.326502129, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 153, - "function": "AnalysisDatabase<'a>::get_public_function_type", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::from(None)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__analysis_db.rs_line_153_005.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.504475188, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/mod.rs", - "line": 197, - "function": "NativeFunctions::lookup_by_name_at_version", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__mod.rs_line_197_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 24.048479159, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 17.808590713, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/key_value_wrapper.rs", - "line": 338, - "function": "RollbackWrapper<'a>::set_block_hash", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__key_value_wrapper.rs_line_338_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.546011066, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1039, - "function": "TypeChecker<'a, 'b>::type_check_function_type", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_1039.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.864745194, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/analysis_db.rs", - "line": 153, - "function": "AnalysisDatabase<'a>::get_public_function_type", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::new(None)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__analysis_db.rs_line_153_006.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.923530797, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1117, - "function": "::cost_overflow_add", - "return_type": "-> Result", - "replacement": "Ok(1)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_1117_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 26.508027949, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 16.640065772, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 652, - "function": "OwnedEnvironment<'a, 'hooks>::execute_in_env", - "return_type": "-> std::result::Result<(A, AssetMap, Vec), E>", - "replacement": "Ok((Default::default(), Default::default(), vec![Default::default()]))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_652_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.012795219, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/assets.rs", - "line": 809, - "function": "special_get_owner_v200", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__assets.rs_line_809.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.406070102, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 210, - "function": "Lexer<'a>::read_identifier", - "return_type": "-> LexResult", - "replacement": "LexResult::from(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_210_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.667292021, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 381, - "function": "native_bitwise_not", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::from(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_381_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 14.667656772, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 62, - "function": "TraitContext::add_defined_trait", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_62_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 12.33786275, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/contexts.rs", - "line": 490, - "function": "AssetMap::get_nonfungible_tokens", - "return_type": "-> Option<&Vec>", - "replacement": "Some(&vec![Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__contexts.rs_line_490_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.225935431, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 265, - "function": "SequenceData::len", - "return_type": "-> usize", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_265_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 37.984105754, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 42.050733852, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 87, - "function": "ast_check_size", - "return_type": "-> ParseResult", - "replacement": "ParseResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__mod.rs_line_87_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.517114944, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 951, - "function": "Value::buff_from_byte", - "return_type": "-> Value", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_951.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.528452093, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 498, - "function": "TypeSignature::new_response", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_498.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.4778322, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 268, - "function": "ReadOnlyChecker<'a, 'b>::try_check_native_function_is_read_only", - "return_type": "-> Option>", - "replacement": "Some(CheckResult::from_iter([false]))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__read_only_checker__mod.rs_line_268_007.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.093728423, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 1139, - "function": "Value::serialized_size", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__serialization.rs_line_1139_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 45.804290951, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 18.674116114, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 247, - "function": "FunctionType::check_args_by_allowing_trait_cast_2_05", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from_iter([Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_247_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.695849144, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/traits_resolver/mod.rs", - "line": 182, - "function": "TraitsResolver::try_parse_pre_expr", - "return_type": "-> Option<(DefineFunctions, Vec<&'a PreSymbolicExpression>)>", - "replacement": "Some((Default::default(), vec![]))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__traits_resolver__mod.rs_line_182_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.7490313969999995, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 256, - "function": "SequenceData::element_size", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_256_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 47.409234857, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 28.341277848, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/assets.rs", - "line": 894, - "function": "special_get_token_supply", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__assets.rs_line_894.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.915850974, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 687, - "function": "Parser<'a>::read_sugared_principal", - "return_type": "-> ParseResult", - "replacement": "ParseResult::from(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_687_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 14.69252308, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 1055, - "function": "TypeChecker<'a, 'b>::type_check_define_function", - "return_type": "-> CheckResult<(ClarityName, FixedFunction)>", - "replacement": "CheckResult::from((Default::default(), Default::default()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_1055_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 11.749194734, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 59, - "function": "UTF8Ops::make_value", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_59_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.470660267, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 209, - "function": "::get_sortition_id_from_consensus_hash", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_209_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.756368945, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/assets.rs", - "line": 98, - "function": "special_stx_balance", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__assets.rs_line_98.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 12.832674491, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 521, - "function": "Parser<'a>::read_principal", - "return_type": "-> ParseResult", - "replacement": "ParseResult::from_iter([Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_521_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 12.947827315, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 305, - "function": "type_reserved_variable", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_305_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 42.335500023, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 32.877376951, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 533, - "function": "ClarityDatabase<'a>::make_key_for_trip", - "return_type": "-> String", - "replacement": "\"xyzzy\".into()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_533_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 37.471427921, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 32.780624531, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/contexts.rs", - "line": 106, - "function": "ContractContext::add_read_only_function_type", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::from(())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__contexts.rs_line_106_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.736656181, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 1957, - "function": "ClarityDatabase<'a>::get_stacks_epoch", - "return_type": "-> Option", - "replacement": "Some(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_1957_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 3.509405639, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/conversions.rs", - "line": 113, - "function": "native_buff_to_uint_be", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__conversions.rs_line_113.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.141065258, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/test_util/mod.rs", - "line": 247, - "function": "::get_burn_start_height", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__test_util__mod.rs_line_247_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 44.13739254, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 40.125210515, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/read_only_checker/mod.rs", - "line": 430, - "function": "ReadOnlyChecker<'a, 'b>::check_expression_application_is_read_only", - "return_type": "-> CheckResult", - "replacement": "CheckResult::from_iter([false])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__read_only_checker__mod.rs_line_430_006.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 9.963388702, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/variables.rs", - "line": 63, - "function": "lookup_reserved_variable", - "return_type": "-> Result>", - "replacement": "Ok(Some(Default::default()))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__variables.rs_line_63_001.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.535581032, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 394, - "function": "::from", - "return_type": "-> u32", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_394_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 39.952005101, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 23.617219181, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 235, - "function": "::get_side_store", - "return_type": "-> &Connection", - "replacement": "&Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_store.rs_line_235.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.656178141, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1201, - "function": "ListData::is_empty", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1201_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 49.489746618, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 33.041983563, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_store.rs", - "line": 299, - "function": "::get_with_proof", - "return_type": "-> Option<(String, Vec)>", - "replacement": "Some((\"xyzzy\".into(), vec![]))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_store.rs_line_299_006.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 51.329030283, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 26.468425005, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/costs/mod.rs", - "line": 1137, - "function": "ExecutionCost::proportion_largest_dimension", - "return_type": "-> u64", - "replacement": "1", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__costs__mod.rs_line_1137_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 36.555538419, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 22.640570818, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/mod.rs", - "line": 188, - "function": "Parser<'a>::ignore_whitespace_and_comments", - "return_type": "-> Vec", - "replacement": "vec![]", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__mod.rs_line_188_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 37.034935247, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 26.986605578, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 292, - "function": "ContractContext::add_used_trait", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_292_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.606336936, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 1417, - "function": "TypeSignature::parse_buff_type_repr", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_1417.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 2.913355191, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/serialization.rs", - "line": 1127, - "function": "Value::try_deserialize_bytes_untyped", - "return_type": "-> Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__serialization.rs_line_1127.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.89696969, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 525, - "function": "ClarityDatabase<'a>::get_with_proof", - "return_type": "-> Option<(T, Vec)>", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_525_003.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 35.900587594, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 9.863629944, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 857, - "function": "TupleTypeSignature::field_type", - "return_type": "-> Option<&TypeSignature>", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_857_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 50.456279174, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 12.878278679, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/types.rs", - "line": 190, - "function": "ContractAnalysis::get_defined_trait", - "return_type": "-> Option<&BTreeMap>", - "replacement": "Some(&BTreeMap::new())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__types.rs_line_190_002.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.891138019, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/mod.rs", - "line": 808, - "function": "TypeChecker<'a, 'b>::try_type_check_define", - "return_type": "-> CheckResult>", - "replacement": "CheckResult::from_iter([Some(())])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__mod.rs_line_808_006.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.041745706, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/mod.rs", - "line": 69, - "function": "parse_in_epoch", - "return_type": "-> ParseResult>", - "replacement": "ParseResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__mod.rs_line_69_006.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.182562353, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/signatures.rs", - "line": 966, - "function": "TypeSignature::min_string_ascii", - "return_type": "-> TypeSignature", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__signatures.rs_line_966.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 8.35559007, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_05/natives/options.rs", - "line": 32, - "function": "check_special_okay", - "return_type": "-> TypeResult", - "replacement": "Default::default()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_05__natives__options.rs_line_32.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 7.39571413, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 52, - "function": "ASCIIOps::make_value", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_52_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.818288195, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/functions/arithmetic.rs", - "line": 377, - "function": "native_bitwise_or", - "return_type": "-> InterpreterResult", - "replacement": "InterpreterResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__functions__arithmetic.rs_line_377_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 5.082426207, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/mod.rs", - "line": 845, - "function": "type_reserved_variable", - "return_type": "-> Option", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__mod.rs_line_845_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 30.844208801, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 28.736619355, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/expression_identifier/mod.rs", - "line": 23, - "function": "inner_relabel", - "return_type": "-> ParseResult", - "replacement": "ParseResult::from(1)", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__expression_identifier__mod.rs_line_23_006.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 12.046932821, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/representations.rs", - "line": 578, - "function": "SymbolicExpression::match_atom", - "return_type": "-> Option<&ClarityName>", - "replacement": "None", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__representations.rs_line_578_001.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 33.749375559, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 32.440156654, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/clarity_db.rs", - "line": 937, - "function": "ClarityDatabase<'a>::get_pox_payout_addrs_for_burnchain_height", - "return_type": "-> Option<(Vec, u128)>", - "replacement": "Some((vec![Default::default()], 0))", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__clarity_db.rs_line_937_004.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 6.081197322, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/analysis/type_checker/v2_1/contexts.rs", - "line": 269, - "function": "ContractContext::add_nft", - "return_type": "-> CheckResult<()>", - "replacement": "CheckResult::new()", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__analysis__type_checker__v2_1__contexts.rs_line_269_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.781516944, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-pgjgbb.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/ast/parser/v2/lexer/mod.rs", - "line": 575, - "function": "Lexer<'a>::read_utf8_string", - "return_type": "-> LexResult", - "replacement": "LexResult::from_iter([Default::default()])", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__ast__parser__v2__lexer__mod.rs_line_575_003.log", - "summary": "Unviable", - "phase_results": [ - { - "phase": "Build", - "duration": 4.913395626, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-ao2d5y.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/database/structures.rs", - "line": 680, - "function": "STXBalanceSnapshot<'db, 'conn>::is_v3_locked", - "return_type": "-> bool", - "replacement": "true", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__database__structures.rs_line_680_001.log", - "summary": "MissedMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 49.340433176, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 16.825422903, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-S5qjeM.tmp/clarity/Cargo.toml" - ] - } - ] - }, - { - "scenario": { - "Mutant": { - "package": "clarity", - "file": "clarity/src/vm/types/mod.rs", - "line": 1547, - "function": "::fmt", - "return_type": "-> fmt::Result", - "replacement": "Ok(Default::default())", - "genre": "FnValue" - } - }, - "log_path": "/Users/asuciu/Documents/GitHub/my-core/stacks-core/mutants.out/log/clarity__src__vm__types__mod.rs_line_1547.log", - "summary": "CaughtMutant", - "phase_results": [ - { - "phase": "Build", - "duration": 42.293006761, - "process_status": "Success", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "build", - "--tests", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - }, - { - "phase": "Test", - "duration": 12.07106779, - "process_status": "Failure", - "argv": [ - "/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo", - "test", - "--manifest-path", - "/tmp/cargo-mutants-mutation-test-stacks-core-G26z29.tmp/clarity/Cargo.toml" - ] - } - ] - } - ], - "total_mutants": 2912, - "missed": 634, - "caught": 487, - "timeout": 0, - "unviable": 1791, - "success": 0, - "failure": 0 -} diff --git a/mutation-testing/mutants/stx-genesis/caught.txt b/mutation-testing/mutants/stx-genesis/caught.txt new file mode 100644 index 0000000000..26e704cf83 --- /dev/null +++ b/mutation-testing/mutants/stx-genesis/caught.txt @@ -0,0 +1 @@ +stx-genesis/src/lib.rs:100: replace ::next -> Option with Some(Default::default()) diff --git a/mutation-testing/mutants/stx-genesis/missed.txt b/mutation-testing/mutants/stx-genesis/missed.txt new file mode 100644 index 0000000000..40e4c3349b --- /dev/null +++ b/mutation-testing/mutants/stx-genesis/missed.txt @@ -0,0 +1,3 @@ +stx-genesis/src/lib.rs:108: replace ::count -> usize with 1 +stx-genesis/src/lib.rs:100: replace ::next -> Option with None +stx-genesis/src/lib.rs:108: replace ::count -> usize with 0 diff --git a/mutation-testing/mutants/stx-genesis/timeout.txt b/mutation-testing/mutants/stx-genesis/timeout.txt new file mode 100644 index 0000000000..e69de29bb2 diff --git a/mutation-testing/mutants/stx-genesis/unviable.txt b/mutation-testing/mutants/stx-genesis/unviable.txt new file mode 100644 index 0000000000..12714bff17 --- /dev/null +++ b/mutation-testing/mutants/stx-genesis/unviable.txt @@ -0,0 +1,11 @@ +stx-genesis/src/lib.rs:71: replace GenesisData::read_namespaces -> Box> with Box::new(Default::default()) +stx-genesis/src/lib.rs:148: replace read_lockups -> Box> with Box::new(Default::default()) +stx-genesis/src/lib.rs:157: replace read_namespaces -> Box> with Box::new(Default::default()) +stx-genesis/src/lib.rs:129: replace iter_deflated_csv -> Box>> with Box::new(Default::default()) +stx-genesis/src/lib.rs:140: replace read_balances -> Box> with Box::new(Default::default()) +stx-genesis/src/lib.rs:85: replace GenesisData::read_name_zonefiles -> Box> with Box::new(Default::default()) +stx-genesis/src/lib.rs:78: replace GenesisData::read_names -> Box> with Box::new(Default::default()) +stx-genesis/src/lib.rs:64: replace GenesisData::read_lockups -> Box> with Box::new(Default::default()) +stx-genesis/src/lib.rs:115: replace read_deflated_zonefiles -> Box> with Box::new(Default::default()) +stx-genesis/src/lib.rs:57: replace GenesisData::read_balances -> Box> with Box::new(Default::default()) +stx-genesis/src/lib.rs:171: replace read_names -> Box> with Box::new(Default::default()) diff --git a/mutation-testing/scripts/README.md b/mutation-testing/scripts/README.md index c393b7cc34..6c3ab068df 100644 --- a/mutation-testing/scripts/README.md +++ b/mutation-testing/scripts/README.md @@ -1,15 +1,3 @@ -## steps to reproduce working version with same number lines: - -from the root of the repository - -```bash -cd mutation-testing/scripts -sh append.sh -# can see on git how the trails folder files were modified -git status ./.. - -``` - ## steps to reproduce working version with different number lines: in trials/mutants-stable/caught.txt replace line number 23 with 109 diff --git a/mutation-testing/scripts/append.sh b/mutation-testing/scripts/append-old-delete.sh similarity index 100% rename from mutation-testing/scripts/append.sh rename to mutation-testing/scripts/append-old-delete.sh