nix-community/harmonia build #36 failed ← #35 #37 →
eval warnings
1 kind
· 4 occurrences
- warn Nixpkgs 26.05 will be the last release to support x86_64-darwin; see https://nixos.org/… ×4
4 failed
| status | attribute | duration |
|---|---|---|
aarch64-darwin.tests
|
1m 24s | |
> [ 00:00:32] harmonia-cache::retry nload_retry_over_flaky_connection > PASS [ 32.165s] harmonia-cache::retry test_download_retry_over_fla …> [ 00:00:32] harmonia-cache::retry nload_retry_over_flaky_connection > PASS [ 32.165s] harmonia-cache::retry test_download_retry_over_flaky_connection > ------------ > Summary [ 32.167s] 44/2248 tests run: 43 passed, 1 failed, 0 skipped > FAIL [ 0.009s] harmonia-file-nar archive::byte_stream::tests::byte_stream_matches_nix_store_dump > warning: 2204/2248 tests were not run due to test failure (run with --no-fail-fast to run all tests, or run with --max-fail) > Cancelling [ 00:00:32] 44/2248: 1 running, 42 passed, 1 failed, 0 skipped > error: test run failed Reason: builder failed with exit code 1. |
||
aarch64-darwin.treefmt
|
2s | |
> - let parent_source = DirSource::open(dir) > - .map_err(io::Error::other)?; > - parent_source > - .open(na …> - let parent_source = DirSource::open(dir) > - .map_err(io::Error::other)?; > - parent_source > - .open(name) > + let parent_source = DirSource::open(dir).await.map_err(io::Error::other)?; > + parent_source.open(name).await.map_err(io::Error::other)? > }; > // Write NAR to a duplex stream, read chunks and send to channel Reason: builder failed with exit code 1. |
||
aarch64-linux.treefmt
|
5s | |
> - let parent_source = DirSource::open(dir) > - .map_err(io::Error::other)?; > - parent_source > - .open(na …> - let parent_source = DirSource::open(dir) > - .map_err(io::Error::other)?; > - parent_source > - .open(name) > + let parent_source = DirSource::open(dir).await.map_err(io::Error::other)?; > + parent_source.open(name).await.map_err(io::Error::other)? > }; > // Write NAR to a duplex stream, read chunks and send to channel Reason: builder failed with exit code 1. |
||
x86_64-linux.treefmt
|
0s | |
> - let parent_source = DirSource::open(dir) > - .map_err(io::Error::other)?; > - parent_source > - .open(na …> - let parent_source = DirSource::open(dir) > - .map_err(io::Error::other)?; > - parent_source > - .open(name) > + let parent_source = DirSource::open(dir).await.map_err(io::Error::other)?; > + parent_source.open(name).await.map_err(io::Error::other)? > }; > // Write NAR to a duplex stream, read chunks and send to channel |
||
20 succeeded
| status | attribute | duration |
|---|---|---|
| loading… | ||
6 already built
| status | attribute | duration |
|---|---|---|
| loading… | ||