mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-25 03:12:08 +01:00
Example errors on the edge builders:
```
---- test_json_schema stdout ----
thread 'test_json_schema' (5470) panicked at tests/tests.rs:1160:26:
called `Result::unwrap()` on an `Err` value: No file descriptors available (os error 24)
---- test_google stdout ----
thread 'test_google' (5465) panicked at src/client.rs:2391:26:
called `Result::unwrap()` on an `Err` value: Os { code: 24, kind: Uncategorized, message: "No file descriptors available" }
```