Created attachment 245479 [details] v0
Created attachment 245480 [details] poudriere logs "poudriere testport" log + "make test" output inside builder jail as non-root Partial (most important one) output snippet of "test" target: [ 0% 1/1] cd /wrkdirs/usr/ports/net-p2p/tremotesf/work/.build && /usr/local/bin/ctest --force-new-ctest-process Test project /wrkdirs/usr/ports/net-p2p/tremotesf/work/.build Start 1: itemlistupdater_test 1/6 Test #1: itemlistupdater_test ............. Passed 0.07 sec Start 2: log_test 2/6 Test #2: log_test ......................... Passed 0.02 sec Start 3: demangle_test 3/6 Test #3: demangle_test .................... Passed 0.02 sec Start 4: requestrouter_test 4/6 Test #4: requestrouter_test ............... Passed 6.17 sec Start 5: pathutils_test 5/6 Test #5: pathutils_test ................... Passed 0.05 sec Start 6: tracker_test 6/6 Test #6: tracker_test ..................... Passed 0.03 sec 100% tests passed, 0 tests failed out of 6 Total Test time (real) = 6.38 sec pbuild@releng132-default:~ $ ^D
Thank you for the touchup.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=6c856cc4a9ce5b73901430cea4868ed401152aed commit 6c856cc4a9ce5b73901430cea4868ed401152aed Author: Anton Saietskii <vsasjason@gmail.com> AuthorDate: 2023-10-07 09:59:20 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-10-09 07:40:30 +0000 net-p2p/tremotesf: enable "test" make target and cleanup www/cpp-httplib cannot be used for tests as CMake explicitly checks for version not higher than 0.12, so pull in latest supported from GitHub instead. While here: * Switch to full commit hash for libtremotesf to reduce potential risk of collisions * Switch "Concurrent" Qt dependency from "build+lib" to "build" type as bin/tremotesf doesn't link against it; bump PORTREVISION as package dependencies changed * Process Makefile with portfmt once more PR: 274328 net-p2p/tremotesf/Makefile | 19 ++++++++++--------- net-p2p/tremotesf/distinfo | 8 +++++--- 2 files changed, 15 insertions(+), 12 deletions(-)
Thank you for your contribution.