Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6F71FDBCC for ; Wed, 10 Oct 2012 06:38:33 +0000 (UTC) Received: (qmail 91170 invoked by uid 500); 10 Oct 2012 06:38:32 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 90508 invoked by uid 500); 10 Oct 2012 06:38:28 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 90459 invoked by uid 99); 10 Oct 2012 06:38:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Oct 2012 06:38:26 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of dawid.weiss@gmail.com designates 209.85.210.48 as permitted sender) Received: from [209.85.210.48] (HELO mail-da0-f48.google.com) (209.85.210.48) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Oct 2012 06:38:19 +0000 Received: by mail-da0-f48.google.com with SMTP id z8so12465dad.35 for ; Tue, 09 Oct 2012 23:37:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type; bh=Hq5K01bPKt6N8PKiTNQklFIR+BQnPK+isLgdDIwOBWM=; b=gPUjLmGYD4OCUgx9KbkcbPMiqpyGxBEpEFiyjw3M3AMIsTs3uW+X5gNTTXn43rrgL6 xmvXM7RwsK0bmrQWxTlQGIYopKiBUHtkgwv8BqxevocLj1dAuvxUIcBn0oAQSlZhK6if d/ZCFcJFilmD6rkygRHJ7S9wtHjfIqrX9OKObHy9ZGZRvH6joMgLb/f+3asf5GrO7Hdz YvUVz0PKWB/h0bwHcXEKmzItxZtJ+eKqmC2XOuGUMTWaTrLFwJ5901bjxexKb5NC6h9X Iw+El9lRTtNWnPyxSuuB5u4bUjp21RWnuG1pPmYFBjDaijilwanHs7FJn+cjxD5ANblx PWdA== Received: by 10.68.138.166 with SMTP id qr6mr70634864pbb.69.1349851078535; Tue, 09 Oct 2012 23:37:58 -0700 (PDT) MIME-Version: 1.0 Sender: dawid.weiss@gmail.com Received: by 10.66.246.200 with HTTP; Tue, 9 Oct 2012 23:37:38 -0700 (PDT) In-Reply-To: References: From: Dawid Weiss Date: Wed, 10 Oct 2012 08:37:38 +0200 X-Google-Sender-Auth: qieku5inHpw6373phid--gbB6Bw Message-ID: Subject: Re: whats happening with jenkins? To: dev@lucene.apache.org Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org No, this looks like something else. The "at: " suggest there are no more tests or suites on the stack for that JVM. The suite was terminated properly. The runner does a System.exit (and is permitted to do so) so any threads would be terminated. Looks like a bug in my code somewhere. I added saving of *.events artifact and am downloading the workspace right now to inspect what's going on. Dawid On Tue, Oct 9, 2012 at 11:10 PM, Robert Muir wrote: > https://builds.apache.org/job/Lucene-Solr-Tests-4.x-java7/534/console > > been running for 24 hours... it looks like a test got hung and was > timed out after two hours, but maybe spawned some zombies and the test > runner allows their hearts to beat forever??? > > now we see: [junit4:junit4] HEARTBEAT J0: 2012-10-09T21:09:39, stalled > for 74767s at: > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org > For additional commands, e-mail: dev-help@lucene.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org