Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alpine test fail #294

Closed
neheb opened this issue Jan 13, 2025 · 5 comments
Closed

Alpine test fail #294

neheb opened this issue Jan 13, 2025 · 5 comments

Comments

@neheb
Copy link
Contributor

neheb commented Jan 13, 2025

2025-01-13T03:15:35.9989931Z ##Failure Location unknown## : Error
2025-01-13T03:15:35.9990183Z Test name: test_extents::test_basic
2025-01-13T03:15:35.9990474Z uncaught exception of type std::exception (or derived).
2025-01-13T03:15:35.9990760Z - nothing defined for specified key
2025-01-13T03:15:35.9990964Z 
2025-01-13T03:15:35.9991028Z Failures !!!
2025-01-13T03:15:35.9991235Z Run: 27   Failure total: 1   Failures: 0   Errors: 1
2025-01-13T03:15:30.2963683Z torrent/net::test_address_info::test_basic
2025-01-13T03:15:30.2964356Z ai_ref_err got wrong error, expected 'Name does not resolve', got 'Try again'
2025-01-13T03:15:30.2969896Z  : assertion
2025-01-13T03:15:30.2970328Z torrent/net::test_address_info::test_numericserv
2025-01-13T03:15:30.2970718Z 
2025-01-13T03:15:30.2970857Z Caught Segmentation fault, dumping stack:
2025-01-13T03:15:30.2971117Z 
2025-01-13T03:15:30.2971220Z Stack dump not enabled.
2025-01-13T03:15:30.2971421Z 
2025-01-13T03:15:30.4470135Z Aborted (core dumped)
2025-01-13T03:15:30.4487015Z FAIL: LibTorrent_Test_Torrent_Net
@nmeum
Copy link
Contributor

nmeum commented Feb 13, 2025

The first error should be fixed by #319, the second by #320.

@neheb
Copy link
Contributor Author

neheb commented Feb 13, 2025

Wonderful

@neheb
Copy link
Contributor Author

neheb commented Feb 13, 2025

Hrm not quite: First error is gone.

test_address_info.cc:26:Assertion
Test name: test_address_info::test_basic
assertion failed
=================
Failed Test Logs:
=================

- Expression: test_valid_ai_ref_err(std::bind(torrent::ai_get_addrinfo, "2001:d
b8:a::22123", nullptr, nullptr, std::placeholders::_1), EAI_NONAME)

remains.

edit:

ai_ref_err got wrong error, expected 'Name does not resolve', got 'Try again'
 : assertion

@neheb
Copy link
Contributor Author

neheb commented Feb 13, 2025

https://github.com/neheb/libtorrent/actions/runs/13318986289 if you're wondering about all of them.

@nmeum
Copy link
Contributor

nmeum commented Feb 14, 2025

Can't reproduce that. With #319, #320, and #321 included our Alpine Linux CI is now green on all architectures https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/79936

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants