[Feat] Add UCM store compression module and compression config parametersFeature store compress #1200
pull-request.yml
on: pull_request
pre-check
5s
test-build-vllm-ascend
8m 33s
test-build-vllm-ascend-sparse
13m 58s
test-build-sglang
22m 55s
test-build-mindie
24m 44s
lint-and-unit-tests
/
cpp-linter
57s
lint-and-unit-tests
/
py-linter
53s
lint-and-unit-tests
/
cpp_gtest
1m 39s
test-e2e-pc-gpu
0s
test-e2e-sparse-gpu
0s
test-e2e-sparse-offline-gpu
0s
Annotations
4 errors, 18 warnings, and 10 notices
|
lint-and-unit-tests / py-linter
Process completed with exit code 1.
|
|
lint-and-unit-tests / cpp-linter
Process completed with exit code 1.
|
|
lint-and-unit-tests / cpp-linter
cpp-linter found 26 formatting issue(s). See the diff output above or the job summary for details.
|
|
lint-and-unit-tests / cpp_gtest
Process completed with exit code 8.
|
|
pre-check
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
lint-and-unit-tests / py-linter
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/setup-python@v5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
lint-and-unit-tests / cpp-linter
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
lint-and-unit-tests / cpp-linter:
ucm/store/compress/cc/compress_lib/fse_decompress.cc#L0
File does not conform to clang-format style
|
|
lint-and-unit-tests / cpp-linter:
ucm/store/compress/cc/compress_lib/fse_compress.cc#L0
File does not conform to clang-format style
|
|
lint-and-unit-tests / cpp-linter:
ucm/store/compress/cc/compress_lib/fse.h#L0
File does not conform to clang-format style
|
|
lint-and-unit-tests / cpp-linter:
ucm/store/compress/cc/compress_lib/error_public.h#L0
File does not conform to clang-format style
|
|
lint-and-unit-tests / cpp-linter:
ucm/store/compress/cc/compress_lib/error_private.h#L0
File does not conform to clang-format style
|
|
lint-and-unit-tests / cpp-linter:
ucm/store/compress/cc/compress_lib/entropy_common.cc#L0
File does not conform to clang-format style
|
|
lint-and-unit-tests / cpp-linter:
ucm/store/compress/cc/compress_lib/debug.h#L0
File does not conform to clang-format style
|
|
lint-and-unit-tests / cpp-linter:
ucm/store/compress/cc/compress_lib/debug.cc#L0
File does not conform to clang-format style
|
|
lint-and-unit-tests / cpp-linter:
ucm/store/compress/cc/compress_lib/compiler.h#L0
File does not conform to clang-format style
|
|
lint-and-unit-tests / cpp-linter:
ucm/store/compress/cc/compress_lib/bitstream.h#L0
File does not conform to clang-format style
|
|
lint-and-unit-tests / cpp_gtest
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test-build-vllm-ascend
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, docker/build-push-action@v5, docker/setup-buildx-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test-build-vllm-ascend-sparse
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, docker/build-push-action@v5, docker/setup-buildx-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test-build-sglang
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, docker/build-push-action@v5, docker/setup-buildx-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test-build-mindie
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, docker/build-push-action@v5, docker/setup-buildx-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Run clang-format on ucm/store/compress/cc/compress_lib/fse_decompress.cc:
ucm/store/compress/cc/compress_lib/fse_decompress.cc#L0
File ucm/store/compress/cc/compress_lib/fse_decompress.cc does not conform to Custom style guidelines. (lines 12, 13, 16, 17, 19, 25, 29, 30, 33, 36, 37, 47, 50, 54, 55, 56, 60, 63, 66, 67, 68, 71, 73, 74, 75, 79, 86, 89, 91, 92, 96, 97, 98, 103, 106, 108, 111, 112, 113, 117, 118, 121, 122, 123, 126, 131, 132, 134, 149, 152, 160, 164, 169, 178, 179, 180, 181, 183, 186, 198, 201, 204, 209, 210, 214, 221, 223, 225, 230, 232, 234, 235, 237, 238, 241, 242, 250, 252, 255, 259, 264, 271, 273, 274, 281, 283, 287)
|
|
Run clang-format on ucm/store/compress/cc/compress_lib/fse_compress.cc:
ucm/store/compress/cc/compress_lib/fse_compress.cc#L0
File ucm/store/compress/cc/compress_lib/fse_compress.cc does not conform to Custom style guidelines. (lines 12, 15, 16, 18, 26, 30, 31, 33, 36, 37, 47, 50, 54, 55, 56, 63, 64, 66, 67, 73, 74, 75, 77, 80, 83, 84, 85, 86, 89, 91, 92, 96, 98, 99, 100, 101, 103, 104, 105, 109, 111, 114, 118, 119, 121, 125, 126, 127, 128, 131, 133, 134, 135, 136, 137, 138, 139, 141, 142, 143, 144, 145, 146, 147, 149, 153, 154, 156, 169, 172, 174, 175, 176, 180, 183, 184, 188, 189, 192, 193, 194, 197, 211, 212, 215, 217, 219, 223, 224, 225, 227, 228, 229, 230, 231, 232, 234, 235, 239, 241, 243, 245, 248, 249, 250, 251, 253, 254, 255, 257, 258, 259, 260, 261, 263, 265, 267, 270, 271, 273, 274, 278, 279, 281, 282, 284, 285, 288, 289, 291, 292, 295, 297, 298, 301, 302, 305, 309, 313, 325, 331, 332, 333, 342, 348, 359, 361, 377, 381, 387, 392, 393, 397, 402, 403, 410, 411, 415, 416, 417, 419, 420, 425, 428, 429, 432, 435, 436, 440, 441, 442, 443, 445, 447, 448, 449, 451, 452, 455, 456, 457, 462, 463, 465, 467, 469, 470, 473, 475, 476, 494, 498, 504, 505, 506, 510, 513, 514, 517, 521, 522, 524, 525, 531, 534, 536, 539, 540, 544, 551, 554, 555, 556, 558, 560, 567, 568, 570, 584, 591, 595, 600, 613, 614, 623, 632, 634, 638, 639, 647, 652, 653, 654, 655, 659, 662, 667, 668, 669, 674, 676, 681, 682, 687, 690, 692, 695, 697, 698, 701)
|
|
Run clang-format on ucm/store/compress/cc/compress_lib/fse.h:
ucm/store/compress/cc/compress_lib/fse.h#L0
File ucm/store/compress/cc/compress_lib/fse.h does not conform to Custom style guidelines. (lines 12, 15, 20, 23, 24, 26, 29, 30, 32, 33, 34, 35, 36, 37, 39, 43, 44, 45, 52, 53, 56, 57, 61, 64, 65, 67, 78, 80, 81, 84, 85, 87, 90, 91, 94, 95, 101, 102, 103, 105, 108, 109, 133, 135, 142, 143, 146, 154, 155, 156, 160, 161, 162, 167, 174, 180, 181, 182, 183, 184, 185, 192, 199, 205, 210, 213, 214, 215, 216, 217, 226, 227, 228, 233, 235, 240, 247, 258, 259, 260, 261, 264, 269, 274, 277, 283, 286, 287, 291, 292, 294, 295, 296, 299, 300, 307, 314, 315, 317, 320, 327, 329, 332, 335, 336, 338, 339, 340, 341, 344, 345, 352, 355, 382, 383, 384, 405, 408, 409, 412, 413, 414, 417, 456, 457, 458, 460, 461, 462, 463, 465, 466, 467, 468, 470, 473, 474, 477, 480, 481, 491, 493, 494, 495, 497, 500, 501, 506, 508, 516, 518, 520, 527, 532, 533, 534, 537, 538, 542, 543, 544, 547, 549, 551, 552, 554, 558, 560, 568, 570, 573, 574, 575, 624, 625, 626, 627, 633, 634, 636, 637, 638, 639, 640, 642, 645, 648, 651, 652, 655, 658, 659, 663, 666, 669, 670, 672, 673, 674, 675, 680, 683, 686, 689)
|
|
Run clang-format on ucm/store/compress/cc/compress_lib/error_public.h:
ucm/store/compress/cc/compress_lib/error_public.h#L0
File ucm/store/compress/cc/compress_lib/error_public.h does not conform to Custom style guidelines. (lines 37, 39, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 58, 61)
|
|
Run clang-format on ucm/store/compress/cc/compress_lib/error_private.h:
ucm/store/compress/cc/compress_lib/error_private.h#L0
File ucm/store/compress/cc/compress_lib/error_private.h does not conform to Custom style guidelines. (lines 38, 40, 43, 44, 46, 47, 50, 51, 54, 55, 56, 58, 60, 61, 64, 65, 68, 71, 72, 75, 81, 84, 85, 88, 89, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 116)
|
|
Run clang-format on ucm/store/compress/cc/compress_lib/entropy_common.cc:
ucm/store/compress/cc/compress_lib/entropy_common.cc#L0
File ucm/store/compress/cc/compress_lib/entropy_common.cc does not conform to Custom style guidelines. (lines 12, 15, 16, 18, 20, 22, 23, 27, 35, 38, 39, 41, 44, 59, 63, 64, 68, 70, 75, 76, 79, 84, 89, 90, 100, 102, 106, 107, 108, 111, 112, 113, 115, 120, 121, 129, 130, 136, 137, 140, 142, 143, 144, 154, 155, 159, 165, 167, 169, 170, 173, 174, 175, 176, 177, 178, 179, 180, 181, 188, 191, 192, 196, 200, 204, 206, 207, 210, 213, 214)
|
|
Run clang-format on ucm/store/compress/cc/compress_lib/debug.h:
ucm/store/compress/cc/compress_lib/debug.h#L0
File ucm/store/compress/cc/compress_lib/debug.h does not conform to Custom style guidelines. (lines 12, 13, 35, 37, 43, 50, 51, 59, 60, 78, 79, 81, 82, 83, 86, 87, 95, 96, 97, 98, 99, 100, 101, 102, 103, 105, 106, 107, 110)
|
|
Run clang-format on ucm/store/compress/cc/compress_lib/debug.cc:
ucm/store/compress/cc/compress_lib/debug.cc#L0
File ucm/store/compress/cc/compress_lib/debug.cc does not conform to Custom style guidelines. (lines 33)
|
|
Run clang-format on ucm/store/compress/cc/compress_lib/compiler.h:
ucm/store/compress/cc/compress_lib/compiler.h#L0
File ucm/store/compress/cc/compress_lib/compiler.h does not conform to Custom style guidelines. (lines 14, 15, 20, 21, 23, 27, 29, 31, 42, 43, 46, 47, 49, 70, 72, 77, 79, 84, 86, 87, 88, 89, 90, 94, 95, 98, 100, 106, 107, 108, 109, 110, 111, 112, 113, 114, 121, 122, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 142, 143, 144, 145, 146, 147, 148, 154, 155, 156, 157, 158, 160, 177, 178, 179, 180, 181, 182, 183)
|
|
Run clang-format on ucm/store/compress/cc/compress_lib/bitstream.h:
ucm/store/compress/cc/compress_lib/bitstream.h#L0
File ucm/store/compress/cc/compress_lib/bitstream.h does not conform to Custom style guidelines. (lines 12, 17, 21, 22, 23, 24, 27, 28, 30, 40, 42, 45, 46, 47, 50, 51, 60, 61, 62, 66, 67, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 88, 89, 92, 99, 100, 101, 102, 105, 106, 108, 111, 112, 113, 114, 115, 116, 117, 118, 119, 122, 123, 132, 136, 137, 139, 143, 144, 145, 146, 147, 148, 150, 151, 152, 153, 154, 161, 162, 168, 169, 170, 171, 172, 176, 177, 183, 198, 211, 214, 231, 248, 256, 260, 263, 264, 274, 279, 280, 282, 283, 284, 286, 288, 289, 290, 291, 293, 294, 296, 297, 299, 300, 302, 303, 305, 306, 310, 312, 314, 327, 351, 354, 355, 363, 365, 368, 369, 370, 402, 404, 415, 418, 421, 422, 425, 429, 432, 436, 437, 447, 450)
|