Skip to content

πŸ”΄ Chronic Build Failures β€” Error ReportΒ #6096

Description

@github-actions

Build Error Aggregation Report

Aggregation Period: Last 24 hours
Generated: https://github.com/makr-code/ThemisDB/actions/runs/33409082220

πŸ” Error Summary

  • Total Input Findings: 2665
  • Total Unique Diagnostics: 1002
  • Chronic Diagnostics (appearing β‰₯3x): 213
  • Module/File Groups: 220

By Compiler

  • gcc: 607
  • n/a: 376
  • clang: 10
  • gcc_or_clang: 8
  • unknown: 1

By Error Type

  • compiler_warning: 599
  • gap_marker: 376
  • compiler_error: 26
  • docker_build_failure: 1

πŸ“ Diagnostics by Module/File (src/)

config β€” src/config/config_file_watcher.cpp

  • Total: 58
  • Compiler Errors: 0
  • Compiler Warnings: 58
  • GAP/SIMULATION/MOCKUP Markers: 0
  1. [49x] compiler_warning (gcc) β€” ignoring return value of β€˜ssize_t write(int, const void*, size_t)’ declared with attribute β€˜warn_unused_result’ [-Wunused-result]
    • Location: src/config/config_file_watcher.cpp:236:20
  2. [6x] compiler_warning (clang) β€” ignoring return value of β€˜ssize_t write(int, const void*, size_t)’ declared with attribute β€˜warn_unused_result’ [-Wunused-result]
    • Location: src/config/config_file_watcher.cpp:236:20
  3. [3x] compiler_warning (gcc_or_clang) β€” ignoring return value of β€˜ssize_t write(int, const void*, size_t)’ declared with attribute β€˜warn_unused_result’ [-Wunused-result]
    • Location: src/config/config_file_watcher.cpp:236:20

storage β€” src/storage/rocksdb_wrapper.cpp

  • Total: 40
  • Compiler Errors: 0
  • Compiler Warnings: 40
  • GAP/SIMULATION/MOCKUP Markers: 0
  1. [40x] compiler_warning (gcc) β€” β€˜%06u’ directive output may be truncated writing between 6 and 10 bytes into a region of size 8 [-Wformat-truncation=]
    • Location: src/storage/rocksdb_wrapper.cpp:1014:33

index β€” src/index/vector_index.cpp

  • Total: 32
  • Compiler Errors: 0
  • Compiler Warnings: 32
  • GAP/SIMULATION/MOCKUP Markers: 0
  1. [8x] compiler_warning (gcc) β€” ignoring β€˜#pragma unroll ’ [-Wunknown-pragmas]
    • Location: src/index/vector_index.cpp:440
  2. [8x] compiler_warning (gcc) β€” ignoring β€˜#pragma omp simd’ [-Wunknown-pragmas]
    • Location: src/index/vector_index.cpp:2660
  3. [8x] compiler_warning (gcc) β€” this β€˜if’ clause does not guard... [-Wmisleading-indentation]
    • Location: src/index/vector_index.cpp:1158:17
  4. [8x] compiler_warning (gcc) β€” this β€˜if’ clause does not guard... [-Wmisleading-indentation]
    • Location: src/index/vector_index.cpp:2552:17

analytics β€” src/analytics/streaming_join.cpp

  • Total: 32
  • Compiler Errors: 0
  • Compiler Warnings: 32
  • GAP/SIMULATION/MOCKUP Markers: 0
  1. [8x] compiler_warning (gcc) β€” β€˜std::vector<std::shared_ptrthemisdb::analytics::Column > themisdb::analytics::{anonymous}::makeEmptyOutputCols(const std::vector<std::shared_ptrthemisdb::analytics::Column >&)’ defined but not used [-Wunused-function]
    • Location: src/analytics/streaming_join.cpp:157:38
  2. [8x] compiler_warning (gcc) β€” β€˜void themisdb::analytics::{anonymous}::appendNullRow(std::vector<std::shared_ptrthemisdb::analytics::Column >&)’ defined but not used [-Wunused-function]
    • Location: src/analytics/streaming_join.cpp:125:6
  3. [8x] compiler_warning (gcc) β€” β€˜std::vector<std::shared_ptrthemisdb::analytics::Column > themisdb::analytics::{anonymous}::projectColumns(const themisdb::analytics::ColumnBatch&, const std::vector<std::__cxx11::basic_string >&)’ defined but not used [-Wunused-function]
    • Location: src/analytics/streaming_join.cpp:103:38
  4. [8x] compiler_warning (gcc) β€” β€˜std::vector themisdb::analytics::{anonymous}::resolveColumns(const themisdb::analytics::ColumnBatch&, const std::vector<std::__cxx11::basic_string >&)’ defined but not used [-Wunused-function]
    • Location: src/analytics/streaming_join.cpp:76:21

temporal β€” src/temporal/temporal_query_engine.cpp

  • Total: 24
  • Compiler Errors: 0
  • Compiler Warnings: 24
  • GAP/SIMULATION/MOCKUP Markers: 0
  1. [24x] compiler_warning (gcc) β€” β€˜std::vectorthemisdb::temporal::VersionedDocument themisdb::temporal::{anonymous}::mergeDistinctKey(std::vectorthemisdb::temporal::VersionedDocument)’ defined but not used [-Wunused-function]
    • Location: src/temporal/temporal_query_engine.cpp:659:32

security β€” src/security/access_control.cpp

  • Total: 24
  • Compiler Errors: 0
  • Compiler Warnings: 24
  • GAP/SIMULATION/MOCKUP Markers: 0
  1. [8x] compiler_warning (gcc) β€” missing initializer for member β€˜themis::utils::AuditLoggerConfig::splunk_token’ [-Wmissing-field-initializers]
    • Location: src/security/access_control.cpp:53:9
  2. [8x] compiler_warning (gcc) β€” missing initializer for member β€˜themis::utils::AuditLoggerConfig::siem_ca_bundle_path’ [-Wmissing-field-initializers]
    • Location: src/security/access_control.cpp:53:9
  3. [8x] compiler_warning (gcc) β€” missing initializer for member β€˜themis::utils::AuditLoggerConfig::secondary_log_path’ [-Wmissing-field-initializers]
    • Location: src/security/access_control.cpp:53:9

transaction β€” src/transaction/distributed_transaction_manager.cpp

  • Total: 24
  • Compiler Errors: 0
  • Compiler Warnings: 15
  • GAP/SIMULATION/MOCKUP Markers: 9
  1. [15x] compiler_warning (gcc) β€” β€˜std::string themis::transaction::{anonymous}::formatTimePoint(std::chrono::_V2::system_clock::time_point)’ defined but not used [-Wunused-function]
    • Location: src/transaction/distributed_transaction_manager.cpp:152:13
  2. [1x] gap_marker β€” GAP marker found
    • Location: src/transaction/distributed_transaction_manager.cpp:41
    • Marker: GAP
  3. [1x] gap_marker β€” STUB marker found
    • Location: src/transaction/distributed_transaction_manager.cpp:67
    • Marker: STUB
  4. [1x] gap_marker β€” STUB marker found
    • Location: src/transaction/distributed_transaction_manager.cpp:69
    • Marker: STUB
  5. [1x] gap_marker β€” SIMULATION marker found
    • Location: src/transaction/distributed_transaction_manager.cpp:69
    • Marker: SIMULATION
  6. [1x] gap_marker β€” STUB marker found
    • Location: src/transaction/distributed_transaction_manager.cpp:97
    • Marker: STUB
  7. [1x] gap_marker β€” STUB marker found
    • Location: src/transaction/distributed_transaction_manager.cpp:99
    • Marker: STUB
  8. [1x] gap_marker β€” SIMULATION marker found
    • Location: src/transaction/distributed_transaction_manager.cpp:99
    • Marker: SIMULATION
  9. [1x] gap_marker β€” GAP marker found
    • Location: src/transaction/distributed_transaction_manager.cpp:344
    • Marker: GAP
  10. [1x] gap_marker β€” GAP marker found
  • Location: src/transaction/distributed_transaction_manager.cpp:378
  • Marker: GAP

query β€” src/query/plan_cache.cpp

  • Total: 21
  • Compiler Errors: 0
  • Compiler Warnings: 0
  • GAP/SIMULATION/MOCKUP Markers: 21
  1. [1x] gap_marker β€” GAP marker found
    • Location: src/query/plan_cache.cpp:180
    • Marker: GAP
  2. [1x] gap_marker β€” GAP marker found
    • Location: src/query/plan_cache.cpp:191
    • Marker: GAP
  3. [1x] gap_marker β€” GAP marker found
    • Location: src/query/plan_cache.cpp:207
    • Marker: GAP
  4. [1x] gap_marker β€” GAP marker found
    • Location: src/query/plan_cache.cpp:239
    • Marker: GAP
  5. [1x] gap_marker β€” GAP marker found
    • Location: src/query/plan_cache.cpp:246
    • Marker: GAP
  6. [1x] gap_marker β€” GAP marker found
    • Location: src/query/plan_cache.cpp:259
    • Marker: GAP
  7. [1x] gap_marker β€” GAP marker found
    • Location: src/query/plan_cache.cpp:316
    • Marker: GAP
  8. [1x] gap_marker β€” GAP marker found
    • Location: src/query/plan_cache.cpp:344
    • Marker: GAP
  9. [1x] gap_marker β€” GAP marker found
    • Location: src/query/plan_cache.cpp:351
    • Marker: GAP
  10. [1x] gap_marker β€” GAP marker found
  • Location: src/query/plan_cache.cpp:385
  • Marker: GAP

