Aaron Siddhartha Mondal
Aaron Siddhartha Mondal
This change is [](https://reviewable.io/reviews/TraceMachina/nativelink/1103)
This change is [](https://reviewable.io/reviews/TraceMachina/nativelink/1105)
This change is [](https://reviewable.io/reviews/TraceMachina/nativelink/1104)
This occurred during an unrelated CI run (https://github.com/TraceMachina/nativelink/actions/runs/9831704252/job/27139463553?pr=1100): ``` FAIL: //nativelink-store:integration_tests/filesystem_store_test (see /home/runner/.bazel/execroot/_main/bazel-out/k8-fastbuild/testlogs/nativelink-store/integration_tests/filesystem_store_test/test.log) [1,545 / 1,570] 25 / 47 tests, 1 failed; Testing //nativelink-store:integration_tests/shard_store_test; 6s linux-sandbox ... (4 actions running)...
To prevent issues like #1081 in the future. While it's a bit tedious to create entire deployment pipelines, we should have at least run doc builds as a CI test....
This is from a recent CI run: ``` 2024-06-08T20:44:59.222019Z ERROR nativelink_store::filesystem_store: Failed to delete file, file_path: "C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\/12005528146084892232/temp_path/0123456789abcdef000000000000000000010000000000001c00000000000000-10", err: Error { code: Internal, messages: ["background task failed: JoinError::Cancelled(Id(1342))", "Failed to remove...
While working on decoupling the nativelink and toolchain images I noticed that the current kustomization scripts won't work in a cross-platform setting. A `nix eval` would evaluate against the host...
### Describe the issue: According to the spec the `stream` parameter for `__dlpack__` and `to_device` should be `Optional[Union[int, Any]]`. The current implementation just uses `None`. ### Reproduce the code example:...
Observed in https://github.com/TraceMachina/nativelink/actions/runs/10699751146/job/29662010987?pr=1317 ``` test file_continues_to_stream_on_content_replace_test ... FAILED test file_gets_cleans_up_on_cache_eviction ... ok test get_file_size_uses_block_size ... ok test get_part_is_zero_digest ... ok test get_part_timeout_test ... ok test has_with_results_on_zero_digests ... ok test oldest_entry_evicted_with_access_times_loaded_from_disk...
[Icecream](https://github.com/icecc/icecream) is a compile job distribution setup for legacy build systems. The way it roughly works is to intercept the PATH on the host via symlinks that override various tools...