-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
lsof on FreeBSD might emit warnings and fail component_test_cmake_out_of_source #5731
Comments
This both simplifies parsing a little, and suppresses warnings. Suppressing warnings is both good and bad: on the one hand it resolves problems such as Mbed-TLS#5731, on the other hand it may hide clues as to why lsof wouldn't be working as expected. Signed-off-by: Gilles Peskine <[email protected]>
This both simplifies parsing a little, and suppresses warnings. Suppressing warnings is both good and bad: on the one hand it resolves problems such as Mbed-TLS#5731, on the other hand it may hide clues as to why lsof wouldn't be working as expected. Signed-off-by: Gilles Peskine <[email protected]>
This both simplifies parsing a little, and suppresses warnings. Suppressing warnings is both good and bad: on the one hand it resolves problems such as Mbed-TLS#5731, on the other hand it may hide clues as to why lsof wouldn't be working as expected. Signed-off-by: Gilles Peskine <[email protected]>
I tried my FreeBSD VM that has the same FreeBSD version but not necessarily exactly the same configuration and the same version of ports, and it has the same issue with |
In Mbed TLS 2.x,
component_test_cmake_out_of_source
intests/scripts/all.sh
runs a test case fromtests/ssl-opt.sh
and checks that there are no error messages. This has been broken for a while due to an incorrect dependency inssl-opt.sh
: the test case only runs ifrequires_openssl_with_fallback_scsv
, which depends on the version ofopenssl
. We never noticed until now, but the test case is skipped on our FreeBSD CI because itsopenssl
is too recent — it's still running as expected on Linux because we run it with an olderopenssl
.#5730 fixes the dependency of the test case, and so it now runs on FreeBSD as expected. But
all.sh test_cmake_out_of_source
then fails on Arm FreeBSD instances due to a warning message fromlsof
. Seen in https://jenkins-mbedtls.oss.arm.com/blue/organizations/jenkins/mbed-tls-pr-merge/detail/PR-5730-merge/3/pipeline/420:The text was updated successfully, but these errors were encountered: