From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3867 invoked by alias); 16 Oct 2006 15:05:23 -0000 Received: (qmail 3851 invoked by uid 22791); 16 Oct 2006 15:05:21 -0000 X-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS,SUBJ_HAS_UNIQ_ID X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 16 Oct 2006 15:05:15 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k9GF5EjB028538 for ; Mon, 16 Oct 2006 11:05:14 -0400 Received: from lacrosse.corp.redhat.com (lacrosse.corp.redhat.com [172.16.52.154]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id k9GF5DEo023260 for ; Mon, 16 Oct 2006 11:05:13 -0400 Received: from [172.16.59.108] (dhcp59-108.rdu.redhat.com [172.16.59.108]) by lacrosse.corp.redhat.com (8.12.11.20060308/8.11.6) with ESMTP id k9GF5DkC032523 for ; Mon, 16 Oct 2006 11:05:13 -0400 Message-ID: <45339FA9.2040202@redhat.com> Date: Mon, 16 Oct 2006 15:05:00 -0000 From: William Cohen User-Agent: Mozilla Thunderbird 1.0.8-1.1.fc4 (X11/20060501) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "systemtap@sourceware.org" Subject: Summary of nightly testing 20061016 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org X-SW-Source: 2006-q4/txt/msg00128.txt.bz2 I looked over the test results for this morning for the nightly builds from oprofile cvs checkout. There are also results for RHEL4 ia64 machine. The most problematic failure is the timers.stp test causing the rhel4 i686 kernel to crash. This looks to be the same as bz#2726. The timers.stp probe didn't register on FC5 i686 machine It failed with rc=-16, "Device or resource busy" because oprofile was already using the timer. So this means that only one probe could be using the timer mechanism, and no concurrent use? The tcptest.stp failed on most of the platforms. When trying to compile the script by hand it gets a number of errors: "failed to retrieve return value location: identifier '$return'" For install/share/systemtap/tapset/tcp.stp:159:9 install/share/systemtap/tapset/tcp.stp:129:9 This is looking like there might be a problem with the debuginformation for some of the kernels. -Will Fedora core 5 i686 Kernel: Linux 2.6.17-1.2187_FC5 #1 Mon Sep 11 01:17:06 EDT 2006 i686 i686 i386 GNU/Linux Testsuite summary of failed tests FAIL: /home/wcohen/stap_testing_200610160830/src/testsuite/systemtap.base/timers.stp shutdown (eof) FAIL: /home/wcohen/stap_testing_200610160830/src/testsuite/systemtap.samples/tcptest.stp shutdown (eof) FAIL: /home/wcohen/stap_testing_200610160830/src/testsuite/systemtap.stress/current.stp shutdown (eof) === systemtap Summary === # of expected passes 224 # of unexpected failures 3 # of expected failures 103 # of unknown successes 2 # of known failures 3 # of untested testcases 1 # of unsupported tests 1 Rawhide i686 Kernel: Linux 2.6.18-1.2784.fc6PAE #1 SMP Thu Oct 12 19:08:27 EDT 2006 i686 i686 i386 GNU/Linux Testsuite summary of failed tests FAIL: absentstats (0 0) FAIL: /home/wcohen/stap_testing_200610160830/src/testsuite/systemtap.samples/tcptest.stp shutdown (eof) === systemtap Summary === # of expected passes 226 # of unexpected failures 2 # of expected failures 103 # of unknown successes 2 # of known failures 3 # of untested testcases 1 Rawhide x86_64 Kernel: Linux 2.6.18-1.2784.fc6 #1 SMP Thu Oct 12 18:49:17 EDT 2006 x86_64 x86_64 x86_64 GNU/Linux Testsuite summary of failed tests FAIL: /home/wcohen/stap_testing_200610160830/src/testsuite/systemtap.samples/tcptest.stp shutdown (eof) === systemtap Summary === # of expected passes 226 # of unexpected failures 1 # of expected failures 103 # of unknown successes 2 # of known failures 3 # of untested testcases 1 # of unsupported tests 1 RHEL4 i686 Crashed on on systemtap.base/timers.exp (bz#2726) RHEL4 x86_64 Kernel: Linux 2.6.9-42.0.3.ELsmp #1 SMP Mon Sep 25 17:24:31 EDT 2006 x86_64 x86_64 x86_64 GNU/Linux Testsuite summary of failed tests === systemtap Summary === # of expected passes 228 # of expected failures 103 # of unknown successes 2 # of known failures 3 # of untested testcases 1 RHEL4 ia64 Kernel: Linux 2.6.9-39.EL #1 SMP Thu Jun 1 17:48:14 EDT 2006 ia64 ia64 ia64 GNU/Linux Testsuite summary of failed tests FAIL: probefunc:kernel.statement(0xa00000010006c7c0) shutdown (eof) FAIL: probefunc:kernel.inline("context_switch") compilation FAIL: absentstats (0 0) FAIL: /home/wcohen/stap_testing_200610150830/src/testsuite/systemtap.samples/tcptest.stp shutdown (eof) === systemtap Summary === # of expected passes 221 # of unexpected failures 4 # of unexpected successes 2 # of expected failures 101 # of unknown successes 1 # of known failures 4 # of untested testcases 1 # of unsupported tests 1