... and 11 more diagnostics

utils β€” src/utils/timestamp_utils.cpp

  • Total: 20
  • Compiler Errors: 0
  • Compiler Warnings: 20
  • GAP/SIMULATION/MOCKUP Markers: 0
  1. [7x] compiler_warning (clang) β€” β€˜:’ directive output may be truncated writing 1 byte into a region of size between 0 and 16 [-Wformat-truncation=]
    • Location: src/utils/timestamp_utils.cpp:93:44
  2. [7x] compiler_warning (clang) β€” β€˜%03lld’ directive output may be truncated writing between 3 and 13 bytes into a region of size 7 [-Wformat-truncation=]
    • Location: src/utils/timestamp_utils.cpp:235:49
  3. [3x] compiler_warning (gcc_or_clang) β€” β€˜:’ directive output may be truncated writing 1 byte into a region of size between 0 and 16 [-Wformat-truncation=]
    • Location: src/utils/timestamp_utils.cpp:93:44
  4. [3x] compiler_warning (gcc_or_clang) β€” β€˜%03lld’ directive output may be truncated writing between 3 and 13 bytes into a region of size 7 [-Wformat-truncation=]
    • Location: src/utils/timestamp_utils.cpp:235:49

analytics β€” src/analytics/process_mining.cpp

  • Total: 20
  • Compiler Errors: 0
  • Compiler Warnings: 18
  • GAP/SIMULATION/MOCKUP Markers: 2
  1. [9x] compiler_warning (gcc) β€” β€˜bool themis::{anonymous}::dfgReachable(const SubDFG&, const std::string&, const std::string&)’ defined but not used [-Wunused-function]
    • Location: src/analytics/process_mining.cpp:1383:6
  2. [9x] compiler_warning (gcc) β€” β€˜std::unordered_map<std::__cxx11::basic_string, int> themis::{anonymous}::buildActivityIds(const std::vectorthemis::ProcessTrace&)’ defined but not used [-Wunused-function]
    • Location: src/analytics/process_mining.cpp:1327:38
  3. [1x] gap_marker β€” STUB marker found
    • Location: src/analytics/process_mining.cpp:14
    • Marker: STUB
  4. [1x] gap_marker β€” SIMULATION marker found
    • Location: src/analytics/process_mining.cpp:14
    • Marker: SIMULATION

voice β€” src/voice/voice_session_manager.cpp

  • Total: 17
  • Compiler Errors: 0
  • Compiler Warnings: 8
  • GAP/SIMULATION/MOCKUP Markers: 9
  1. [8x] compiler_warning (gcc) β€” enumeration value β€˜CLOSING’ not handled in switch [-Wswitch]
    • Location: src/voice/voice_session_manager.cpp:28:12
  2. [1x] gap_marker β€” GAP marker found
    • Location: src/voice/voice_session_manager.cpp:453
    • Marker: GAP
  3. [1x] gap_marker β€” GAP marker found
    • Location: src/voice/voice_session_manager.cpp:454
    • Marker: GAP
  4. [1x] gap_marker β€” GAP marker found
    • Location: src/voice/voice_session_manager.cpp:460
    • Marker: GAP
  5. [1x] gap_marker β€” GAP marker found
    • Location: src/voice/voice_session_manager.cpp:465
    • Marker: GAP
  6. [1x] gap_marker β€” GAP marker found
    • Location: src/voice/voice_session_manager.cpp:472
    • Marker: GAP
  7. [1x] gap_marker β€” GAP marker found
    • Location: src/voice/voice_session_manager.cpp:484
    • Marker: GAP
  8. [1x] gap_marker β€” GAP marker found
    • Location: src/voice/voice_session_manager.cpp:493
    • Marker: GAP
  9. [1x] gap_marker β€” GAP marker found
    • Location: src/voice/voice_session_manager.cpp:504
    • Marker: GAP
  10. [1x] gap_marker β€” GAP marker found
  • Location: src/voice/voice_session_manager.cpp:521
  • Marker: GAP

storage β€” src/storage/nvme_manager.cpp

  • Total: 16
  • Compiler Errors: 0
  • Compiler Warnings: 16
  • GAP/SIMULATION/MOCKUP Markers: 0
  1. [8x] compiler_warning (gcc) β€” ISO C++ forbids flexible array member β€˜zones’ [-Wpedantic]
    • Location: src/storage/nvme_manager.cpp:79:78
  2. [8x] compiler_warning (gcc) β€” β€˜int themis_io_uring_register(int, unsigned int, void*, unsigned int)’ defined but not used [-Wunused-function]
    • Location: src/storage/nvme_manager.cpp:55:12

storage β€” src/storage/storage_engine.cpp

  • Total: 16
  • Compiler Errors: 0
  • Compiler Warnings: 16
  • GAP/SIMULATION/MOCKUP Markers: 0
  1. [8x] compiler_warning (gcc) β€” moving a temporary object prevents copy elision [-Wpessimizing-move]
    • Location: src/storage/storage_engine.cpp:577:21
  2. [8x] compiler_warning (gcc) β€” moving a temporary object prevents copy elision [-Wpessimizing-move]
    • Location: src/storage/storage_engine.cpp:585:21

index β€” src/index/hnsw_layer_optimizer.cpp

  • Total: 16
  • Compiler Errors: 0
  • Compiler Warnings: 16
  • GAP/SIMULATION/MOCKUP Markers: 0
  1. [8x] compiler_warning (gcc) β€” comparison of integer expressions of different signedness: β€˜const int’ and β€˜const size_t’ {aka β€˜const long unsigned int’} [-Wsign-compare]
    • Location: src/index/hnsw_layer_optimizer.cpp:91:53
  2. [8x] compiler_warning (gcc) β€” comparison of integer expressions of different signedness: β€˜const int’ and β€˜const size_t’ {aka β€˜const long unsigned int’} [-Wsign-compare]
    • Location: src/index/hnsw_layer_optimizer.cpp:128:25

index β€” src/index/distributed_vector_index.cpp

  • Total: 16
  • Compiler Errors: 0
  • Compiler Warnings: 16
  • GAP/SIMULATION/MOCKUP Markers: 0
  1. [8x] compiler_warning (gcc) β€” when initialized here [-Wreorder]
    • Location: src/index/distributed_vector_index.cpp:62:1
  2. [8x] compiler_warning (gcc) β€” when initialized here [-Wreorder]
    • Location: src/index/distributed_vector_index.cpp:79:1

index β€” src/index/tiered_index_manager.cpp

  • Total: 16
  • Compiler Errors: 0
  • Compiler Warnings: 16
  • GAP/SIMULATION/MOCKUP Markers: 0
  1. [16x] compiler_warning (gcc) β€” typedef β€˜using Tier = enum class themis::index::IndexTierMeta::Tier’ locally defined but not used [-Wunused-local-typedefs]
    • Location: src/index/tiered_index_manager.cpp:286:11

cdc β€” src/cdc/changefeed_buffer.cpp

  • Total: 16
  • Compiler Errors: 0
  • Compiler Warnings: 16
  • GAP/SIMULATION/MOCKUP Markers: 0
  1. [8x] compiler_warning (gcc) β€” ignoring β€˜#pragma warning ’ [-Wunknown-pragmas]
    • Location: src/cdc/changefeed_buffer.cpp:114
  2. [8x] compiler_warning (gcc) β€” ignoring β€˜#pragma warning ’ [-Wunknown-pragmas]
    • Location: src/cdc/changefeed_buffer.cpp:266

models β€” src/models/kimi-linear.cpp

  • Total: 16
  • Compiler Errors: 0
  • Compiler Warnings: 16
  • GAP/SIMULATION/MOCKUP Markers: 0
  1. [8x] compiler_warning (gcc) β€” implicit capture of β€˜this’ via β€˜[=]’ is deprecated in C++20 [-Wdeprecated]
    • Location: src/models/kimi-linear.cpp:598:25
  2. [8x] compiler_warning (gcc) β€” implicit capture of β€˜this’ via β€˜[=]’ is deprecated in C++20 [-Wdeprecated]
    • Location: src/models/kimi-linear.cpp:602:27

security β€” src/security/input_validator.cpp

  • Total: 16
  • Compiler Errors: 0
  • Compiler Warnings: 16
  • GAP/SIMULATION/MOCKUP Markers: 0
  1. [8x] compiler_warning (gcc) β€” comparison of integer expressions of different signedness: β€˜int’ and β€˜const size_t’ {aka β€˜const long unsigned int’} [-Wsign-compare]
    • Location: src/security/input_validator.cpp:123:17
  2. [8x] compiler_warning (gcc) β€” comparison is always true due to limited range of data type [-Wtype-limits]
    • Location: src/security/input_validator.cpp:423:12

index β€” src/index/graph_index.cpp

  • Total: 16
  • Compiler Errors: 0
  • Compiler Warnings: 16
  • GAP/SIMULATION/MOCKUP Markers: 0
  1. [8x] compiler_warning (gcc) β€” missing initializer for member β€˜themis::GraphIndexManager::AdjacencyInfo::graphId’ [-Wmissing-field-initializers]
    • Location: src/index/graph_index.cpp:464:41
  2. [8x] compiler_warning (gcc) β€” missing initializer for member β€˜themis::GraphIndexManager::AdjacencyInfo::graphId’ [-Wmissing-field-initializers]
    • Location: src/index/graph_index.cpp:495:41

