Skip to content

test: fix parquet metadata helper path handling #341

test: fix parquet metadata helper path handling

test: fix parquet metadata helper path handling #341

Triggered via push April 10, 2026 07:04
Status Failure
Total duration 35m 9s
Artifacts

build.yml

on: push
Matrix: build
Matrix: Unit Tests
Fit to window
Zoom out
Zoom in

Annotations

8 errors, 129 warnings, and 7 notices
Unit Tests (macos-latest)
Process completed with exit code 101.
Unit Tests (windows-latest)
The strategy configuration was canceled because "test.macos-latest" failed
Unit Tests (windows-latest)
The operation was canceled.
Unit Tests (ubuntu-latest)
The strategy configuration was canceled because "test.macos-latest" failed
Unit Tests (ubuntu-latest)
The operation was canceled.
build (macos-latest)
Process completed with exit code 101.
build (windows-latest)
The strategy configuration was canceled because "build.macos-latest" failed
build (windows-latest)
The operation was canceled.
Unit Tests (macos-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad. 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/
Unit Tests (macos-latest)
You've hit a rate limit, your rate limit will reset in 3 seconds
Unit Tests (macos-latest): crates/core/src/delta_datafusion/data_validation.rs#L744
function `make_fields_non_nullable_recursive` is never used
Unit Tests (macos-latest): crates/core/src/delta_datafusion/data_validation.rs#L723
function `make_fields_non_nullable` is never used
Unit Tests (macos-latest): crates/core/src/delta_datafusion/data_validation.rs#L119
struct `NotNullExtractor` is never constructed
Unit Tests (macos-latest): crates/core/src/delta_datafusion/data_validation.rs#L78
associated function `try_new` is never used
Unit Tests (macos-latest): crates/core/src/writer/utils.rs#L58
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
Unit Tests (macos-latest): crates/core/src/logstore/storage/utils.rs#L30
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
Unit Tests (macos-latest): crates/core/src/logstore/storage/utils.rs#L22
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
Unit Tests (macos-latest): crates/core/src/kernel/snapshot/mod.rs#L503
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
Unit Tests (macos-latest): crates/core/src/kernel/snapshot/mod.rs#L496
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
Unit Tests (macos-latest): crates/core/src/kernel/snapshot/serde.rs#L8
unused import: `delta_kernel::engine::arrow_conversion::TryIntoArrow as _`
Unit Tests (windows-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad. 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/
Unit Tests (ubuntu-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad. 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/
Unit Tests (ubuntu-latest): crates/core/src/delta_datafusion/data_validation.rs#L744
function `make_fields_non_nullable_recursive` is never used
Unit Tests (ubuntu-latest): crates/core/src/delta_datafusion/data_validation.rs#L723
function `make_fields_non_nullable` is never used
Unit Tests (ubuntu-latest): crates/core/src/delta_datafusion/data_validation.rs#L119
struct `NotNullExtractor` is never constructed
Unit Tests (ubuntu-latest): crates/core/src/delta_datafusion/data_validation.rs#L78
associated function `try_new` is never used
Unit Tests (ubuntu-latest): crates/core/src/writer/utils.rs#L58
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
Unit Tests (ubuntu-latest): crates/core/src/logstore/storage/utils.rs#L30
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
Unit Tests (ubuntu-latest): crates/core/src/logstore/storage/utils.rs#L22
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
Unit Tests (ubuntu-latest): crates/core/src/kernel/snapshot/mod.rs#L503
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
Unit Tests (ubuntu-latest): crates/core/src/kernel/snapshot/mod.rs#L496
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
Unit Tests (ubuntu-latest): crates/core/src/kernel/snapshot/serde.rs#L8
unused import: `delta_kernel::engine::arrow_conversion::TryIntoArrow as _`
check
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad. 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/
check: crates/core/src/delta_datafusion/data_validation.rs#L744
function `make_fields_non_nullable_recursive` is never used
check: crates/core/src/delta_datafusion/data_validation.rs#L723
function `make_fields_non_nullable` is never used
check: crates/core/src/delta_datafusion/data_validation.rs#L119
struct `NotNullExtractor` is never constructed
check: crates/core/src/delta_datafusion/data_validation.rs#L78
associated function `try_new` is never used
check: crates/core/src/writer/utils.rs#L58
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
check: crates/core/src/logstore/storage/utils.rs#L30
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
check: crates/core/src/logstore/storage/utils.rs#L22
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
check: crates/core/src/kernel/snapshot/mod.rs#L503
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
check: crates/core/src/kernel/snapshot/mod.rs#L496
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
check: crates/core/src/kernel/snapshot/serde.rs#L8
unused import: `delta_kernel::engine::arrow_conversion::TryIntoArrow as _`
build (ubuntu-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad. 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/
build (ubuntu-latest): crates/core/src/delta_datafusion/data_validation.rs#L744
function `make_fields_non_nullable_recursive` is never used
build (ubuntu-latest): crates/core/src/delta_datafusion/data_validation.rs#L723
function `make_fields_non_nullable` is never used
build (ubuntu-latest): crates/core/src/delta_datafusion/data_validation.rs#L119
struct `NotNullExtractor` is never constructed
build (ubuntu-latest): crates/core/src/delta_datafusion/data_validation.rs#L78
associated function `try_new` is never used
build (ubuntu-latest): crates/core/src/writer/utils.rs#L58
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
build (ubuntu-latest): crates/core/src/logstore/storage/utils.rs#L30
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
build (ubuntu-latest): crates/core/src/logstore/storage/utils.rs#L22
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
build (ubuntu-latest): crates/core/src/kernel/snapshot/mod.rs#L503
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
build (ubuntu-latest): crates/core/src/kernel/snapshot/mod.rs#L496
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
build (ubuntu-latest): crates/core/src/kernel/snapshot/serde.rs#L8
unused import: `delta_kernel::engine::arrow_conversion::TryIntoArrow as _`
build (ubuntu-latest): crates/core/src/delta_datafusion/data_validation.rs#L744
function `make_fields_non_nullable_recursive` is never used
build (ubuntu-latest): crates/core/src/delta_datafusion/data_validation.rs#L723
function `make_fields_non_nullable` is never used
build (ubuntu-latest): crates/core/src/delta_datafusion/data_validation.rs#L119
struct `NotNullExtractor` is never constructed
build (ubuntu-latest): crates/core/src/delta_datafusion/data_validation.rs#L78
associated function `try_new` is never used
build (ubuntu-latest): crates/core/src/writer/utils.rs#L58
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
build (ubuntu-latest): crates/core/src/logstore/storage/utils.rs#L30
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
build (ubuntu-latest): crates/core/src/logstore/storage/utils.rs#L22
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
build (ubuntu-latest): crates/core/src/kernel/snapshot/mod.rs#L503
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
build (ubuntu-latest): crates/core/src/kernel/snapshot/mod.rs#L496
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
build (ubuntu-latest): crates/core/src/kernel/snapshot/serde.rs#L8
unused import: `delta_kernel::engine::arrow_conversion::TryIntoArrow as _`
build (ubuntu-latest): crates/core/src/delta_datafusion/data_validation.rs#L744
function `make_fields_non_nullable_recursive` is never used
build (ubuntu-latest): crates/core/src/delta_datafusion/data_validation.rs#L723
function `make_fields_non_nullable` is never used
build (ubuntu-latest): crates/core/src/delta_datafusion/data_validation.rs#L119
struct `NotNullExtractor` is never constructed
build (ubuntu-latest): crates/core/src/delta_datafusion/data_validation.rs#L78
associated function `try_new` is never used
build (ubuntu-latest): crates/core/src/writer/utils.rs#L58
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
build (ubuntu-latest): crates/core/src/logstore/storage/utils.rs#L30
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
build (ubuntu-latest): crates/core/src/logstore/storage/utils.rs#L22
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
build (ubuntu-latest): crates/core/src/kernel/snapshot/mod.rs#L503
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
build (ubuntu-latest): crates/core/src/kernel/snapshot/mod.rs#L496
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
build (ubuntu-latest): crates/core/src/kernel/snapshot/serde.rs#L8
unused import: `delta_kernel::engine::arrow_conversion::TryIntoArrow as _`
build (ubuntu-latest): crates/core/src/kernel/snapshot/scan.rs#L94
method `inner` is never used
build (ubuntu-latest): crates/core/src/kernel/snapshot/log_data.rs#L69
methods `table_configuration` and `metadata` are never used
build (ubuntu-latest): crates/core/src/kernel/snapshot/iterators/scan_row.rs#L112
function `parse_stats_column_with_schema` is never used
build (ubuntu-latest): crates/core/src/kernel/snapshot/iterators.rs#L121
method `path_raw` is never used
build (ubuntu-latest): crates/core/src/writer/utils.rs#L58
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
build (ubuntu-latest): crates/core/src/logstore/storage/utils.rs#L30
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
build (ubuntu-latest): crates/core/src/logstore/storage/utils.rs#L22
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
build (ubuntu-latest): crates/core/src/kernel/snapshot/mod.rs#L503
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
build (ubuntu-latest): crates/core/src/kernel/snapshot/mod.rs#L496
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
build (ubuntu-latest): crates/core/src/kernel/snapshot/serde.rs#L8
unused import: `delta_kernel::engine::arrow_conversion::TryIntoArrow as _`
build (macos-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad. 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/
build (macos-latest): crates/core/src/delta_datafusion/data_validation.rs#L744
function `make_fields_non_nullable_recursive` is never used
build (macos-latest): crates/core/src/delta_datafusion/data_validation.rs#L723
function `make_fields_non_nullable` is never used
build (macos-latest): crates/core/src/delta_datafusion/data_validation.rs#L119
struct `NotNullExtractor` is never constructed
build (macos-latest): crates/core/src/delta_datafusion/data_validation.rs#L78
associated function `try_new` is never used
build (macos-latest): crates/core/src/writer/utils.rs#L58
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
build (macos-latest): crates/core/src/logstore/storage/utils.rs#L30
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
build (macos-latest): crates/core/src/logstore/storage/utils.rs#L22
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
build (macos-latest): crates/core/src/kernel/snapshot/mod.rs#L503
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
build (macos-latest): crates/core/src/kernel/snapshot/mod.rs#L496
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
build (macos-latest): crates/core/src/kernel/snapshot/serde.rs#L8
unused import: `delta_kernel::engine::arrow_conversion::TryIntoArrow as _`
build (macos-latest): crates/core/src/delta_datafusion/data_validation.rs#L744
function `make_fields_non_nullable_recursive` is never used
build (macos-latest): crates/core/src/delta_datafusion/data_validation.rs#L723
function `make_fields_non_nullable` is never used
build (macos-latest): crates/core/src/delta_datafusion/data_validation.rs#L119
struct `NotNullExtractor` is never constructed
build (macos-latest): crates/core/src/delta_datafusion/data_validation.rs#L78
associated function `try_new` is never used
build (macos-latest): crates/core/src/writer/utils.rs#L58
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
build (macos-latest): crates/core/src/logstore/storage/utils.rs#L30
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
build (macos-latest): crates/core/src/logstore/storage/utils.rs#L22
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
build (macos-latest): crates/core/src/kernel/snapshot/mod.rs#L503
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
build (macos-latest): crates/core/src/kernel/snapshot/mod.rs#L496
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
build (macos-latest): crates/core/src/kernel/snapshot/serde.rs#L8
unused import: `delta_kernel::engine::arrow_conversion::TryIntoArrow as _`
build (macos-latest): crates/core/src/kernel/snapshot/scan.rs#L94
method `inner` is never used
build (macos-latest): crates/core/src/kernel/snapshot/log_data.rs#L69
methods `table_configuration` and `metadata` are never used
build (macos-latest): crates/core/src/kernel/snapshot/iterators/scan_row.rs#L112
function `parse_stats_column_with_schema` is never used
build (macos-latest): crates/core/src/kernel/snapshot/iterators.rs#L121
method `path_raw` is never used
build (macos-latest): crates/core/src/writer/utils.rs#L58
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
build (macos-latest): crates/core/src/logstore/storage/utils.rs#L30
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
build (macos-latest): crates/core/src/logstore/storage/utils.rs#L22
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
build (macos-latest): crates/core/src/kernel/snapshot/mod.rs#L503
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
build (macos-latest): crates/core/src/kernel/snapshot/mod.rs#L496
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
build (macos-latest): crates/core/src/kernel/snapshot/serde.rs#L8
unused import: `delta_kernel::engine::arrow_conversion::TryIntoArrow as _`
build (windows-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad. 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/
build (windows-latest)
Failed to save: "C:\Program failed with error: The process 'C:\Program Files\Git\usr\bin\tar.exe' failed with exit code 1
build (windows-latest): crates/core/src/delta_datafusion/data_validation.rs#L744
function `make_fields_non_nullable_recursive` is never used
build (windows-latest): crates/core/src/delta_datafusion/data_validation.rs#L723
function `make_fields_non_nullable` is never used
build (windows-latest): crates/core/src/delta_datafusion/data_validation.rs#L119
struct `NotNullExtractor` is never constructed
build (windows-latest): crates/core/src/delta_datafusion/data_validation.rs#L78
associated function `try_new` is never used
build (windows-latest): crates/core/src/writer/utils.rs#L58
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
build (windows-latest): crates/core/src/logstore/storage/utils.rs#L30
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
build (windows-latest): crates/core/src/logstore/storage/utils.rs#L22
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
build (windows-latest): crates/core/src/kernel/snapshot/mod.rs#L503
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
build (windows-latest): crates/core/src/kernel/snapshot/mod.rs#L496
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
build (windows-latest): crates/core/src/kernel/snapshot/serde.rs#L8
unused import: `delta_kernel::engine::arrow_conversion::TryIntoArrow as _`
build (windows-latest): crates/core/src/kernel/snapshot/scan.rs#L94
method `inner` is never used
build (windows-latest): crates/core/src/kernel/snapshot/log_data.rs#L69
methods `table_configuration` and `metadata` are never used
build (windows-latest): crates/core/src/kernel/snapshot/iterators/scan_row.rs#L112
function `parse_stats_column_with_schema` is never used
build (windows-latest): crates/core/src/kernel/snapshot/iterators.rs#L121
method `path_raw` is never used
build (windows-latest): crates/core/src/writer/utils.rs#L58
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
build (windows-latest): crates/core/src/logstore/storage/utils.rs#L30
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
build (windows-latest): crates/core/src/logstore/storage/utils.rs#L22
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
build (windows-latest): crates/core/src/kernel/snapshot/mod.rs#L503
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
build (windows-latest): crates/core/src/kernel/snapshot/mod.rs#L496
use of deprecated method `object_store::path::Path::child`: use .join() or .clone().join() instead
build (windows-latest): crates/core/src/kernel/snapshot/serde.rs#L8
unused import: `delta_kernel::engine::arrow_conversion::TryIntoArrow as _`
sccache stats
0% - 0 hits, 128 misses, 0 errors
sccache stats
31% - 125 hits, 284 misses, 0 errors
sccache stats
6% - 8 hits, 130 misses, 0 errors
sccache stats
1% - 7 hits, 1134 misses, 0 errors
sccache stats
8% - 22 hits, 268 misses, 0 errors
sccache stats
0% - 0 hits, 255 misses, 0 errors
sccache stats
12% - 100 hits, 762 misses, 0 errors