Hi, [sorry if this is the wrong venue.]
I've noticed this failure in my local environment and thought that's some issue with my environment, but now I see it in the gate too. You can find a link to the failure below, but in general it goes as: something in a test calls a ovs/ovn CLI command with AT_CHECK macro. The command succeeds. But it also produces a log warning like: +2022-06-29T17:31:47Z|00001|timeval|WARN|Unreasonably long 70035ms poll interval (1ms user, 659ms system) +2022-06-29T17:31:48Z|00002|timeval|WARN|faults: 155 minor, 2214 major +2022-06-29T17:31:48Z|00003|timeval|WARN|disk: 484520 reads, 0 writes +2022-06-29T17:31:48Z|00004|timeval|WARN|context switches: 2282 voluntary, 2167 involuntary And because AT_CHECK expects an empty output, this triggers a failure for the whole test case. Any ideas what could cause this? Perhaps there's a pending patch that handles the issue that I couldn't find? Just thought at least bringing attention to the failure is a good idea... Ihar ---------- Forwarded message --------- From: 0-day Robot <[email protected]> Date: Wed, Jun 29, 2022 at 3:00 PM Subject: |fail| pw1650288 [ovs-dev] [PATCH ovn] Use _[add, del]value to manage additional_[chassis, encap] To: <[email protected]> Cc: <[email protected]>, <[email protected]> From: [email protected] Test-Label: github-robot: Build and Test Test-Status: fail http://patchwork.ozlabs.org/api/patches/1650288/ _github build: failed_ Build URL: https://github.com/ovsrobot/ovn/actions/runs/2584602580 Build Logs: -----------------------Summary of failed steps----------------------- "linux clang test asan" failed at step build ----------------------End summary of failed steps-------------------- -------------------------------BEGIN LOGS---------------------------- #################################################################################### #### [Begin job log] "linux clang test asan" at step build #################################################################################### | #define HAVE_LINUX_IF_ETHER_H 1 | #define HAVE_LINUX_NET_NAMESPACE_H 1 | #define HAVE_STDATOMIC_H 1 | #define HAVE_BITS_FLOATN_COMMON_H 1 | #define HAVE_BACKTRACE 1 | #define HAVE_LINUX_PERF_EVENT_H 1 | #define HAVE_THREAD_LOCAL 1 | #define HAVE_GCC4_ATOMICS 1 | #define ATOMIC_ALWAYS_LOCK_FREE_1B 1 | #define ATOMIC_ALWAYS_LOCK_FREE_2B 1 | #define ATOMIC_ALWAYS_LOCK_FREE_4B 1 | #define ATOMIC_ALWAYS_LOCK_FREE_8B 1 | #define HAVE_GLIBC_PTHREAD_SETNAME_NP 1 | #define HAVE_CXX11 1 | #define HAVE_ATOMIC 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_UNBOUND 1 | #define HAVE_STDIO_H 1 | #define HAVE_STRING_H 1 | #define HAVE_PRAGMA_MESSAGE 1 | | configure: exit 0 + exit 1 ##[error]Process completed with exit code 1. #################################################################################### #### [End job log] "linux clang test asan" at step build #################################################################################### --------------------------------END LOGS----------------------------- _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