query β€” src/query/functions/tensor_functions.cpp

  • Total: 16
  • Compiler Errors: 0
  • Compiler Warnings: 16
  • GAP/SIMULATION/MOCKUP Markers: 0
  1. [1x] compiler_warning (gcc) β€” missing initializer for member β€˜themis::query::functions::FunctionCost::index_type’ [-Wmissing-field-initializers]
    • Location: src/query/functions/tensor_functions.cpp:202:13
  2. [1x] compiler_warning (gcc) β€” missing initializer for member β€˜themis::query::functions::FunctionSignature::examples’ [-Wmissing-field-initializers]
    • Location: src/query/functions/tensor_functions.cpp:203:9
  3. [1x] compiler_warning (gcc) β€” missing initializer for member β€˜themis::query::functions::FunctionCost::index_type’ [-Wmissing-field-initializers]
    • Location: src/query/functions/tensor_functions.cpp:238:13
  4. [1x] compiler_warning (gcc) β€” missing initializer for member β€˜themis::query::functions::FunctionSignature::examples’ [-Wmissing-field-initializers]
    • Location: src/query/functions/tensor_functions.cpp:239:9
  5. [1x] compiler_warning (gcc) β€” missing initializer for member β€˜themis::query::functions::FunctionCost::index_type’ [-Wmissing-field-initializers]
    • Location: src/query/functions/tensor_functions.cpp:272:88
  6. [1x] compiler_warning (gcc) β€” missing initializer for member β€˜themis::query::functions::FunctionSignature::examples’ [-Wmissing-field-initializers]
    • Location: src/query/functions/tensor_functions.cpp:273:9
  7. [1x] compiler_warning (gcc) β€” missing initializer for member β€˜themis::query::functions::FunctionCost::index_type’ [-Wmissing-field-initializers]
    • Location: src/query/functions/tensor_functions.cpp:321:95
  8. [1x] compiler_warning (gcc) β€” missing initializer for member β€˜themis::query::functions::FunctionSignature::examples’ [-Wmissing-field-initializers]
    • Location: src/query/functions/tensor_functions.cpp:322:9
  9. [1x] compiler_warning (gcc) β€” missing initializer for member β€˜themis::query::functions::FunctionCost::index_type’ [-Wmissing-field-initializers]
    • Location: src/query/functions/tensor_functions.cpp:370:88
  10. [1x] compiler_warning (gcc) β€” missing initializer for member β€˜themis::query::functions::FunctionSignature::examples’ [-Wmissing-field-initializers]
  • Location: src/query/functions/tensor_functions.cpp:371:9

... and 6 more diagnostics

voice β€” src/voice/voice_assistant.cpp

  • Total: 15
  • Compiler Errors: 0
  • Compiler Warnings: 0
  • GAP/SIMULATION/MOCKUP Markers: 15
  1. [1x] gap_marker β€” GAP marker found
    • Location: src/voice/voice_assistant.cpp:45
    • Marker: GAP
  2. [1x] gap_marker β€” GAP marker found
    • Location: src/voice/voice_assistant.cpp:46
    • Marker: GAP
  3. [1x] gap_marker β€” GAP marker found
    • Location: src/voice/voice_assistant.cpp:47
    • Marker: GAP
  4. [1x] gap_marker β€” GAP marker found
    • Location: src/voice/voice_assistant.cpp:48
    • Marker: GAP
  5. [1x] gap_marker β€” GAP marker found
    • Location: src/voice/voice_assistant.cpp:58
    • Marker: GAP
  6. [1x] gap_marker β€” GAP marker found
    • Location: src/voice/voice_assistant.cpp:63
    • Marker: GAP
  7. [1x] gap_marker β€” GAP marker found
    • Location: src/voice/voice_assistant.cpp:77
    • Marker: GAP
  8. [1x] gap_marker β€” GAP marker found
    • Location: src/voice/voice_assistant.cpp:95
    • Marker: GAP
  9. [1x] gap_marker β€” GAP marker found
    • Location: src/voice/voice_assistant.cpp:118
    • Marker: GAP
  10. [1x] gap_marker β€” GAP marker found
  • Location: src/voice/voice_assistant.cpp:143
  • Marker: GAP

... and 5 more diagnostics

analytics β€” src/analytics/cep_engine.cpp

  • Total: 12
  • Compiler Errors: 0
  • Compiler Warnings: 9
  • GAP/SIMULATION/MOCKUP Markers: 3
  1. [9x] compiler_warning (gcc) β€” array subscript -3 is outside array bounds of β€˜std::__cxx11::sub_match<__gnu_cxx::__normal_iterator<const char*, std::__cxx11::basic_string > > [384307168202282325]’ [-Warray-bounds=]
    • Location: src/analytics/cep_engine.cpp:2302:41
  2. [1x] gap_marker β€” GAP marker found
    • Location: src/analytics/cep_engine.cpp:2120
    • Marker: GAP
  3. [1x] gap_marker β€” GAP marker found
    • Location: src/analytics/cep_engine.cpp:2168
    • Marker: GAP
  4. [1x] gap_marker β€” GAP marker found
    • Location: src/analytics/cep_engine.cpp:2170
    • Marker: GAP

utils β€” src/utils/ner_detection_engine.cpp

  • Total: 10
  • Compiler Errors: 0
  • Compiler Warnings: 10
  • GAP/SIMULATION/MOCKUP Markers: 0
  1. [7x] compiler_warning (clang) β€” variable β€˜deadline’ set but not used [-Wunused-but-set-variable]
    • Location: src/utils/ner_detection_engine.cpp:177:10
  2. [3x] compiler_warning (gcc_or_clang) β€” variable β€˜deadline’ set but not used [-Wunused-but-set-variable]
    • Location: src/utils/ner_detection_engine.cpp:177:10

rag β€” src/rag/knowledge_graph_retriever.cpp

  • Total: 10
  • Compiler Errors: 0
  • Compiler Warnings: 8
  • GAP/SIMULATION/MOCKUP Markers: 2
  1. [8x] compiler_warning (gcc) β€” variable β€˜best_node’ set but not used [-Wunused-but-set-variable]
    • Location: src/rag/knowledge_graph_retriever.cpp:384:23
  2. [1x] gap_marker β€” GAP marker found
    • Location: src/rag/knowledge_graph_retriever.cpp:221
    • Marker: GAP
  3. [1x] gap_marker β€” GAP marker found
    • Location: src/rag/knowledge_graph_retriever.cpp:231
    • Marker: GAP

storage β€” src/storage/ggml_tensor_bridge.cpp

  • Total: 10
  • Compiler Errors: 0
  • Compiler Warnings: 0
  • GAP/SIMULATION/MOCKUP Markers: 10
  1. [1x] gap_marker β€” STUB marker found
    • Location: src/storage/ggml_tensor_bridge.cpp:49
    • Marker: STUB
  2. [1x] gap_marker β€” SIMULATION marker found
    • Location: src/storage/ggml_tensor_bridge.cpp:49
    • Marker: SIMULATION
  3. [1x] gap_marker β€” STUB marker found
    • Location: src/storage/ggml_tensor_bridge.cpp:60
    • Marker: STUB
  4. [1x] gap_marker β€” STUB marker found
    • Location: src/storage/ggml_tensor_bridge.cpp:82
    • Marker: STUB
  5. [1x] gap_marker β€” SIMULATION marker found
    • Location: src/storage/ggml_tensor_bridge.cpp:82
    • Marker: SIMULATION
  6. [1x] gap_marker β€” STUB marker found
    • Location: src/storage/ggml_tensor_bridge.cpp:92
    • Marker: STUB
  7. [1x] gap_marker β€” STUB marker found
    • Location: src/storage/ggml_tensor_bridge.cpp:114
    • Marker: STUB
  8. [1x] gap_marker β€” SIMULATION marker found
    • Location: src/storage/ggml_tensor_bridge.cpp:114
    • Marker: SIMULATION
  9. [1x] gap_marker β€” STUB marker found
    • Location: src/storage/ggml_tensor_bridge.cpp:125
    • Marker: STUB
  10. [1x] gap_marker β€” STUB marker found
  • Location: src/storage/ggml_tensor_bridge.cpp:222
  • Marker: STUB

llm β€” src/llm/gpu_memory_manager.cpp

  • Total: 10
  • Compiler Errors: 0
  • Compiler Warnings: 0
  • GAP/SIMULATION/MOCKUP Markers: 10
  1. [1x] gap_marker β€” GAP marker found
    • Location: src/llm/gpu_memory_manager.cpp:131
    • Marker: GAP
  2. [1x] gap_marker β€” GAP marker found
    • Location: src/llm/gpu_memory_manager.cpp:137
    • Marker: GAP
  3. [1x] gap_marker β€” GAP marker found
    • Location: src/llm/gpu_memory_manager.cpp:158
    • Marker: GAP
  4. [1x] gap_marker β€” GAP marker found
    • Location: src/llm/gpu_memory_manager.cpp:597
    • Marker: GAP
  5. [1x] gap_marker β€” GAP marker found
    • Location: src/llm/gpu_memory_manager.cpp:613
    • Marker: GAP
  6. [1x] gap_marker β€” GAP marker found
    • Location: src/llm/gpu_memory_manager.cpp:644
    • Marker: GAP
  7. [1x] gap_marker β€” GAP marker found
    • Location: src/llm/gpu_memory_manager.cpp:681
    • Marker: GAP
  8. [1x] gap_marker β€” GAP marker found
    • Location: src/llm/gpu_memory_manager.cpp:2443
    • Marker: GAP
  9. [1x] gap_marker β€” GAP marker found
    • Location: src/llm/gpu_memory_manager.cpp:2525
    • Marker: GAP
  10. [1x] gap_marker β€” GAP marker found
  • Location: src/llm/gpu_memory_manager.cpp:2548
  • Marker: GAP

llm β€” src/llm/llm_plugin_manager.cpp

  • Total: 10
  • Compiler Errors: 0
  • Compiler Warnings: 0
  • GAP/SIMULATION/MOCKUP Markers: 10
  1. [1x] gap_marker β€” GAP marker found
    • Location: src/llm/llm_plugin_manager.cpp:341
    • Marker: GAP
  2. [1x] gap_marker β€” GAP marker found
    • Location: src/llm/llm_plugin_manager.cpp:1076
    • Marker: GAP
  3. [1x] gap_marker β€” GAP marker found
    • Location: src/llm/llm_plugin_manager.cpp:1096
    • Marker: GAP
  4. [1x] gap_marker β€” GAP marker found
    • Location: src/llm/llm_plugin_manager.cpp:1097
    • Marker: GAP
  5. [1x] gap_marker β€” GAP marker found
    • Location: src/llm/llm_plugin_manager.cpp:1098
    • Marker: GAP
  6. [1x] gap_marker β€” GAP marker found
    • Location: src/llm/llm_plugin_manager.cpp:1122
    • Marker: GAP
  7. [1x] gap_marker β€” GAP marker found
    • Location: src/llm/llm_plugin_manager.cpp:1137
    • Marker: GAP
  8. [1x] gap_marker β€” GAP marker found
    • Location: src/llm/llm_plugin_manager.cpp:1154
    • Marker: GAP
  9. [1x] gap_marker β€” GAP marker found
    • Location: src/llm/llm_plugin_manager.cpp:1190
    • Marker: GAP
  10. [1x] gap_marker β€” GAP marker found
  • Location: src/llm/llm_plugin_manager.cpp:1240
  • Marker: GAP

llama_cpp β€” src/llama_cpp/llama_cpp_plugin.cpp

  • Total: 10
  • Compiler Errors: 0
  • Compiler Warnings: 0
  • GAP/SIMULATION/MOCKUP Markers: 10
  1. [1x] gap_marker β€” STUB marker found
    • Location: src/llama_cpp/llama_cpp_plugin.cpp:347
    • Marker: STUB
  2. [1x] gap_marker β€” SIMULATION marker found
    • Location: src/llama_cpp/llama_cpp_plugin.cpp:347
    • Marker: SIMULATION
  3. [1x] gap_marker β€” STUB marker found
    • Location: src/llama_cpp/llama_cpp_plugin.cpp:586
    • Marker: STUB
  4. [1x] gap_marker β€” SIMULATION marker found
    • Location: src/llama_cpp/llama_cpp_plugin.cpp:586
    • Marker: SIMULATION
  5. [1x] gap_marker β€” STUB marker found
    • Location: src/llama_cpp/llama_cpp_plugin.cpp:775
    • Marker: STUB
  6. [1x] gap_marker β€” SIMULATION marker found
    • Location: src/llama_cpp/llama_cpp_plugin.cpp:775
    • Marker: SIMULATION
  7. [1x] gap_marker β€” STUB marker found
    • Location: src/llama_cpp/llama_cpp_plugin.cpp:823
    • Marker: STUB
  8. [1x] gap_marker β€” SIMULATION marker found
    • Location: src/llama_cpp/llama_cpp_plugin.cpp:823
    • Marker: SIMULATION
  9. [1x] gap_marker β€” STUB marker found
    • Location: src/llama_cpp/llama_cpp_plugin.cpp:848
    • Marker: STUB
  10. [1x] gap_marker β€” SIMULATION marker found
  • Location: src/llama_cpp/llama_cpp_plugin.cpp:848
  • Marker: SIMULATION

base β€” src/base/remote_registry_client.cpp

  • Total: 10
  • Compiler Errors: 0
  • Compiler Warnings: 0
  • GAP/SIMULATION/MOCKUP Markers: 10
  1. [1x] gap_marker β€” GAP marker found
    • Location: src/base/remote_registry_client.cpp:163
    • Marker: GAP
  2. [1x] gap_marker β€” GAP marker found
    • Location: src/base/remote_registry_client.cpp:182
    • Marker: GAP
  3. [1x] gap_marker β€” GAP marker found
    • Location: src/base/remote_registry_client.cpp:205
    • Marker: GAP
  4. [1x] gap_marker β€” GAP marker found
    • Location: src/base/remote_registry_client.cpp:218
    • Marker: GAP
  5. [1x] gap_marker β€” GAP marker found
    • Location: src/base/remote_registry_client.cpp:604
    • Marker: GAP
  6. [1x] gap_marker β€” GAP marker found
    • Location: src/base/remote_registry_client.cpp:654
    • Marker: GAP
  7. [1x] gap_marker β€” GAP marker found
    • Location: src/base/remote_registry_client.cpp:664
    • Marker: GAP
  8. [1x] gap_marker β€” GAP marker found
    • Location: src/base/remote_registry_client.cpp:738
    • Marker: GAP
  9. [1x] gap_marker β€” GAP marker found
    • Location: src/base/remote_registry_client.cpp:784
    • Marker: GAP
  10. [1x] gap_marker β€” GAP marker found
  • Location: src/base/remote_registry_client.cpp:802
  • Marker: GAP

temporal β€” src/temporal/temporal_migrator.cpp

  • Total: 9
  • Compiler Errors: 0
  • Compiler Warnings: 9
  • GAP/SIMULATION/MOCKUP Markers: 0
  1. [9x] compiler_warning (gcc) β€” variable β€˜ts’ set but not used [-Wunused-but-set-variable]
    • Location: src/temporal/temporal_migrator.cpp:243:19

query β€” src/query/functions/lora_functions.cpp

  • Total: 9
  • Compiler Errors: 0
  • Compiler Warnings: 9
  • GAP/SIMULATION/MOCKUP Markers: 0
  1. [1x] compiler_warning (gcc) β€” missing initializer for member β€˜themis::query::functions::FunctionCost::index_type’ [-Wmissing-field-initializers]
    • Location: src/query/functions/lora_functions.cpp:136:9
  2. [1x] compiler_warning (gcc) β€” missing initializer for member β€˜themis::query::functions::FunctionCost::index_type’ [-Wmissing-field-initializers]
    • Location: src/query/functions/lora_functions.cpp:231:9
  3. [1x] compiler_warning (gcc) β€” missing initializer for member β€˜themis::query::functions::FunctionCost::index_type’ [-Wmissing-field-initializers]
    • Location: src/query/functions/lora_functions.cpp:538:9
  4. [1x] compiler_warning (gcc) β€” missing initializer for member β€˜themis::query::functions::FunctionCost::index_type’ [-Wmissing-field-initializers]
    • Location: src/query/functions/lora_functions.cpp:635:9
  5. [1x] compiler_warning (gcc) β€” missing initializer for member β€˜themis::query::functions::FunctionCost::index_type’ [-Wmissing-field-initializers]
    • Location: src/query/functions/lora_functions.cpp:748:9
  6. [1x] compiler_warning (gcc) β€” missing initializer for member β€˜themis::query::functions::FunctionCost::index_type’ [-Wmissing-field-initializers]
    • Location: src/query/functions/lora_functions.cpp:824:9
  7. [1x] compiler_warning (gcc) β€” missing initializer for member β€˜themis::query::functions::FunctionCost::index_type’ [-Wmissing-field-initializers]
    • Location: src/query/functions/lora_functions.cpp:877:9
  8. [1x] compiler_warning (gcc) β€” missing initializer for member β€˜themis::query::functions::FunctionCost::index_type’ [-Wmissing-field-initializers]
    • Location: src/query/functions/lora_functions.cpp:938:9
  9. [1x] compiler_warning (gcc) β€” missing initializer for member β€˜themis::query::functions::FunctionCost::index_type’ [-Wmissing-field-initializers]
    • Location: src/query/functions/lora_functions.cpp:994:9

plugins β€” src/plugins/plugin_hot_plug_monitor.cpp

  • Total: 8
  • Compiler Errors: 0
  • Compiler Warnings: 8
  • GAP/SIMULATION/MOCKUP Markers: 0
  1. [8x] compiler_warning (gcc) β€” when initialized here [-Wreorder]
    • Location: src/plugins/plugin_hot_plug_monitor.cpp:90:1

tensor β€” src/tensor/hyper_index_builder.cpp

  • Total: 8
  • Compiler Errors: 0
  • Compiler Warnings: 8
  • GAP/SIMULATION/MOCKUP Markers: 0
  1. [8x] compiler_warning (gcc) β€” β€˜weight’ may be used uninitialized [-Wmaybe-uninitialized]
    • Location: src/tensor/hyper_index_builder.cpp:350:9

storage β€” src/storage/disk_space_monitor.cpp

  • Total: 8
  • Compiler Errors: 0
  • Compiler Warnings: 8
  • GAP/SIMULATION/MOCKUP Markers: 0
  1. [8x] compiler_warning (gcc) β€” comparison of integer expressions of different signedness: β€˜std::chrono::duration<long int, std::ratio<60> >::rep’ {aka β€˜long int’} and β€˜const size_t’ {aka β€˜const long unsigned int’} [-Wsign-compare]
    • Location: src/storage/disk_space_monitor.cpp:472:36

storage β€” src/storage/tiered_storage.cpp

  • Total: 8
  • Compiler Errors: 0
  • Compiler Warnings: 8
  • GAP/SIMULATION/MOCKUP Markers: 0
  1. [8x] compiler_warning (gcc) β€” variable β€˜promote’ set but not used [-Wunused-but-set-variable]
    • Location: src/storage/tiered_storage.cpp:399:18

storage β€” src/storage/gguf_metadata.cpp

  • Total: 8
  • Compiler Errors: 0
  • Compiler Warnings: 8
  • GAP/SIMULATION/MOCKUP Markers: 0
  1. [8x] compiler_warning (gcc) β€” β€˜bool themis::storage::{anonymous}::isValidHexSha256Signature(const std::string&)’ defined but not used [-Wunused-function]
    • Location: src/storage/gguf_metadata.cpp:124:20

storage β€” src/storage/compression_strategy.cpp

  • Total: 8
  • Compiler Errors: 0
  • Compiler Warnings: 8
  • GAP/SIMULATION/MOCKUP Markers: 0
  1. [8x] compiler_warning (gcc) β€” comparison of integer expressions of different signedness: β€˜std::vector::size_type’ {aka β€˜long unsigned int’} and β€˜int’ [-Wsign-compare]
    • Location: src/storage/compression_strategy.cpp:661:21

index β€” src/index/ann_index.cpp

  • Total: 8
  • Compiler Errors: 0
  • Compiler Warnings: 8
  • GAP/SIMULATION/MOCKUP Markers: 0
  1. [8x] compiler_warning (gcc) β€” typedef β€˜using Candidate = struct std::pair<float, long unsigned int>’ locally defined but not used [-Wunused-local-typedefs]
    • Location: src/index/ann_index.cpp:457:11

index β€” src/index/property_graph.cpp

  • Total: 8
  • Compiler Errors: 0
  • Compiler Warnings: 8
  • GAP/SIMULATION/MOCKUP Markers: 0
  1. [8x] compiler_warning (gcc) β€” β€˜std::vector<std::__cxx11::basic_string, std::allocator<std::__cxx11::basic_string > > themis::{anonymous}::parseLabelsField(const std::string&)’ defined but not used [-Wunused-function]
    • Location: src/index/property_graph.cpp:31:40

updates β€” src/updates/update_state_machine.cpp

  • Total: 8
  • Compiler Errors: 0
  • Compiler Warnings: 8
  • GAP/SIMULATION/MOCKUP Markers: 0
  1. [8x] compiler_warning (gcc) β€” variable β€˜is_idempotent’ set but not used [-Wunused-but-set-variable]
    • Location: src/updates/update_state_machine.cpp:528:10

auth β€” src/auth/jwt_validator.cpp

  • Total: 8
  • Compiler Errors: 0
  • Compiler Warnings: 8
  • GAP/SIMULATION/MOCKUP Markers: 0
  1. [8x] compiler_warning (gcc) β€” missing initializer for member β€˜themis::auth::JWTValidatorConfig::revoked_kids’ [-Wmissing-field-initializers]
    • Location: src/auth/jwt_validator.cpp:72:7

auth β€” src/auth/jwks_security.cpp

  • Total: 8
  • Compiler Errors: 0
  • Compiler Warnings: 8
  • GAP/SIMULATION/MOCKUP Markers: 0
  1. [8x] compiler_warning (gcc) β€” β€˜std::string themis::auth::{anonymous}::readFile(const std::string&)’ defined but not used [-Wunused-function]
    • Location: src/auth/jwks_security.cpp:77:13

auth β€” src/auth/totp_secret_encryption.cpp

  • Total: 8
  • Compiler Errors: 0
  • Compiler Warnings: 8
  • GAP/SIMULATION/MOCKUP Markers: 0
  1. [8x] compiler_warning (gcc) β€” variable β€˜now’ set but not used [-Wunused-but-set-variable]
    • Location: src/auth/totp_secret_encryption.cpp:405:10

index β€” src/index/approximate_radius_search.cpp

  • Total: 8
  • Compiler Errors: 0
  • Compiler Warnings: 8
  • GAP/SIMULATION/MOCKUP Markers: 0
  1. [8x] compiler_warning (gcc) β€” variable β€˜best_radius’ set but not used [-Wunused-but-set-variable]
    • Location: src/index/approximate_radius_search.cpp:193:11

transaction β€” src/transaction/transaction_manager.cpp

  • Total: 8
  • Compiler Errors: 0
  • Compiler Warnings: 8
  • GAP/SIMULATION/MOCKUP Markers: 0
  1. [8x] compiler_warning (gcc) β€” when initialized here [-Wreorder]
    • Location: src/transaction/transaction_manager.cpp:927:1

timeseries β€” src/timeseries/compression_selector.cpp

  • Total: 8
  • Compiler Errors: 0
  • Compiler Warnings: 8
  • GAP/SIMULATION/MOCKUP Markers: 0
  1. [8x] compiler_warning (gcc) β€” variable β€˜modal’ set but not used [-Wunused-but-set-variable]
    • Location: src/timeseries/compression_selector.cpp:57:21

replication β€” src/replication/conflict_resolution.cpp

  • Total: 8
  • Compiler Errors: 0
  • Compiler Warnings: 8
  • GAP/SIMULATION/MOCKUP Markers: 0
  1. [8x] compiler_warning (gcc) β€” β€˜const themisdb::replication::MMWriteEntry& themisdb::replication::{anonymous}::pickEarliestHlc(const std::vectorthemisdb::replication::MMWriteEntry&)’ defined but not used [-Wunused-function]
    • Location: src/replication/conflict_resolution.cpp:69:21

training β€” src/training/multi_task_lora.cpp

  • Total: 8
  • Compiler Errors: 0
  • Compiler Warnings: 0
  • GAP/SIMULATION/MOCKUP Markers: 8
  1. [1x] gap_marker β€” STUB marker found
    • Location: src/training/multi_task_lora.cpp:82
    • Marker: STUB
  2. [1x] gap_marker β€” SIMULATION marker found
    • Location: src/training/multi_task_lora.cpp:82
    • Marker: SIMULATION
  3. [1x] gap_marker β€” STUB marker found
    • Location: src/training/multi_task_lora.cpp:126
    • Marker: STUB
  4. [1x] gap_marker β€” SIMULATION marker found
    • Location: src/training/multi_task_lora.cpp:126
    • Marker: SIMULATION
  5. [1x] gap_marker β€” STUB marker found
    • Location: src/training/multi_task_lora.cpp:151
    • Marker: STUB
  6. [1x] gap_marker β€” SIMULATION marker found
    • Location: src/training/multi_task_lora.cpp:151
    • Marker: SIMULATION
  7. [1x] gap_marker β€” STUB marker found
    • Location: src/training/multi_task_lora.cpp:282
    • Marker: STUB
  8. [1x] gap_marker β€” SIMULATION marker found
    • Location: src/training/multi_task_lora.cpp:282
    • Marker: SIMULATION

server β€” src/server/auth_middleware.cpp

  • Total: 7
  • Compiler Errors: 0
  • Compiler Warnings: 0
  • GAP/SIMULATION/MOCKUP Markers: 7
  1. [1x] gap_marker β€” GAP marker found
    • Location: src/server/auth_middleware.cpp:191
    • Marker: GAP
  2. [1x] gap_marker β€” GAP marker found
    • Location: src/server/auth_middleware.cpp:269
    • Marker: GAP
  3. [1x] gap_marker β€” GAP marker found
    • Location: src/server/auth_middleware.cpp:273
    • Marker: GAP
  4. [1x] gap_marker β€” GAP marker found
    • Location: src/server/auth_middleware.cpp:423
    • Marker: GAP
  5. [1x] gap_marker β€” GAP marker found
    • Location: src/server/auth_middleware.cpp:431
    • Marker: GAP
  6. [1x] gap_marker β€” GAP marker found
    • Location: src/server/auth_middleware.cpp:437
    • Marker: GAP
  7. [1x] gap_marker β€” GAP marker found
    • Location: src/server/auth_middleware.cpp:441
    • Marker: GAP

server β€” src/server/http_server.cpp

  • Total: 7
  • Compiler Errors: 0
  • Compiler Warnings: 0
  • GAP/SIMULATION/MOCKUP Markers: 7
  1. [1x] gap_marker β€” GAP marker found
    • Location: src/server/http_server.cpp:358
    • Marker: GAP
  2. [1x] gap_marker β€” GAP marker found
    • Location: src/server/http_server.cpp:718
    • Marker: GAP
  3. [1x] gap_marker β€” GAP marker found
    • Location: src/server/http_server.cpp:1794
    • Marker: GAP
  4. [1x] gap_marker β€” GAP marker found
    • Location: src/server/http_server.cpp:1800
    • Marker: GAP
  5. [1x] gap_marker β€” GAP marker found
    • Location: src/server/http_server.cpp:2067
    • Marker: GAP
  6. [1x] gap_marker β€” GAP marker found
    • Location: src/server/http_server.cpp:2435
    • Marker: GAP
  7. [1x] gap_marker β€” GAP marker found
    • Location: src/server/http_server.cpp:4322
    • Marker: GAP

gpu β€” src/gpu/p2p_transfer.cpp

  • Total: 6
  • Compiler Errors: 0
  • Compiler Warnings: 6
  • GAP/SIMULATION/MOCKUP Markers: 0
  1. [6x] compiler_warning (gcc) β€” β€˜themis::gpu::InterconnectType themis::gpu::{anonymous}::detectInterconnect(int, int, const std::vectorthemis::gpu::DeviceInfo&)’ defined but not used [-Wunused-function]
    • Location: src/gpu/p2p_transfer.cpp:102:18

llm β€” src/llm/paged_kv_cache.cpp

  • Total: 6
  • Compiler Errors: 0
  • Compiler Warnings: 6
  • GAP/SIMULATION/MOCKUP Markers: 0
  1. [1x] compiler_warning (gcc) β€” dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
    • Location: src/llm/paged_kv_cache.cpp:285:34
  2. [1x] compiler_warning (gcc) β€” dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
    • Location: src/llm/paged_kv_cache.cpp:363:35
  3. [1x] compiler_warning (gcc) β€” dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
    • Location: src/llm/paged_kv_cache.cpp:380:30
  4. [1x] compiler_warning (gcc) β€” dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
    • Location: src/llm/paged_kv_cache.cpp:381:28
  5. [1x] compiler_warning (gcc) β€” dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
    • Location: src/llm/paged_kv_cache.cpp:456:22
  6. [1x] compiler_warning (gcc) β€” dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
    • Location: src/llm/paged_kv_cache.cpp:484:21

voice β€” src/voice/voice_browser_streaming.cpp

  • Total: 6
  • Compiler Errors: 0
  • Compiler Warnings: 0
  • GAP/SIMULATION/MOCKUP Markers: 6
  1. [1x] gap_marker β€” STUB marker found
    • Location: src/voice/voice_browser_streaming.cpp:132
    • Marker: STUB
  2. [1x] gap_marker β€” SIMULATION marker found
    • Location: src/voice/voice_browser_streaming.cpp:132
    • Marker: SIMULATION
  3. [1x] gap_marker β€” GAP marker found
    • Location: src/voice/voice_browser_streaming.cpp:269
    • Marker: GAP
  4. [1x] gap_marker β€” GAP marker found
    • Location: src/voice/voice_browser_streaming.cpp:287
    • Marker: GAP
  5. [1x] gap_marker β€” GAP marker found
    • Location: src/voice/voice_browser_streaming.cpp:297
    • Marker: GAP
  6. [1x] gap_marker β€” GAP marker found
    • Location: src/voice/voice_browser_streaming.cpp:317
    • Marker: GAP

tensor β€” src/tensor/adapter_repository.cpp

  • Total: 6
  • Compiler Errors: 0
  • Compiler Warnings: 0
  • GAP/SIMULATION/MOCKUP Markers: 6
  1. [1x] gap_marker β€” STUB marker found
    • Location: src/tensor/adapter_repository.cpp:216
    • Marker: STUB
  2. [1x] gap_marker β€” STUB marker found
    • Location: src/tensor/adapter_repository.cpp:251
    • Marker: STUB
  3. [1x] gap_marker β€” SIMULATION marker found
    • Location: src/tensor/adapter_repository.cpp:251
    • Marker: SIMULATION
  4. [1x] gap_marker β€” STUB marker found
    • Location: src/tensor/adapter_repository.cpp:364
    • Marker: STUB
  5. [1x] gap_marker β€” STUB marker found
    • Location: src/tensor/adapter_repository.cpp:398
    • Marker: STUB
  6. [1x] gap_marker β€” SIMULATION marker found
    • Location: src/tensor/adapter_repository.cpp:398
    • Marker: SIMULATION

tensor β€” src/tensor/tensor_butterfly_operator.cpp

  • Total: 6
  • Compiler Errors: 0
  • Compiler Warnings: 0
  • GAP/SIMULATION/MOCKUP Markers: 6
  1. [1x] gap_marker β€” STUB marker found
    • Location: src/tensor/tensor_butterfly_operator.cpp:199
    • Marker: STUB
  2. [1x] gap_marker β€” STUB marker found
    • Location: src/tensor/tensor_butterfly_operator.cpp:206
    • Marker: STUB
  3. [1x] gap_marker β€” STUB marker found
    • Location: src/tensor/tensor_butterfly_operator.cpp:226
    • Marker: STUB
  4. [1x] gap_marker β€” STUB marker found
    • Location: src/tensor/tensor_butterfly_operator.cpp:239
    • Marker: STUB
  5. [1x] gap_marker β€” STUB marker found
    • Location: src/tensor/tensor_butterfly_operator.cpp:350
    • Marker: STUB
  6. [1x] gap_marker β€” STUB marker found
    • Location: src/tensor/tensor_butterfly_operator.cpp:499
    • Marker: STUB

security β€” src/security/hsm_provider.cpp

  • Total: 6
  • Compiler Errors: 0
  • Compiler Warnings: 0
  • GAP/SIMULATION/MOCKUP Markers: 6
  1. [1x] gap_marker β€” STUB marker found
    • Location: src/security/hsm_provider.cpp:240
    • Marker: STUB
  2. [1x] gap_marker β€” STUB marker found
    • Location: src/security/hsm_provider.cpp:308
    • Marker: STUB
  3. [1x] gap_marker β€” STUB marker found
    • Location: src/security/hsm_provider.cpp:313
    • Marker: STUB
  4. [1x] gap_marker β€” STUB marker found
    • Location: src/security/hsm_provider.cpp:383
    • Marker: STUB
  5. [1x] gap_marker β€” STUB marker found
    • Location: src/security/hsm_provider.cpp:411
    • Marker: STUB
  6. [1x] gap_marker β€” STUB marker found
    • Location: src/security/hsm_provider.cpp:572
    • Marker: STUB

query β€” src/query/query_optimizer.cpp

  • Total: 6
  • Compiler Errors: 0
  • Compiler Warnings: 0
  • GAP/SIMULATION/MOCKUP Markers: 6
  1. [1x] gap_marker β€” GAP marker found
    • Location: src/query/query_optimizer.cpp:195
    • Marker: GAP
  2. [1x] gap_marker β€” GAP marker found
    • Location: src/query/query_optimizer.cpp:342
    • Marker: GAP
  3. [1x] gap_marker β€” GAP marker found
    • Location: src/query/query_optimizer.cpp:362
    • Marker: GAP
  4. [1x] gap_marker β€” GAP marker found
    • Location: src/query/query_optimizer.cpp:363
    • Marker: GAP
  5. [1x] gap_marker β€” GAP marker found
    • Location: src/query/query_optimizer.cpp:382
    • Marker: GAP
  6. [1x] gap_marker β€” GAP marker found
    • Location: src/query/query_optimizer.cpp:411
    • Marker: GAP

acceleration β€” src/acceleration/vulkan_backend_full.cpp

  • Total: 6
  • Compiler Errors: 0
  • Compiler Warnings: 0
  • GAP/SIMULATION/MOCKUP Markers: 6
  1. [1x] gap_marker β€” STUB marker found
    • Location: src/acceleration/vulkan_backend_full.cpp:41
    • Marker: STUB
  2. [1x] gap_marker β€” STUB marker found
    • Location: src/acceleration/vulkan_backend_full.cpp:173
    • Marker: STUB
  3. [1x] gap_marker β€” SIMULATION marker found
    • Location: src/acceleration/vulkan_backend_full.cpp:173
    • Marker: SIMULATION
  4. [1x] gap_marker β€” STUB marker found
    • Location: src/acceleration/vulkan_backend_full.cpp:191
    • Marker: STUB
  5. [1x] gap_marker β€” STUB marker found
    • Location: src/acceleration/vulkan_backend_full.cpp:192
    • Marker: STUB
  6. [1x] gap_marker β€” STUB marker found
    • Location: src/acceleration/vulkan_backend_full.cpp:210
    • Marker: STUB

voice β€” src/voice/voice_telephony.cpp

  • Total: 5
  • Compiler Errors: 0
  • Compiler Warnings: 0
  • GAP/SIMULATION/MOCKUP Markers: 5
  1. [1x] gap_marker β€” GAP marker found
    • Location: src/voice/voice_telephony.cpp:339
    • Marker: GAP
  2. [1x] gap_marker β€” GAP marker found
    • Location: src/voice/voice_telephony.cpp:356
    • Marker: GAP
  3. [1x] gap_marker β€” GAP marker found
    • Location: src/voice/voice_telephony.cpp:363
    • Marker: GAP
  4. [1x] gap_marker β€” GAP marker found
    • Location: src/voice/voice_telephony.cpp:368
    • Marker: GAP
  5. [1x] gap_marker β€” GAP marker found
    • Location: src/voice/voice_telephony.cpp:390
    • Marker: GAP

tensor β€” src/tensor/utr_converter.cpp

  • Total: 5
  • Compiler Errors: 0
  • Compiler Warnings: 0
  • GAP/SIMULATION/MOCKUP Markers: 5
  1. [1x] gap_marker β€” STUB marker found
    • Location: src/tensor/utr_converter.cpp:38
    • Marker: STUB
  2. [1x] gap_marker β€” STUB marker found
    • Location: src/tensor/utr_converter.cpp:216
    • Marker: STUB
  3. [1x] gap_marker β€” SIMULATION marker found
    • Location: src/tensor/utr_converter.cpp:216
    • Marker: SIMULATION
  4. [1x] gap_marker β€” STUB marker found
    • Location: src/tensor/utr_converter.cpp:483
    • Marker: STUB
  5. [1x] gap_marker β€” SIMULATION marker found
    • Location: src/tensor/utr_converter.cpp:483
    • Marker: SIMULATION

storage β€” src/storage/tensor_compaction_filter.cpp

  • Total: 5
  • Compiler Errors: 0
  • Compiler Warnings: 0
  • GAP/SIMULATION/MOCKUP Markers: 5
  1. [1x] gap_marker β€” STUB marker found
    • Location: src/storage/tensor_compaction_filter.cpp:13
    • Marker: STUB
  2. [1x] gap_marker β€” SIMULATION marker found
    • Location: src/storage/tensor_compaction_filter.cpp:13
    • Marker: SIMULATION
  3. [1x] gap_marker β€” STUB marker found
    • Location: src/storage/tensor_compaction_filter.cpp:55
    • Marker: STUB
  4. [1x] gap_marker β€” SIMULATION marker found
    • Location: src/storage/tensor_compaction_filter.cpp:55
    • Marker: SIMULATION
  5. [1x] gap_marker β€” STUB marker found
    • Location: src/storage/tensor_compaction_filter.cpp:71
    • Marker: STUB

security β€” src/security/timestamp_authority.cpp

  • Total: 5
  • Compiler Errors: 0
  • Compiler Warnings: 0
  • GAP/SIMULATION/MOCKUP Markers: 5
  1. [1x] gap_marker β€” STUB marker found
    • Location: src/security/timestamp_authority.cpp:145
    • Marker: STUB
  2. [1x] gap_marker β€” STUB marker found
    • Location: src/security/timestamp_authority.cpp:148
    • Marker: STUB
  3. [1x] gap_marker β€” STUB marker found
    • Location: src/security/timestamp_authority.cpp:198
    • Marker: STUB
  4. [1x] gap_marker β€” STUB marker found
    • Location: src/security/timestamp_authority.cpp:203
    • Marker: STUB
  5. [1x] gap_marker β€” STUB marker found
    • Location: src/security/timestamp_authority.cpp:204
    • Marker: STUB

scheduler β€” src/scheduler/task_anomaly_detector.cpp

  • Total: 5
  • Compiler Errors: 0
  • Compiler Warnings: 0
  • GAP/SIMULATION/MOCKUP Markers: 5
  1. [1x] gap_marker β€” GAP marker found
    • Location: src/scheduler/task_anomaly_detector.cpp:24
    • Marker: GAP
  2. [1x] gap_marker β€” GAP marker found
    • Location: src/scheduler/task_anomaly_detector.cpp:36
    • Marker: GAP
  3. [1x] gap_marker β€” GAP marker found
    • Location: src/scheduler/task_anomaly_detector.cpp:172
    • Marker: GAP
  4. [1x] gap_marker β€” GAP marker found
    • Location: src/scheduler/task_anomaly_detector.cpp:420
    • Marker: GAP
  5. [1x] gap_marker β€” GAP marker found
    • Location: src/scheduler/task_anomaly_detector.cpp:504
    • Marker: GAP

llm β€” src/llm/lora_framework/gpu_tensor.cpp

  • Total: 5
  • Compiler Errors: 0
  • Compiler Warnings: 0
  • GAP/SIMULATION/MOCKUP Markers: 5
  1. [1x] gap_marker β€” STUB marker found
    • Location: src/llm/lora_framework/gpu_tensor.cpp:33
    • Marker: STUB
  2. [1x] gap_marker β€” STUB marker found
    • Location: src/llm/lora_framework/gpu_tensor.cpp:362
    • Marker: STUB
  3. [1x] gap_marker β€” SIMULATION marker found
    • Location: src/llm/lora_framework/gpu_tensor.cpp:362
    • Marker: SIMULATION
  4. [1x] gap_marker β€” STUB marker found
    • Location: src/llm/lora_framework/gpu_tensor.cpp:399
    • Marker: STUB
  5. [1x] gap_marker β€” SIMULATION marker found
    • Location: src/llm/lora_framework/gpu_tensor.cpp:399
    • Marker: SIMULATION

exporters β€” src/exporters/huggingface_hub_client.cpp

  • Total: 4
  • Compiler Errors: 0
  • Compiler Warnings: 4
  • GAP/SIMULATION/MOCKUP Markers: 0
  1. [1x] compiler_warning (gcc) β€” variable β€˜create_repo’ set but not used [-Wunused-but-set-variable]
    • Location: src/exporters/huggingface_hub_client.cpp:416:10
  2. [1x] compiler_warning (gcc) β€” variable β€˜private_repo’ set but not used [-Wunused-but-set-variable]
    • Location: src/exporters/huggingface_hub_client.cpp:417:10
  3. [1x] compiler_warning (gcc) β€” variable β€˜create_repo’ set but not used [-Wunused-but-set-variable]
    • Location: src/exporters/huggingface_hub_client.cpp:637:10
  4. [1x] compiler_warning (gcc) β€” variable β€˜private_repo’ set but not used [-Wunused-but-set-variable]
    • Location: src/exporters/huggingface_hub_client.cpp:638:10

llm β€” src/llm/multi_lora_manager.cpp

  • Total: 4
  • Compiler Errors: 0
  • Compiler Warnings: 4
  • GAP/SIMULATION/MOCKUP Markers: 0
  1. [1x] compiler_warning (gcc) β€” when initialized here [-Wreorder]
    • Location: src/llm/multi_lora_manager.cpp:81:1
  2. [1x] compiler_warning (gcc) β€” when initialized here [-Wreorder]
    • Location: src/llm/multi_lora_manager.cpp:197:1
  3. [1x] compiler_warning (gcc) β€” comparison of unsigned expression in β€˜< 0’ is always false [-Wtype-limits]
    • Location: src/llm/multi_lora_manager.cpp:1459:21
  4. [1x] compiler_warning (gcc) β€” comparison of integer expressions of different signedness: β€˜int’ and β€˜std::vector::size_type’ {aka β€˜long unsigned int’} [-Wsign-compare]
    • Location: src/llm/multi_lora_manager.cpp:2069:31

tensor β€” src/tensor/tensor_mmap_bridge.cpp

  • Total: 4
  • Compiler Errors: 0
  • Compiler Warnings: 0
  • GAP/SIMULATION/MOCKUP Markers: 4
  1. [1x] gap_marker β€” STUB marker found
    • Location: src/tensor/tensor_mmap_bridge.cpp:38
    • Marker: STUB
  2. [1x] gap_marker β€” STUB marker found
    • Location: src/tensor/tensor_mmap_bridge.cpp:141
    • Marker: STUB
  3. [1x] gap_marker β€” STUB marker found
    • Location: src/tensor/tensor_mmap_bridge.cpp:163
    • Marker: STUB
  4. [1x] gap_marker β€” STUB marker found
    • Location: src/tensor/tensor_mmap_bridge.cpp:177
    • Marker: STUB

server β€” src/server/mcp_server.cpp

  • Total: 4
  • Compiler Errors: 0
  • Compiler Warnings: 0
  • GAP/SIMULATION/MOCKUP Markers: 4
  1. [1x] gap_marker β€” GAP marker found
    • Location: src/server/mcp_server.cpp:158
    • Marker: GAP
  2. [1x] gap_marker β€” GAP marker found
    • Location: src/server/mcp_server.cpp:203
    • Marker: GAP
  3. [1x] gap_marker β€” STUB marker found
    • Location: src/server/mcp_server.cpp:2961
    • Marker: STUB
  4. [1x] gap_marker β€” SIMULATION marker found
    • Location: src/server/mcp_server.cpp:2961
    • Marker: SIMULATION

server β€” src/server/timeseries_api_handler.cpp

  • Total: 4
  • Compiler Errors: 0
  • Compiler Warnings: 0
  • GAP/SIMULATION/MOCKUP Markers: 4
  1. [1x] gap_marker β€” STUB marker found
    • Location: src/server/timeseries_api_handler.cpp:415
    • Marker: STUB
  2. [1x] gap_marker β€” STUB marker found
    • Location: src/server/timeseries_api_handler.cpp:426
    • Marker: STUB
  3. [1x] gap_marker β€” SIMULATION marker found
    • Location: src/server/timeseries_api_handler.cpp:426
    • Marker: SIMULATION
  4. [1x] gap_marker β€” STUB marker found
    • Location: src/server/timeseries_api_handler.cpp:490
    • Marker: STUB

security β€” src/security/hsm_key_provider_adapter.cpp

  • Total: 4
  • Compiler Errors: 0
  • Compiler Warnings: 0
  • GAP/SIMULATION/MOCKUP Markers: 4
  1. [1x] gap_marker β€” STUB marker found
    • Location: src/security/hsm_key_provider_adapter.cpp:34
    • Marker: STUB
  2. [1x] gap_marker β€” STUB marker found
    • Location: src/security/hsm_key_provider_adapter.cpp:388
    • Marker: STUB
  3. [1x] gap_marker β€” STUB marker found
    • Location: src/security/hsm_key_provider_adapter.cpp:460
    • Marker: STUB
  4. [1x] gap_marker β€” STUB marker found
    • Location: src/security/hsm_key_provider_adapter.cpp:605
    • Marker: STUB

scheduler β€” src/scheduler/event_trigger.cpp

  • Total: 4
  • Compiler Errors: 0
  • Compiler Warnings: 0
  • GAP/SIMULATION/MOCKUP Markers: 4
  1. [1x] gap_marker β€” GAP marker found
    • Location: src/scheduler/event_trigger.cpp:324
    • Marker: GAP
  2. [1x] gap_marker β€” GAP marker found
    • Location: src/scheduler/event_trigger.cpp:426
    • Marker: GAP
  3. [1x] gap_marker β€” GAP marker found
    • Location: src/scheduler/event_trigger.cpp:432
    • Marker: GAP
  4. [1x] gap_marker β€” GAP marker found
    • Location: src/scheduler/event_trigger.cpp:527
    • Marker: GAP

llm β€” src/llm/inference_engine_enhanced.cpp

  • Total: 4
  • Compiler Errors: 0
  • Compiler Warnings: 0
  • GAP/SIMULATION/MOCKUP Markers: 4
  1. [1x] gap_marker β€” STUB marker found
    • Location: src/llm/inference_engine_enhanced.cpp:2224
    • Marker: STUB
  2. [1x] gap_marker β€” STUB marker found
    • Location: src/llm/inference_engine_enhanced.cpp:2312
    • Marker: STUB
  3. [1x] gap_marker β€” STUB marker found
    • Location: src/llm/inference_engine_enhanced.cpp:2316
    • Marker: STUB
  4. [1x] gap_marker β€” STUB marker found
    • Location: src/llm/inference_engine_enhanced.cpp:2321
    • Marker: STUB

ingestion β€” src/ingestion/s3_connector.cpp

  • Total: 4
  • Compiler Errors: 0
  • Compiler Warnings: 0
  • GAP/SIMULATION/MOCKUP Markers: 4
  1. [1x] gap_marker β€” STUB marker found
    • Location: src/ingestion/s3_connector.cpp:313
    • Marker: STUB
  2. [1x] gap_marker β€” SIMULATION marker found
    • Location: src/ingestion/s3_connector.cpp:313
    • Marker: SIMULATION
  3. [1x] gap_marker β€” STUB marker found
    • Location: src/ingestion/s3_connector.cpp:481
    • Marker: STUB
  4. [1x] gap_marker β€” SIMULATION marker found
    • Location: src/ingestion/s3_connector.cpp:481
    • Marker: SIMULATION

base β€” src/base/plugin_dependency_graph.cpp

  • Total: 4
  • Compiler Errors: 0
  • Compiler Warnings: 0
  • GAP/SIMULATION/MOCKUP Markers: 4
  1. [1x] gap_marker β€” GAP marker found
    • Location: src/base/plugin_dependency_graph.cpp:58
    • Marker: GAP
  2. [1x] gap_marker β€” GAP marker found
    • Location: src/base/plugin_dependency_graph.cpp:76
    • Marker: GAP
  3. [1x] gap_marker β€” GAP marker found
    • Location: src/base/plugin_dependency_graph.cpp:323
    • Marker: GAP
  4. [1x] gap_marker β€” GAP marker found
    • Location: src/base/plugin_dependency_graph.cpp:443
    • Marker: GAP

acceleration β€” src/acceleration/nccl_vector_backend.cpp

  • Total: 4
  • Compiler Errors: 0
  • Compiler Warnings: 0
  • GAP/SIMULATION/MOCKUP Markers: 4
  1. [1x] gap_marker β€” STUB marker found
    • Location: src/acceleration/nccl_vector_backend.cpp:565
    • Marker: STUB
  2. [1x] gap_marker β€” SIMULATION marker found
    • Location: src/acceleration/nccl_vector_backend.cpp:565
    • Marker: SIMULATION
  3. [1x] gap_marker β€” STUB marker found
    • Location: src/acceleration/nccl_vector_backend.cpp:582
    • Marker: STUB
  4. [1x] gap_marker β€” SIMULATION marker found
    • Location: src/acceleration/nccl_vector_backend.cpp:582
    • Marker: SIMULATION

acceleration β€” src/acceleration/oneapi_backend.cpp

  • Total: 4
  • Compiler Errors: 0
  • Compiler Warnings: 0
  • GAP/SIMULATION/MOCKUP Markers: 4
  1. [1x] gap_marker β€” STUB marker found
    • Location: src/acceleration/oneapi_backend.cpp:236
    • Marker: STUB
  2. [1x] gap_marker β€” SIMULATION marker found
    • Location: src/acceleration/oneapi_backend.cpp:236
    • Marker: SIMULATION
  3. [1x] gap_marker β€” STUB marker found
    • Location: src/acceleration/oneapi_backend.cpp:251
    • Marker: STUB
  4. [1x] gap_marker β€” SIMULATION marker found
    • Location: src/acceleration/oneapi_backend.cpp:251
    • Marker: SIMULATION

acceleration β€” src/acceleration/opencl_backend.cpp

  • Total: 4
  • Compiler Errors: 0
  • Compiler Warnings: 0
  • GAP/SIMULATION/MOCKUP Markers: 4
  1. [1x] gap_marker β€” STUB marker found
    • Location: src/acceleration/opencl_backend.cpp:349
    • Marker: STUB
  2. [1x] gap_marker β€” SIMULATION marker found
    • Location: src/acceleration/opencl_backend.cpp:349
    • Marker: SIMULATION
  3. [1x] gap_marker β€” STUB marker found
    • Location: src/acceleration/opencl_backend.cpp:364
    • Marker: STUB
  4. [1x] gap_marker β€” SIMULATION marker found
    • Location: src/acceleration/opencl_backend.cpp:364
    • Marker: SIMULATION

acceleration β€” src/acceleration/graphics_backends.cpp

  • Total: 3
  • Compiler Errors: 2
  • Compiler Warnings: 0
  • GAP/SIMULATION/MOCKUP Markers: 1
  1. [2x] compiler_error (clang) β€” vulkan/vulkan.h: No such file or directory
    • Location: src/acceleration/graphics_backends.cpp:93:10
  2. [1x] gap_marker β€” STUB marker found
    • Location: src/acceleration/graphics_backends.cpp:1037
    • Marker: STUB

utils β€” src/utils/build_info.cpp

  • Total: 3
  • Compiler Errors: 0
  • Compiler Warnings: 0
  • GAP/SIMULATION/MOCKUP Markers: 3
  1. [1x] gap_marker β€” STUB marker found
    • Location: src/utils/build_info.cpp:549
    • Marker: STUB
  2. [1x] gap_marker β€” STUB marker found
    • Location: src/utils/build_info.cpp:553
    • Marker: STUB
  3. [1x] gap_marker β€” SIMULATION marker found
    • Location: src/utils/build_info.cpp:553
    • Marker: SIMULATION

sharding β€” src/sharding/redundancy_strategy.cpp

  • Total: 3
  • Compiler Errors: 0
  • Compiler Warnings: 0
  • GAP/SIMULATION/MOCKUP Markers: 3
  1. [1x] gap_marker β€” GAP marker found
    • Location: src/sharding/redundancy_strategy.cpp:2767
    • Marker: GAP
  2. [1x] gap_marker β€” GAP marker found
    • Location: src/sharding/redundancy_strategy.cpp:2773
    • Marker: GAP
  3. [1x] gap_marker β€” GAP marker found
    • Location: src/sharding/redundancy_strategy.cpp:2891
    • Marker: GAP

server β€” src/server/export_api_handler.cpp

  • Total: 3
  • Compiler Errors: 0
  • Compiler Warnings: 0
  • GAP/SIMULATION/MOCKUP Markers: 3
  1. [1x] gap_marker β€” GAP marker found
    • Location: src/server/export_api_handler.cpp:390
    • Marker: GAP
  2. [1x] gap_marker β€” GAP marker found
    • Location: src/server/export_api_handler.cpp:489
    • Marker: GAP
  3. [1x] gap_marker β€” GAP marker found
    • Location: src/server/export_api_handler.cpp:531
    • Marker: GAP

server β€” src/server/llm_api_handler.cpp

  • Total: 3
  • Compiler Errors: 0
  • Compiler Warnings: 0
  • GAP/SIMULATION/MOCKUP Markers: 3
  1. [1x] gap_marker β€” GAP marker found
    • Location: src/server/llm_api_handler.cpp:162
    • Marker: GAP
  2. [1x] gap_marker β€” GAP marker found
    • Location: src/server/llm_api_handler.cpp:895
    • Marker: GAP
  3. [1x] gap_marker β€” GAP marker found
    • Location: src/server/llm_api_handler.cpp:982
    • Marker: GAP

server β€” src/server/postgres_session.cpp

  • Total: 3
  • Compiler Errors: 0
  • Compiler Warnings: 0
  • GAP/SIMULATION/MOCKUP Markers: 3
  1. [1x] gap_marker β€” GAP marker found
    • Location: src/server/postgres_session.cpp:33
    • Marker: GAP
  2. [1x] gap_marker β€” GAP marker found
    • Location: src/server/postgres_session.cpp:319
    • Marker: GAP
  3. [1x] gap_marker β€” GAP marker found
    • Location: src/server/postgres_session.cpp:339
    • Marker: GAP

server β€” src/server/query_api_handler.cpp

  • Total: 3
  • Compiler Errors: 0
  • Compiler Warnings: 0
  • GAP/SIMULATION/MOCKUP Markers: 3
  1. [1x] gap_marker β€” GAP marker found
    • Location: src/server/query_api_handler.cpp:705
    • Marker: GAP
  2. [1x] gap_marker β€” GAP marker found
    • Location: src/server/query_a

Report truncated to 60000 characters to fit GitHub issue limits.

Debugging Tips

  1. Navigate to Actions tab β†’ Find the failed workflow run
  2. Download artifacts: Look for *-errors.json files
  3. Review error details: Each error includes file, line, and message
  4. Search codebase: Find similar issues via grep or IDE symbol search
  5. Check CI logs: Full build logs available in workflow run details

Labels: ci/failure,ci/build-error
Severity: High (blocking builds)
Priority: Address chronic errors immediately

Metadata

Metadata

Labels

ci/build-errorBuild infrastructure error requiring actionci/failureCI execution failures requiring actionmaintenanceMaintenance task

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions