[Bug general/29103] New: 0.187: test suite is failing
https://sourceware.org/bugzilla/show_bug.cgi?id=29103 Bug ID: 29103 Summary: 0.187: test suite is failing Product: elfutils Version: unspecified Status: UNCONFIRMED Severity: normal Priority: P2 Component: general Assignee: unassigned at sourceware dot org Reporter: kloczko.tomasz at gmail dot com CC: elfutils-devel at sourceware dot org Target Milestone: --- Looks like test suite is failing. part of the log (full in attachment) FAIL: run-debuginfod-dlopen.sh FAIL: run-debuginfod-archive-groom.sh FAIL: run-debuginfod-negative-cache.sh PASS: run-debuginfod-fd-prefetch-caches.sh FAIL: run-debuginfod-extraction.sh FAIL: run-debuginfod-archive-rename.sh PASS: run-debuginfod-x-forwarded-for.sh PASS: run-compress-test.sh PASS: run-strip-test-many.sh PASS: run-elfclassify.sh FAIL: run-debuginfod-malformed.sh FAIL: run-debuginfod-writable.sh FAIL: run-debuginfod-tmp-home.sh PASS: run-debuginfod-no-urls.sh PASS: run-debuginfod-percent-escape.sh FAIL: run-debuginfod-archive-test.sh PASS: run-debuginfod-sizetime.sh PASS: run-debuginfod-extraction-passive.sh PASS: run-readelf-self.sh FAIL: run-debuginfod-artifact-running.sh PASS: run-debuginfod-response-headers.sh PASS: run-debuginfod-regex.sh PASS: run-debuginfod-federation-link.sh SKIP: run-backtrace-native-core-biarch.sh PASS: run-copymany-sections.sh SKIP: run-backtrace-native-core.sh PASS: run-debuginfod-federation-metrics.sh PASS: run-debuginfod-federation-sqlite.sh PASS: run-strip-reloc.sh PASS: run-debuginfod-webapi-concurrency.sh PASS: run-large-elf-file.sh == elfutils 0.187: tests/test-suite.log == # TOTAL: 256 # PASS: 243 # SKIP: 3 # XFAIL: 0 # FAIL: 10 # XPASS: 0 # ERROR: 0 -- You are receiving this mail because: You are on the CC list for the bug.
[Bug general/29103] 0.187: test suite is failing
https://sourceware.org/bugzilla/show_bug.cgi?id=29103 --- Comment #1 from Martin Liska --- You missed attaching the build log. -- You are receiving this mail because: You are on the CC list for the bug.
[Bug general/29103] 0.187: test suite is failing
https://sourceware.org/bugzilla/show_bug.cgi?id=29103 --- Comment #2 from kloczek --- OK one sec. -- You are receiving this mail because: You are on the CC list for the bug.
[Bug general/29103] 0.187: test suite is failing
https://sourceware.org/bugzilla/show_bug.cgi?id=29103 --- Comment #3 from kloczek --- Created attachment 14085 --> https://sourceware.org/bugzilla/attachment.cgi?id=14085&action=edit Full build log -- You are receiving this mail because: You are on the CC list for the bug.
[Bug general/29103] 0.187: test suite is failing
https://sourceware.org/bugzilla/show_bug.cgi?id=29103 --- Comment #4 from Martin Liska --- It's caused by: + ps -q 3680110 -e -L -o '%p %c %a' error: unknown user-defined format specifier "%p" which is very likely: https://gitlab.com/procps-ng/procps/-/issues/234 What procps version do you use? What OS do you run it on? -- You are receiving this mail because: You are on the CC list for the bug.
[Bug general/29103] 0.187: test suite is failing
https://sourceware.org/bugzilla/show_bug.cgi?id=29103 --- Comment #5 from kloczek --- Yep I'm using procps 4.0.0. OK I've temporary disabled test suite execution in my builds as looks lik eit it is not elfutils issue. -- You are receiving this mail because: You are on the CC list for the bug.
[Bug general/29103] 0.187: test suite is failing
https://sourceware.org/bugzilla/show_bug.cgi?id=29103 Mark Wielaard changed: What|Removed |Added CC||mark at klomp dot org --- Comment #6 from Mark Wielaard --- Is procps 4.0.0 something that distros might actually ship? If so is there a way to make the testsuite use something that works with both an older and newer procps? e.g. could we simply drop -q from out usage? -- You are receiving this mail because: You are on the CC list for the bug.
[Bug general/29103] 0.187: test suite is failing
https://sourceware.org/bugzilla/show_bug.cgi?id=29103 kloczek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #7 from kloczek --- Just tested with elfutils with procps-ng with provided fix by maintainer and test suite is OK. Thank you for pointing on that ps issue :) Closing. -- You are receiving this mail because: You are on the CC list for the bug.